Class AzureMLUpdateResourceActivity


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

    • AzureMLUpdateResourceActivity

      public AzureMLUpdateResourceActivity()
  • Method Details

    • 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.
    • setLinkedServiceName

      public AzureMLUpdateResourceActivity setLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: Linked service reference.
      Overrides:
      setLinkedServiceName in class ExecutionActivity
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the ExecutionActivity object itself.
    • setPolicy

      public AzureMLUpdateResourceActivity setPolicy(ActivityPolicy policy)
      Set the policy property: Activity policy.
      Overrides:
      setPolicy in class ExecutionActivity
      Parameters:
      policy - the policy value to set.
      Returns:
      the ExecutionActivity object itself.
    • setName

      public AzureMLUpdateResourceActivity setName(String name)
      Set the name property: Activity name.
      Overrides:
      setName in class ExecutionActivity
      Parameters:
      name - the name value to set.
      Returns:
      the Activity object itself.
    • setDescription

      public AzureMLUpdateResourceActivity setDescription(String description)
      Set the description property: Activity description.
      Overrides:
      setDescription in class ExecutionActivity
      Parameters:
      description - the description value to set.
      Returns:
      the Activity object itself.
    • setDependsOn

      public AzureMLUpdateResourceActivity setDependsOn(List<ActivityDependency> dependsOn)
      Set the dependsOn property: Activity depends on condition.
      Overrides:
      setDependsOn in class ExecutionActivity
      Parameters:
      dependsOn - the dependsOn value to set.
      Returns:
      the Activity object itself.
    • setUserProperties

      public AzureMLUpdateResourceActivity setUserProperties(List<UserProperty> userProperties)
      Set the userProperties property: Activity user properties.
      Overrides:
      setUserProperties in class ExecutionActivity
      Parameters:
      userProperties - the userProperties value to set.
      Returns:
      the Activity object itself.