MachineLearningServicesRunStatusChangedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.RunStatusChanged event.
Properties
experiment |
The ID of the experiment that the Machine Learning Run belongs to. |
experiment |
The name of the experiment that the Machine Learning Run belongs to. |
run |
The ID of the Machine Learning Run. |
run |
The properties of the Machine Learning Run. |
run |
The status of the Machine Learning Run. |
run |
The tags of the Machine Learning Run. |
run |
The Run Type of the Machine Learning Run. |
Property Details
experimentId
The ID of the experiment that the Machine Learning Run belongs to.
experimentId: string
Property Value
string
experimentName
The name of the experiment that the Machine Learning Run belongs to.
experimentName: string
Property Value
string
runId
The ID of the Machine Learning Run.
runId: string
Property Value
string
runProperties
The properties of the Machine Learning Run.
runProperties: any
Property Value
any
runStatus
The status of the Machine Learning Run.
runStatus: string
Property Value
string
runTags
The tags of the Machine Learning Run.
runTags: any
Property Value
any
runType
The Run Type of the Machine Learning Run.
runType: string
Property Value
string