Package version:

Interface AzureMLUpdateResourceActivity

Azure ML Update Resource management activity.

Hierarchy

Properties

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

Activity policy.

trainedModelFilePath: any

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: LinkedServiceReference

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

trainedModelName: any

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

type: "AzureMLUpdateResource"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc