Categorygithub.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/v2
modulepackage
2.0.0
Repository: https://github.com/azure/azure-sdk-for-go.git
Documentation: pkg.go.dev

# README

Azure Machine Learning Module for Go

PkgGoDev

The armmachinelearning module provides operations for working with Azure Machine Learning.

Source code

Getting started

Prerequisites

Install the package

This project uses Go modules for versioning and dependency management.

Install the Azure Machine Learning module:

go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning

Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Machine Learning. The azidentity module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

cred, err := azidentity.NewDefaultAzureCredential(nil)

For more information on authentication, please see the documentation for azidentity at pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity.

Clients

Azure Machine Learning modules consist of one or more clients. A client groups a set of related APIs, providing access to its functionality within the specified subscription. Create one or more clients to access the APIs you require using your credential.

client, err := armmachinelearning.NewUsagesClient(<subscription ID>, cred, nil)

You can use ClientOptions in package github.com/Azure/azure-sdk-for-go/sdk/azcore/arm to set endpoint to connect with public and sovereign clouds as well as Azure Stack. For more information, please see the documentation for azcore at pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore.

options := arm.ClientOptions{
    ClientOptions: azcore.ClientOptions {
        Cloud: cloud.AzureChina,
    },
}
client, err := armmachinelearning.NewUsagesClient(<subscription ID>, cred, &options)

Provide Feedback

If you encounter bugs or have suggestions, please open an issue and assign the Machine Learning label.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

# Functions

NewBatchDeploymentsClient creates a new instance of BatchDeploymentsClient with the specified values.
NewBatchEndpointsClient creates a new instance of BatchEndpointsClient with the specified values.
NewCodeContainersClient creates a new instance of CodeContainersClient with the specified values.
NewCodeVersionsClient creates a new instance of CodeVersionsClient with the specified values.
NewComponentContainersClient creates a new instance of ComponentContainersClient with the specified values.
NewComponentVersionsClient creates a new instance of ComponentVersionsClient with the specified values.
NewComputeClient creates a new instance of ComputeClient with the specified values.
NewDataContainersClient creates a new instance of DataContainersClient with the specified values.
NewDatastoresClient creates a new instance of DatastoresClient with the specified values.
NewDataVersionsClient creates a new instance of DataVersionsClient with the specified values.
NewEnvironmentContainersClient creates a new instance of EnvironmentContainersClient with the specified values.
NewEnvironmentVersionsClient creates a new instance of EnvironmentVersionsClient with the specified values.
NewJobsClient creates a new instance of JobsClient with the specified values.
NewModelContainersClient creates a new instance of ModelContainersClient with the specified values.
NewModelVersionsClient creates a new instance of ModelVersionsClient with the specified values.
NewOnlineDeploymentsClient creates a new instance of OnlineDeploymentsClient with the specified values.
NewOnlineEndpointsClient creates a new instance of OnlineEndpointsClient with the specified values.
NewOperationsClient creates a new instance of OperationsClient with the specified values.
NewPrivateEndpointConnectionsClient creates a new instance of PrivateEndpointConnectionsClient with the specified values.
NewPrivateLinkResourcesClient creates a new instance of PrivateLinkResourcesClient with the specified values.
NewQuotasClient creates a new instance of QuotasClient with the specified values.
NewUsagesClient creates a new instance of UsagesClient with the specified values.
NewVirtualMachineSizesClient creates a new instance of VirtualMachineSizesClient with the specified values.
NewWorkspaceConnectionsClient creates a new instance of WorkspaceConnectionsClient with the specified values.
NewWorkspaceFeaturesClient creates a new instance of WorkspaceFeaturesClient with the specified values.
NewWorkspacesClient creates a new instance of WorkspacesClient with the specified values.
PossibleAllocationStateValues returns the possible values for the AllocationState const type.
PossibleApplicationSharingPolicyValues returns the possible values for the ApplicationSharingPolicy const type.
PossibleAutosaveValues returns the possible values for the Autosave const type.
PossibleBatchLoggingLevelValues returns the possible values for the BatchLoggingLevel const type.
PossibleBatchOutputActionValues returns the possible values for the BatchOutputAction const type.
PossibleBillingCurrencyValues returns the possible values for the BillingCurrency const type.
PossibleCachingValues returns the possible values for the Caching const type.
PossibleClusterPurposeValues returns the possible values for the ClusterPurpose const type.
PossibleComputeInstanceAuthorizationTypeValues returns the possible values for the ComputeInstanceAuthorizationType const type.
PossibleComputeInstanceStateValues returns the possible values for the ComputeInstanceState const type.
PossibleComputePowerActionValues returns the possible values for the ComputePowerAction const type.
PossibleComputeTypeValues returns the possible values for the ComputeType const type.
PossibleConnectionAuthTypeValues returns the possible values for the ConnectionAuthType const type.
PossibleConnectionCategoryValues returns the possible values for the ConnectionCategory const type.
PossibleContainerTypeValues returns the possible values for the ContainerType const type.
PossibleCreatedByTypeValues returns the possible values for the CreatedByType const type.
PossibleCredentialsTypeValues returns the possible values for the CredentialsType const type.
PossibleDatastoreTypeValues returns the possible values for the DatastoreType const type.
PossibleDataTypeValues returns the possible values for the DataType const type.
PossibleDeploymentProvisioningStateValues returns the possible values for the DeploymentProvisioningState const type.
PossibleDiagnoseResultLevelValues returns the possible values for the DiagnoseResultLevel const type.
PossibleDistributionTypeValues returns the possible values for the DistributionType const type.
PossibleEarlyTerminationPolicyTypeValues returns the possible values for the EarlyTerminationPolicyType const type.
PossibleEncryptionStatusValues returns the possible values for the EncryptionStatus const type.
PossibleEndpointAuthModeValues returns the possible values for the EndpointAuthMode const type.
PossibleEndpointComputeTypeValues returns the possible values for the EndpointComputeType const type.
PossibleEndpointProvisioningStateValues returns the possible values for the EndpointProvisioningState const type.
PossibleEnvironmentTypeValues returns the possible values for the EnvironmentType const type.
PossibleGoalValues returns the possible values for the Goal const type.
PossibleIdentityConfigurationTypeValues returns the possible values for the IdentityConfigurationType const type.
PossibleInputDeliveryModeValues returns the possible values for the InputDeliveryMode const type.
PossibleJobInputTypeValues returns the possible values for the JobInputType const type.
PossibleJobLimitsTypeValues returns the possible values for the JobLimitsType const type.
PossibleJobOutputTypeValues returns the possible values for the JobOutputType const type.
PossibleJobStatusValues returns the possible values for the JobStatus const type.
PossibleJobTypeValues returns the possible values for the JobType const type.
PossibleKeyTypeValues returns the possible values for the KeyType const type.
PossibleListViewTypeValues returns the possible values for the ListViewType const type.
PossibleLoadBalancerTypeValues returns the possible values for the LoadBalancerType const type.
PossibleManagedServiceIdentityTypeValues returns the possible values for the ManagedServiceIdentityType const type.
PossibleMountActionValues returns the possible values for the MountAction const type.
PossibleMountStateValues returns the possible values for the MountState const type.
PossibleNetworkValues returns the possible values for the Network const type.
PossibleNodeStateValues returns the possible values for the NodeState const type.
PossibleOperatingSystemTypeValues returns the possible values for the OperatingSystemType const type.
PossibleOperationNameValues returns the possible values for the OperationName const type.
PossibleOperationStatusValues returns the possible values for the OperationStatus const type.
PossibleOperationTriggerValues returns the possible values for the OperationTrigger const type.
PossibleOrderStringValues returns the possible values for the OrderString const type.
PossibleOsTypeValues returns the possible values for the OsType const type.
PossibleOutputDeliveryModeValues returns the possible values for the OutputDeliveryMode const type.
PossiblePrivateEndpointConnectionProvisioningStateValues returns the possible values for the PrivateEndpointConnectionProvisioningState const type.
PossiblePrivateEndpointServiceConnectionStatusValues returns the possible values for the PrivateEndpointServiceConnectionStatus const type.
PossibleProvisioningStateValues returns the possible values for the ProvisioningState const type.
PossibleProvisioningStatusValues returns the possible values for the ProvisioningStatus const type.
PossiblePublicNetworkAccessValues returns the possible values for the PublicNetworkAccess const type.
PossibleQuotaUnitValues returns the possible values for the QuotaUnit const type.
PossibleRandomSamplingAlgorithmRuleValues returns the possible values for the RandomSamplingAlgorithmRule const type.
PossibleReferenceTypeValues returns the possible values for the ReferenceType const type.
PossibleRemoteLoginPortPublicAccessValues returns the possible values for the RemoteLoginPortPublicAccess const type.
PossibleSamplingAlgorithmTypeValues returns the possible values for the SamplingAlgorithmType const type.
PossibleScaleTypeValues returns the possible values for the ScaleType const type.
PossibleScheduleProvisioningStateValues returns the possible values for the ScheduleProvisioningState const type.
PossibleScheduleStatusValues returns the possible values for the ScheduleStatus const type.
PossibleSecretsTypeValues returns the possible values for the SecretsType const type.
PossibleServiceDataAccessAuthIdentityValues returns the possible values for the ServiceDataAccessAuthIdentity const type.
PossibleSKUScaleTypeValues returns the possible values for the SKUScaleType const type.
PossibleSKUTierValues returns the possible values for the SKUTier const type.
PossibleSourceTypeValues returns the possible values for the SourceType const type.
PossibleSSHPublicAccessValues returns the possible values for the SSHPublicAccess const type.
PossibleSSLConfigStatusValues returns the possible values for the SSLConfigStatus const type.
PossibleStatusValues returns the possible values for the Status const type.
PossibleStorageAccountTypeValues returns the possible values for the StorageAccountType const type.
PossibleUnderlyingResourceActionValues returns the possible values for the UnderlyingResourceAction const type.
PossibleUnitOfMeasureValues returns the possible values for the UnitOfMeasure const type.
PossibleUsageUnitValues returns the possible values for the UsageUnit const type.
PossibleValueFormatValues returns the possible values for the ValueFormat const type.
PossibleVMPriceOSTypeValues returns the possible values for the VMPriceOSType const type.
PossibleVMPriorityValues returns the possible values for the VMPriority const type.
PossibleVMTierValues returns the possible values for the VMTier const type.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JobStatusCanceled - Following cancellation request, the job is now successfully canceled.
JobStatusCancelRequested - Cancellation has been requested for the job.
JobStatusCompleted - Job completed successfully.
JobStatusFailed - Job failed.
JobStatusFinalizing - Job is completed in the target.
JobStatusNotResponding - When heartbeat is enabled, if the run isn't updating any information to RunHistory then the run goes to NotResponding state.
JobStatusNotStarted - Run hasn't started yet.
JobStatusPaused - The job is paused by users.
JobStatusPreparing - The run environment is being prepared.
JobStatusProvisioning - (Not used currently) It will be used if ES is creating the compute target.
JobStatusQueued - The job is queued in the compute target.
JobStatusRunning - The job started to run in the compute target.
JobStatusStarting - Run has started.
JobStatusUnknown - Default job status if not mapped to all other statuses.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServiceDataAccessAuthIdentityNone - Do not use any identity for service data access.
ServiceDataAccessAuthIdentityWorkspaceSystemAssignedIdentity - Use the system assigned managed identity of the Workspace to authenticate service data access.
ServiceDataAccessAuthIdentityWorkspaceUserAssignedIdentity - Use the user assigned managed identity of the Workspace to authenticate service data access.
SKUScaleTypeAutomatic - Automatically scales node count.
SKUScaleTypeManual - Node count scaled upon user request.
SKUScaleTypeNone - Fixed set of nodes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AccountKeyDatastoreCredentials - Account key datastore credentials configuration.
AccountKeyDatastoreSecrets - Datastore account key secrets.
AKS - A Machine Learning compute based on AKS.
AksComputeSecrets - Secrets related to a Machine Learning compute based on AKS.
AksComputeSecretsProperties - Properties of AksComputeSecrets.
AksNetworkingConfiguration - Advance configuration for AKS networking.
No description provided by the author
AKSSchemaProperties - AKS properties.
AmlCompute - An Azure Machine Learning compute.
AmlComputeNodeInformation - Compute node information related to a AmlCompute.
AmlComputeNodesInformation - Result of AmlCompute Nodes.
AmlComputeProperties - AML Compute properties.
AmlComputeSchema - Properties(top level) of AmlCompute.
AmlOperation - Azure Machine Learning workspace REST API operation.
AmlOperationDisplay - Display name of operation.
AmlOperationListResult - An array of operations supported by the resource provider.
AmlToken - AML Token identity configuration.
AmlUserFeature - Features enabled for a workspace.
No description provided by the author
No description provided by the author
AssetJobInput - Asset input type.
AssetJobOutput - Asset output type.
AssetReferenceBase - Base definition for asset references.
AssignedUser - A user that can be assigned to a compute instance.
AutoPauseProperties - Auto pause properties.
AutoScaleProperties - Auto scale properties.
AzureBlobDatastore - Azure Blob datastore configuration.
AzureDataLakeGen1Datastore - Azure Data Lake Gen1 datastore configuration.
AzureDataLakeGen2Datastore - Azure Data Lake Gen2 datastore configuration.
AzureFileDatastore - Azure File datastore configuration.
BanditPolicy - Defines an early termination policy based on slack criteria, and a frequency and delay interval for evaluation.
No description provided by the author
BatchDeploymentProperties - Batch inference settings per deployment.
BatchDeploymentsClient contains the methods for the BatchDeployments group.
BatchDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginCreateOrUpdate method.
BatchDeploymentsClientBeginDeleteOptions contains the optional parameters for the BatchDeploymentsClient.BeginDelete method.
BatchDeploymentsClientBeginUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginUpdate method.
BatchDeploymentsClientCreateOrUpdateResponse contains the response from method BatchDeploymentsClient.CreateOrUpdate.
BatchDeploymentsClientDeleteResponse contains the response from method BatchDeploymentsClient.Delete.
BatchDeploymentsClientGetOptions contains the optional parameters for the BatchDeploymentsClient.Get method.
BatchDeploymentsClientGetResponse contains the response from method BatchDeploymentsClient.Get.
BatchDeploymentsClientListOptions contains the optional parameters for the BatchDeploymentsClient.List method.
BatchDeploymentsClientListResponse contains the response from method BatchDeploymentsClient.List.
BatchDeploymentsClientUpdateResponse contains the response from method BatchDeploymentsClient.Update.
BatchDeploymentTrackedResourceArmPaginatedResult - A paginated list of BatchDeployment entities.
No description provided by the author
BatchEndpointDefaults - Batch endpoint default values.
BatchEndpointProperties - Batch endpoint configuration.
BatchEndpointsClient contains the methods for the BatchEndpoints group.
BatchEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginCreateOrUpdate method.
BatchEndpointsClientBeginDeleteOptions contains the optional parameters for the BatchEndpointsClient.BeginDelete method.
BatchEndpointsClientBeginUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginUpdate method.
BatchEndpointsClientCreateOrUpdateResponse contains the response from method BatchEndpointsClient.CreateOrUpdate.
BatchEndpointsClientDeleteResponse contains the response from method BatchEndpointsClient.Delete.
BatchEndpointsClientGetOptions contains the optional parameters for the BatchEndpointsClient.Get method.
BatchEndpointsClientGetResponse contains the response from method BatchEndpointsClient.Get.
BatchEndpointsClientListKeysOptions contains the optional parameters for the BatchEndpointsClient.ListKeys method.
BatchEndpointsClientListKeysResponse contains the response from method BatchEndpointsClient.ListKeys.
BatchEndpointsClientListOptions contains the optional parameters for the BatchEndpointsClient.List method.
BatchEndpointsClientListResponse contains the response from method BatchEndpointsClient.List.
BatchEndpointsClientUpdateResponse contains the response from method BatchEndpointsClient.Update.
BatchEndpointTrackedResourceArmPaginatedResult - A paginated list of BatchEndpoint entities.
BatchRetrySettings - Retry settings for a batch inference operation.
BayesianSamplingAlgorithm - Defines a Sampling Algorithm that generates values based on previous values.
BuildContext - Configuration settings for Docker build context.
CertificateDatastoreCredentials - Certificate datastore credentials configuration.
CertificateDatastoreSecrets - Datastore certificate secrets.
ClusterUpdateParameters - AmlCompute update parameters.
ClusterUpdateProperties - The properties of a amlCompute that need to be updated.
CodeConfiguration - Configuration for a scoring code asset.
CodeContainer - Azure Resource Manager resource envelope.
CodeContainerProperties - Container for code asset versions.
CodeContainerResourceArmPaginatedResult - A paginated list of CodeContainer entities.
CodeContainersClient contains the methods for the CodeContainers group.
CodeContainersClientCreateOrUpdateOptions contains the optional parameters for the CodeContainersClient.CreateOrUpdate method.
CodeContainersClientCreateOrUpdateResponse contains the response from method CodeContainersClient.CreateOrUpdate.
CodeContainersClientDeleteOptions contains the optional parameters for the CodeContainersClient.Delete method.
CodeContainersClientDeleteResponse contains the response from method CodeContainersClient.Delete.
CodeContainersClientGetOptions contains the optional parameters for the CodeContainersClient.Get method.
CodeContainersClientGetResponse contains the response from method CodeContainersClient.Get.
CodeContainersClientListOptions contains the optional parameters for the CodeContainersClient.List method.
CodeContainersClientListResponse contains the response from method CodeContainersClient.List.
CodeVersion - Azure Resource Manager resource envelope.
CodeVersionProperties - Code asset version details.
CodeVersionResourceArmPaginatedResult - A paginated list of CodeVersion entities.
CodeVersionsClient contains the methods for the CodeVersions group.
CodeVersionsClientCreateOrUpdateOptions contains the optional parameters for the CodeVersionsClient.CreateOrUpdate method.
CodeVersionsClientCreateOrUpdateResponse contains the response from method CodeVersionsClient.CreateOrUpdate.
CodeVersionsClientDeleteOptions contains the optional parameters for the CodeVersionsClient.Delete method.
CodeVersionsClientDeleteResponse contains the response from method CodeVersionsClient.Delete.
CodeVersionsClientGetOptions contains the optional parameters for the CodeVersionsClient.Get method.
CodeVersionsClientGetResponse contains the response from method CodeVersionsClient.Get.
CodeVersionsClientListOptions contains the optional parameters for the CodeVersionsClient.List method.
CodeVersionsClientListResponse contains the response from method CodeVersionsClient.List.
CommandJob - Command job definition.
CommandJobLimits - Command Job limit class.
ComponentContainer - Azure Resource Manager resource envelope.
ComponentContainerProperties - Component container definition.
ComponentContainerResourceArmPaginatedResult - A paginated list of ComponentContainer entities.
ComponentContainersClient contains the methods for the ComponentContainers group.
ComponentContainersClientCreateOrUpdateOptions contains the optional parameters for the ComponentContainersClient.CreateOrUpdate method.
ComponentContainersClientCreateOrUpdateResponse contains the response from method ComponentContainersClient.CreateOrUpdate.
ComponentContainersClientDeleteOptions contains the optional parameters for the ComponentContainersClient.Delete method.
ComponentContainersClientDeleteResponse contains the response from method ComponentContainersClient.Delete.
ComponentContainersClientGetOptions contains the optional parameters for the ComponentContainersClient.Get method.
ComponentContainersClientGetResponse contains the response from method ComponentContainersClient.Get.
ComponentContainersClientListOptions contains the optional parameters for the ComponentContainersClient.List method.
ComponentContainersClientListResponse contains the response from method ComponentContainersClient.List.
ComponentVersion - Azure Resource Manager resource envelope.
ComponentVersionProperties - Definition of a component version: defines resources that span component types.
ComponentVersionResourceArmPaginatedResult - A paginated list of ComponentVersion entities.
ComponentVersionsClient contains the methods for the ComponentVersions group.
ComponentVersionsClientCreateOrUpdateOptions contains the optional parameters for the ComponentVersionsClient.CreateOrUpdate method.
ComponentVersionsClientCreateOrUpdateResponse contains the response from method ComponentVersionsClient.CreateOrUpdate.
ComponentVersionsClientDeleteOptions contains the optional parameters for the ComponentVersionsClient.Delete method.
ComponentVersionsClientDeleteResponse contains the response from method ComponentVersionsClient.Delete.
ComponentVersionsClientGetOptions contains the optional parameters for the ComponentVersionsClient.Get method.
ComponentVersionsClientGetResponse contains the response from method ComponentVersionsClient.Get.
ComponentVersionsClientListOptions contains the optional parameters for the ComponentVersionsClient.List method.
ComponentVersionsClientListResponse contains the response from method ComponentVersionsClient.List.
Compute - Machine Learning compute object.
ComputeClient contains the methods for the Compute group.
ComputeClientBeginCreateOrUpdateOptions contains the optional parameters for the ComputeClient.BeginCreateOrUpdate method.
ComputeClientBeginDeleteOptions contains the optional parameters for the ComputeClient.BeginDelete method.
ComputeClientBeginRestartOptions contains the optional parameters for the ComputeClient.BeginRestart method.
ComputeClientBeginStartOptions contains the optional parameters for the ComputeClient.BeginStart method.
ComputeClientBeginStopOptions contains the optional parameters for the ComputeClient.BeginStop method.
ComputeClientBeginUpdateOptions contains the optional parameters for the ComputeClient.BeginUpdate method.
ComputeClientCreateOrUpdateResponse contains the response from method ComputeClient.CreateOrUpdate.
ComputeClientDeleteResponse contains the response from method ComputeClient.Delete.
ComputeClientGetOptions contains the optional parameters for the ComputeClient.Get method.
ComputeClientGetResponse contains the response from method ComputeClient.Get.
ComputeClientListKeysOptions contains the optional parameters for the ComputeClient.ListKeys method.
ComputeClientListKeysResponse contains the response from method ComputeClient.ListKeys.
ComputeClientListNodesOptions contains the optional parameters for the ComputeClient.ListNodes method.
ComputeClientListNodesResponse contains the response from method ComputeClient.ListNodes.
ComputeClientListOptions contains the optional parameters for the ComputeClient.List method.
ComputeClientListResponse contains the response from method ComputeClient.List.
ComputeClientRestartResponse contains the response from method ComputeClient.Restart.
ComputeClientStartResponse contains the response from method ComputeClient.Start.
ComputeClientStopResponse contains the response from method ComputeClient.Stop.
ComputeClientUpdateResponse contains the response from method ComputeClient.Update.
ComputeInstance - An Azure Machine Learning compute instance.
ComputeInstanceApplication - Defines an Aml Instance application and its connectivity endpoint URI.
ComputeInstanceConnectivityEndpoints - Defines all connectivity endpoints and properties for an ComputeInstance.
ComputeInstanceContainer - Defines an Aml Instance container.
ComputeInstanceCreatedBy - Describes information on user who created this ComputeInstance.
ComputeInstanceDataDisk - Defines an Aml Instance DataDisk.
ComputeInstanceDataMount - Defines an Aml Instance DataMount.
ComputeInstanceEnvironmentInfo - Environment information.
ComputeInstanceLastOperation - The last operation on ComputeInstance.
ComputeInstanceProperties - Compute Instance properties.
ComputeInstanceSchema - Properties(top level) of ComputeInstance.
ComputeInstanceSSHSettings - Specifies policy and settings for SSH access.
ComputeInstanceVersion - Version of computeInstance.
ComputeResource - Machine Learning compute object wrapped into ARM resource envelope.
No description provided by the author
ComputeSchedules - The list of schedules to be applied on the computes.
ComputeSecrets - Secrets related to a Machine Learning compute.
ComputeStartStopSchedule - Compute start stop schedule properties.
ContainerResourceRequirements - Resource requirements for each container instance within an online deployment.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Databricks - A DataFactory compute.
DatabricksComputeSecrets - Secrets related to a Machine Learning compute based on Databricks.
DatabricksComputeSecretsProperties - Properties of Databricks Compute Secrets.
DatabricksProperties - Properties of Databricks.
No description provided by the author
DataContainer - Azure Resource Manager resource envelope.
DataContainerProperties - Container for data asset versions.
DataContainerResourceArmPaginatedResult - A paginated list of DataContainer entities.
DataContainersClient contains the methods for the DataContainers group.
DataContainersClientCreateOrUpdateOptions contains the optional parameters for the DataContainersClient.CreateOrUpdate method.
DataContainersClientCreateOrUpdateResponse contains the response from method DataContainersClient.CreateOrUpdate.
DataContainersClientDeleteOptions contains the optional parameters for the DataContainersClient.Delete method.
DataContainersClientDeleteResponse contains the response from method DataContainersClient.Delete.
DataContainersClientGetOptions contains the optional parameters for the DataContainersClient.Get method.
DataContainersClientGetResponse contains the response from method DataContainersClient.Get.
DataContainersClientListOptions contains the optional parameters for the DataContainersClient.List method.
DataContainersClientListResponse contains the response from method DataContainersClient.List.
DataFactory - A DataFactory compute.
DataLakeAnalytics - A DataLakeAnalytics compute.
No description provided by the author
No description provided by the author
DataPathAssetReference - Reference to an asset via its path in a datastore.
Datastore - Azure Resource Manager resource envelope.
DatastoreCredentials - Base definition for datastore credentials.
DatastoreProperties - Base definition for datastore contents configuration.
DatastoreResourceArmPaginatedResult - A paginated list of Datastore entities.
DatastoresClient contains the methods for the Datastores group.
DatastoresClientCreateOrUpdateOptions contains the optional parameters for the DatastoresClient.CreateOrUpdate method.
DatastoresClientCreateOrUpdateResponse contains the response from method DatastoresClient.CreateOrUpdate.
DatastoresClientDeleteOptions contains the optional parameters for the DatastoresClient.Delete method.
DatastoresClientDeleteResponse contains the response from method DatastoresClient.Delete.
DatastoresClientGetOptions contains the optional parameters for the DatastoresClient.Get method.
DatastoresClientGetResponse contains the response from method DatastoresClient.Get.
DatastoresClientListOptions contains the optional parameters for the DatastoresClient.List method.
DatastoresClientListResponse contains the response from method DatastoresClient.List.
DatastoresClientListSecretsOptions contains the optional parameters for the DatastoresClient.ListSecrets method.
DatastoresClientListSecretsResponse contains the response from method DatastoresClient.ListSecrets.
DatastoreSecrets - Base definition for datastore secrets.
DataVersionBase - Azure Resource Manager resource envelope.
DataVersionBaseProperties - Data version base definition.
DataVersionBaseResourceArmPaginatedResult - A paginated list of DataVersionBase entities.
DataVersionsClient contains the methods for the DataVersions group.
DataVersionsClientCreateOrUpdateOptions contains the optional parameters for the DataVersionsClient.CreateOrUpdate method.
DataVersionsClientCreateOrUpdateResponse contains the response from method DataVersionsClient.CreateOrUpdate.
DataVersionsClientDeleteOptions contains the optional parameters for the DataVersionsClient.Delete method.
DataVersionsClientDeleteResponse contains the response from method DataVersionsClient.Delete.
DataVersionsClientGetOptions contains the optional parameters for the DataVersionsClient.Get method.
DataVersionsClientGetResponse contains the response from method DataVersionsClient.Get.
DataVersionsClientListOptions contains the optional parameters for the DataVersionsClient.List method.
DataVersionsClientListResponse contains the response from method DataVersionsClient.List.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DiagnoseResult - Result of Diagnose.
DiagnoseWorkspaceParameters - Parameters to diagnose a workspace.
DistributionConfiguration - Base definition for job distribution configuration.
EarlyTerminationPolicy - Early termination policies enable canceling poor-performing runs before they complete.
No description provided by the author
No description provided by the author
EndpointAuthKeys - Keys for endpoint authentication.
EndpointAuthToken - Service Token.
EndpointDeploymentPropertiesBase - Base definition for endpoint deployment.
EndpointPropertiesBase - Inference Endpoint base definition.
EnvironmentContainer - Azure Resource Manager resource envelope.
EnvironmentContainerProperties - Container for environment specification versions.
EnvironmentContainerResourceArmPaginatedResult - A paginated list of EnvironmentContainer entities.
EnvironmentContainersClient contains the methods for the EnvironmentContainers group.
EnvironmentContainersClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentContainersClient.CreateOrUpdate method.
EnvironmentContainersClientCreateOrUpdateResponse contains the response from method EnvironmentContainersClient.CreateOrUpdate.
EnvironmentContainersClientDeleteOptions contains the optional parameters for the EnvironmentContainersClient.Delete method.
EnvironmentContainersClientDeleteResponse contains the response from method EnvironmentContainersClient.Delete.
EnvironmentContainersClientGetOptions contains the optional parameters for the EnvironmentContainersClient.Get method.
EnvironmentContainersClientGetResponse contains the response from method EnvironmentContainersClient.Get.
EnvironmentContainersClientListOptions contains the optional parameters for the EnvironmentContainersClient.List method.
EnvironmentContainersClientListResponse contains the response from method EnvironmentContainersClient.List.
EnvironmentVersion - Azure Resource Manager resource envelope.
EnvironmentVersionProperties - Environment version details.
EnvironmentVersionResourceArmPaginatedResult - A paginated list of EnvironmentVersion entities.
EnvironmentVersionsClient contains the methods for the EnvironmentVersions group.
EnvironmentVersionsClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentVersionsClient.CreateOrUpdate method.
EnvironmentVersionsClientCreateOrUpdateResponse contains the response from method EnvironmentVersionsClient.CreateOrUpdate.
EnvironmentVersionsClientDeleteOptions contains the optional parameters for the EnvironmentVersionsClient.Delete method.
EnvironmentVersionsClientDeleteResponse contains the response from method EnvironmentVersionsClient.Delete.
EnvironmentVersionsClientGetOptions contains the optional parameters for the EnvironmentVersionsClient.Get method.
EnvironmentVersionsClientGetResponse contains the response from method EnvironmentVersionsClient.Get.
EnvironmentVersionsClientListOptions contains the optional parameters for the EnvironmentVersionsClient.List method.
EnvironmentVersionsClientListResponse contains the response from method EnvironmentVersionsClient.List.
ErrorAdditionalInfo - The resource management error additional info.
ErrorDetail - The error detail.
ErrorResponse - Common error response for all Azure Resource Manager APIs to return error details for failed operations.
EstimatedVMPrice - The estimated price info for using a VM of a particular OS type, tier, etc.
EstimatedVMPrices - The estimated price info for using a VM.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GridSamplingAlgorithm - Defines a Sampling Algorithm that exhaustively generates every value combination in the space.
HDInsight - A HDInsight compute.
HDInsightProperties - HDInsight compute properties.
No description provided by the author
IDAssetReference - Reference to an asset via its ARM resource ID.
IdentityConfiguration - Base definition for identity configuration.
IdentityForCmk - Identity that will be used to access key vault for encryption at rest.
No description provided by the author
InstanceTypeSchema - Instance type schema.
InstanceTypeSchemaResources - Resource requests/limits for this instance type.
JobBase - Azure Resource Manager resource envelope.
JobBaseProperties - Base definition for a job.
JobBaseResourceArmPaginatedResult - A paginated list of JobBase entities.
JobInput - Command job definition.
No description provided by the author
JobOutput - Job output definition container information on where to find job output/logs.
JobsClient contains the methods for the Jobs group.
JobsClientBeginCancelOptions contains the optional parameters for the JobsClient.BeginCancel method.
JobsClientBeginDeleteOptions contains the optional parameters for the JobsClient.BeginDelete method.
JobsClientCancelResponse contains the response from method JobsClient.Cancel.
JobsClientCreateOrUpdateOptions contains the optional parameters for the JobsClient.CreateOrUpdate method.
JobsClientCreateOrUpdateResponse contains the response from method JobsClient.CreateOrUpdate.
JobsClientDeleteResponse contains the response from method JobsClient.Delete.
JobsClientGetOptions contains the optional parameters for the JobsClient.Get method.
JobsClientGetResponse contains the response from method JobsClient.Get.
JobsClientListOptions contains the optional parameters for the JobsClient.List method.
JobsClientListResponse contains the response from method JobsClient.List.
JobService - Job endpoint definition.
Kubernetes - A Machine Learning compute based on Kubernetes Compute.
KubernetesOnlineDeployment - Properties specific to a KubernetesOnlineDeployment.
KubernetesProperties - Kubernetes properties.
KubernetesSchema - Kubernetes Compute Schema.
ListAmlUserFeatureResult - The List Aml user feature operation response.
No description provided by the author
No description provided by the author
ListUsagesResult - The List Usages operation response.
No description provided by the author
ListWorkspaceQuotas - The List WorkspaceQuotasByVMFamily operation response.
LiteralJobInput - Literal input type.
ManagedIdentity - Managed identity configuration.
No description provided by the author
ManagedOnlineDeployment - Properties specific to a ManagedOnlineDeployment.
ManagedServiceIdentity - Managed service identity (system assigned and/or user assigned identities).
MedianStoppingPolicy - Defines an early termination policy based on running averages of the primary metric of all runs.
No description provided by the author
No description provided by the author
MLTableData - MLTable data definition.
No description provided by the author
No description provided by the author
ModelContainer - Azure Resource Manager resource envelope.
No description provided by the author
ModelContainerResourceArmPaginatedResult - A paginated list of ModelContainer entities.
ModelContainersClient contains the methods for the ModelContainers group.
ModelContainersClientCreateOrUpdateOptions contains the optional parameters for the ModelContainersClient.CreateOrUpdate method.
ModelContainersClientCreateOrUpdateResponse contains the response from method ModelContainersClient.CreateOrUpdate.
ModelContainersClientDeleteOptions contains the optional parameters for the ModelContainersClient.Delete method.
ModelContainersClientDeleteResponse contains the response from method ModelContainersClient.Delete.
ModelContainersClientGetOptions contains the optional parameters for the ModelContainersClient.Get method.
ModelContainersClientGetResponse contains the response from method ModelContainersClient.Get.
ModelContainersClientListOptions contains the optional parameters for the ModelContainersClient.List method.
ModelContainersClientListResponse contains the response from method ModelContainersClient.List.
ModelVersion - Azure Resource Manager resource envelope.
ModelVersionProperties - Model asset version details.
ModelVersionResourceArmPaginatedResult - A paginated list of ModelVersion entities.
ModelVersionsClient contains the methods for the ModelVersions group.
ModelVersionsClientCreateOrUpdateOptions contains the optional parameters for the ModelVersionsClient.CreateOrUpdate method.
ModelVersionsClientCreateOrUpdateResponse contains the response from method ModelVersionsClient.CreateOrUpdate.
ModelVersionsClientDeleteOptions contains the optional parameters for the ModelVersionsClient.Delete method.
ModelVersionsClientDeleteResponse contains the response from method ModelVersionsClient.Delete.
ModelVersionsClientGetOptions contains the optional parameters for the ModelVersionsClient.Get method.
ModelVersionsClientGetResponse contains the response from method ModelVersionsClient.Get.
ModelVersionsClientListOptions contains the optional parameters for the ModelVersionsClient.List method.
ModelVersionsClientListResponse contains the response from method ModelVersionsClient.List.
Mpi - MPI distribution configuration.
NodeStateCounts - Counts of various compute node states on the amlCompute.
No description provided by the author
NoneDatastoreCredentials - Empty/none datastore credentials.
No description provided by the author
No description provided by the author
No description provided by the author
Objective - Optimization objective.
No description provided by the author
No description provided by the author
OnlineDeploymentsClient contains the methods for the OnlineDeployments group.
OnlineDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginCreateOrUpdate method.
OnlineDeploymentsClientBeginDeleteOptions contains the optional parameters for the OnlineDeploymentsClient.BeginDelete method.
OnlineDeploymentsClientBeginUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginUpdate method.
OnlineDeploymentsClientCreateOrUpdateResponse contains the response from method OnlineDeploymentsClient.CreateOrUpdate.
OnlineDeploymentsClientDeleteResponse contains the response from method OnlineDeploymentsClient.Delete.
OnlineDeploymentsClientGetLogsOptions contains the optional parameters for the OnlineDeploymentsClient.GetLogs method.
OnlineDeploymentsClientGetLogsResponse contains the response from method OnlineDeploymentsClient.GetLogs.
OnlineDeploymentsClientGetOptions contains the optional parameters for the OnlineDeploymentsClient.Get method.
OnlineDeploymentsClientGetResponse contains the response from method OnlineDeploymentsClient.Get.
OnlineDeploymentsClientListOptions contains the optional parameters for the OnlineDeploymentsClient.List method.
OnlineDeploymentsClientListResponse contains the response from method OnlineDeploymentsClient.List.
OnlineDeploymentsClientListSKUsOptions contains the optional parameters for the OnlineDeploymentsClient.ListSKUs method.
OnlineDeploymentsClientListSKUsResponse contains the response from method OnlineDeploymentsClient.ListSKUs.
OnlineDeploymentsClientUpdateResponse contains the response from method OnlineDeploymentsClient.Update.
OnlineDeploymentTrackedResourceArmPaginatedResult - A paginated list of OnlineDeployment entities.
No description provided by the author
OnlineEndpointProperties - Online endpoint configuration.
OnlineEndpointsClient contains the methods for the OnlineEndpoints group.
OnlineEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginCreateOrUpdate method.
OnlineEndpointsClientBeginDeleteOptions contains the optional parameters for the OnlineEndpointsClient.BeginDelete method.
OnlineEndpointsClientBeginRegenerateKeysOptions contains the optional parameters for the OnlineEndpointsClient.BeginRegenerateKeys method.
OnlineEndpointsClientBeginUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginUpdate method.
OnlineEndpointsClientCreateOrUpdateResponse contains the response from method OnlineEndpointsClient.CreateOrUpdate.
OnlineEndpointsClientDeleteResponse contains the response from method OnlineEndpointsClient.Delete.
OnlineEndpointsClientGetOptions contains the optional parameters for the OnlineEndpointsClient.Get method.
OnlineEndpointsClientGetResponse contains the response from method OnlineEndpointsClient.Get.
OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method.
OnlineEndpointsClientGetTokenResponse contains the response from method OnlineEndpointsClient.GetToken.
OnlineEndpointsClientListKeysOptions contains the optional parameters for the OnlineEndpointsClient.ListKeys method.
OnlineEndpointsClientListKeysResponse contains the response from method OnlineEndpointsClient.ListKeys.
OnlineEndpointsClientListOptions contains the optional parameters for the OnlineEndpointsClient.List method.
OnlineEndpointsClientListResponse contains the response from method OnlineEndpointsClient.List.
OnlineEndpointsClientRegenerateKeysResponse contains the response from method OnlineEndpointsClient.RegenerateKeys.
OnlineEndpointsClientUpdateResponse contains the response from method OnlineEndpointsClient.Update.
OnlineEndpointTrackedResourceArmPaginatedResult - A paginated list of OnlineEndpoint entities.
OnlineRequestSettings - Online deployment scoring requests configuration.
OnlineScaleSettings - Online deployment scaling configuration.
OperationsClient contains the methods for the Operations group.
OperationsClientListOptions contains the optional parameters for the OperationsClient.List method.
OperationsClientListResponse contains the response from method OperationsClient.List.
OutputPathAssetReference - Reference to an asset via its path in a job output.
PaginatedComputeResourcesList - Paginated list of Machine Learning compute objects wrapped in ARM resource envelope.
PartialBatchDeployment - Mutable batch inference settings per deployment.
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties - Strictly used in update requests.
PartialManagedServiceIdentity - Managed service identity (system assigned and/or user assigned identities).
PartialMinimalTrackedResource - Strictly used in update requests.
PartialMinimalTrackedResourceWithIdentity - Strictly used in update requests.
PartialMinimalTrackedResourceWithSKU - Strictly used in update requests.
PartialSKU - Common SKU definition.
No description provided by the author
No description provided by the author
PersonalComputeInstanceSettings - Settings for a personal compute instance.
PipelineJob - Pipeline Job definition: defines generic to MFE attributes.
PrivateEndpoint - The Private Endpoint resource.
PrivateEndpointConnection - The Private Endpoint Connection resource.
PrivateEndpointConnectionListResult - List of private endpoint connection associated with the specified workspace.
PrivateEndpointConnectionProperties - Properties of the PrivateEndpointConnectProperties.
PrivateEndpointConnectionsClient contains the methods for the PrivateEndpointConnections group.
PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method.
PrivateEndpointConnectionsClientCreateOrUpdateResponse contains the response from method PrivateEndpointConnectionsClient.CreateOrUpdate.
PrivateEndpointConnectionsClientDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Delete method.
PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.Delete.
PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method.
PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get.
PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.List method.
PrivateEndpointConnectionsClientListResponse contains the response from method PrivateEndpointConnectionsClient.List.
PrivateLinkResource - A private link resource.
PrivateLinkResourceListResult - A list of private link resources.
PrivateLinkResourceProperties - Properties of a private link resource.
PrivateLinkResourcesClient contains the methods for the PrivateLinkResources group.
PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.List method.
PrivateLinkResourcesClientListResponse contains the response from method PrivateLinkResourcesClient.List.
PrivateLinkServiceConnectionState - A collection of information about the state of the connection between service consumer and provider.
ProbeSettings - Deployment container liveness/readiness probe configuration.
PyTorch distribution configuration.
QuotaBaseProperties - The properties for Quota update or retrieval.
QuotasClient contains the methods for the Quotas group.
QuotasClientListOptions contains the optional parameters for the QuotasClient.List method.
QuotasClientListResponse contains the response from method QuotasClient.List.
QuotasClientUpdateOptions contains the optional parameters for the QuotasClient.Update method.
QuotasClientUpdateResponse contains the response from method QuotasClient.Update.
QuotaUpdateParameters - Quota update parameters.
RandomSamplingAlgorithm - Defines a Sampling Algorithm that generates values randomly.
No description provided by the author
No description provided by the author
Resource - Common fields that are returned in the response for all Azure Resource Manager resources.
No description provided by the author
No description provided by the author
ResourceID - Represents a resource ID.
ResourceName - The Resource Name.
ResourceQuota - The quota assigned to a resource.
No description provided by the author
SamplingAlgorithm - The Sampling Algorithm used to generate hyperparameter values, along with properties to configure the algorithm.
No description provided by the author
SasDatastoreCredentials - SAS datastore credentials configuration.
SasDatastoreSecrets - Datastore SAS secrets.
ScaleSettings - scale settings for AML Compute.
ScaleSettingsInformation - Desired scale settings for the amlCompute.
No description provided by the author
ScriptReference - Script reference.
ScriptsToExecute - Customized setup scripts.
No description provided by the author
ServicePrincipalDatastoreCredentials - Service Principal datastore credentials configuration.
ServicePrincipalDatastoreSecrets - Datastore Service Principal secrets.
SetupScripts - Details of customized scripts to execute for setting up the cluster.
No description provided by the author
SharedPrivateLinkResourceProperty - Properties of a shared private link resource.
SKU - The resource model definition representing SKU.
SKUCapacity - SKU capacity information.
SKUResource - Fulfills ARM Contract requirement to list all available SKUS for a resource.
SKUResourceArmPaginatedResult - A paginated list of SkuResource entities.
SKUSetting - SkuSetting fulfills the need for stripped down SKU info in ARM contract.
SSLConfiguration - The ssl configuration for scoring.
SweepJob - Sweep job definition.
SweepJobLimits - Sweep Job limit class.
SynapseSpark - A SynapseSpark compute.
No description provided by the author
SystemData - Metadata pertaining to creation and last modification of the resource.
SystemService - A system service running on a compute.
No description provided by the author
TensorFlow distribution configuration.
TrackedResource - The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'.
TrialComponent - Trial component definition.
No description provided by the author
No description provided by the author
TruncationSelectionPolicy - Defines an early termination policy that cancels a given percentage of runs at each evaluation interval.
UpdateWorkspaceQuotas - The properties for update Quota response.
UpdateWorkspaceQuotasResult - The result of update workspace quota.
URIFileDataVersion - uri-file data version entity.
No description provided by the author
No description provided by the author
URIFolderDataVersion - uri-folder data version entity.
No description provided by the author
No description provided by the author
Usage - Describes AML Resource Usage.
UsageName - The Usage Names.
UsagesClient contains the methods for the Usages group.
UsagesClientListOptions contains the optional parameters for the UsagesClient.List method.
UsagesClientListResponse contains the response from method UsagesClient.List.
UserAccountCredentials - Settings for user account that gets created on each on the nodes of a compute.
UserAssignedIdentity - User assigned identity properties.
UserIdentity - User identity configuration.
No description provided by the author
VirtualMachine - A Machine Learning compute based on Azure Virtual Machines.
VirtualMachineImage - Virtual Machine image for Windows AML Compute.
No description provided by the author
No description provided by the author
VirtualMachineSecrets - Secrets related to a Machine Learning compute based on AKS.
No description provided by the author
VirtualMachineSize - Describes the properties of a VM size.
VirtualMachineSizeListResult - The List Virtual Machine size operation response.
VirtualMachineSizesClient contains the methods for the VirtualMachineSizes group.
VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.List method.
VirtualMachineSizesClientListResponse contains the response from method VirtualMachineSizesClient.List.
VirtualMachineSSHCredentials - Admin credentials for virtual machine.
Workspace - An object that represents a machine learning workspace.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WorkspaceConnectionsClient contains the methods for the WorkspaceConnections group.
WorkspaceConnectionsClientCreateOptions contains the optional parameters for the WorkspaceConnectionsClient.Create method.
WorkspaceConnectionsClientCreateResponse contains the response from method WorkspaceConnectionsClient.Create.
WorkspaceConnectionsClientDeleteOptions contains the optional parameters for the WorkspaceConnectionsClient.Delete method.
WorkspaceConnectionsClientDeleteResponse contains the response from method WorkspaceConnectionsClient.Delete.
WorkspaceConnectionsClientGetOptions contains the optional parameters for the WorkspaceConnectionsClient.Get method.
WorkspaceConnectionsClientGetResponse contains the response from method WorkspaceConnectionsClient.Get.
WorkspaceConnectionsClientListOptions contains the optional parameters for the WorkspaceConnectionsClient.List method.
WorkspaceConnectionsClientListResponse contains the response from method WorkspaceConnectionsClient.List.
No description provided by the author
No description provided by the author
WorkspaceFeaturesClient contains the methods for the WorkspaceFeatures group.
WorkspaceFeaturesClientListOptions contains the optional parameters for the WorkspaceFeaturesClient.List method.
WorkspaceFeaturesClientListResponse contains the response from method WorkspaceFeaturesClient.List.
WorkspaceListResult - The result of a request to list machine learning workspaces.
WorkspaceProperties - The properties of a machine learning workspace.
WorkspacePropertiesUpdateParameters - The parameters for updating the properties of a machine learning workspace.
WorkspacesClient contains the methods for the Workspaces group.
WorkspacesClientBeginCreateOrUpdateOptions contains the optional parameters for the WorkspacesClient.BeginCreateOrUpdate method.
WorkspacesClientBeginDeleteOptions contains the optional parameters for the WorkspacesClient.BeginDelete method.
WorkspacesClientBeginDiagnoseOptions contains the optional parameters for the WorkspacesClient.BeginDiagnose method.
WorkspacesClientBeginPrepareNotebookOptions contains the optional parameters for the WorkspacesClient.BeginPrepareNotebook method.
WorkspacesClientBeginResyncKeysOptions contains the optional parameters for the WorkspacesClient.BeginResyncKeys method.
WorkspacesClientBeginUpdateOptions contains the optional parameters for the WorkspacesClient.BeginUpdate method.
WorkspacesClientCreateOrUpdateResponse contains the response from method WorkspacesClient.CreateOrUpdate.
WorkspacesClientDeleteResponse contains the response from method WorkspacesClient.Delete.
WorkspacesClientDiagnoseResponse contains the response from method WorkspacesClient.Diagnose.
WorkspacesClientGetOptions contains the optional parameters for the WorkspacesClient.Get method.
WorkspacesClientGetResponse contains the response from method WorkspacesClient.Get.
WorkspacesClientListByResourceGroupOptions contains the optional parameters for the WorkspacesClient.ListByResourceGroup method.
WorkspacesClientListByResourceGroupResponse contains the response from method WorkspacesClient.ListByResourceGroup.
WorkspacesClientListBySubscriptionOptions contains the optional parameters for the WorkspacesClient.ListBySubscription method.
WorkspacesClientListBySubscriptionResponse contains the response from method WorkspacesClient.ListBySubscription.
WorkspacesClientListKeysOptions contains the optional parameters for the WorkspacesClient.ListKeys method.
WorkspacesClientListKeysResponse contains the response from method WorkspacesClient.ListKeys.
WorkspacesClientListNotebookAccessTokenOptions contains the optional parameters for the WorkspacesClient.ListNotebookAccessToken method.
WorkspacesClientListNotebookAccessTokenResponse contains the response from method WorkspacesClient.ListNotebookAccessToken.
WorkspacesClientListNotebookKeysOptions contains the optional parameters for the WorkspacesClient.ListNotebookKeys method.
WorkspacesClientListNotebookKeysResponse contains the response from method WorkspacesClient.ListNotebookKeys.
WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions contains the optional parameters for the WorkspacesClient.ListOutboundNetworkDependenciesEndpoints method.
WorkspacesClientListOutboundNetworkDependenciesEndpointsResponse contains the response from method WorkspacesClient.ListOutboundNetworkDependenciesEndpoints.
WorkspacesClientListStorageAccountKeysOptions contains the optional parameters for the WorkspacesClient.ListStorageAccountKeys method.
WorkspacesClientListStorageAccountKeysResponse contains the response from method WorkspacesClient.ListStorageAccountKeys.
WorkspacesClientPrepareNotebookResponse contains the response from method WorkspacesClient.PrepareNotebook.
WorkspacesClientResyncKeysResponse contains the response from method WorkspacesClient.ResyncKeys.
WorkspacesClientUpdateResponse contains the response from method WorkspacesClient.Update.
WorkspaceUpdateParameters - The parameters for updating a machine learning workspace.

# Interfaces

AssetReferenceBaseClassification provides polymorphic access to related types.
ComputeClassification provides polymorphic access to related types.
ComputeSecretsClassification provides polymorphic access to related types.
DatastoreCredentialsClassification provides polymorphic access to related types.
DatastorePropertiesClassification provides polymorphic access to related types.
DatastoreSecretsClassification provides polymorphic access to related types.
DataVersionBasePropertiesClassification provides polymorphic access to related types.
DistributionConfigurationClassification provides polymorphic access to related types.
EarlyTerminationPolicyClassification provides polymorphic access to related types.
IdentityConfigurationClassification provides polymorphic access to related types.
JobBasePropertiesClassification provides polymorphic access to related types.
JobInputClassification provides polymorphic access to related types.
JobLimitsClassification provides polymorphic access to related types.
JobOutputClassification provides polymorphic access to related types.
OnlineDeploymentPropertiesClassification provides polymorphic access to related types.
OnlineScaleSettingsClassification provides polymorphic access to related types.
SamplingAlgorithmClassification provides polymorphic access to related types.
WorkspaceConnectionPropertiesV2Classification provides polymorphic access to related types.

# Type aliases

AllocationState - Allocation state of the compute.
ApplicationSharingPolicy - Policy for sharing applications on this compute instance among users of parent workspace.
Autosave - Auto save settings.
BatchLoggingLevel - Log verbosity for batch inferencing.
BatchOutputAction - Enum to determine how batch inferencing will handle output.
BillingCurrency - Three lettered code specifying the currency of the VM price.
Caching - Caching type of Data Disk.
ClusterPurpose - Intended usage of the cluster.
ComputeInstanceAuthorizationType - The Compute Instance Authorization type.
ComputeInstanceState - Current state of an ComputeInstance.
ComputePowerAction - The compute power action.
ComputeType - The type of compute.
ConnectionAuthType - Authentication type of the connection target.
ConnectionCategory - Category of the connection.
No description provided by the author
CreatedByType - The type of identity that created the resource.
CredentialsType - Enum to determine the datastore credentials type.
DatastoreType - Enum to determine the datastore contents type.
DataType - Enum to determine the type of data.
DeploymentProvisioningState - Possible values for DeploymentProvisioningState.
DiagnoseResultLevel - Level of workspace setup error.
DistributionType - Enum to determine the job distribution type.
No description provided by the author
EncryptionStatus - Indicates whether or not the encryption is enabled for the workspace.
EndpointAuthMode - Enum to determine endpoint authentication mode.
EndpointComputeType - Enum to determine endpoint compute type.
EndpointProvisioningState - State of endpoint provisioning.
EnvironmentType - Environment type is either user created or curated by Azure ML service.
Goal - Defines supported metric goals for hyperparameter tuning.
IdentityConfigurationType - Enum to determine identity framework.
InputDeliveryMode - Enum to determine the input data delivery mode.
JobInputType - Enum to determine the Job Input Type.
No description provided by the author
JobOutputType - Enum to determine the Job Output Type.
JobStatus - The status of a job.
JobType - Enum to determine the type of job.
No description provided by the author
No description provided by the author
LoadBalancerType - Load Balancer Type.
ManagedServiceIdentityType - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
MountAction - Mount Action.
MountState - Mount state.
Network - network of this container.
NodeState - State of the compute node.
OperatingSystemType - The type of operating system.
OperationName - Name of the last operation.
OperationStatus - Operation status.
OperationTrigger - Trigger of operation.
No description provided by the author
OsType - Compute OS Type.
OutputDeliveryMode - Output data delivery mode enums.
PrivateEndpointConnectionProvisioningState - The current provisioning state.
PrivateEndpointServiceConnectionStatus - The private endpoint connection status.
ProvisioningState - The current deployment state of workspace resource.
ProvisioningStatus - The current deployment state of schedule.
PublicNetworkAccess - Whether requests from Public Network are allowed.
QuotaUnit - An enum describing the unit of quota measurement.
RandomSamplingAlgorithmRule - The specific type of random algorithm.
ReferenceType - Enum to determine which reference method to use for an asset.
RemoteLoginPortPublicAccess - State of the public SSH port.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SecretsType - Enum to determine the datastore secrets type.
No description provided by the author
SKUScaleType - Node scaling setting for the compute sku.
SKUTier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
SourceType - Data source type.
SSHPublicAccess - State of the public SSH port.
SSLConfigStatus - Enable or disable ssl for scoring.
Status - Status of update workspace quota.
StorageAccountType - type of this storage account.
No description provided by the author
UnitOfMeasure - The unit of time measurement for the specified VM price.
UsageUnit - An enum describing the unit of usage measurement.
ValueFormat - format for the workspace connection value.
VMPriceOSType - Operating system type used by the VM.
VMPriority - Virtual Machine priority.
VMTier - The type of the VM.