AzureMLUpdateResourceActivity Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Activity - com.
azure. resourcemanager. datafactory. models. ExecutionActivity - com.
azure. resourcemanager. datafactory. models. AzureMLUpdateResourceActivity
- com.
- com.
- com.
public final class AzureMLUpdateResourceActivity
extends ExecutionActivity
Azure ML Update Resource management activity.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureMLUpdateResourceActivity() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
|
Json |
toJson(JsonWriter jsonWriter) |
| Object |
trainedModelFilePath()
Get the trained |
|
Linked |
trainedModelLinkedServiceName()
Get the trained |
| Object |
trainedModelName()
Get the trained |
| String |
type()
Get the type property: Type of activity. |
| void |
validate()
Validates the instance. |
|
Azure |
withDependsOn(List<ActivityDependency> dependsOn)
Set the depends |
|
Azure |
withDescription(String description)
Set the description property: Activity description. |
|
Azure |
withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linked |
|
Azure |
withName(String name)
Set the name property: Activity name. |
|
Azure |
withOnInactiveMarkAs(ActivityOnInactiveMarkAs onInactiveMarkAs)
Set the on |
|
Azure |
withPolicy(ActivityPolicy policy)
Set the policy property: Activity policy. |
|
Azure |
withState(ActivityState state)
Set the state property: Activity state. |
|
Azure |
withTrainedModelFilePath(Object trainedModelFilePath)
Set the trained |
|
Azure |
withTrainedModelLinkedServiceName(LinkedServiceReference trainedModelLinkedServiceName)
Set the trained |
|
Azure |
withTrainedModelName(Object trainedModelName)
Set the trained |
|
Azure |
withUserProperties(List<UserProperty> userProperties)
Set the user |
Methods inherited from Activity
Methods inherited from ExecutionActivity
Methods inherited from java.lang.Object
Constructor Details
AzureMLUpdateResourceActivity
public AzureMLUpdateResourceActivity()
Creates an instance of AzureMLUpdateResourceActivity class.
Method Details
fromJson
public static AzureMLUpdateResourceActivity fromJson(JsonReader jsonReader)
Reads an instance of AzureMLUpdateResourceActivity from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AzureMLUpdateResourceActivity.toJson(JsonWriter jsonWriter)Parameters:
Throws:
trainedModelFilePath
public Object trainedModelFilePath()
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:
trainedModelLinkedServiceName
public LinkedServiceReference trainedModelLinkedServiceName()
Get the trainedModelLinkedServiceName property: Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
Returns:
trainedModelName
public Object trainedModelName()
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:
type
public String type()
Get the type property: Type of activity.
Overrides:
AzureMLUpdateResourceActivity.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
AzureMLUpdateResourceActivity.validate()withDependsOn
public AzureMLUpdateResourceActivity withDependsOn(List<ActivityDependency> dependsOn)
Set the dependsOn property: Activity depends on condition.
Overrides:
AzureMLUpdateResourceActivity.withDependsOn(List<ActivityDependency> dependsOn)Parameters:
withDescription
public AzureMLUpdateResourceActivity withDescription(String description)
Set the description property: Activity description.
Overrides:
AzureMLUpdateResourceActivity.withDescription(String description)Parameters:
withLinkedServiceName
public AzureMLUpdateResourceActivity withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Linked service reference.
Overrides:
AzureMLUpdateResourceActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName)Parameters:
withName
public AzureMLUpdateResourceActivity withName(String name)
Set the name property: Activity name.
Overrides:
AzureMLUpdateResourceActivity.withName(String name)Parameters:
withOnInactiveMarkAs
public AzureMLUpdateResourceActivity withOnInactiveMarkAs(ActivityOnInactiveMarkAs onInactiveMarkAs)
Set the onInactiveMarkAs property: 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.
Overrides:
AzureMLUpdateResourceActivity.withOnInactiveMarkAs(ActivityOnInactiveMarkAs onInactiveMarkAs)Parameters:
withPolicy
public AzureMLUpdateResourceActivity withPolicy(ActivityPolicy policy)
Set the policy property: Activity policy.
Overrides:
AzureMLUpdateResourceActivity.withPolicy(ActivityPolicy policy)Parameters:
withState
public AzureMLUpdateResourceActivity withState(ActivityState state)
Set the state property: Activity state. This is an optional property and if not provided, the state will be Active by default.
Overrides:
AzureMLUpdateResourceActivity.withState(ActivityState state)Parameters:
withTrainedModelFilePath
public AzureMLUpdateResourceActivity withTrainedModelFilePath(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:
Returns:
withTrainedModelLinkedServiceName
public AzureMLUpdateResourceActivity withTrainedModelLinkedServiceName(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:
Returns:
withTrainedModelName
public AzureMLUpdateResourceActivity withTrainedModelName(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:
Returns:
withUserProperties
public AzureMLUpdateResourceActivity withUserProperties(List<UserProperty> userProperties)
Set the userProperties property: Activity user properties.
Overrides:
AzureMLUpdateResourceActivity.withUserProperties(List<UserProperty> userProperties)Parameters: