Uses of Class
com.azure.resourcemanager.datafactory.models.AzureMLWebServiceFile
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureMLWebServiceFile in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionAzureMLBatchExecutionActivityTypeProperties.webServiceInputs()
Get the webServiceInputs property: Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations..AzureMLBatchExecutionActivityTypeProperties.webServiceOutputs()
Get the webServiceOutputs property: Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations.Modifier and TypeMethodDescriptionAzureMLBatchExecutionActivityTypeProperties.withWebServiceInputs
(Map<String, AzureMLWebServiceFile> webServiceInputs) Set the webServiceInputs property: Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations..AzureMLBatchExecutionActivityTypeProperties.withWebServiceOutputs
(Map<String, AzureMLWebServiceFile> webServiceOutputs) Set the webServiceOutputs property: Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. -
Uses of AzureMLWebServiceFile in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureMLWebServiceFile.withFilePath
(Object filePath) Set the filePath property: The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService.AzureMLWebServiceFile.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.Modifier and TypeMethodDescriptionAzureMLBatchExecutionActivity.webServiceInputs()
Get the webServiceInputs property: Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations..AzureMLBatchExecutionActivity.webServiceOutputs()
Get the webServiceOutputs property: Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations.Modifier and TypeMethodDescriptionAzureMLBatchExecutionActivity.withWebServiceInputs
(Map<String, AzureMLWebServiceFile> webServiceInputs) Set the webServiceInputs property: Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations..AzureMLBatchExecutionActivity.withWebServiceOutputs
(Map<String, AzureMLWebServiceFile> webServiceOutputs) Set the webServiceOutputs property: Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations.