ScheduleHttpActionDetails¶
-
class
oci.data_science.models.
ScheduleHttpActionDetails
(**kwargs)¶ Bases:
object
Schedule Http action details
Attributes
HTTP_ACTION_TYPE_CREATE_JOB_RUN
A constant which can be used with the http_action_type property of a ScheduleHttpActionDetails. HTTP_ACTION_TYPE_CREATE_PIPELINE_RUN
A constant which can be used with the http_action_type property of a ScheduleHttpActionDetails. HTTP_ACTION_TYPE_INVOKE_ML_APPLICATION_PROVIDER_TRIGGER
A constant which can be used with the http_action_type property of a ScheduleHttpActionDetails. http_action_type
[Required] Gets the http_action_type of this ScheduleHttpActionDetails. Methods
__init__
(**kwargs)Initializes a new ScheduleHttpActionDetails 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'¶ A constant which can be used with the http_action_type property of a ScheduleHttpActionDetails. This constant has a value of “CREATE_JOB_RUN”
-
HTTP_ACTION_TYPE_CREATE_PIPELINE_RUN
= 'CREATE_PIPELINE_RUN'¶ A constant which can be used with the http_action_type property of a ScheduleHttpActionDetails. This constant has a value of “CREATE_PIPELINE_RUN”
-
HTTP_ACTION_TYPE_INVOKE_ML_APPLICATION_PROVIDER_TRIGGER
= 'INVOKE_ML_APPLICATION_PROVIDER_TRIGGER'¶ A constant which can be used with the http_action_type property of a ScheduleHttpActionDetails. This constant has a value of “INVOKE_ML_APPLICATION_PROVIDER_TRIGGER”
-
__init__
(**kwargs)¶ Initializes a new ScheduleHttpActionDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
CreateJobRunScheduleActionDetails
InvokeMlApplicationProviderTriggerScheduleActionDetails
CreatePipelineRunScheduleActionDetails
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 ScheduleHttpActionDetails. 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’.
-
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
-