CreateTaskRunDetails

class oci.data_integration.models.CreateTaskRunDetails(**kwargs)

Bases: object

The properties used in task run create operations.

Attributes

RE_RUN_TYPE_BEGINNING A constant which can be used with the re_run_type property of a CreateTaskRunDetails.
RE_RUN_TYPE_FAILED A constant which can be used with the re_run_type property of a CreateTaskRunDetails.
RE_RUN_TYPE_STEP A constant which can be used with the re_run_type property of a CreateTaskRunDetails.
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.
re_run_type Gets the re_run_type of this CreateTaskRunDetails.
ref_task_run_id Gets the ref_task_run_id of this CreateTaskRunDetails.
registry_metadata Gets the registry_metadata of this CreateTaskRunDetails.
step_id Gets the step_id of this CreateTaskRunDetails.
task_schedule_key Gets the task_schedule_key of this CreateTaskRunDetails.

Methods

__init__(**kwargs) Initializes a new CreateTaskRunDetails object with values from keyword arguments.
RE_RUN_TYPE_BEGINNING = 'BEGINNING'

A constant which can be used with the re_run_type property of a CreateTaskRunDetails. This constant has a value of “BEGINNING”

RE_RUN_TYPE_FAILED = 'FAILED'

A constant which can be used with the re_run_type property of a CreateTaskRunDetails. This constant has a value of “FAILED”

RE_RUN_TYPE_STEP = 'STEP'

A constant which can be used with the re_run_type property of a CreateTaskRunDetails. This constant has a value of “STEP”

__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.
  • task_schedule_key (str) – The value to assign to the task_schedule_key property of this CreateTaskRunDetails.
  • ref_task_run_id (str) – The value to assign to the ref_task_run_id property of this CreateTaskRunDetails.
  • re_run_type (str) – The value to assign to the re_run_type property of this CreateTaskRunDetails. Allowed values for this property are: “BEGINNING”, “FAILED”, “STEP”
  • step_id (str) – The value to assign to the step_id 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
re_run_type

Gets the re_run_type of this CreateTaskRunDetails. Supported re-run types

Allowed values for this property are: “BEGINNING”, “FAILED”, “STEP”

Returns:The re_run_type of this CreateTaskRunDetails.
Return type:str
ref_task_run_id

Gets the ref_task_run_id of this CreateTaskRunDetails. Reference Task Run Id to be used for re-run

Returns:The ref_task_run_id 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
step_id

Gets the step_id of this CreateTaskRunDetails. Step Id for running from a certain step.

Returns:The step_id of this CreateTaskRunDetails.
Return type:str
task_schedule_key

Gets the task_schedule_key of this CreateTaskRunDetails. Optional task schedule key reference.

Returns:The task_schedule_key of this CreateTaskRunDetails.
Return type:str