Categorygithub.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/v4
modulepackage
4.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

  • an Azure subscription
  • Go 1.18 or above (You could download and install the latest version of Go from here. It will replace the existing Go on your machine. If you want to install multiple Go versions on the same machine, you could refer this doc.)

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/v4

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.

Client Factory

Azure Machine Learning module consists of one or more clients. We provide a client factory which could be used to create any client in this module.

clientFactory, err := armmachinelearning.NewClientFactory(<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,
    },
}
clientFactory, err := armmachinelearning.NewClientFactory(<subscription ID>, cred, &options)

Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

client := clientFactory.NewBatchDeploymentsClient()

Fakes

The fake package contains types used for constructing in-memory fake servers used in unit tests. This allows writing tests to cover various success/error conditions without the need for connecting to a live service.

Please see https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/samples/fakes for details and examples on how to use fakes.

Major Version Upgrade

Go uses semantic import versioning to ensure a good backward compatibility for modules. For Azure Go management SDK, we usually upgrade module version according to cooresponding service's API version. Regarding it could be a complicated experience for major version upgrade, we will try our best to keep the SDK API stable and release new version in backward compatible way. However, if any unavoidable breaking changes and a new major version releases for SDK modules, you could use these commands under your module folder to upgrade:

go install github.com/icholy/gomajor@latest
gomajor get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute@latest

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.

# Packages

No description provided by the author

# Functions

NewBatchDeploymentsClient creates a new instance of BatchDeploymentsClient with the specified values.
NewBatchEndpointsClient creates a new instance of BatchEndpointsClient with the specified values.
NewClientFactory creates a new instance of ClientFactory 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.
NewFeaturesClient creates a new instance of FeaturesClient with the specified values.
NewFeaturesetContainersClient creates a new instance of FeaturesetContainersClient with the specified values.
NewFeaturesetVersionsClient creates a new instance of FeaturesetVersionsClient with the specified values.
NewFeaturestoreEntityContainersClient creates a new instance of FeaturestoreEntityContainersClient with the specified values.
NewFeaturestoreEntityVersionsClient creates a new instance of FeaturestoreEntityVersionsClient with the specified values.
NewJobsClient creates a new instance of JobsClient with the specified values.
NewManagedNetworkProvisionsClient creates a new instance of ManagedNetworkProvisionsClient with the specified values.
NewManagedNetworkSettingsRuleClient creates a new instance of ManagedNetworkSettingsRuleClient with the specified values.
NewMarketplaceSubscriptionsClient creates a new instance of MarketplaceSubscriptionsClient 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.
NewRegistriesClient creates a new instance of RegistriesClient with the specified values.
NewRegistryCodeContainersClient creates a new instance of RegistryCodeContainersClient with the specified values.
NewRegistryCodeVersionsClient creates a new instance of RegistryCodeVersionsClient with the specified values.
NewRegistryComponentContainersClient creates a new instance of RegistryComponentContainersClient with the specified values.
NewRegistryComponentVersionsClient creates a new instance of RegistryComponentVersionsClient with the specified values.
NewRegistryDataContainersClient creates a new instance of RegistryDataContainersClient with the specified values.
NewRegistryDataReferencesClient creates a new instance of RegistryDataReferencesClient with the specified values.
NewRegistryDataVersionsClient creates a new instance of RegistryDataVersionsClient with the specified values.
NewRegistryEnvironmentContainersClient creates a new instance of RegistryEnvironmentContainersClient with the specified values.
NewRegistryEnvironmentVersionsClient creates a new instance of RegistryEnvironmentVersionsClient with the specified values.
NewRegistryModelContainersClient creates a new instance of RegistryModelContainersClient with the specified values.
NewRegistryModelVersionsClient creates a new instance of RegistryModelVersionsClient with the specified values.
NewSchedulesClient creates a new instance of SchedulesClient with the specified values.
NewServerlessEndpointsClient creates a new instance of ServerlessEndpointsClient 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.
PossibleActionTypeValues returns the possible values for the ActionType const type.
PossibleAllocationStateValues returns the possible values for the AllocationState const type.
PossibleApplicationSharingPolicyValues returns the possible values for the ApplicationSharingPolicy const type.
PossibleAssetProvisioningStateValues returns the possible values for the AssetProvisioningState const type.
PossibleAutoRebuildSettingValues returns the possible values for the AutoRebuildSetting const type.
PossibleAutosaveValues returns the possible values for the Autosave const type.
PossibleBatchDeploymentConfigurationTypeValues returns the possible values for the BatchDeploymentConfigurationType 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.
PossibleBlockedTransformersValues returns the possible values for the BlockedTransformers const type.
PossibleCachingValues returns the possible values for the Caching const type.
PossibleCategoricalDataDriftMetricValues returns the possible values for the CategoricalDataDriftMetric const type.
PossibleCategoricalDataQualityMetricValues returns the possible values for the CategoricalDataQualityMetric const type.
PossibleCategoricalPredictionDriftMetricValues returns the possible values for the CategoricalPredictionDriftMetric const type.
PossibleClassificationModelsValues returns the possible values for the ClassificationModels const type.
PossibleClassificationMultilabelPrimaryMetricsValues returns the possible values for the ClassificationMultilabelPrimaryMetrics const type.
PossibleClassificationPrimaryMetricsValues returns the possible values for the ClassificationPrimaryMetrics 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.
PossibleComputeRecurrenceFrequencyValues returns the possible values for the ComputeRecurrenceFrequency const type.
PossibleComputeTriggerTypeValues returns the possible values for the ComputeTriggerType const type.
PossibleComputeTypeValues returns the possible values for the ComputeType const type.
PossibleComputeWeekDayValues returns the possible values for the ComputeWeekDay const type.
PossibleConnectionAuthTypeValues returns the possible values for the ConnectionAuthType const type.
PossibleConnectionCategoryValues returns the possible values for the ConnectionCategory const type.
PossibleConnectionGroupValues returns the possible values for the ConnectionGroup const type.
PossibleContainerTypeValues returns the possible values for the ContainerType const type.
PossibleContentSafetyStatusValues returns the possible values for the ContentSafetyStatus const type.
PossibleCreatedByTypeValues returns the possible values for the CreatedByType const type.
PossibleCredentialsTypeValues returns the possible values for the CredentialsType const type.
PossibleDataAvailabilityStatusValues returns the possible values for the DataAvailabilityStatus const type.
PossibleDataCollectionModeValues returns the possible values for the DataCollectionMode const type.
PossibleDataReferenceCredentialTypeValues returns the possible values for the DataReferenceCredentialType 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.
PossibleEgressPublicNetworkAccessTypeValues returns the possible values for the EgressPublicNetworkAccessType const type.
PossibleEmailNotificationEnableTypeValues returns the possible values for the EmailNotificationEnableType 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.
PossibleEndpointServiceConnectionStatusValues returns the possible values for the EndpointServiceConnectionStatus const type.
PossibleEnvironmentTypeValues returns the possible values for the EnvironmentType const type.
PossibleEnvironmentVariableTypeValues returns the possible values for the EnvironmentVariableType const type.
PossibleFeatureAttributionMetricValues returns the possible values for the FeatureAttributionMetric const type.
PossibleFeatureDataTypeValues returns the possible values for the FeatureDataType const type.
PossibleFeatureImportanceModeValues returns the possible values for the FeatureImportanceMode const type.
PossibleFeatureLagsValues returns the possible values for the FeatureLags const type.
PossibleFeaturizationModeValues returns the possible values for the FeaturizationMode const type.
PossibleForecastHorizonModeValues returns the possible values for the ForecastHorizonMode const type.
PossibleForecastingModelsValues returns the possible values for the ForecastingModels const type.
PossibleForecastingPrimaryMetricsValues returns the possible values for the ForecastingPrimaryMetrics const type.
PossibleGoalValues returns the possible values for the Goal const type.
PossibleIdentityConfigurationTypeValues returns the possible values for the IdentityConfigurationType const type.
PossibleImageTypeValues returns the possible values for the ImageType const type.
PossibleInputDeliveryModeValues returns the possible values for the InputDeliveryMode const type.
PossibleInstanceSegmentationPrimaryMetricsValues returns the possible values for the InstanceSegmentationPrimaryMetrics const type.
PossibleIsolationModeValues returns the possible values for the IsolationMode 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.
PossibleJobTierValues returns the possible values for the JobTier const type.
PossibleJobTypeValues returns the possible values for the JobType const type.
PossibleKeyTypeValues returns the possible values for the KeyType const type.
PossibleLearningRateSchedulerValues returns the possible values for the LearningRateScheduler const type.
PossibleListViewTypeValues returns the possible values for the ListViewType const type.
PossibleLoadBalancerTypeValues returns the possible values for the LoadBalancerType const type.
PossibleLogVerbosityValues returns the possible values for the LogVerbosity const type.
PossibleManagedNetworkStatusValues returns the possible values for the ManagedNetworkStatus const type.
PossibleManagedServiceIdentityTypeValues returns the possible values for the ManagedServiceIdentityType const type.
PossibleMarketplaceSubscriptionProvisioningStateValues returns the possible values for the MarketplaceSubscriptionProvisioningState const type.
PossibleMarketplaceSubscriptionStatusValues returns the possible values for the MarketplaceSubscriptionStatus const type.
PossibleMaterializationStoreTypeValues returns the possible values for the MaterializationStoreType const type.
PossibleModelSizeValues returns the possible values for the ModelSize const type.
PossibleModelTaskTypeValues returns the possible values for the ModelTaskType const type.
PossibleMonitorComputeIdentityTypeValues returns the possible values for the MonitorComputeIdentityType const type.
PossibleMonitorComputeTypeValues returns the possible values for the MonitorComputeType const type.
PossibleMonitoringFeatureDataTypeValues returns the possible values for the MonitoringFeatureDataType const type.
PossibleMonitoringFeatureFilterTypeValues returns the possible values for the MonitoringFeatureFilterType const type.
PossibleMonitoringInputDataTypeValues returns the possible values for the MonitoringInputDataType const type.
PossibleMonitoringNotificationTypeValues returns the possible values for the MonitoringNotificationType const type.
PossibleMonitoringSignalTypeValues returns the possible values for the MonitoringSignalType const type.
PossibleMountActionValues returns the possible values for the MountAction const type.
PossibleMountStateValues returns the possible values for the MountState const type.
PossibleNCrossValidationsModeValues returns the possible values for the NCrossValidationsMode const type.
PossibleNetworkValues returns the possible values for the Network const type.
PossibleNodeStateValues returns the possible values for the NodeState const type.
PossibleNodesValueTypeValues returns the possible values for the NodesValueType const type.
PossibleNumericalDataDriftMetricValues returns the possible values for the NumericalDataDriftMetric const type.
PossibleNumericalDataQualityMetricValues returns the possible values for the NumericalDataQualityMetric const type.
PossibleNumericalPredictionDriftMetricValues returns the possible values for the NumericalPredictionDriftMetric const type.
PossibleObjectDetectionPrimaryMetricsValues returns the possible values for the ObjectDetectionPrimaryMetrics const type.
PossibleOneLakeArtifactTypeValues returns the possible values for the OneLakeArtifactType 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.
PossibleOriginValues returns the possible values for the Origin const type.
PossibleOsTypeValues returns the possible values for the OsType const type.
PossibleOutputDeliveryModeValues returns the possible values for the OutputDeliveryMode const type.
PossiblePendingUploadCredentialTypeValues returns the possible values for the PendingUploadCredentialType const type.
PossiblePendingUploadTypeValues returns the possible values for the PendingUploadType const type.
PossiblePrivateEndpointConnectionProvisioningStateValues returns the possible values for the PrivateEndpointConnectionProvisioningState const type.
PossiblePrivateEndpointServiceConnectionStatusValues returns the possible values for the PrivateEndpointServiceConnectionStatus const type.
PossibleProtocolValues returns the possible values for the Protocol const type.
PossibleProvisioningStateValues returns the possible values for the ProvisioningState const type.
PossibleProvisioningStatusValues returns the possible values for the ProvisioningStatus const type.
PossiblePublicNetworkAccessTypeValues returns the possible values for the PublicNetworkAccessType 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.
PossibleRecurrenceFrequencyValues returns the possible values for the RecurrenceFrequency const type.
PossibleReferenceTypeValues returns the possible values for the ReferenceType const type.
PossibleRegressionModelsValues returns the possible values for the RegressionModels const type.
PossibleRegressionPrimaryMetricsValues returns the possible values for the RegressionPrimaryMetrics const type.
PossibleRemoteLoginPortPublicAccessValues returns the possible values for the RemoteLoginPortPublicAccess const type.
PossibleRollingRateTypeValues returns the possible values for the RollingRateType const type.
PossibleRuleActionValues returns the possible values for the RuleAction const type.
PossibleRuleCategoryValues returns the possible values for the RuleCategory const type.
PossibleRuleStatusValues returns the possible values for the RuleStatus const type.
PossibleRuleTypeValues returns the possible values for the RuleType const type.
PossibleSamplingAlgorithmTypeValues returns the possible values for the SamplingAlgorithmType const type.
PossibleScaleTypeValues returns the possible values for the ScaleType const type.
PossibleScheduleActionTypeValues returns the possible values for the ScheduleActionType const type.
PossibleScheduleListViewTypeValues returns the possible values for the ScheduleListViewType const type.
PossibleScheduleProvisioningStateValues returns the possible values for the ScheduleProvisioningState const type.
PossibleScheduleProvisioningStatusValues returns the possible values for the ScheduleProvisioningStatus const type.
PossibleScheduleStatusValues returns the possible values for the ScheduleStatus const type.
PossibleSeasonalityModeValues returns the possible values for the SeasonalityMode const type.
PossibleSecretsTypeValues returns the possible values for the SecretsType const type.
PossibleServerlessEndpointStateValues returns the possible values for the ServerlessEndpointState const type.
PossibleServerlessInferenceEndpointAuthModeValues returns the possible values for the ServerlessInferenceEndpointAuthMode const type.
PossibleServiceDataAccessAuthIdentityValues returns the possible values for the ServiceDataAccessAuthIdentity const type.
PossibleShortSeriesHandlingConfigurationValues returns the possible values for the ShortSeriesHandlingConfiguration 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.
PossibleSparkJobEntryTypeValues returns the possible values for the SparkJobEntryType const type.
PossibleSSHPublicAccessValues returns the possible values for the SSHPublicAccess const type.
PossibleSSLConfigStatusValues returns the possible values for the SSLConfigStatus const type.
PossibleStackMetaLearnerTypeValues returns the possible values for the StackMetaLearnerType const type.
PossibleStatusValues returns the possible values for the Status const type.
PossibleStochasticOptimizerValues returns the possible values for the StochasticOptimizer const type.
PossibleStorageAccountTypeValues returns the possible values for the StorageAccountType const type.
PossibleTargetAggregationFunctionValues returns the possible values for the TargetAggregationFunction const type.
PossibleTargetLagsModeValues returns the possible values for the TargetLagsMode const type.
PossibleTargetRollingWindowSizeModeValues returns the possible values for the TargetRollingWindowSizeMode const type.
PossibleTaskTypeValues returns the possible values for the TaskType const type.
PossibleTriggerTypeValues returns the possible values for the TriggerType 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.
PossibleUseStlValues returns the possible values for the UseStl const type.
PossibleValidationMetricTypeValues returns the possible values for the ValidationMetricType 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.
PossibleVolumeDefinitionTypeValues returns the possible values for the VolumeDefinitionType const type.
PossibleWebhookTypeValues returns the possible values for the WebhookType const type.
PossibleWeekDayValues returns the possible values for the WeekDay 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
BlockedTransformersCatTargetEncoder - Target encoding for categorical data.
BlockedTransformersCountVectorizer - Count Vectorizer converts a collection of text documents to a matrix of token counts.
BlockedTransformersHashOneHotEncoder - Hashing One Hot Encoder can turn categorical variables into a limited number of new features.
BlockedTransformersLabelEncoder - Label encoder converts labels/categorical variables in a numerical form.
BlockedTransformersNaiveBayes - Naive Bayes is a classified that is used for classification of discrete features that are categorically distributed.
BlockedTransformersOneHotEncoder - Ohe hot encoding creates a binary feature transformation.
BlockedTransformersTextTargetEncoder - Target encoding for text data.
BlockedTransformersTfIdf - Tf-Idf stands for, term-frequency times inverse document-frequency.
BlockedTransformersWoETargetEncoder - Weight of Evidence encoding is a technique used to encode categorical variables.
BlockedTransformersWordEmbedding - Word embedding helps represents words or phrases as a vector, or a series of numbers.
No description provided by the author
No description provided by the author
No description provided by the author
CategoricalDataDriftMetricJensenShannonDistance - The Jensen Shannon Distance (JSD) metric.
CategoricalDataDriftMetricPearsonsChiSquaredTest - The Pearsons Chi Squared Test metric.
CategoricalDataDriftMetricPopulationStabilityIndex - The Population Stability Index (PSI) metric.
CategoricalDataQualityMetricDataTypeErrorRate - Calculates the rate of data type errors.
CategoricalDataQualityMetricNullValueRate - Calculates the rate of null values.
CategoricalDataQualityMetricOutOfBoundsRate - Calculates the rate values are out of bounds.
CategoricalPredictionDriftMetricJensenShannonDistance - The Jensen Shannon Distance (JSD) metric.
CategoricalPredictionDriftMetricPearsonsChiSquaredTest - The Pearsons Chi Squared Test metric.
CategoricalPredictionDriftMetricPopulationStabilityIndex - The Population Stability Index (PSI) metric.
ClassificationModelsBernoulliNaiveBayes - Naive Bayes classifier for multivariate Bernoulli models.
ClassificationModelsDecisionTree - Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.
ClassificationModelsExtremeRandomTrees - Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees.
ClassificationModelsGradientBoosting - The technique of transiting week learners into a strong learner is called Boosting.
ClassificationModelsKNN - K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints which further means that the new data point will be assigned a value based on how closely it matches the points in the training set.
ClassificationModelsLightGBM - LightGBM is a gradient boosting framework that uses tree based learning algorithms.
ClassificationModelsLinearSVM - A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems.
ClassificationModelsLogisticRegression - Logistic regression is a fundamental classification technique.
ClassificationModelsMultinomialNaiveBayes - The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification).
ClassificationModelsRandomForest - Random forest is a supervised learning algorithm.
ClassificationModelsSGD - SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications to find the model parameters that correspond to the best fit between predicted and actual outputs.
ClassificationModelsSVM - A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems.
ClassificationModelsXGBoostClassifier - XGBoost: Extreme Gradient Boosting Algorithm.
ClassificationMultilabelPrimaryMetricsAccuracy - Accuracy is the ratio of predictions that exactly match the true class labels.
ClassificationMultilabelPrimaryMetricsAUCWeighted - AUC is the Area under the curve.
ClassificationMultilabelPrimaryMetricsAveragePrecisionScoreWeighted - The arithmetic mean of the average precision score for each class, weighted by the number of true instances in each class.
ClassificationMultilabelPrimaryMetricsIOU - Intersection Over Union.
ClassificationMultilabelPrimaryMetricsNormMacroRecall - Normalized macro recall is recall macro-averaged and normalized, so that random performance has a score of 0, and perfect performance has a score of 1.
ClassificationMultilabelPrimaryMetricsPrecisionScoreWeighted - The arithmetic mean of precision for each class, weighted by number of true instances in each class.
ClassificationPrimaryMetricsAccuracy - Accuracy is the ratio of predictions that exactly match the true class labels.
ClassificationPrimaryMetricsAUCWeighted - AUC is the Area under the curve.
ClassificationPrimaryMetricsAveragePrecisionScoreWeighted - The arithmetic mean of the average precision score for each class, weighted by the number of true instances in each class.
ClassificationPrimaryMetricsNormMacroRecall - Normalized macro recall is recall macro-averaged and normalized, so that random performance has a score of 0, and perfect performance has a score of 1.
ClassificationPrimaryMetricsPrecisionScoreWeighted - The arithmetic mean of precision for each class, weighted by number of true instances in each class.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ComputeRecurrenceFrequencyDay - Day frequency.
ComputeRecurrenceFrequencyHour - Hour frequency.
ComputeRecurrenceFrequencyMinute - Minute frequency.
ComputeRecurrenceFrequencyMonth - Month frequency.
ComputeRecurrenceFrequencyWeek - Week frequency.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ComputeWeekDayFriday - Friday weekday.
ComputeWeekDayMonday - Monday weekday.
ComputeWeekDaySaturday - Saturday weekday.
ComputeWeekDaySunday - Sunday weekday.
ComputeWeekDayThursday - Thursday weekday.
ComputeWeekDayTuesday - Tuesday weekday.
ComputeWeekDayWednesday - Wednesday weekday.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FeatureAttributionMetricNormalizedDiscountedCumulativeGain - The Normalized Discounted Cumulative Gain metric.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FeatureImportanceModeDisabled - Disables computing feature importance within a signal.
FeatureImportanceModeEnabled - Enables computing feature importance within a signal.
FeatureLagsAuto - System auto-generates feature lags.
FeatureLagsNone - No feature lags generated.
FeaturizationModeAuto - Auto mode, system performs featurization without any custom featurization inputs.
FeaturizationModeCustom - Custom featurization.
FeaturizationModeOff - Featurization off.
ForecastHorizonModeAuto - Forecast horizon to be determined automatically.
ForecastHorizonModeCustom - Use the custom forecast horizon.
ForecastingModelsArimax - An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and/or one or more moving average (MA) terms.
ForecastingModelsAutoArima - Auto-Autoregressive Integrated Moving Average (ARIMA) model uses time-series data and statistical analysis to interpret the data and make future predictions.
ForecastingModelsAverage - The Average forecasting model makes predictions by carrying forward the average of the target values for each time-series in the training data.
ForecastingModelsDecisionTree - Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.
ForecastingModelsElasticNet - Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions.
ForecastingModelsExponentialSmoothing - Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component.
ForecastingModelsExtremeRandomTrees - Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees.
ForecastingModelsGradientBoosting - The technique of transiting week learners into a strong learner is called Boosting.
ForecastingModelsKNN - K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints which further means that the new data point will be assigned a value based on how closely it matches the points in the training set.
ForecastingModelsLassoLars - Lasso model fit with Least Angle Regression a.k.a.
ForecastingModelsLightGBM - LightGBM is a gradient boosting framework that uses tree based learning algorithms.
ForecastingModelsNaive - The Naive forecasting model makes predictions by carrying forward the latest target value for each time-series in the training data.
ForecastingModelsProphet - Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects.
ForecastingModelsRandomForest - Random forest is a supervised learning algorithm.
ForecastingModelsSeasonalAverage - The Seasonal Average forecasting model makes predictions by carrying forward the average value of the latest season of data for each time-series in the training data.
ForecastingModelsSeasonalNaive - The Seasonal Naive forecasting model makes predictions by carrying forward the latest season of target values for each time-series in the training data.
ForecastingModelsSGD - SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications to find the model parameters that correspond to the best fit between predicted and actual outputs.
ForecastingModelsTCNForecaster - TCNForecaster: Temporal Convolutional Networks Forecaster.
ForecastingModelsXGBoostRegressor - XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.
ForecastingPrimaryMetricsNormalizedMeanAbsoluteError - The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales.
ForecastingPrimaryMetricsNormalizedRootMeanSquaredError - The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales.
ForecastingPrimaryMetricsR2Score - The R2 score is one of the performance evaluation measures for forecasting-based machine learning models.
ForecastingPrimaryMetricsSpearmanCorrelation - The Spearman's rank coefficient of correlation is a non-parametric measure of rank correlation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InstanceSegmentationPrimaryMetricsMeanAveragePrecision - Mean Average Precision (MAP) is the average of AP (Average Precision).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
LearningRateSchedulerNone - No learning rate scheduler selected.
LearningRateSchedulerStep - Step learning rate scheduler.
LearningRateSchedulerWarmupCosine - Cosine Annealing With Warmup.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LogVerbosityCritical - Only critical statements logged.
LogVerbosityDebug - Debug and above log statements logged.
LogVerbosityError - Error and above log statements logged.
LogVerbosityInfo - Info and above log statements logged.
LogVerbosityNotSet - No logs emitted.
LogVerbosityWarning - Warning and above log statements logged.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MarketplaceSubscriptionProvisioningStateCreating - MarketplaceSubscription is being created.
MarketplaceSubscriptionProvisioningStateDeleting - MarketplaceSubscription is being deleted.
MarketplaceSubscriptionProvisioningStateFailed - MarketplaceSubscription provisioning failed.
MarketplaceSubscriptionProvisioningStateSucceeded - MarketplaceSubscription is successfully provisioned.
MarketplaceSubscriptionProvisioningStateUpdating - MarketplaceSubscription is being updated.
MarketplaceSubscriptionStatusSubscribed - The customer can now use the Marketplace Subscription's model and will be billed.
MarketplaceSubscriptionStatusSuspended - The customer could not be billed for the Marketplace Subscription.
MarketplaceSubscriptionStatusUnsubscribed - Marketplace Subscriptions reach this state in response to an explicit customer or CSP action.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ModelSizeExtraLarge - Extra large size.
ModelSizeLarge - Large size.
ModelSizeMedium - Medium size.
ModelSizeNone - No value selected.
ModelSizeSmall - Small size.
No description provided by the author
No description provided by the author
MonitorComputeIdentityTypeAmlToken - Authenticates through user's AML token.
MonitorComputeIdentityTypeManagedIdentity - Authenticates through a user-provided managed identity.
MonitorComputeTypeServerlessSpark - Serverless Spark compute.
MonitoringFeatureDataTypeCategorical - Used for features of categorical data type.
MonitoringFeatureDataTypeNumerical - Used for features of numerical data type.
MonitoringFeatureFilterTypeAllFeatures - Includes all features.
MonitoringFeatureFilterTypeFeatureSubset - Includes a user-defined subset of features.
MonitoringFeatureFilterTypeTopNByAttribution - Only includes the top contributing features, measured by feature attribution.
MonitoringInputDataTypeFixed - An input data with tabular format which doesn't require preprocessing.
MonitoringInputDataTypeRolling - An input data which rolls relatively to the monitor's current run time.
MonitoringInputDataTypeStatic - An input data with a fixed window size.
MonitoringNotificationTypeAmlNotification - Enables email notifications through AML notifications.
MonitoringSignalTypeCustom - Tracks a custom signal provided by users.
MonitoringSignalTypeDataDrift - Tracks model input data distribution change, comparing against training data or past production data.
MonitoringSignalTypeDataQuality - Tracks model input data integrity.
MonitoringSignalTypeFeatureAttributionDrift - Tracks feature importance change in production, comparing against feature importance at training time.
MonitoringSignalTypePredictionDrift - Tracks prediction result data distribution change, comparing against validation/test label data or past production data.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NCrossValidationsModeAuto - Determine N-Cross validations value automatically.
NCrossValidationsModeCustom - Use custom N-Cross validations value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NumericalDataDriftMetricJensenShannonDistance - The Jensen Shannon Distance (JSD) metric.
NumericalDataDriftMetricNormalizedWassersteinDistance - The Normalized Wasserstein Distance metric.
NumericalDataDriftMetricPopulationStabilityIndex - The Population Stability Index (PSI) metric.
NumericalDataDriftMetricTwoSampleKolmogorovSmirnovTest - The Two Sample Kolmogorov-Smirnov Test (two-sample K–S) metric.
NumericalDataQualityMetricDataTypeErrorRate - Calculates the rate of data type errors.
NumericalDataQualityMetricNullValueRate - Calculates the rate of null values.
NumericalDataQualityMetricOutOfBoundsRate - Calculates the rate values are out of bounds.
NumericalPredictionDriftMetricJensenShannonDistance - The Jensen Shannon Distance (JSD) metric.
NumericalPredictionDriftMetricNormalizedWassersteinDistance - The Normalized Wasserstein Distance metric.
NumericalPredictionDriftMetricPopulationStabilityIndex - The Population Stability Index (PSI) metric.
NumericalPredictionDriftMetricTwoSampleKolmogorovSmirnovTest - The Two Sample Kolmogorov-Smirnov Test (two-sample K–S) metric.
ObjectDetectionPrimaryMetricsMeanAveragePrecision - Mean Average Precision (MAP) is the average of AP (Average Precision).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RecurrenceFrequencyDay - Day frequency.
RecurrenceFrequencyHour - Hour frequency.
RecurrenceFrequencyMinute - Minute frequency.
RecurrenceFrequencyMonth - Month frequency.
RecurrenceFrequencyWeek - Week frequency.
No description provided by the author
No description provided by the author
No description provided by the author
RegressionModelsDecisionTree - Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.
RegressionModelsElasticNet - Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions.
RegressionModelsExtremeRandomTrees - Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees.
RegressionModelsGradientBoosting - The technique of transiting week learners into a strong learner is called Boosting.
RegressionModelsKNN - K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints which further means that the new data point will be assigned a value based on how closely it matches the points in the training set.
RegressionModelsLassoLars - Lasso model fit with Least Angle Regression a.k.a.
RegressionModelsLightGBM - LightGBM is a gradient boosting framework that uses tree based learning algorithms.
RegressionModelsRandomForest - Random forest is a supervised learning algorithm.
RegressionModelsSGD - SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications to find the model parameters that correspond to the best fit between predicted and actual outputs.
RegressionModelsXGBoostRegressor - XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.
RegressionPrimaryMetricsNormalizedMeanAbsoluteError - The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales.
RegressionPrimaryMetricsNormalizedRootMeanSquaredError - The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales.
RegressionPrimaryMetricsR2Score - The R2 score is one of the performance evaluation measures for forecasting-based machine learning models.
RegressionPrimaryMetricsSpearmanCorrelation - The Spearman's rank coefficient of correlation is a nonparametric measure of rank correlation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SeasonalityModeAuto - Seasonality to be determined automatically.
SeasonalityModeCustom - Use the custom seasonality value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.
ShortSeriesHandlingConfigurationAuto - Short series will be padded if there are no long series, otherwise short series will be dropped.
ShortSeriesHandlingConfigurationDrop - All the short series will be dropped.
ShortSeriesHandlingConfigurationNone - Represents no/null value.
ShortSeriesHandlingConfigurationPad - All the short series will be padded.
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
StackMetaLearnerTypeElasticNet - Default meta-learners are LogisticRegression for regression task.
StackMetaLearnerTypeElasticNetCV - Default meta-learners are LogisticRegression for regression task when CV is on.
No description provided by the author
No description provided by the author
No description provided by the author
StackMetaLearnerTypeLogisticRegression - Default meta-learners are LogisticRegression for classification tasks.
StackMetaLearnerTypeLogisticRegressionCV - Default meta-learners are LogisticRegression for classification task when CV is on.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StochasticOptimizerAdam - Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments.
StochasticOptimizerAdamw - AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay.
StochasticOptimizerNone - No optimizer selected.
StochasticOptimizerSgd - Stochastic Gradient Descent optimizer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TargetAggregationFunctionNone - Represent no value set.
No description provided by the author
TargetLagsModeAuto - Target lags to be determined automatically.
TargetLagsModeCustom - Use the custom target lags.
TargetRollingWindowSizeModeAuto - Determine rolling windows size automatically.
TargetRollingWindowSizeModeCustom - Use the specified rolling window size.
TaskTypeClassification - Classification in machine learning and statistics is a supervised learning approach in which the computer program learns from the data given to it and make new observations or classifications.
TaskTypeForecasting - Forecasting is a special kind of regression task that deals with time-series data and creates forecasting model that can be used to predict the near future values based on the inputs.
TaskTypeImageClassification - Image Classification.
TaskTypeImageClassificationMultilabel - Image Classification Multilabel.
TaskTypeImageInstanceSegmentation - Image Instance Segmentation.
TaskTypeImageObjectDetection - Image Object Detection.
TaskTypeRegression - Regression means to predict the value using the input data.
TaskTypeTextClassification - Text classification (also known as text tagging or text categorization) is the process of sorting texts into categories.
TaskTypeTextClassificationMultilabel - Multilabel classification task assigns each sample to a group (zero or more) of target labels.
TaskTypeTextNER - Text Named Entity Recognition a.k.a.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UseStlNone - No stl decomposition.
No description provided by the author
No description provided by the author
ValidationMetricTypeCoco - Coco metric.
ValidationMetricTypeCocoVoc - CocoVoc metric.
ValidationMetricTypeNone - No metric.
ValidationMetricTypeVoc - Voc metric.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WeekDayFriday - Friday weekday.
WeekDayMonday - Monday weekday.
WeekDaySaturday - Saturday weekday.
WeekDaySunday - Sunday weekday.
WeekDayThursday - Thursday weekday.
WeekDayTuesday - Tuesday weekday.
WeekDayWednesday - Wednesday weekday.

# Structs

AADAuthTypeWorkspaceConnectionProperties - This connection type covers the AAD auth for any applicable Azure service.
No description provided by the author
AccountKeyAuthTypeWorkspaceConnectionProperties - This connection type covers the account key connection for Azure storage.
AccountKeyDatastoreCredentials - Account key datastore credentials configuration.
AccountKeyDatastoreSecrets - Datastore account key secrets.
AcrDetails - Details of ACR account to be used for the Registry.
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.
No description provided by the author
AllNodes - All nodes means the service will be running on all of the nodes of the job.
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.
AmlToken - AML Token identity configuration.
AmlTokenComputeIdentity - AML token compute identity definition.
AmlUserFeature - Features enabled for a workspace.
AnonymousAccessCredential - Access credential with no credentials.
APIKeyAuthWorkspaceConnectionProperties - This connection type covers the generic ApiKey auth connection categories, for examples: AzureOpenAI: Category:= AzureOpenAI AuthType:= ApiKey (as type discriminator) Credentials:= {ApiKey} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= {ApiBase} CognitiveService: Category:= CognitiveService AuthType:= ApiKey (as type discriminator) Credentials:= {SubscriptionKey} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= ServiceRegion={serviceRegion} CognitiveSearch: Category:= CognitiveSearch AuthType:= ApiKey (as type discriminator) Credentials:= {Key} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= {Endpoint} Use Metadata property bag for ApiType, ApiVersion, Kind and other metadata fields.
ArmResourceID - ARM ResourceId of a resource.
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.
AutoForecastHorizon - Forecast horizon determined automatically by system.
AutoMLJob class.
AutoMLVertical - AutoML vertical class.
AutoNCrossValidations - N-Cross validations determined automatically.
AutoPauseProperties - Auto pause properties.
AutoScaleProperties - Auto scale properties.
No description provided by the author
No description provided by the author
AutoTargetRollingWindowSize - Target lags rolling window determined automatically.
AzureBlobDatastore - Azure Blob datastore configuration.
AzureDataLakeGen1Datastore - Azure Data Lake Gen1 datastore configuration.
AzureDataLakeGen2Datastore - Azure Data Lake Gen2 datastore configuration.
AzureDatastore - Base definition for Azure datastore contents configuration.
AzureDevOpsWebhook - Webhook details specific for Azure DevOps.
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
BatchDeploymentConfiguration - Properties relevant to different deployment types.
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.BeginCreateOrUpdate.
BatchDeploymentsClientDeleteResponse contains the response from method BatchDeploymentsClient.BeginDelete.
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.NewListPager method.
BatchDeploymentsClientListResponse contains the response from method BatchDeploymentsClient.NewListPager.
BatchDeploymentsClientUpdateResponse contains the response from method BatchDeploymentsClient.BeginUpdate.
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.BeginCreateOrUpdate.
BatchEndpointsClientDeleteResponse contains the response from method BatchEndpointsClient.BeginDelete.
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.NewListPager method.
BatchEndpointsClientListResponse contains the response from method BatchEndpointsClient.NewListPager.
BatchEndpointsClientUpdateResponse contains the response from method BatchEndpointsClient.BeginUpdate.
BatchEndpointTrackedResourceArmPaginatedResult - A paginated list of BatchEndpoint entities.
BatchPipelineComponentDeploymentConfiguration - Properties for a Batch Pipeline Component Deployment.
BatchRetrySettings - Retry settings for a batch inference operation.
BayesianSamplingAlgorithm - Defines a Sampling Algorithm that generates values based on previous values.
BindOptions - Describes the bind options for the container.
No description provided by the author
BuildContext - Configuration settings for Docker build context.
No description provided by the author
No description provided by the author
No description provided by the author
CertificateDatastoreCredentials - Certificate datastore credentials configuration.
CertificateDatastoreSecrets - Datastore certificate secrets.
Classification task in AutoML Table vertical.
ClassificationTrainingSettings - Classification Training related configuration.
ClientFactory is a client factory used to create any client in this module.
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.NewListPager method.
CodeContainersClientListResponse contains the response from method CodeContainersClient.NewListPager.
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.
CodeVersionsClientBeginPublishOptions contains the optional parameters for the CodeVersionsClient.BeginPublish method.
CodeVersionsClientCreateOrGetStartPendingUploadOptions contains the optional parameters for the CodeVersionsClient.CreateOrGetStartPendingUpload method.
CodeVersionsClientCreateOrGetStartPendingUploadResponse contains the response from method CodeVersionsClient.CreateOrGetStartPendingUpload.
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.NewListPager method.
CodeVersionsClientListResponse contains the response from method CodeVersionsClient.NewListPager.
CodeVersionsClientPublishResponse contains the response from method CodeVersionsClient.BeginPublish.
No description provided by the author
ColumnTransformer - Column transformer parameters.
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.NewListPager method.
ComponentContainersClientListResponse contains the response from method ComponentContainersClient.NewListPager.
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.
ComponentVersionsClientBeginPublishOptions contains the optional parameters for the ComponentVersionsClient.BeginPublish method.
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.NewListPager method.
ComponentVersionsClientListResponse contains the response from method ComponentVersionsClient.NewListPager.
ComponentVersionsClientPublishResponse contains the response from method ComponentVersionsClient.BeginPublish.
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.BeginCreateOrUpdate.
ComputeClientDeleteResponse contains the response from method ComputeClient.BeginDelete.
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.NewListNodesPager method.
ComputeClientListNodesResponse contains the response from method ComputeClient.NewListNodesPager.
ComputeClientListOptions contains the optional parameters for the ComputeClient.NewListPager method.
ComputeClientListResponse contains the response from method ComputeClient.NewListPager.
ComputeClientRestartResponse contains the response from method ComputeClient.BeginRestart.
ComputeClientStartResponse contains the response from method ComputeClient.BeginStart.
ComputeClientStopResponse contains the response from method ComputeClient.BeginStop.
ComputeClientUpdateResponse contains the response from method ComputeClient.BeginUpdate.
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.
No description provided by the author
ComputeResource - Machine Learning compute object wrapped into ARM resource envelope.
No description provided by the author
ComputeRuntimeDto - Compute runtime config for feature store type workspace.
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
Cron - The workflow trigger cron for ComputeStartStop schedule type.
No description provided by the author
CustomForecastHorizon - The desired maximum forecast horizon in units of time-series frequency.
CustomKeys - Custom Keys credential object.
CustomKeysWorkspaceConnectionProperties - Category:= CustomKeys AuthType:= CustomKeys (as type discriminator) Credentials:= {CustomKeys} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.CustomKeys Target:= {any value} Use Metadata property bag for ApiVersion and other metadata fields.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CustomNCrossValidations - N-Cross validations are specified by user.
No description provided by the author
CustomService - Specifies the custom service configuration.
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
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.NewListPager method.
DataContainersClientListResponse contains the response from method DataContainersClient.NewListPager.
No description provided by the author
No description provided by the author
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.
No description provided by the author
No description provided by the author
DataReferenceCredential base class.
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.NewListPager method.
DatastoresClientListResponse contains the response from method DatastoresClient.NewListPager.
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.
DataVersionsClientBeginPublishOptions contains the optional parameters for the DataVersionsClient.BeginPublish method.
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.NewListPager method.
DataVersionsClientListResponse contains the response from method DataVersionsClient.NewListPager.
DataVersionsClientPublishResponse contains the response from method DataVersionsClient.BeginPublish.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DestinationAsset - Publishing destination registry asset information.
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.
Docker container configuration.
DockerCredential - Credential for docker with username and password.
EarlyTerminationPolicy - Early termination policies enable canceling poor-performing runs before they complete.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Endpoint - Describes the endpoint configuration for the container.
EndpointAuthKeys - Keys for endpoint authentication.
EndpointAuthToken - Service Token.
EndpointDeploymentPropertiesBase - Base definition for endpoint deployment.
EndpointPropertiesBase - Inference Endpoint base definition.
No description provided by the author
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.NewListPager method.
EnvironmentContainersClientListResponse contains the response from method EnvironmentContainersClient.NewListPager.
EnvironmentVariable - Environment Variables for the container.
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.
EnvironmentVersionsClientBeginPublishOptions contains the optional parameters for the EnvironmentVersionsClient.BeginPublish method.
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.NewListPager method.
EnvironmentVersionsClientListResponse contains the response from method EnvironmentVersionsClient.NewListPager.
EnvironmentVersionsClientPublishResponse contains the response from method EnvironmentVersionsClient.BeginPublish.
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
Feature - Azure Resource Manager resource envelope.
No description provided by the author
No description provided by the author
No description provided by the author
FeatureProperties - DTO object representing feature.
FeatureResourceArmPaginatedResult - A paginated list of Feature entities.
FeaturesClient contains the methods for the Features group.
FeaturesClientGetOptions contains the optional parameters for the FeaturesClient.Get method.
FeaturesClientGetResponse contains the response from method FeaturesClient.Get.
FeaturesClientListOptions contains the optional parameters for the FeaturesClient.NewListPager method.
FeaturesClientListResponse contains the response from method FeaturesClient.NewListPager.
FeaturesetContainer - Azure Resource Manager resource envelope.
FeaturesetContainerProperties - DTO object representing feature set.
FeaturesetContainerResourceArmPaginatedResult - A paginated list of FeaturesetContainer entities.
FeaturesetContainersClient contains the methods for the FeaturesetContainers group.
FeaturesetContainersClientBeginCreateOrUpdateOptions contains the optional parameters for the FeaturesetContainersClient.BeginCreateOrUpdate method.
FeaturesetContainersClientBeginDeleteOptions contains the optional parameters for the FeaturesetContainersClient.BeginDelete method.
FeaturesetContainersClientCreateOrUpdateResponse contains the response from method FeaturesetContainersClient.BeginCreateOrUpdate.
FeaturesetContainersClientDeleteResponse contains the response from method FeaturesetContainersClient.BeginDelete.
FeaturesetContainersClientGetEntityOptions contains the optional parameters for the FeaturesetContainersClient.GetEntity method.
FeaturesetContainersClientGetEntityResponse contains the response from method FeaturesetContainersClient.GetEntity.
FeaturesetContainersClientListOptions contains the optional parameters for the FeaturesetContainersClient.NewListPager method.
FeaturesetContainersClientListResponse contains the response from method FeaturesetContainersClient.NewListPager.
FeaturesetSpecification - DTO object representing specification.
FeaturesetVersion - Azure Resource Manager resource envelope.
FeaturesetVersionBackfillRequest - Request payload for creating a backfill request for a given feature set version.
FeaturesetVersionBackfillResponse - Response payload for creating a backfill request for a given feature set version.
FeaturesetVersionProperties - DTO object representing feature set version.
FeaturesetVersionResourceArmPaginatedResult - A paginated list of FeaturesetVersion entities.
FeaturesetVersionsClient contains the methods for the FeaturesetVersions group.
FeaturesetVersionsClientBackfillResponse contains the response from method FeaturesetVersionsClient.BeginBackfill.
FeaturesetVersionsClientBeginBackfillOptions contains the optional parameters for the FeaturesetVersionsClient.BeginBackfill method.
FeaturesetVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the FeaturesetVersionsClient.BeginCreateOrUpdate method.
FeaturesetVersionsClientBeginDeleteOptions contains the optional parameters for the FeaturesetVersionsClient.BeginDelete method.
FeaturesetVersionsClientCreateOrUpdateResponse contains the response from method FeaturesetVersionsClient.BeginCreateOrUpdate.
FeaturesetVersionsClientDeleteResponse contains the response from method FeaturesetVersionsClient.BeginDelete.
FeaturesetVersionsClientGetOptions contains the optional parameters for the FeaturesetVersionsClient.Get method.
FeaturesetVersionsClientGetResponse contains the response from method FeaturesetVersionsClient.Get.
FeaturesetVersionsClientListOptions contains the optional parameters for the FeaturesetVersionsClient.NewListPager method.
FeaturesetVersionsClientListResponse contains the response from method FeaturesetVersionsClient.NewListPager.
FeaturestoreEntityContainer - Azure Resource Manager resource envelope.
FeaturestoreEntityContainerProperties - DTO object representing feature entity.
FeaturestoreEntityContainerResourceArmPaginatedResult - A paginated list of FeaturestoreEntityContainer entities.
FeaturestoreEntityContainersClient contains the methods for the FeaturestoreEntityContainers group.
FeaturestoreEntityContainersClientBeginCreateOrUpdateOptions contains the optional parameters for the FeaturestoreEntityContainersClient.BeginCreateOrUpdate method.
FeaturestoreEntityContainersClientBeginDeleteOptions contains the optional parameters for the FeaturestoreEntityContainersClient.BeginDelete method.
FeaturestoreEntityContainersClientCreateOrUpdateResponse contains the response from method FeaturestoreEntityContainersClient.BeginCreateOrUpdate.
FeaturestoreEntityContainersClientDeleteResponse contains the response from method FeaturestoreEntityContainersClient.BeginDelete.
FeaturestoreEntityContainersClientGetEntityOptions contains the optional parameters for the FeaturestoreEntityContainersClient.GetEntity method.
FeaturestoreEntityContainersClientGetEntityResponse contains the response from method FeaturestoreEntityContainersClient.GetEntity.
FeaturestoreEntityContainersClientListOptions contains the optional parameters for the FeaturestoreEntityContainersClient.NewListPager method.
FeaturestoreEntityContainersClientListResponse contains the response from method FeaturestoreEntityContainersClient.NewListPager.
FeaturestoreEntityVersion - Azure Resource Manager resource envelope.
FeaturestoreEntityVersionProperties - DTO object representing feature entity version.
FeaturestoreEntityVersionResourceArmPaginatedResult - A paginated list of FeaturestoreEntityVersion entities.
FeaturestoreEntityVersionsClient contains the methods for the FeaturestoreEntityVersions group.
FeaturestoreEntityVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the FeaturestoreEntityVersionsClient.BeginCreateOrUpdate method.
FeaturestoreEntityVersionsClientBeginDeleteOptions contains the optional parameters for the FeaturestoreEntityVersionsClient.BeginDelete method.
FeaturestoreEntityVersionsClientCreateOrUpdateResponse contains the response from method FeaturestoreEntityVersionsClient.BeginCreateOrUpdate.
FeaturestoreEntityVersionsClientDeleteResponse contains the response from method FeaturestoreEntityVersionsClient.BeginDelete.
FeaturestoreEntityVersionsClientGetOptions contains the optional parameters for the FeaturestoreEntityVersionsClient.Get method.
FeaturestoreEntityVersionsClientGetResponse contains the response from method FeaturestoreEntityVersionsClient.Get.
FeaturestoreEntityVersionsClientListOptions contains the optional parameters for the FeaturestoreEntityVersionsClient.NewListPager method.
FeaturestoreEntityVersionsClientListResponse contains the response from method FeaturestoreEntityVersionsClient.NewListPager.
FeatureStoreSettings - Settings for feature store type workspace.
No description provided by the author
FeatureWindow - Specifies the feature window.
FeaturizationSettings - Featurization Configuration.
FixedInputData - Fixed input data definition.
No description provided by the author
ForecastHorizon - The desired maximum forecast horizon in units of time-series frequency.
Forecasting task in AutoML Table vertical.
ForecastingSettings - Forecasting specific parameters.
ForecastingTrainingSettings - Forecasting Training related configuration.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FqdnOutboundRule - FQDN Outbound Rule for the managed network of a machine learning workspace.
No description provided by the author
GetBlobReferenceSASRequestDto - BlobReferenceSASRequest for getBlobReferenceSAS API.
GetBlobReferenceSASResponseDto - BlobReferenceSASResponse for getBlobReferenceSAS API.
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.
IdleShutdownSetting - Stops compute instance after user defined period of inactivity.
Image - Describes the Image Specifications.
ImageClassification - Image Classification.
No description provided by the author
ImageClassificationMultilabel - Image Classification Multilabel.
ImageInstanceSegmentation - Image Instance Segmentation.
ImageLimitSettings - Limit settings for the AutoML job.
ImageMetadata - Returns metadata about the operating system image for this compute instance.
ImageModelDistributionSettings - Distribution expressions to sweep over values of model settings.Some examples are: ModelName = "choice('seresnext', 'resnest50')"; LearningRate = "uniform(0.001, 0.01)"; LayersToFreeze = "choice(0, 2)"; All distributions can be specified as distribution_name(min, max) or choice(val1, val2, …, valn) where distribution name can be: uniform, quniform, loguniform, etc For more details on how to compose distribution expressions please check the documentation: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters For more information on the available settings please visit the official documentation: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.
ImageModelDistributionSettingsClassification - Distribution expressions to sweep over values of model settings.Some examples are: ModelName = "choice('seresnext', 'resnest50')"; LearningRate = "uniform(0.001, 0.01)"; LayersToFreeze = "choice(0, 2)"; For more details on how to compose distribution expressions please check the documentation: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters For more information on the available settings please visit the official documentation: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.
ImageModelDistributionSettingsObjectDetection - Distribution expressions to sweep over values of model settings.Some examples are: ModelName = "choice('seresnext', 'resnest50')"; LearningRate = "uniform(0.001, 0.01)"; LayersToFreeze = "choice(0, 2)"; For more details on how to compose distribution expressions please check the documentation: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters For more information on the available settings please visit the official documentation: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.
ImageModelSettings - Settings used for training the model.
ImageModelSettingsClassification - Settings used for training the model.
ImageModelSettingsObjectDetection - Settings used for training the model.
ImageObjectDetection - Image Object Detection.
No description provided by the author
ImageSweepSettings - Model sweeping and hyperparameter sweeping related settings.
ImageVertical - Abstract class for AutoML tasks that train image (computer vision) models - such as Image Classification / Image Classification Multilabel / Image Object Detection / Image Instance Segmentation.
IndexColumn - DTO object representing index column.
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.
No description provided by the author
No description provided by the author
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.BeginCancel.
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.BeginDelete.
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.NewListPager method.
JobsClientListResponse contains the response from method JobsClient.NewListPager.
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.
No description provided by the author
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.
ManagedComputeIdentity - Managed compute identity definition.
ManagedIdentity - Managed identity configuration.
No description provided by the author
ManagedIdentityCredential - Credential for user managed identity.
ManagedNetworkProvisionOptions - Managed Network Provisioning options for managed network of a machine learning workspace.
ManagedNetworkProvisionsClient contains the methods for the ManagedNetworkProvisions group.
ManagedNetworkProvisionsClientBeginProvisionManagedNetworkOptions contains the optional parameters for the ManagedNetworkProvisionsClient.BeginProvisionManagedNetwork method.
ManagedNetworkProvisionsClientProvisionManagedNetworkResponse contains the response from method ManagedNetworkProvisionsClient.BeginProvisionManagedNetwork.
ManagedNetworkProvisionStatus - Status of the Provisioning for the managed network of a machine learning workspace.
ManagedNetworkSettings - Managed Network settings for a machine learning workspace.
ManagedNetworkSettingsRuleClient contains the methods for the ManagedNetworkSettingsRule group.
ManagedNetworkSettingsRuleClientBeginCreateOrUpdateOptions contains the optional parameters for the ManagedNetworkSettingsRuleClient.BeginCreateOrUpdate method.
ManagedNetworkSettingsRuleClientBeginDeleteOptions contains the optional parameters for the ManagedNetworkSettingsRuleClient.BeginDelete method.
ManagedNetworkSettingsRuleClientCreateOrUpdateResponse contains the response from method ManagedNetworkSettingsRuleClient.BeginCreateOrUpdate.
ManagedNetworkSettingsRuleClientDeleteResponse contains the response from method ManagedNetworkSettingsRuleClient.BeginDelete.
ManagedNetworkSettingsRuleClientGetOptions contains the optional parameters for the ManagedNetworkSettingsRuleClient.Get method.
ManagedNetworkSettingsRuleClientGetResponse contains the response from method ManagedNetworkSettingsRuleClient.Get.
ManagedNetworkSettingsRuleClientListOptions contains the optional parameters for the ManagedNetworkSettingsRuleClient.NewListPager method.
ManagedNetworkSettingsRuleClientListResponse contains the response from method ManagedNetworkSettingsRuleClient.NewListPager.
ManagedOnlineDeployment - Properties specific to a ManagedOnlineDeployment.
ManagedServiceIdentity - Managed service identity (system assigned and/or user assigned identities).
No description provided by the author
MarketplaceSubscription - Azure Resource Manager resource envelope.
No description provided by the author
MarketplaceSubscriptionResourceArmPaginatedResult - A paginated list of MarketplaceSubscription entities.
MarketplaceSubscriptionsClient contains the methods for the MarketplaceSubscriptions group.
MarketplaceSubscriptionsClientBeginCreateOrUpdateOptions contains the optional parameters for the MarketplaceSubscriptionsClient.BeginCreateOrUpdate method.
MarketplaceSubscriptionsClientBeginDeleteOptions contains the optional parameters for the MarketplaceSubscriptionsClient.BeginDelete method.
MarketplaceSubscriptionsClientCreateOrUpdateResponse contains the response from method MarketplaceSubscriptionsClient.BeginCreateOrUpdate.
MarketplaceSubscriptionsClientDeleteResponse contains the response from method MarketplaceSubscriptionsClient.BeginDelete.
MarketplaceSubscriptionsClientGetOptions contains the optional parameters for the MarketplaceSubscriptionsClient.Get method.
MarketplaceSubscriptionsClientGetResponse contains the response from method MarketplaceSubscriptionsClient.Get.
MarketplaceSubscriptionsClientListOptions contains the optional parameters for the MarketplaceSubscriptionsClient.NewListPager method.
MarketplaceSubscriptionsClientListResponse contains the response from method MarketplaceSubscriptionsClient.NewListPager.
MaterializationComputeResource - DTO object representing compute resource.
No description provided by the author
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.NewListPager method.
ModelContainersClientListResponse contains the response from method ModelContainersClient.NewListPager.
No description provided by the author
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.
ModelVersionsClientBeginPublishOptions contains the optional parameters for the ModelVersionsClient.BeginPublish method.
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.NewListPager method.
ModelVersionsClientListResponse contains the response from method ModelVersionsClient.NewListPager.
ModelVersionsClientPublishResponse contains the response from method ModelVersionsClient.BeginPublish.
MonitorComputeConfigurationBase - Monitor compute configuration base definition.
MonitorComputeIdentityBase - Monitor compute identity base definition.
No description provided by the author
No description provided by the author
No description provided by the author
MonitoringInputDataBase - Monitoring input data base definition.
No description provided by the author
MonitoringTarget - Monitoring target definition.
No description provided by the author
No description provided by the author
MonitorServerlessSparkCompute - Monitor serverless spark compute definition.
Mpi - MPI distribution configuration.
NCrossValidations - N-Cross validations value.
NlpVertical - Abstract class for NLP related AutoML tasks.
No description provided by the author
NlpVerticalLimitSettings - Job execution constraints.
Nodes - Abstract Nodes definition.
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
NotificationSetting - Configuration for notification.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Objective - Optimization objective.
OneLakeArtifact - OneLake artifact (data source) configuration.
OneLakeDatastore - OneLake (Trident) datastore configuration.
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.BeginCreateOrUpdate.
OnlineDeploymentsClientDeleteResponse contains the response from method OnlineDeploymentsClient.BeginDelete.
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.NewListPager method.
OnlineDeploymentsClientListResponse contains the response from method OnlineDeploymentsClient.NewListPager.
OnlineDeploymentsClientListSKUsOptions contains the optional parameters for the OnlineDeploymentsClient.NewListSKUsPager method.
OnlineDeploymentsClientListSKUsResponse contains the response from method OnlineDeploymentsClient.NewListSKUsPager.
OnlineDeploymentsClientUpdateResponse contains the response from method OnlineDeploymentsClient.BeginUpdate.
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.BeginCreateOrUpdate.
OnlineEndpointsClientDeleteResponse contains the response from method OnlineEndpointsClient.BeginDelete.
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.NewListPager method.
OnlineEndpointsClientListResponse contains the response from method OnlineEndpointsClient.NewListPager.
OnlineEndpointsClientRegenerateKeysResponse contains the response from method OnlineEndpointsClient.BeginRegenerateKeys.
OnlineEndpointsClientUpdateResponse contains the response from method OnlineEndpointsClient.BeginUpdate.
OnlineEndpointTrackedResourceArmPaginatedResult - A paginated list of OnlineEndpoint entities.
OnlineRequestSettings - Online deployment scoring requests configuration.
OnlineScaleSettings - Online deployment scaling configuration.
Operation - Details of a REST API operation, returned from the Resource Provider Operations API.
OperationDisplay - Localized display information for this particular operation.
OperationListResult - A list of REST API operations supported by an Azure Resource Provider.
OperationsClient contains the methods for the Operations group.
OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method.
OperationsClientListResponse contains the response from method OperationsClient.NewListPager.
OutboundRule - Outbound Rule for the managed network of a machine learning workspace.
OutboundRuleBasicResource - Outbound Rule Basic Resource for the managed network of a machine learning workspace.
OutboundRuleListResult - List of outbound rules for the managed network of a machine learning workspace.
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.
PartialMinimalTrackedResourceWithSKUAndIdentity - Strictly used in update requests.
PartialRegistryPartialTrackedResource - Strictly used in update requests.
PartialSKU - Common SKU definition.
No description provided by the author
No description provided by the author
No description provided by the author
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.
No description provided by the author
No description provided by the author
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.NewListPager method.
PrivateEndpointConnectionsClientListResponse contains the response from method PrivateEndpointConnectionsClient.NewListPager.
PrivateEndpointDestination - Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
PrivateEndpointOutboundRule - Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
PrivateEndpointResource - The PE network resource that is linked to this PE connection.
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.
ProxyResource - The resource model definition for a Azure Resource Manager proxy resource.
PyTorch distribution configuration.
No description provided by the author
QuotaBaseProperties - The properties for Quota update or retrieval.
QuotasClient contains the methods for the Quotas group.
QuotasClientListOptions contains the optional parameters for the QuotasClient.NewListPager method.
QuotasClientListResponse contains the response from method QuotasClient.NewListPager.
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.
Recurrence - The workflow trigger recurrence for ComputeStartStop schedule type.
No description provided by the author
No description provided by the author
No description provided by the author
RegistriesClient contains the methods for the Registries group.
RegistriesClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistriesClient.BeginCreateOrUpdate method.
RegistriesClientBeginDeleteOptions contains the optional parameters for the RegistriesClient.BeginDelete method.
RegistriesClientBeginRemoveRegionsOptions contains the optional parameters for the RegistriesClient.BeginRemoveRegions method.
RegistriesClientCreateOrUpdateResponse contains the response from method RegistriesClient.BeginCreateOrUpdate.
RegistriesClientDeleteResponse contains the response from method RegistriesClient.BeginDelete.
RegistriesClientGetOptions contains the optional parameters for the RegistriesClient.Get method.
RegistriesClientGetResponse contains the response from method RegistriesClient.Get.
RegistriesClientListBySubscriptionOptions contains the optional parameters for the RegistriesClient.NewListBySubscriptionPager method.
RegistriesClientListBySubscriptionResponse contains the response from method RegistriesClient.NewListBySubscriptionPager.
RegistriesClientListOptions contains the optional parameters for the RegistriesClient.NewListPager method.
RegistriesClientListResponse contains the response from method RegistriesClient.NewListPager.
RegistriesClientRemoveRegionsResponse contains the response from method RegistriesClient.BeginRemoveRegions.
RegistriesClientUpdateOptions contains the optional parameters for the RegistriesClient.Update method.
RegistriesClientUpdateResponse contains the response from method RegistriesClient.Update.
No description provided by the author
RegistryCodeContainersClient contains the methods for the RegistryCodeContainers group.
RegistryCodeContainersClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistryCodeContainersClient.BeginCreateOrUpdate method.
RegistryCodeContainersClientBeginDeleteOptions contains the optional parameters for the RegistryCodeContainersClient.BeginDelete method.
RegistryCodeContainersClientCreateOrUpdateResponse contains the response from method RegistryCodeContainersClient.BeginCreateOrUpdate.
RegistryCodeContainersClientDeleteResponse contains the response from method RegistryCodeContainersClient.BeginDelete.
RegistryCodeContainersClientGetOptions contains the optional parameters for the RegistryCodeContainersClient.Get method.
RegistryCodeContainersClientGetResponse contains the response from method RegistryCodeContainersClient.Get.
RegistryCodeContainersClientListOptions contains the optional parameters for the RegistryCodeContainersClient.NewListPager method.
RegistryCodeContainersClientListResponse contains the response from method RegistryCodeContainersClient.NewListPager.
RegistryCodeVersionsClient contains the methods for the RegistryCodeVersions group.
RegistryCodeVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistryCodeVersionsClient.BeginCreateOrUpdate method.
RegistryCodeVersionsClientBeginDeleteOptions contains the optional parameters for the RegistryCodeVersionsClient.BeginDelete method.
RegistryCodeVersionsClientCreateOrGetStartPendingUploadOptions contains the optional parameters for the RegistryCodeVersionsClient.CreateOrGetStartPendingUpload method.
RegistryCodeVersionsClientCreateOrGetStartPendingUploadResponse contains the response from method RegistryCodeVersionsClient.CreateOrGetStartPendingUpload.
RegistryCodeVersionsClientCreateOrUpdateResponse contains the response from method RegistryCodeVersionsClient.BeginCreateOrUpdate.
RegistryCodeVersionsClientDeleteResponse contains the response from method RegistryCodeVersionsClient.BeginDelete.
RegistryCodeVersionsClientGetOptions contains the optional parameters for the RegistryCodeVersionsClient.Get method.
RegistryCodeVersionsClientGetResponse contains the response from method RegistryCodeVersionsClient.Get.
RegistryCodeVersionsClientListOptions contains the optional parameters for the RegistryCodeVersionsClient.NewListPager method.
RegistryCodeVersionsClientListResponse contains the response from method RegistryCodeVersionsClient.NewListPager.
RegistryComponentContainersClient contains the methods for the RegistryComponentContainers group.
RegistryComponentContainersClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistryComponentContainersClient.BeginCreateOrUpdate method.
RegistryComponentContainersClientBeginDeleteOptions contains the optional parameters for the RegistryComponentContainersClient.BeginDelete method.
RegistryComponentContainersClientCreateOrUpdateResponse contains the response from method RegistryComponentContainersClient.BeginCreateOrUpdate.
RegistryComponentContainersClientDeleteResponse contains the response from method RegistryComponentContainersClient.BeginDelete.
RegistryComponentContainersClientGetOptions contains the optional parameters for the RegistryComponentContainersClient.Get method.
RegistryComponentContainersClientGetResponse contains the response from method RegistryComponentContainersClient.Get.
RegistryComponentContainersClientListOptions contains the optional parameters for the RegistryComponentContainersClient.NewListPager method.
RegistryComponentContainersClientListResponse contains the response from method RegistryComponentContainersClient.NewListPager.
RegistryComponentVersionsClient contains the methods for the RegistryComponentVersions group.
RegistryComponentVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistryComponentVersionsClient.BeginCreateOrUpdate method.
RegistryComponentVersionsClientBeginDeleteOptions contains the optional parameters for the RegistryComponentVersionsClient.BeginDelete method.
RegistryComponentVersionsClientCreateOrUpdateResponse contains the response from method RegistryComponentVersionsClient.BeginCreateOrUpdate.
RegistryComponentVersionsClientDeleteResponse contains the response from method RegistryComponentVersionsClient.BeginDelete.
RegistryComponentVersionsClientGetOptions contains the optional parameters for the RegistryComponentVersionsClient.Get method.
RegistryComponentVersionsClientGetResponse contains the response from method RegistryComponentVersionsClient.Get.
RegistryComponentVersionsClientListOptions contains the optional parameters for the RegistryComponentVersionsClient.NewListPager method.
RegistryComponentVersionsClientListResponse contains the response from method RegistryComponentVersionsClient.NewListPager.
RegistryDataContainersClient contains the methods for the RegistryDataContainers group.
RegistryDataContainersClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistryDataContainersClient.BeginCreateOrUpdate method.
RegistryDataContainersClientBeginDeleteOptions contains the optional parameters for the RegistryDataContainersClient.BeginDelete method.
RegistryDataContainersClientCreateOrUpdateResponse contains the response from method RegistryDataContainersClient.BeginCreateOrUpdate.
RegistryDataContainersClientDeleteResponse contains the response from method RegistryDataContainersClient.BeginDelete.
RegistryDataContainersClientGetOptions contains the optional parameters for the RegistryDataContainersClient.Get method.
RegistryDataContainersClientGetResponse contains the response from method RegistryDataContainersClient.Get.
RegistryDataContainersClientListOptions contains the optional parameters for the RegistryDataContainersClient.NewListPager method.
RegistryDataContainersClientListResponse contains the response from method RegistryDataContainersClient.NewListPager.
RegistryDataReferencesClient contains the methods for the RegistryDataReferences group.
RegistryDataReferencesClientGetBlobReferenceSASOptions contains the optional parameters for the RegistryDataReferencesClient.GetBlobReferenceSAS method.
RegistryDataReferencesClientGetBlobReferenceSASResponse contains the response from method RegistryDataReferencesClient.GetBlobReferenceSAS.
RegistryDataVersionsClient contains the methods for the RegistryDataVersions group.
RegistryDataVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistryDataVersionsClient.BeginCreateOrUpdate method.
RegistryDataVersionsClientBeginDeleteOptions contains the optional parameters for the RegistryDataVersionsClient.BeginDelete method.
RegistryDataVersionsClientCreateOrGetStartPendingUploadOptions contains the optional parameters for the RegistryDataVersionsClient.CreateOrGetStartPendingUpload method.
RegistryDataVersionsClientCreateOrGetStartPendingUploadResponse contains the response from method RegistryDataVersionsClient.CreateOrGetStartPendingUpload.
RegistryDataVersionsClientCreateOrUpdateResponse contains the response from method RegistryDataVersionsClient.BeginCreateOrUpdate.
RegistryDataVersionsClientDeleteResponse contains the response from method RegistryDataVersionsClient.BeginDelete.
RegistryDataVersionsClientGetOptions contains the optional parameters for the RegistryDataVersionsClient.Get method.
RegistryDataVersionsClientGetResponse contains the response from method RegistryDataVersionsClient.Get.
RegistryDataVersionsClientListOptions contains the optional parameters for the RegistryDataVersionsClient.NewListPager method.
RegistryDataVersionsClientListResponse contains the response from method RegistryDataVersionsClient.NewListPager.
RegistryEnvironmentContainersClient contains the methods for the RegistryEnvironmentContainers group.
RegistryEnvironmentContainersClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistryEnvironmentContainersClient.BeginCreateOrUpdate method.
RegistryEnvironmentContainersClientBeginDeleteOptions contains the optional parameters for the RegistryEnvironmentContainersClient.BeginDelete method.
RegistryEnvironmentContainersClientCreateOrUpdateResponse contains the response from method RegistryEnvironmentContainersClient.BeginCreateOrUpdate.
RegistryEnvironmentContainersClientDeleteResponse contains the response from method RegistryEnvironmentContainersClient.BeginDelete.
RegistryEnvironmentContainersClientGetOptions contains the optional parameters for the RegistryEnvironmentContainersClient.Get method.
RegistryEnvironmentContainersClientGetResponse contains the response from method RegistryEnvironmentContainersClient.Get.
RegistryEnvironmentContainersClientListOptions contains the optional parameters for the RegistryEnvironmentContainersClient.NewListPager method.
RegistryEnvironmentContainersClientListResponse contains the response from method RegistryEnvironmentContainersClient.NewListPager.
RegistryEnvironmentVersionsClient contains the methods for the RegistryEnvironmentVersions group.
RegistryEnvironmentVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistryEnvironmentVersionsClient.BeginCreateOrUpdate method.
RegistryEnvironmentVersionsClientBeginDeleteOptions contains the optional parameters for the RegistryEnvironmentVersionsClient.BeginDelete method.
RegistryEnvironmentVersionsClientCreateOrUpdateResponse contains the response from method RegistryEnvironmentVersionsClient.BeginCreateOrUpdate.
RegistryEnvironmentVersionsClientDeleteResponse contains the response from method RegistryEnvironmentVersionsClient.BeginDelete.
RegistryEnvironmentVersionsClientGetOptions contains the optional parameters for the RegistryEnvironmentVersionsClient.Get method.
RegistryEnvironmentVersionsClientGetResponse contains the response from method RegistryEnvironmentVersionsClient.Get.
RegistryEnvironmentVersionsClientListOptions contains the optional parameters for the RegistryEnvironmentVersionsClient.NewListPager method.
RegistryEnvironmentVersionsClientListResponse contains the response from method RegistryEnvironmentVersionsClient.NewListPager.
No description provided by the author
RegistryModelContainersClient contains the methods for the RegistryModelContainers group.
RegistryModelContainersClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistryModelContainersClient.BeginCreateOrUpdate method.
RegistryModelContainersClientBeginDeleteOptions contains the optional parameters for the RegistryModelContainersClient.BeginDelete method.
RegistryModelContainersClientCreateOrUpdateResponse contains the response from method RegistryModelContainersClient.BeginCreateOrUpdate.
RegistryModelContainersClientDeleteResponse contains the response from method RegistryModelContainersClient.BeginDelete.
RegistryModelContainersClientGetOptions contains the optional parameters for the RegistryModelContainersClient.Get method.
RegistryModelContainersClientGetResponse contains the response from method RegistryModelContainersClient.Get.
RegistryModelContainersClientListOptions contains the optional parameters for the RegistryModelContainersClient.NewListPager method.
RegistryModelContainersClientListResponse contains the response from method RegistryModelContainersClient.NewListPager.
RegistryModelVersionsClient contains the methods for the RegistryModelVersions group.
RegistryModelVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the RegistryModelVersionsClient.BeginCreateOrUpdate method.
RegistryModelVersionsClientBeginDeleteOptions contains the optional parameters for the RegistryModelVersionsClient.BeginDelete method.
RegistryModelVersionsClientCreateOrGetStartPendingUploadOptions contains the optional parameters for the RegistryModelVersionsClient.CreateOrGetStartPendingUpload method.
RegistryModelVersionsClientCreateOrGetStartPendingUploadResponse contains the response from method RegistryModelVersionsClient.CreateOrGetStartPendingUpload.
RegistryModelVersionsClientCreateOrUpdateResponse contains the response from method RegistryModelVersionsClient.BeginCreateOrUpdate.
RegistryModelVersionsClientDeleteResponse contains the response from method RegistryModelVersionsClient.BeginDelete.
RegistryModelVersionsClientGetOptions contains the optional parameters for the RegistryModelVersionsClient.Get method.
RegistryModelVersionsClientGetResponse contains the response from method RegistryModelVersionsClient.Get.
RegistryModelVersionsClientListOptions contains the optional parameters for the RegistryModelVersionsClient.NewListPager method.
RegistryModelVersionsClientListResponse contains the response from method RegistryModelVersionsClient.NewListPager.
RegistryPartialManagedServiceIdentity - Managed service identity (system assigned and/or user assigned identities).
RegistryPrivateEndpointConnection - Private endpoint connection definition.
RegistryPrivateEndpointConnectionProperties - Properties of the Private Endpoint Connection.
RegistryPrivateLinkServiceConnectionState - The connection state.
RegistryProperties - Details of the Registry.
RegistryRegionArmDetails - Details for each region the registry is in.
RegistryTrackedResourceArmPaginatedResult - A paginated list of Registry entities.
Regression task in AutoML Table vertical.
RegressionTrainingSettings - Regression Training related configuration.
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.
RollingInputData - Rolling input data definition.
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
SASCredential - Access with full SAS uri.
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.
Schedule - Azure Resource Manager resource envelope.
No description provided by the author
No description provided by the author
ScheduleProperties - Base definition of a schedule.
ScheduleResourceArmPaginatedResult - A paginated list of Schedule entities.
SchedulesClient contains the methods for the Schedules group.
SchedulesClientBeginCreateOrUpdateOptions contains the optional parameters for the SchedulesClient.BeginCreateOrUpdate method.
SchedulesClientBeginDeleteOptions contains the optional parameters for the SchedulesClient.BeginDelete method.
SchedulesClientCreateOrUpdateResponse contains the response from method SchedulesClient.BeginCreateOrUpdate.
SchedulesClientDeleteResponse contains the response from method SchedulesClient.BeginDelete.
SchedulesClientGetOptions contains the optional parameters for the SchedulesClient.Get method.
SchedulesClientGetResponse contains the response from method SchedulesClient.Get.
SchedulesClientListOptions contains the optional parameters for the SchedulesClient.NewListPager method.
SchedulesClientListResponse contains the response from method SchedulesClient.NewListPager.
ScriptReference - Script reference.
ScriptsToExecute - Customized setup scripts.
Seasonality - Forecasting seasonality.
No description provided by the author
No description provided by the author
No description provided by the author
ServerlessEndpointsClient contains the methods for the ServerlessEndpoints group.
ServerlessEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the ServerlessEndpointsClient.BeginCreateOrUpdate method.
ServerlessEndpointsClientBeginDeleteOptions contains the optional parameters for the ServerlessEndpointsClient.BeginDelete method.
ServerlessEndpointsClientBeginRegenerateKeysOptions contains the optional parameters for the ServerlessEndpointsClient.BeginRegenerateKeys method.
ServerlessEndpointsClientBeginUpdateOptions contains the optional parameters for the ServerlessEndpointsClient.BeginUpdate method.
ServerlessEndpointsClientCreateOrUpdateResponse contains the response from method ServerlessEndpointsClient.BeginCreateOrUpdate.
ServerlessEndpointsClientDeleteResponse contains the response from method ServerlessEndpointsClient.BeginDelete.
ServerlessEndpointsClientGetOptions contains the optional parameters for the ServerlessEndpointsClient.Get method.
ServerlessEndpointsClientGetResponse contains the response from method ServerlessEndpointsClient.Get.
ServerlessEndpointsClientListKeysOptions contains the optional parameters for the ServerlessEndpointsClient.ListKeys method.
ServerlessEndpointsClientListKeysResponse contains the response from method ServerlessEndpointsClient.ListKeys.
ServerlessEndpointsClientListOptions contains the optional parameters for the ServerlessEndpointsClient.NewListPager method.
ServerlessEndpointsClientListResponse contains the response from method ServerlessEndpointsClient.NewListPager.
ServerlessEndpointsClientRegenerateKeysResponse contains the response from method ServerlessEndpointsClient.BeginRegenerateKeys.
ServerlessEndpointsClientUpdateResponse contains the response from method ServerlessEndpointsClient.BeginUpdate.
ServerlessEndpointTrackedResourceArmPaginatedResult - A paginated list of ServerlessEndpoint entities.
No description provided by the author
No description provided by the author
No description provided by the author
ServicePrincipalDatastoreCredentials - Service Principal datastore credentials configuration.
ServicePrincipalDatastoreSecrets - Datastore Service Principal secrets.
ServiceTagDestination - Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
ServiceTagOutboundRule - Service Tag Outbound Rule for the managed network of a machine learning workspace.
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.
SparkJob - Spark job definition.
SparkJobEntry - Spark job entry point definition.
No description provided by the author
No description provided by the author
No description provided by the author
SSLConfiguration - The ssl configuration for scoring.
StackEnsembleSettings - Advances setting to customize StackEnsemble run.
StaticInputData - Static input data definition.
StorageAccountDetails - Details of storage account to be used for the Registry.
SweepJob - Sweep job definition.
SweepJobLimits - Sweep Job limit class.
SynapseSpark - A SynapseSpark compute.
No description provided by the author
No description provided by the author
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.
TableVertical - Abstract class for AutoML tasks that use table dataset as input - such as Classification/Regression/Forecasting.
TableVerticalFeaturizationSettings - Featurization Configuration.
TableVerticalLimitSettings - Job execution constraints.
TargetLags - The number of past periods to lag from the target column.
TargetRollingWindowSize - Forecasting target rolling window size.
No description provided by the author
TensorFlow distribution configuration.
TextClassification - Text Classification task in AutoML NLP vertical.
TextClassificationMultilabel - Text Classification Multilabel task in AutoML NLP vertical.
TextNer - Text-NER task in AutoML NLP vertical.
TmpfsOptions - Describes the tmpfs options for the container.
No description provided by the author
TrackedResource - The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'.
TrainingSettings - Training related configuration.
TrialComponent - Trial component definition.
No description provided by the author
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.NewListPager method.
UsagesClientListResponse contains the response from method UsagesClient.NewListPager.
UserAccountCredentials - Settings for user account that gets created on each on the nodes of a compute.
UserAssignedIdentity - User assigned identity properties.
No description provided by the author
No description provided by the author
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.
VolumeDefinition - Describes the volume configuration for the container.
VolumeOptions - Describes the volume options for the container.
Webhook base.
Workspace - An object that represents a machine learning workspace.
No description provided by the author
No description provided by the author
WorkspaceConnectionAPIKey - Api key object for workspace connection credential.
No description provided by the author
WorkspaceConnectionOAuth2 - ClientId and ClientSecret are required.
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.NewListPager method.
WorkspaceConnectionsClientListResponse contains the response from method WorkspaceConnectionsClient.NewListPager.
WorkspaceConnectionsClientListSecretsOptions contains the optional parameters for the WorkspaceConnectionsClient.ListSecrets method.
WorkspaceConnectionsClientListSecretsResponse contains the response from method WorkspaceConnectionsClient.ListSecrets.
No description provided by the author
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.NewListPager method.
WorkspaceFeaturesClientListResponse contains the response from method WorkspaceFeaturesClient.NewListPager.
WorkspaceHubConfig - WorkspaceHub's configuration object.
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.BeginCreateOrUpdate.
WorkspacesClientDeleteResponse contains the response from method WorkspacesClient.BeginDelete.
WorkspacesClientDiagnoseResponse contains the response from method WorkspacesClient.BeginDiagnose.
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.NewListByResourceGroupPager method.
WorkspacesClientListByResourceGroupResponse contains the response from method WorkspacesClient.NewListByResourceGroupPager.
WorkspacesClientListBySubscriptionOptions contains the optional parameters for the WorkspacesClient.NewListBySubscriptionPager method.
WorkspacesClientListBySubscriptionResponse contains the response from method WorkspacesClient.NewListBySubscriptionPager.
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.BeginPrepareNotebook.
WorkspacesClientResyncKeysResponse contains the response from method WorkspacesClient.BeginResyncKeys.
WorkspacesClientUpdateResponse contains the response from method WorkspacesClient.BeginUpdate.
WorkspaceUpdateParameters - The parameters for updating a machine learning workspace.

# Interfaces

AssetReferenceBaseClassification provides polymorphic access to related types.
AutoMLVerticalClassification provides polymorphic access to related types.
BatchDeploymentConfigurationClassification provides polymorphic access to related types.
ComputeClassification provides polymorphic access to related types.
ComputeSecretsClassification provides polymorphic access to related types.
DataDriftMetricThresholdBaseClassification provides polymorphic access to related types.
DataQualityMetricThresholdBaseClassification provides polymorphic access to related types.
DataReferenceCredentialClassification 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.
ForecastHorizonClassification 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.
MonitorComputeConfigurationBaseClassification provides polymorphic access to related types.
MonitorComputeIdentityBaseClassification provides polymorphic access to related types.
MonitoringFeatureFilterBaseClassification provides polymorphic access to related types.
MonitoringInputDataBaseClassification provides polymorphic access to related types.
MonitoringSignalBaseClassification provides polymorphic access to related types.
NCrossValidationsClassification provides polymorphic access to related types.
NodesClassification provides polymorphic access to related types.
OneLakeArtifactClassification provides polymorphic access to related types.
OnlineDeploymentPropertiesClassification provides polymorphic access to related types.
OnlineScaleSettingsClassification provides polymorphic access to related types.
OutboundRuleClassification provides polymorphic access to related types.
PendingUploadCredentialDtoClassification provides polymorphic access to related types.
PredictionDriftMetricThresholdBaseClassification provides polymorphic access to related types.
SamplingAlgorithmClassification provides polymorphic access to related types.
ScheduleActionBaseClassification provides polymorphic access to related types.
SeasonalityClassification provides polymorphic access to related types.
SparkJobEntryClassification provides polymorphic access to related types.
TargetLagsClassification provides polymorphic access to related types.
TargetRollingWindowSizeClassification provides polymorphic access to related types.
TriggerBaseClassification provides polymorphic access to related types.
WebhookClassification provides polymorphic access to related types.
WorkspaceConnectionPropertiesV2Classification provides polymorphic access to related types.

# Type aliases

ActionType - Enum.
AllocationState - Allocation state of the compute.
ApplicationSharingPolicy - Policy for sharing applications on this compute instance among users of parent workspace.
AssetProvisioningState - Provisioning state of registry asset.
AutoRebuildSetting - AutoRebuild setting for the derived image.
Autosave - Auto save settings.
BatchDeploymentConfigurationType - The enumerated property types for batch deployments.
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.
BlockedTransformers - Enum for all classification models supported by AutoML.
Caching - Caching type of Data Disk.
No description provided by the author
No description provided by the author
No description provided by the author
ClassificationModels - Enum for all classification models supported by AutoML.
ClassificationMultilabelPrimaryMetrics - Primary metrics for classification multilabel tasks.
ClassificationPrimaryMetrics - Primary metrics for classification tasks.
ClusterPurpose - Intended usage of the cluster.
ComputeInstanceAuthorizationType - The Compute Instance Authorization type.
ComputeInstanceState - Current state of an ComputeInstance.
ComputePowerAction - The compute power action.
ComputeRecurrenceFrequency - Enum to describe the frequency of a compute recurrence schedule.
ComputeTriggerType - Is the trigger type recurrence or cron.
ComputeType - The type of compute.
ComputeWeekDay - Enum of weekday.
ConnectionAuthType - Authentication type of the connection target.
ConnectionCategory - Category of the connection.
ConnectionGroup - Group based on connection category.
No description provided by the author
ContentSafetyStatus - Specifies the status of content safety.
CreatedByType - The type of identity that created the resource.
CredentialsType - Enum to determine the datastore credentials type.
No description provided by the author
No description provided by the author
DataReferenceCredentialType - Enum to determine the DataReference 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
EgressPublicNetworkAccessType - Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment.
EmailNotificationEnableType - Enum to determine the email notification type.
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.
EndpointServiceConnectionStatus - Connection status of the service consumer with the service provider.
EnvironmentType - Environment type is either user created or curated by Azure ML service.
EnvironmentVariableType - Type of the Environment Variable.
No description provided by the author
No description provided by the author
FeatureImportanceMode - The mode of operation for computing feature importance.
FeatureLags - Flag for generating lags for the numeric features.
FeaturizationMode - Featurization mode - determines data featurization mode.
ForecastHorizonMode - Enum to determine forecast horizon selection mode.
ForecastingModels - Enum for all forecasting models supported by AutoML.
ForecastingPrimaryMetrics - Primary metrics for Forecasting task.
Goal - Defines supported metric goals for hyperparameter tuning.
IdentityConfigurationType - Enum to determine identity framework.
ImageType - Type of the image.
InputDeliveryMode - Enum to determine the input data delivery mode.
InstanceSegmentationPrimaryMetrics - Primary metrics for InstanceSegmentation tasks.
IsolationMode - Isolation mode for the managed network of a machine learning workspace.
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.
JobTier - Enum to determine the job tier.
JobType - Enum to determine the type of job.
No description provided by the author
LearningRateScheduler - Learning rate scheduler enum.
No description provided by the author
LoadBalancerType - Load Balancer Type.
LogVerbosity - Enum for setting log verbosity.
ManagedNetworkStatus - Status for the managed network of a machine learning workspace.
ManagedServiceIdentityType - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
No description provided by the author
No description provided by the author
No description provided by the author
ModelSize - Image model size.
ModelTaskType - Model task type enum.
MonitorComputeIdentityType - Monitor compute identity type enum.
MonitorComputeType - Monitor compute type enum.
No description provided by the author
No description provided by the author
MonitoringInputDataType - Monitoring input data type enum.
No description provided by the author
No description provided by the author
MountAction - Mount Action.
MountState - Mount state.
NCrossValidationsMode - Determines how N-Cross validations value is determined.
Network - network of this container.
NodeState - State of the compute node.
NodesValueType - The enumerated types for the nodes value.
No description provided by the author
No description provided by the author
No description provided by the author
ObjectDetectionPrimaryMetrics - Primary metrics for Image ObjectDetection task.
OneLakeArtifactType - Enum to determine OneLake artifact type.
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
Origin - The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.
OsType - Compute OS Type.
OutputDeliveryMode - Output data delivery mode enums.
PendingUploadCredentialType - Enum to determine the PendingUpload credentials type.
PendingUploadType - Type of storage to use for the pending upload location.
PrivateEndpointConnectionProvisioningState - The current provisioning state.
PrivateEndpointServiceConnectionStatus - The private endpoint connection status.
Protocol - Protocol over which communication will happen over this endpoint.
ProvisioningState - The current deployment state of workspace resource.
ProvisioningStatus - The current deployment state of schedule.
PublicNetworkAccess - Whether requests from Public Network are allowed.
PublicNetworkAccessType - Enum to determine whether PublicNetworkAccess is Enabled or Disabled.
QuotaUnit - An enum describing the unit of quota measurement.
RandomSamplingAlgorithmRule - The specific type of random algorithm.
RecurrenceFrequency - Enum to describe the frequency of a recurrence schedule.
ReferenceType - Enum to determine which reference method to use for an asset.
RegressionModels - Enum for all Regression models supported by AutoML.
RegressionPrimaryMetrics - Primary metrics for Regression task.
RemoteLoginPortPublicAccess - State of the public SSH port.
No description provided by the author
RuleAction - The action enum for networking rule.
RuleCategory - Category of a managed network Outbound Rule of a machine learning workspace.
RuleStatus - Type of a managed network Outbound Rule of a machine learning workspace.
RuleType - Type of a managed network Outbound Rule of 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
ScheduleProvisioningState - The current deployment state of schedule.
No description provided by the author
ScheduleStatus - Is the schedule enabled or disabled?.
SeasonalityMode - Forecasting seasonality mode.
SecretsType - Enum to determine the datastore secrets type.
ServerlessEndpointState - State of the Serverless Endpoint.
No description provided by the author
No description provided by the author
ShortSeriesHandlingConfiguration - The parameter defining how if AutoML should handle short time series.
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.
No description provided by the author
SSHPublicAccess - State of the public SSH port.
SSLConfigStatus - Enable or disable ssl for scoring.
StackMetaLearnerType - The meta-learner is a model trained on the output of the individual heterogeneous models.
Status - Status of update workspace quota.
StochasticOptimizer - Stochastic optimizer for image models.
StorageAccountType - type of this storage account.
TargetAggregationFunction - Target aggregate function.
TargetLagsMode - Target lags selection modes.
TargetRollingWindowSizeMode - Target rolling windows size mode.
TaskType - AutoMLJob Task type.
No description provided by the author
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.
UseStl - Configure STL Decomposition of the time-series target column.
ValidationMetricType - Metric computation method to use for validation metrics in image tasks.
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.
VolumeDefinitionType - Type of Volume Definition.
WebhookType - Enum to determine the webhook callback service type.
WeekDay - Enum of weekday.