Share via


EventGridModelFactory.MachineLearningServicesRunStatusChangedEventData Method

Definition

Initializes a new instance of MachineLearningServicesRunStatusChangedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesRunStatusChangedEventData MachineLearningServicesRunStatusChangedEventData (string experimentId = default, string experimentName = default, string runId = default, string runType = default, object runTags = default, object runProperties = default, string runStatus = default);
static member MachineLearningServicesRunStatusChangedEventData : string * string * string * string * obj * obj * string -> Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesRunStatusChangedEventData
Public Shared Function MachineLearningServicesRunStatusChangedEventData (Optional experimentId As String = Nothing, Optional experimentName As String = Nothing, Optional runId As String = Nothing, Optional runType As String = Nothing, Optional runTags As Object = Nothing, Optional runProperties As Object = Nothing, Optional runStatus As String = Nothing) As MachineLearningServicesRunStatusChangedEventData

Parameters

experimentId
String

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

experimentName
String

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

runId
String

The ID of the Machine Learning Run.

runType
String

The Run Type of the Machine Learning Run.

runTags
Object

The tags of the Machine Learning Run.

runProperties
Object

The properties of the Machine Learning Run.

runStatus
String

The status of the Machine Learning Run.

Returns

A new MachineLearningServicesRunStatusChangedEventData instance for mocking.

Applies to