CreateTaskRunDetails¶
-
class
oci.data_integration.models.
CreateTaskRunDetails
(**kwargs)¶ Bases:
object
The properties used in task run create operations.
Methods
__init__
(**kwargs)Initializes a new CreateTaskRunDetails object with values from keyword arguments. Attributes
config_provider
Gets the config_provider of this CreateTaskRunDetails. description
Gets the description of this CreateTaskRunDetails. identifier
Gets the identifier of this CreateTaskRunDetails. key
Gets the key of this CreateTaskRunDetails. model_type
Gets the model_type of this CreateTaskRunDetails. model_version
Gets the model_version of this CreateTaskRunDetails. name
Gets the name of this CreateTaskRunDetails. registry_metadata
Gets the registry_metadata of this CreateTaskRunDetails. -
__init__
(**kwargs)¶ Initializes a new CreateTaskRunDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this CreateTaskRunDetails.
- model_type (str) – The value to assign to the model_type property of this CreateTaskRunDetails.
- model_version (str) – The value to assign to the model_version property of this CreateTaskRunDetails.
- name (str) – The value to assign to the name property of this CreateTaskRunDetails.
- description (str) – The value to assign to the description property of this CreateTaskRunDetails.
- config_provider (oci.data_integration.models.CreateConfigProvider) – The value to assign to the config_provider property of this CreateTaskRunDetails.
- identifier (str) – The value to assign to the identifier property of this CreateTaskRunDetails.
- registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreateTaskRunDetails.
-
config_provider
¶ Gets the config_provider of this CreateTaskRunDetails.
Returns: The config_provider of this CreateTaskRunDetails. Return type: oci.data_integration.models.CreateConfigProvider
-
description
¶ Gets the description of this CreateTaskRunDetails. Detailed description for the object.
Returns: The description of this CreateTaskRunDetails. Return type: str
-
identifier
¶ Gets the identifier of this CreateTaskRunDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Returns: The identifier of this CreateTaskRunDetails. Return type: str
-
key
¶ Gets the key of this CreateTaskRunDetails. The key of the object.
Returns: The key of this CreateTaskRunDetails. Return type: str
-
model_type
¶ Gets the model_type of this CreateTaskRunDetails. The type of the object.
Returns: The model_type of this CreateTaskRunDetails. Return type: str
-
model_version
¶ Gets the model_version of this CreateTaskRunDetails. The model version of an object.
Returns: The model_version of this CreateTaskRunDetails. Return type: str
-
name
¶ Gets the name of this CreateTaskRunDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Returns: The name of this CreateTaskRunDetails. Return type: str
-
registry_metadata
¶ Gets the registry_metadata of this CreateTaskRunDetails.
Returns: The registry_metadata of this CreateTaskRunDetails. Return type: oci.data_integration.models.RegistryMetadata
-