Class AzureMLUpdateResourceActivity


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

      • AzureMLUpdateResourceActivity

        public AzureMLUpdateResourceActivity()
    • Method Detail

      • getTrainedModelName

        public Object getTrainedModelName()
        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.
      • setTrainedModelName

        public AzureMLUpdateResourceActivity setTrainedModelName​(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.
      • getTrainedModelLinkedServiceName

        public LinkedServiceReference getTrainedModelLinkedServiceName()
        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.
      • setTrainedModelLinkedServiceName

        public AzureMLUpdateResourceActivity setTrainedModelLinkedServiceName​(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.
      • getTrainedModelFilePath

        public Object getTrainedModelFilePath()
        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.
      • setTrainedModelFilePath

        public AzureMLUpdateResourceActivity setTrainedModelFilePath​(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.