Class TriggerMlApplicationInstanceViewFlowDetails
Payload for trigger request endpoint
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class TriggerMlApplicationInstanceViewFlowDetails
Properties
Parameters
Declaration
[JsonProperty(PropertyName = "parameters")]
public List<TriggerParameter> Parameters { get; set; }
Property Value
Type | Description |
---|---|
List<TriggerParameter> | Parameters provided for given trigger invocation (they must match predefined schema) |
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