Share via


AzureMLWebServiceFile Class

Definition

Azure ML WebService Input/Output file

public class AzureMLWebServiceFile
type AzureMLWebServiceFile = class
Public Class AzureMLWebServiceFile
Inheritance
AzureMLWebServiceFile

Constructors

AzureMLWebServiceFile()

Initializes a new instance of the AzureMLWebServiceFile class.

AzureMLWebServiceFile(Object, LinkedServiceReference)

Initializes a new instance of the AzureMLWebServiceFile class.

Properties

FilePath

Gets or sets the relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).

LinkedServiceName

Gets or sets reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.

Methods

Validate()

Validate the object.

Applies to