Class TriggerMlApplicationInstanceFlowDetails
Payload for trigger request endpoint
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class TriggerMlApplicationInstanceFlowDetails
Properties
TriggerName
Declaration
[Required(ErrorMessage = "TriggerName is required.")]
[JsonProperty(PropertyName = "triggerName")]
public string TriggerName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of trigger |
Remarks
Required