Class AzureMLUpdateResourceActivityTypeProperties


  • public final class AzureMLUpdateResourceActivityTypeProperties
    extends Object
    Azure ML Update Resource activity properties.
    • Constructor Detail

      • AzureMLUpdateResourceActivityTypeProperties

        public AzureMLUpdateResourceActivityTypeProperties()
    • Method Detail

      • trainedModelName

        public Object trainedModelName()
        Get the trainedModelName property: Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
        Returns:
        the trainedModelName value.
      • withTrainedModelName

        public AzureMLUpdateResourceActivityTypeProperties withTrainedModelName​(Object trainedModelName)
        Set the trainedModelName property: Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
        Parameters:
        trainedModelName - the trainedModelName value to set.
        Returns:
        the AzureMLUpdateResourceActivityTypeProperties object itself.
      • trainedModelLinkedServiceName

        public LinkedServiceReference trainedModelLinkedServiceName()
        Get the trainedModelLinkedServiceName property: Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
        Returns:
        the trainedModelLinkedServiceName value.
      • withTrainedModelLinkedServiceName

        public AzureMLUpdateResourceActivityTypeProperties withTrainedModelLinkedServiceName​(LinkedServiceReference trainedModelLinkedServiceName)
        Set the trainedModelLinkedServiceName property: Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
        Parameters:
        trainedModelLinkedServiceName - the trainedModelLinkedServiceName value to set.
        Returns:
        the AzureMLUpdateResourceActivityTypeProperties object itself.
      • trainedModelFilePath

        public Object trainedModelFilePath()
        Get the trainedModelFilePath property: The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
        Returns:
        the trainedModelFilePath value.
      • withTrainedModelFilePath

        public AzureMLUpdateResourceActivityTypeProperties withTrainedModelFilePath​(Object trainedModelFilePath)
        Set the trainedModelFilePath property: The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
        Parameters:
        trainedModelFilePath - the trainedModelFilePath value to set.
        Returns:
        the AzureMLUpdateResourceActivityTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.