Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MachineLearningServicesRunCompletedEventData

Package version

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

Hierarchy

  • MachineLearningServicesRunCompletedEventData

Index

Properties

experimentId

experimentId: string

The ID of the experiment that the run belongs to.

experimentName

experimentName: string

The name of the experiment that the run belongs to.

runId

runId: string

The ID of the Run that was completed.

runProperties

runProperties: any

The properties of the completed Run.

runTags

runTags: any

The tags of the completed Run.

runType

runType: string

The Run Type of the completed Run.

Generated using TypeDoc