AzureMLUpdateResourceActivity Class

Definition

Azure ML Update Resource management activity.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMLUpdateResourceActivity+AzureMLUpdateResourceActivityConverter))]
public class AzureMLUpdateResourceActivity : Azure.Analytics.Synapse.Artifacts.Models.ExecutionActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMLUpdateResourceActivity+AzureMLUpdateResourceActivityConverter))>]
type AzureMLUpdateResourceActivity = class
    inherit ExecutionActivity
Public Class AzureMLUpdateResourceActivity
Inherits ExecutionActivity
Inheritance
AzureMLUpdateResourceActivity
Attributes

Constructors

AzureMLUpdateResourceActivity(String, Object, LinkedServiceReference, Object)

Initializes a new instance of AzureMLUpdateResourceActivity.

Properties

AdditionalProperties

Additional Properties.

(Inherited from Activity)
DependsOn

Activity depends on condition.

(Inherited from Activity)
Description

Activity description.

(Inherited from Activity)
LinkedServiceName

Linked service reference.

(Inherited from ExecutionActivity)
Name

Activity name.

(Inherited from Activity)
OnInactiveMarkAs

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

(Inherited from Activity)
Policy

Activity policy.

(Inherited from ExecutionActivity)
State

Activity state. This is an optional property and if not provided, the state will be Active by default.

(Inherited from Activity)
TrainedModelFilePath

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).

TrainedModelLinkedServiceName

Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.

TrainedModelName

Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).

UserProperties

Activity user properties.

(Inherited from Activity)

Applies to