EventGridModelFactory.MachineLearningServicesModelDeployedEventData 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 MachineLearningServicesModelDeployedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesModelDeployedEventData MachineLearningServicesModelDeployedEventData (string serviceName = default, string serviceComputeType = default, string modelIds = default, object serviceTags = default, object serviceProperties = default);
static member MachineLearningServicesModelDeployedEventData : string * string * string * obj * obj -> Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesModelDeployedEventData
Public Shared Function MachineLearningServicesModelDeployedEventData (Optional serviceName As String = Nothing, Optional serviceComputeType As String = Nothing, Optional modelIds As String = Nothing, Optional serviceTags As Object = Nothing, Optional serviceProperties As Object = Nothing) As MachineLearningServicesModelDeployedEventData
Parameters
- serviceName
- String
The name of the deployed service.
- serviceComputeType
- String
The compute type (e.g. ACI, AKS) of the deployed service.
- modelIds
- String
A common separated list of model IDs. The IDs of the models deployed in the service.
- serviceTags
- Object
The tags of the deployed service.
- serviceProperties
- Object
The properties of the deployed service.
Returns
A new MachineLearningServicesModelDeployedEventData instance for mocking.
Applies to
Azure SDK for .NET