v2

latestSwagger 2.0raw.githubusercontent.com2019-10-0881227.5 KB
DataStore

Create or update a Datastore.

Create or update a Datastore in the given workspace.

post/datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores

Path parameters

subscriptionIdstring uuid required

The Azure Subscription ID.

resourceGroupNamestring required

The Name of the resource group in which the workspace is located.

workspaceNamestring required

The name of the workspace.

Query parameters

createIfNotExistsboolean

If set to true, the call will create an Datastore if it doesn't exist.

skipValidationboolean

If set to true, the call will skip Datastore validation.

Request body

namestring

Name of the datastore

dataStoreType'AzureBlob' | 'AzureFile' | 'AzureDataLake' | 'AzureSqlDatabase' | 'AzurePostgreSql' | 'DBFS' | 'AzureDataLakeGen2' | 'GlusterFs'

The Azure storage service this datastore points to.

hasBeenValidatedboolean

A read only property that denotes whether the service datastore has been validated with credentials.

tagsobject

Tags to datastore

Response

The Datastore is created/updated successfully.