Class AzureMLUpdateResourceActivity


  • public final class AzureMLUpdateResourceActivity
    extends ExecutionActivity
    Azure ML Update Resource management activity.
    • Constructor Detail

      • AzureMLUpdateResourceActivity

        public AzureMLUpdateResourceActivity()
    • 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 AzureMLUpdateResourceActivity 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 AzureMLUpdateResourceActivity 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 AzureMLUpdateResourceActivity 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 AzureMLUpdateResourceActivity 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 AzureMLUpdateResourceActivity 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 AzureMLUpdateResourceActivity object itself.