Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureMLUpdateResourceActivity

Package version

Azure ML Update Resource management activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional policy

Activity policy.

trainedModelFilePath

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

trainedModelLinkedServiceName: LinkedServiceReference

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

trainedModelName

trainedModelName: any

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

type

type: "AzureMLUpdateResource"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc