EventGridModelFactory.MachineLearningServicesRunCompletedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MachineLearningServicesRunCompletedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesRunCompletedEventData MachineLearningServicesRunCompletedEventData (string experimentId = default, string experimentName = default, string runId = default, string runType = default, object runTags = default, object runProperties = default);
static member MachineLearningServicesRunCompletedEventData : string * string * string * string * obj * obj -> Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesRunCompletedEventData
Public Shared Function MachineLearningServicesRunCompletedEventData (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) As MachineLearningServicesRunCompletedEventData
Parameters
- experimentId
- String
The ID of the experiment that the run belongs to.
- experimentName
- String
The name of the experiment that the run belongs to.
- runId
- String
The ID of the Run that was completed.
- runType
- String
The Run Type of the completed Run.
- runTags
- Object
The tags of the completed Run.
- runProperties
- Object
The properties of the completed Run.
Returns
A new MachineLearningServicesRunCompletedEventData instance for mocking.