MachineLearningServicesRunCompletedEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.RunCompleted event.

Properties

experimentId

The ID of the experiment that the run belongs to.

experimentName

The name of the experiment that the run belongs to.

runId

The ID of the Run that was completed.

runProperties

The properties of the completed Run.

runTags

The tags of the completed Run.

runType

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: any

Property Value

any

runTags

The tags of the completed Run.

runTags: any

Property Value

any

runType

The Run Type of the completed Run.

runType: string

Property Value

string