MachineLearningServicesRunCompletedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.RunCompleted event.
Properties
| experiment |
The ID of the experiment that the run belongs to. |
| experiment |
The name of the experiment that the run belongs to. |
| run |
The ID of the Run that was completed. |
| run |
The properties of the completed Run. |
| run |
The tags of the completed Run. |
| run |
The Run Type of the completed Run. |
Property Details
experimentId
The ID of the experiment that the run belongs to.
experimentId?: string
Property Value
string
experimentName
The name of the experiment that the run belongs to.
experimentName?: string
Property Value
string
runId
The ID of the Run that was completed.
runId?: string
Property Value
string
runProperties
The properties of the completed Run.
runProperties: Record<string, any>
Property Value
Record<string, any>
runTags
The tags of the completed Run.
runTags: Record<string, any>
Property Value
Record<string, any>
runType
The Run Type of the completed Run.
runType?: string
Property Value
string