TriggerMlApplicationInstanceFlowDetails¶
-
class
oci.data_science.models.
TriggerMlApplicationInstanceFlowDetails
(**kwargs)¶ Bases:
object
Payload for trigger request endpoint
Methods
__init__
(**kwargs)Initializes a new TriggerMlApplicationInstanceFlowDetails object with values from keyword arguments. Attributes
trigger_name
[Required] Gets the trigger_name of this TriggerMlApplicationInstanceFlowDetails. -
__init__
(**kwargs)¶ Initializes a new TriggerMlApplicationInstanceFlowDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: trigger_name (str) – The value to assign to the trigger_name property of this TriggerMlApplicationInstanceFlowDetails.
-
trigger_name
¶ [Required] Gets the trigger_name of this TriggerMlApplicationInstanceFlowDetails. Name of trigger
Returns: The trigger_name of this TriggerMlApplicationInstanceFlowDetails. Return type: str
-