Share via


AzureMachineLearningServicesManagementClient class

Extends

Constructors

AzureMachineLearningServicesManagementClient(TokenCredential, string, AzureMachineLearningServicesManagementClientOptionalParams)

Initializes a new instance of the AzureMachineLearningServicesManagementClient class.

Inherited Properties

pipeline

The pipeline used by this client to make requests

Inherited Methods

sendOperationRequest<T>(OperationArguments, OperationSpec)

Send an HTTP request that is populated using the provided OperationSpec.

sendRequest(PipelineRequest)

Send the provided httpRequest.

Constructor Details

AzureMachineLearningServicesManagementClient(TokenCredential, string, AzureMachineLearningServicesManagementClientOptionalParams)

Initializes a new instance of the AzureMachineLearningServicesManagementClient class.

new AzureMachineLearningServicesManagementClient(credentials: TokenCredential, subscriptionId: string, options?: AzureMachineLearningServicesManagementClientOptionalParams)

Parameters

credentials
TokenCredential

Subscription credentials which uniquely identify client subscription.

subscriptionId

string

The ID of the target subscription.

Property Details

$host

$host: string

Property Value

string

apiVersion

apiVersion: string

Property Value

string

batchDeployments

batchDeployments: BatchDeployments

Property Value

batchEndpoints

batchEndpoints: BatchEndpoints

Property Value

codeContainers

codeContainers: CodeContainers

Property Value

codeVersions

codeVersions: CodeVersions

Property Value

componentContainers

componentContainers: ComponentContainers

Property Value

componentVersions

componentVersions: ComponentVersions

Property Value

computeOperations

computeOperations: ComputeOperations

Property Value

dataContainers

dataContainers: DataContainers

Property Value

datastores

datastores: Datastores

Property Value

dataVersions

dataVersions: DataVersions

Property Value

environmentContainers

environmentContainers: EnvironmentContainers

Property Value

environmentVersions

environmentVersions: EnvironmentVersions

Property Value

features

features: Features

Property Value

featuresetContainers

featuresetContainers: FeaturesetContainers

Property Value

featuresetVersions

featuresetVersions: FeaturesetVersions

Property Value

featurestoreEntityContainers

featurestoreEntityContainers: FeaturestoreEntityContainers

Property Value

featurestoreEntityVersions

featurestoreEntityVersions: FeaturestoreEntityVersions

Property Value

jobs

jobs: Jobs

Property Value

managedNetworkProvisions

managedNetworkProvisions: ManagedNetworkProvisions

Property Value

managedNetworkSettingsRule

managedNetworkSettingsRule: ManagedNetworkSettingsRule

Property Value

marketplaceSubscriptions

marketplaceSubscriptions: MarketplaceSubscriptions

Property Value

modelContainers

modelContainers: ModelContainers

Property Value

modelVersions

modelVersions: ModelVersions

Property Value

onlineDeployments

onlineDeployments: OnlineDeployments

Property Value

onlineEndpoints

onlineEndpoints: OnlineEndpoints

Property Value

operations

operations: Operations

Property Value

privateEndpointConnections

privateEndpointConnections: PrivateEndpointConnections

Property Value

privateLinkResources

privateLinkResources: PrivateLinkResources

Property Value

quotas

quotas: Quotas

Property Value

registries

registries: Registries

Property Value

registryCodeContainers

registryCodeContainers: RegistryCodeContainers

Property Value

registryCodeVersions

registryCodeVersions: RegistryCodeVersions

Property Value

registryComponentContainers

registryComponentContainers: RegistryComponentContainers

Property Value

registryComponentVersions

registryComponentVersions: RegistryComponentVersions

Property Value

registryDataContainers

registryDataContainers: RegistryDataContainers

Property Value

registryDataReferences

registryDataReferences: RegistryDataReferences

Property Value

registryDataVersions

registryDataVersions: RegistryDataVersions

Property Value

registryEnvironmentContainers

registryEnvironmentContainers: RegistryEnvironmentContainers

Property Value

registryEnvironmentVersions

registryEnvironmentVersions: RegistryEnvironmentVersions

Property Value

registryModelContainers

registryModelContainers: RegistryModelContainers

Property Value

registryModelVersions

registryModelVersions: RegistryModelVersions

Property Value

schedules

schedules: Schedules

Property Value

serverlessEndpoints

serverlessEndpoints: ServerlessEndpoints

Property Value

subscriptionId

subscriptionId: string

Property Value

string

usages

usages: Usages

Property Value

virtualMachineSizes

virtualMachineSizes: VirtualMachineSizes

Property Value

workspaceConnections

workspaceConnections: WorkspaceConnections

Property Value

workspaceFeatures

workspaceFeatures: WorkspaceFeatures

Property Value

workspaces

workspaces: Workspaces

Property Value

Inherited Property Details

pipeline

The pipeline used by this client to make requests

pipeline: Pipeline

Property Value

Inherited From coreClient.ServiceClient.pipeline

Inherited Method Details

sendOperationRequest<T>(OperationArguments, OperationSpec)

Send an HTTP request that is populated using the provided OperationSpec.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

Parameters

operationArguments
OperationArguments

The arguments that the HTTP request's templated values will be populated from.

operationSpec
OperationSpec

The OperationSpec to use to populate the httpRequest.

Returns

Promise<T>

Inherited From coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Send the provided httpRequest.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

Parameters

request
PipelineRequest

Returns

Promise<PipelineResponse>

Inherited From coreClient.ServiceClient.sendRequest