TriggerMlApplicationInstanceViewFlowDetails¶
-
class
oci.data_science.models.
TriggerMlApplicationInstanceViewFlowDetails
(**kwargs)¶ Bases:
object
Payload for trigger request endpoint
Methods
__init__
(**kwargs)Initializes a new TriggerMlApplicationInstanceViewFlowDetails object with values from keyword arguments. Attributes
parameters
Gets the parameters of this TriggerMlApplicationInstanceViewFlowDetails. trigger_name
[Required] Gets the trigger_name of this TriggerMlApplicationInstanceViewFlowDetails. -
__init__
(**kwargs)¶ Initializes a new TriggerMlApplicationInstanceViewFlowDetails 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 TriggerMlApplicationInstanceViewFlowDetails.
- parameters (list[oci.data_science.models.TriggerParameter]) – The value to assign to the parameters property of this TriggerMlApplicationInstanceViewFlowDetails.
-
parameters
¶ Gets the parameters of this TriggerMlApplicationInstanceViewFlowDetails. Parameters provided for given trigger invocation (they must match predefined schema)
Returns: The parameters of this TriggerMlApplicationInstanceViewFlowDetails. Return type: list[oci.data_science.models.TriggerParameter]
-
trigger_name
¶ [Required] Gets the trigger_name of this TriggerMlApplicationInstanceViewFlowDetails. Name of trigger
Returns: The trigger_name of this TriggerMlApplicationInstanceViewFlowDetails. Return type: str
-