Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MachineLearningServicesRunCompletedEventData

Package version

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

Hierarchy

  • MachineLearningServicesRunCompletedEventData

Index

Properties

Optional experimentId

experimentId: undefined | string

The ID of the experiment that the run belongs to.

Optional experimentName

experimentName: undefined | string

The name of the experiment that the run belongs to.

Optional runId

runId: undefined | string

The ID of the Run that was completed.

Optional runProperties

runProperties: any

The properties of the completed Run.

Optional runTags

runTags: any

The tags of the completed Run.

Optional runType

runType: undefined | string

The Run Type of the completed Run.

Generated using TypeDoc