MachinelearningservicesFunctions

Functions

Link copied to clipboard

Get a Service by name. API Version: 2021-01-01.

suspend fun getACIService(expand: Boolean? = null, resourceGroupName: String, serviceName: String, workspaceName: String): GetACIServiceResult
Link copied to clipboard

Get a Service by name. API Version: 2021-01-01.

suspend fun getAKSService(expand: Boolean? = null, resourceGroupName: String, serviceName: String, workspaceName: String): GetAKSServiceResult
Link copied to clipboard

API Version: 2021-03-01-preview.

suspend fun getBatchDeployment(deploymentName: String, endpointName: String, resourceGroupName: String, workspaceName: String): GetBatchDeploymentResult
Link copied to clipboard

API Version: 2021-03-01-preview.

suspend fun getBatchEndpoint(endpointName: String, resourceGroupName: String, workspaceName: String): GetBatchEndpointResult
Link copied to clipboard

Azure Resource Manager resource envelope. API Version: 2021-03-01-preview.

suspend fun getCodeContainer(name: String, resourceGroupName: String, workspaceName: String): GetCodeContainerResult
Link copied to clipboard

Azure Resource Manager resource envelope. API Version: 2021-03-01-preview.

suspend fun getCodeVersion(name: String, resourceGroupName: String, version: String, workspaceName: String): GetCodeVersionResult
Link copied to clipboard

Azure Resource Manager resource envelope. API Version: 2022-02-01-preview.

suspend fun getComponentContainer(name: String, resourceGroupName: String, workspaceName: String): GetComponentContainerResult
Link copied to clipboard

Azure Resource Manager resource envelope. API Version: 2022-02-01-preview.

suspend fun getComponentVersion(name: String, resourceGroupName: String, version: String, workspaceName: String): GetComponentVersionResult
Link copied to clipboard

Azure Resource Manager resource envelope. API Version: 2021-03-01-preview.

suspend fun getDataContainer(name: String, resourceGroupName: String, workspaceName: String): GetDataContainerResult
Link copied to clipboard

Azure Resource Manager resource envelope. API Version: 2021-03-01-preview.

suspend fun getDataVersion(name: String, resourceGroupName: String, version: String, workspaceName: String): GetDataVersionResult
Link copied to clipboard

Get a Service by name. API Version: 2021-01-01.

suspend fun getEndpointVariant(expand: Boolean? = null, resourceGroupName: String, serviceName: String, workspaceName: String): GetEndpointVariantResult
Link copied to clipboard

Azure Resource Manager resource envelope. API Version: 2021-03-01-preview.

suspend fun getEnvironmentContainer(name: String, resourceGroupName: String, workspaceName: String): GetEnvironmentContainerResult
Link copied to clipboard
suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Azure Resource Manager resource envelope. API Version: 2021-03-01-preview.

suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult
suspend fun getJob(id: String, resourceGroupName: String, workspaceName: String): GetJobResult
Link copied to clipboard

Gets a labeling job by id. API Version: 2020-09-01-preview.

suspend fun getLabelingJob(includeJobInstructions: Boolean? = null, includeLabelCategories: Boolean? = null, labelingJobId: String, resourceGroupName: String, workspaceName: String): GetLabelingJobResult
Link copied to clipboard

Get the detail of a linked service. API Version: 2020-09-01-preview.

suspend fun getLinkedService(linkName: String, resourceGroupName: String, workspaceName: String): GetLinkedServiceResult
Link copied to clipboard

Get the detail of a linked workspace. API Version: 2020-03-01.

suspend fun getLinkedWorkspace(linkName: String, resourceGroupName: String, workspaceName: String): GetLinkedWorkspaceResult
Link copied to clipboard

Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them. API Version: 2021-01-01.

suspend fun getMachineLearningCompute(computeName: String, resourceGroupName: String, workspaceName: String): GetMachineLearningComputeResult
Link copied to clipboard

Get a Dataset by name. API Version: 2020-05-01-preview.

suspend fun getMachineLearningDataset(datasetName: String, resourceGroupName: String, workspaceName: String): GetMachineLearningDatasetResult
Link copied to clipboard

Get a Datastore by name. API Version: 2020-05-01-preview.

suspend fun getMachineLearningDatastore(datastoreName: String, resourceGroupName: String, workspaceName: String): GetMachineLearningDatastoreResult
Link copied to clipboard

Azure Resource Manager resource envelope. API Version: 2021-03-01-preview.

suspend fun getModelContainer(name: String, resourceGroupName: String, workspaceName: String): GetModelContainerResult
Link copied to clipboard

Azure Resource Manager resource envelope. API Version: 2021-03-01-preview.

suspend fun getModelVersion(name: String, resourceGroupName: String, version: String, workspaceName: String): GetModelVersionResult
Link copied to clipboard

API Version: 2021-03-01-preview.

suspend fun getOnlineDeployment(deploymentName: String, endpointName: String, resourceGroupName: String, workspaceName: String): GetOnlineDeploymentResult
Link copied to clipboard

API Version: 2021-03-01-preview.

suspend fun getOnlineDeploymentLogs(containerType: Either<String, ContainerType>? = null, deploymentName: String, endpointName: String, resourceGroupName: String, tail: Int? = null, workspaceName: String): GetOnlineDeploymentLogsResult
Link copied to clipboard

API Version: 2021-03-01-preview.

suspend fun getOnlineEndpoint(endpointName: String, resourceGroupName: String, workspaceName: String): GetOnlineEndpointResult
Link copied to clipboard

Service Token API Version: 2021-03-01-preview.

suspend fun getOnlineEndpointToken(endpointName: String, resourceGroupName: String, workspaceName: String): GetOnlineEndpointTokenResult
Link copied to clipboard

Gets the specified private endpoint connection associated with the workspace. API Version: 2021-01-01.

suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, workspaceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Gets the properties of the specified machine learning workspace. API Version: 2021-01-01.

suspend fun getWorkspace(resourceGroupName: String, workspaceName: String): GetWorkspaceResult
Link copied to clipboard

Get the detail of a workspace connection. API Version: 2021-01-01.

suspend fun getWorkspaceConnection(connectionName: String, resourceGroupName: String, workspaceName: String): GetWorkspaceConnectionResult
Link copied to clipboard

Keys for endpoint authentication. API Version: 2021-03-01-preview.

suspend fun listBatchEndpointKeys(endpointName: String, resourceGroupName: String, workspaceName: String): ListBatchEndpointKeysResult
Link copied to clipboard

Base definition for datastore secrets. API Version: 2021-03-01-preview.

suspend fun listDatastoreSecrets(name: String, resourceGroupName: String, workspaceName: String): ListDatastoreSecretsResult
Link copied to clipboard

Gets secrets related to Machine Learning compute (storage keys, service credentials, etc). API Version: 2021-01-01.

suspend fun listMachineLearningComputeKeys(computeName: String, resourceGroupName: String, workspaceName: String): ListMachineLearningComputeKeysResult
Link copied to clipboard

Get the details (e.g IP address, port etc) of all the compute nodes in the compute. API Version: 2021-01-01.

suspend fun listMachineLearningComputeNodes(computeName: String, resourceGroupName: String, workspaceName: String): ListMachineLearningComputeNodesResult
Link copied to clipboard

API Version: 2021-01-01.

suspend fun listNotebookKeys(resourceGroupName: String, workspaceName: String): ListNotebookKeysResult
Link copied to clipboard

Keys for endpoint authentication. API Version: 2021-03-01-preview.

suspend fun listOnlineEndpointKeys(endpointName: String, resourceGroupName: String, workspaceName: String): ListOnlineEndpointKeysResult
Link copied to clipboard

Lists all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry API Version: 2021-01-01.

suspend fun listWorkspaceKeys(resourceGroupName: String, workspaceName: String): ListWorkspaceKeysResult