다음을 통해 공유


AzureMLUpdateResourceActivity.TrainedModelFilePath Property

Definition

Gets or sets 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).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to