AzureMLUpdateResourceActivity Class
Azure ML Update Resource management activity.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.ExecutionActivityAzureMLUpdateResourceActivity
Constructor
AzureMLUpdateResourceActivity(*, name: str, trained_model_name: object, trained_model_linked_service_name: azure.synapse.artifacts.models._models_py3.LinkedServiceReference, trained_model_file_path: object, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, depends_on: Optional[List[azure.synapse.artifacts.models._models_py3.ActivityDependency]] = None, user_properties: Optional[List[azure.synapse.artifacts.models._models_py3.UserProperty]] = None, linked_service_name: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, policy: Optional[azure.synapse.artifacts.models._models_py3.ActivityPolicy] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- trained_model_name
- object
Required. Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- trained_model_linked_service_name
- LinkedServiceReference
Required. Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- trained_model_file_path
- object
Required. 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).
Feedback
Submit and view feedback for