AzureMLWebServiceFile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure ML WebService Input/Output file.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMLWebServiceFile+AzureMLWebServiceFileConverter))]
public class AzureMLWebServiceFile
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMLWebServiceFile+AzureMLWebServiceFileConverter))>]
type AzureMLWebServiceFile = class
Public Class AzureMLWebServiceFile
- Inheritance
-
AzureMLWebServiceFile
- Attributes
Constructors
AzureMLWebServiceFile(Object, LinkedServiceReference) |
Initializes a new instance of AzureMLWebServiceFile. |
Properties
FilePath |
The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string). |
LinkedServiceName |
Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET