Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MachineLearningServicesRunStatusChangedEventData

Package version

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

Hierarchy

  • MachineLearningServicesRunStatusChangedEventData

Index

Properties

Optional experimentId

experimentId: undefined | string

The ID of the experiment that the Machine Learning Run belongs to.

Optional experimentName

experimentName: undefined | string

The name of the experiment that the Machine Learning Run belongs to.

Optional runId

runId: undefined | string

The ID of the Machine Learning Run.

Optional runProperties

runProperties: any

The properties of the Machine Learning Run.

Optional runStatus

runStatus: undefined | string

The status of the Machine Learning Run.

Optional runTags

runTags: any

The tags of the Machine Learning Run.

Optional runType

runType: undefined | string

The Run Type of the Machine Learning Run.

Generated using TypeDoc