Class MachineLearningServicesModelDeployedEventData


  • public final class MachineLearningServicesModelDeployedEventData
    extends Object
    Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.ModelDeployed event.
    • Constructor Detail

      • MachineLearningServicesModelDeployedEventData

        public MachineLearningServicesModelDeployedEventData()
    • Method Detail

      • getServiceName

        public String getServiceName()
        Get the serviceName property: The name of the deployed service.
        Returns:
        the serviceName value.
      • setServiceName

        public MachineLearningServicesModelDeployedEventData setServiceName​(String serviceName)
        Set the serviceName property: The name of the deployed service.
        Parameters:
        serviceName - the serviceName value to set.
        Returns:
        the MachineLearningServicesModelDeployedEventData object itself.
      • getServiceComputeType

        public String getServiceComputeType()
        Get the serviceComputeType property: The compute type (e.g. ACI, AKS) of the deployed service.
        Returns:
        the serviceComputeType value.
      • setServiceComputeType

        public MachineLearningServicesModelDeployedEventData setServiceComputeType​(String serviceComputeType)
        Set the serviceComputeType property: The compute type (e.g. ACI, AKS) of the deployed service.
        Parameters:
        serviceComputeType - the serviceComputeType value to set.
        Returns:
        the MachineLearningServicesModelDeployedEventData object itself.
      • getModelIds

        public String getModelIds()
        Get the modelIds property: A common separated list of model IDs. The IDs of the models deployed in the service.
        Returns:
        the modelIds value.
      • setModelIds

        public MachineLearningServicesModelDeployedEventData setModelIds​(String modelIds)
        Set the modelIds property: A common separated list of model IDs. The IDs of the models deployed in the service.
        Parameters:
        modelIds - the modelIds value to set.
        Returns:
        the MachineLearningServicesModelDeployedEventData object itself.
      • getServiceTags

        public Object getServiceTags()
        Get the serviceTags property: The tags of the deployed service.
        Returns:
        the serviceTags value.
      • setServiceTags

        public MachineLearningServicesModelDeployedEventData setServiceTags​(Object serviceTags)
        Set the serviceTags property: The tags of the deployed service.
        Parameters:
        serviceTags - the serviceTags value to set.
        Returns:
        the MachineLearningServicesModelDeployedEventData object itself.
      • getServiceProperties

        public Object getServiceProperties()
        Get the serviceProperties property: The properties of the deployed service.
        Returns:
        the serviceProperties value.
      • setServiceProperties

        public MachineLearningServicesModelDeployedEventData setServiceProperties​(Object serviceProperties)
        Set the serviceProperties property: The properties of the deployed service.
        Parameters:
        serviceProperties - the serviceProperties value to set.
        Returns:
        the MachineLearningServicesModelDeployedEventData object itself.