Uses of Class
com.azure.resourcemanager.datafactory.models.AzureMLWebServiceFile
-
Packages that use AzureMLWebServiceFile Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AzureMLWebServiceFile in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type AzureMLWebServiceFile Modifier and Type Method Description Map<String,AzureMLWebServiceFile>
AzureMLBatchExecutionActivityTypeProperties. 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..Map<String,AzureMLWebServiceFile>
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.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type AzureMLWebServiceFile Modifier and Type Method Description AzureMLBatchExecutionActivityTypeProperties
AzureMLBatchExecutionActivityTypeProperties. 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
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
Methods in com.azure.resourcemanager.datafactory.models that return AzureMLWebServiceFile Modifier and Type Method Description AzureMLWebServiceFile
AzureMLWebServiceFile. withFilePath(Object filePath)
Set the filePath property: The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService.AzureMLWebServiceFile
AzureMLWebServiceFile. withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type AzureMLWebServiceFile Modifier and Type Method Description Map<String,AzureMLWebServiceFile>
AzureMLBatchExecutionActivity. 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..Map<String,AzureMLWebServiceFile>
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.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type AzureMLWebServiceFile Modifier and Type Method Description AzureMLBatchExecutionActivity
AzureMLBatchExecutionActivity. 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
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.
-