InvokeMlApplicationProviderTriggerScheduleActionDetails¶
-
class
oci.data_science.models.
InvokeMlApplicationProviderTriggerScheduleActionDetails
(**kwargs)¶ Bases:
oci.data_science.models.schedule_http_action_details.ScheduleHttpActionDetails
invoke ml application trigger 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 http_action_type
[Required] Gets the http_action_type of this ScheduleHttpActionDetails. ml_application_instance_view_id
[Required] Gets the ml_application_instance_view_id of this InvokeMlApplicationProviderTriggerScheduleActionDetails. trigger_ml_application_instance_view_flow_details
[Required] Gets the trigger_ml_application_instance_view_flow_details of this InvokeMlApplicationProviderTriggerScheduleActionDetails. Methods
__init__
(**kwargs)Initializes a new InvokeMlApplicationProviderTriggerScheduleActionDetails 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 InvokeMlApplicationProviderTriggerScheduleActionDetails object with values from keyword arguments. The default value of the
http_action_type
attribute of this class isINVOKE_ML_APPLICATION_PROVIDER_TRIGGER
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 InvokeMlApplicationProviderTriggerScheduleActionDetails. Allowed values for this property are: “CREATE_JOB_RUN”, “CREATE_PIPELINE_RUN”, “INVOKE_ML_APPLICATION_PROVIDER_TRIGGER”
- ml_application_instance_view_id (str) – The value to assign to the ml_application_instance_view_id property of this InvokeMlApplicationProviderTriggerScheduleActionDetails.
- trigger_ml_application_instance_view_flow_details (oci.data_science.models.TriggerMlApplicationInstanceViewFlowDetails) – The value to assign to the trigger_ml_application_instance_view_flow_details property of this InvokeMlApplicationProviderTriggerScheduleActionDetails.
-
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
-
ml_application_instance_view_id
¶ [Required] Gets the ml_application_instance_view_id of this InvokeMlApplicationProviderTriggerScheduleActionDetails. The OCID of the schedule.
Returns: The ml_application_instance_view_id of this InvokeMlApplicationProviderTriggerScheduleActionDetails. Return type: str
-
trigger_ml_application_instance_view_flow_details
¶ [Required] Gets the trigger_ml_application_instance_view_flow_details of this InvokeMlApplicationProviderTriggerScheduleActionDetails.
Returns: The trigger_ml_application_instance_view_flow_details of this InvokeMlApplicationProviderTriggerScheduleActionDetails. Return type: oci.data_science.models.TriggerMlApplicationInstanceViewFlowDetails
-