CreatePipelineRunScheduleActionDetails¶
-
class
oci.data_science.models.
CreatePipelineRunScheduleActionDetails
(**kwargs)¶ Bases:
oci.data_science.models.schedule_http_action_details.ScheduleHttpActionDetails
create pipeline run details
Attributes
HTTP_ACTION_TYPE_CREATE_JOB_RUN
str(object=’’) -> str HTTP_ACTION_TYPE_CREATE_PIPELINE_RUN
str(object=’’) -> str HTTP_ACTION_TYPE_INVOKE_ML_APPLICATION_PROVIDER_TRIGGER
str(object=’’) -> str create_pipeline_run_details
[Required] Gets the create_pipeline_run_details of this CreatePipelineRunScheduleActionDetails. http_action_type
[Required] Gets the http_action_type of this ScheduleHttpActionDetails. Methods
__init__
(**kwargs)Initializes a new CreatePipelineRunScheduleActionDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
HTTP_ACTION_TYPE_CREATE_JOB_RUN
= 'CREATE_JOB_RUN'¶
-
HTTP_ACTION_TYPE_CREATE_PIPELINE_RUN
= 'CREATE_PIPELINE_RUN'¶
-
HTTP_ACTION_TYPE_INVOKE_ML_APPLICATION_PROVIDER_TRIGGER
= 'INVOKE_ML_APPLICATION_PROVIDER_TRIGGER'¶
-
__init__
(**kwargs)¶ Initializes a new CreatePipelineRunScheduleActionDetails object with values from keyword arguments. The default value of the
http_action_type
attribute of this class isCREATE_PIPELINE_RUN
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - http_action_type (str) – The value to assign to the http_action_type property of this CreatePipelineRunScheduleActionDetails. Allowed values for this property are: “CREATE_JOB_RUN”, “CREATE_PIPELINE_RUN”, “INVOKE_ML_APPLICATION_PROVIDER_TRIGGER”
- create_pipeline_run_details (oci.data_science.models.CreatePipelineRunDetails) – The value to assign to the create_pipeline_run_details property of this CreatePipelineRunScheduleActionDetails.
-
create_pipeline_run_details
¶ [Required] Gets the create_pipeline_run_details of this CreatePipelineRunScheduleActionDetails.
Returns: The create_pipeline_run_details of this CreatePipelineRunScheduleActionDetails. Return type: oci.data_science.models.CreatePipelineRunDetails
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
http_action_type
¶ [Required] Gets the http_action_type of this ScheduleHttpActionDetails. The type of http action to trigger.
Allowed values for this property are: “CREATE_JOB_RUN”, “CREATE_PIPELINE_RUN”, “INVOKE_ML_APPLICATION_PROVIDER_TRIGGER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The http_action_type of this ScheduleHttpActionDetails. Return type: str
-