AzureMLUpdateResourceActivity.TrainedModelName Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.trainedModelName")]
public object TrainedModelName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.trainedModelName")>]
member this.TrainedModelName : obj with get, set
Public Property TrainedModelName As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to