Azure.ResourceManager.MachineLearning.Models Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| AadAuthTypeWorkspaceConnectionProperties |
This connection type covers the AAD auth for any applicable Azure service. |
| AccessKeyAuthTypeWorkspaceConnectionProperties |
The AccessKeyAuthTypeWorkspaceConnectionProperties. |
| AccountKeyAuthTypeWorkspaceConnectionProperties |
This connection type covers the account key connection for Azure storage. |
| AmlCompute |
An Azure Machine Learning compute. |
| AmlComputeNodeInformation |
Compute node information related to a AmlCompute. |
| AmlComputeProperties |
AML Compute properties. |
| AmlComputeScaleSettings |
scale settings for AML Compute. |
| AmlToken |
AML Token identity configuration. |
| AmlTokenComputeIdentity |
AML token compute identity definition. |
| 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 |
| ArmMachineLearningModelFactory |
A factory class for creating instances of the models for mocking. |
| AutoDeleteSetting |
The AutoDeleteSetting. |
| AutoForecastHorizon |
Forecast horizon determined automatically by system. |
| AutoMLJob |
AutoMLJob class. Use this class for executing AutoML tasks like Classification/Regression etc. See TaskType enum for all the tasks supported. |
| AutoMLVertical |
AutoML vertical class. Base class for AutoML verticals - TableVertical/ImageVertical/NLPVertical Please note this is the abstract base class. The derived classes available for instantiation are: ClassificationTask, MachineLearningForecasting, ImageClassification, ImageClassificationMultilabel, ImageInstanceSegmentation, ImageObjectDetection, AutoMLVerticalRegression, TextClassification, TextClassificationMultilabel, and TextNer. |
| AutoMLVerticalRegression |
Regression task in AutoML Table vertical. |
| AutoNCrossValidations |
N-Cross validations determined automatically. |
| AutoSeasonality |
The AutoSeasonality. |
| AutoTargetLags |
The AutoTargetLags. |
| AutoTargetRollingWindowSize |
Target lags rolling window determined automatically. |
| AzMonMonitoringAlertNotificationSettings |
The AzMonMonitoringAlertNotificationSettings. |
| AzureDevOpsWebhook |
Webhook details specific for Azure DevOps. |
| AzureMLBatchInferencingServer |
Azure ML batch inferencing server configurations. |
| AzureMLOnlineInferencingServer |
Azure ML online inferencing configurations. |
| BanditPolicy |
Defines an early termination policy based on slack criteria, and a frequency and delay interval for evaluation. |
| BaseEnvironmentSource |
The BaseEnvironmentSource. Please note BaseEnvironmentSource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BaseEnvironmentType. |
| BaseEnvironmentType |
Base environment type. |
| BatchDeploymentConfiguration |
Properties relevant to different deployment types. Please note this is the abstract base class. The derived classes available for instantiation are: BatchPipelineComponentDeploymentConfiguration. |
| BatchPipelineComponentDeploymentConfiguration |
Properties for a Batch Pipeline Component Deployment. |
| BayesianSamplingAlgorithm |
Defines a Sampling Algorithm that generates values based on previous values. |
| BlobReferenceForConsumptionDto |
The BlobReferenceForConsumptionDto. |
| BlobReferenceSasContent |
BlobReferenceSASRequest for getBlobReferenceSAS API. |
| BlobReferenceSasResult |
BlobReferenceSASResponse for getBlobReferenceSAS API. |
| CapabilityHostProperties |
The CapabilityHostProperties. |
| CategoricalDataDriftMetricThreshold |
The CategoricalDataDriftMetricThreshold. |
| CategoricalDataQualityMetricThreshold |
The CategoricalDataQualityMetricThreshold. |
| CategoricalPredictionDriftMetricThreshold |
The CategoricalPredictionDriftMetricThreshold. |
| ClassificationModelPerformanceMetricThreshold |
The ClassificationModelPerformanceMetricThreshold. |
| ClassificationTask |
Classification task in AutoML Table vertical. |
| ClassificationTrainingSettings |
Classification Training related configuration. |
| CocoExportSummary |
The CocoExportSummary. |
| ColumnTransformer |
Column transformer parameters. |
| ComputeStartStopCronSchedule |
The workflow trigger cron for ComputeStartStop schedule type. |
| ComputeStartStopRecurrenceSchedule |
The workflow trigger recurrence for ComputeStartStop schedule type. |
| ContainerEndpoint |
The ContainerEndpoint. |
| CreateMonitorAction |
The CreateMonitorAction. |
| CronTrigger |
The CronTrigger. |
| CsvExportSummary |
The CsvExportSummary. |
| CustomForecastHorizon |
The desired maximum forecast horizon in units of time-series frequency. |
| CustomInferencingServer |
Custom inference server configurations. |
| 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 |
| CustomMetricThreshold |
The CustomMetricThreshold. |
| CustomMonitoringSignal |
The CustomMonitoringSignal. |
| CustomNCrossValidations |
N-Cross validations are specified by user. |
| CustomSeasonality |
The CustomSeasonality. |
| CustomService |
Specifies the custom service configuration. |
| CustomTargetLags |
The CustomTargetLags. |
| CustomTargetRollingWindowSize |
The CustomTargetRollingWindowSize. |
| DatabaseSource |
The DatabaseSource. |
| DataCollectionConfiguration |
The DataCollectionConfiguration. |
| DataCollector |
The DataCollector. |
| DataDriftMetricThresholdBase |
The DataDriftMetricThresholdBase. Please note this is the abstract base class. The derived classes available for instantiation are: CategoricalDataDriftMetricThreshold and NumericalDataDriftMetricThreshold. |
| DataDriftMonitoringSignal |
The DataDriftMonitoringSignal. |
| DataImport |
The DataImport. |
| DataImportSource |
The DataImportSource. Please note DataImportSource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DatabaseSource and FileSystemSource. |
| DataQualityMetricThresholdBase |
The DataQualityMetricThresholdBase. Please note this is the abstract base class. The derived classes available for instantiation are: CategoricalDataQualityMetricThreshold and NumericalDataQualityMetricThreshold. |
| DataQualityMonitoringSignal |
The DataQualityMonitoringSignal. |
| DataReferenceCredential |
DataReferenceCredential base class Please note this is the abstract base class. The derived classes available for instantiation are: AnonymousAccessCredential, DockerCredential, ManagedIdentityCredential, and SasCredential. |
| DatasetExportSummary |
The DatasetExportSummary. |
| DatasetReference |
Dataset reference object. |
| DestinationAssetContent |
Publishing destination registry asset information. |
| DockerCredential |
Credential for docker with username and password. |
| DockerSetting |
The DockerSetting. |
| EmailMonitoringAlertNotificationSettings |
The EmailMonitoringAlertNotificationSettings. |
| EncryptionKeyVaultUpdateProperties |
The EncryptionKeyVaultUpdateProperties. |
| EncryptionUpdateProperties |
The EncryptionUpdateProperties. |
| EnvironmentVariable |
The EnvironmentVariable. |
| ExportSummary |
The ExportSummary. Please note ExportSummary is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CsvExportSummary, CocoExportSummary and DatasetExportSummary. |
| FeatureAttributionDriftMonitoringSignal |
The FeatureAttributionDriftMonitoringSignal. |
| FeatureAttributionMetricThreshold |
The FeatureAttributionMetricThreshold. |
| FeatureImportanceSettings |
The FeatureImportanceSettings. |
| FeatureSetVersionBackfillContent |
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. |
| FeatureStoreSettings |
The FeatureStoreSettings. |
| FeatureSubset |
The FeatureSubset. |
| FeatureWindow |
Specifies the feature window. |
| FileSystemSource |
The FileSystemSource. |
| FixedInputData |
Fixed input data definition. |
| ForecastHorizon |
The desired maximum forecast horizon in units of time-series frequency. Please note this is the abstract base class. The derived classes available for instantiation are: AutoForecastHorizon and CustomForecastHorizon. |
| ForecastingSeasonality |
Forecasting seasonality. Please note this is the abstract base class. The derived classes available for instantiation are: AutoSeasonality and CustomSeasonality. |
| ForecastingSettings |
Forecasting specific parameters. |
| ForecastingTrainingSettings |
Forecasting Training related configuration. |
| FqdnOutboundRule |
FQDN Outbound Rule for the managed network of a machine learning workspace. |
| GenerationSafetyQualityMetricThreshold |
Generation safety quality metric threshold definition. |
| GenerationSafetyQualityMonitoringSignal |
Generation safety quality monitoring signal definition. |
| GenerationTokenStatisticsMetricThreshold |
Generation token statistics metric threshold definition. |
| GenerationTokenStatisticsSignal |
Generation token statistics signal definition. |
| GetBlobReferenceForConsumptionDto |
The GetBlobReferenceForConsumptionDto. |
| GridSamplingAlgorithm |
Defines a Sampling Algorithm that exhaustively generates every value combination in the space. |
| HdfsDatastore |
The HdfsDatastore. |
| IdleShutdownSetting |
Stops compute instance after user defined period of inactivity. |
| ImageClassification |
Image Classification. Multi-class image classification is used when an image is classified with only a single label from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'. |
| ImageClassificationMultilabel |
Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'. |
| ImageInstanceSegmentation |
Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level, drawing a polygon around each object in the image. |
| 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. <example> Some examples are:
|
| ImageModelDistributionSettingsClassification |
Distribution expressions to sweep over values of model settings. <example> Some examples are:
|
| ImageModelDistributionSettingsObjectDetection |
Distribution expressions to sweep over values of model settings. <example> Some examples are:
|
| ImageModelSettings |
Settings used for training the model. 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. |
| ImageModelSettingsClassification |
Settings used for training the model. 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. |
| ImageModelSettingsObjectDetection |
Settings used for training the model. 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. |
| ImageObjectDetection |
Image Object Detection. Object detection is used to identify objects in an image and locate each object with a bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each. |
| ImageSetting |
The ImageSetting. |
| ImageSweepSettings |
Model sweeping and hyperparameter sweeping related settings. |
| ImportDataAction |
The ImportDataAction. |
| IndexColumn |
DTO object representing index column. |
| InferencingServer |
The InferencingServer. Please note InferencingServer is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureMLBatchInferencingServer, AzureMLOnlineInferencingServer, CustomInferencingServer and TritonInferencingServer. |
| IntellectualProperty |
Intellectual Property details for a resource. |
| JobAllNodes |
All nodes means the service will be running on all of the nodes of the job. |
| JobNodes |
Abstract Nodes definition Please note this is the abstract base class. The derived classes available for instantiation are: JobAllNodes. |
| JobQueueSettings |
The JobQueueSettings. |
| JobStatusMessage |
Active message associated with project. |
| JupyterKernelConfig |
Jupyter kernel configuration. |
| KerberosKeytabCredentials |
The KerberosKeytabCredentials. |
| KerberosKeytabSecrets |
The KerberosKeytabSecrets. |
| KerberosPasswordCredentials |
The KerberosPasswordCredentials. |
| KerberosPasswordSecrets |
The KerberosPasswordSecrets. |
| LabelCategory |
Label category definition. |
| LabelClass |
Label class definition. |
| LabelingDataConfiguration |
Labeling data configuration definition. |
| LabelingJobImageProperties |
Properties of a labeling job for image data. |
| LabelingJobMediaProperties |
Properties of a labeling job Please note LabelingJobMediaProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include LabelingJobImageProperties and LabelingJobTextProperties. |
| LabelingJobProperties |
Labeling job definition. |
| LabelingJobTextProperties |
Properties of a labeling job for text data. |
| LakeHouseArtifact |
The LakeHouseArtifact. |
| MachineLearningAccountKeyDatastoreCredentials |
Account key datastore credentials configuration. |
| MachineLearningAccountKeyDatastoreSecrets |
Datastore account key secrets. |
| MachineLearningAksCompute |
A Machine Learning compute based on AKS. |
| MachineLearningAksComputeProperties |
AKS properties. |
| MachineLearningAksComputeSecrets |
Secrets related to a Machine Learning compute based on AKS. |
| MachineLearningAksNetworkingConfiguration |
Advance configuration for AKS networking. |
| MachineLearningAllFeatures |
The MachineLearningAllFeatures. |
| MachineLearningAssetBase |
The MachineLearningAssetBase. |
| MachineLearningAssetContainer |
The MachineLearningAssetContainer. |
| MachineLearningAssetReferenceBase |
Base definition for asset references. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningIdAssetReference, MachineLearningDataPathAssetReference, and MachineLearningOutputPathAssetReference. |
| MachineLearningAssistConfiguration |
Labeling MLAssist configuration definition Please note MachineLearningAssistConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MLAssistConfigurationDisabled and MachineLearningAssistEnabledConfiguration. |
| MachineLearningAssistEnabledConfiguration |
Labeling MLAssist configuration definition when MLAssist is enabled. |
| MachineLearningAutoPauseProperties |
Auto pause properties. |
| MachineLearningAutoScaleProperties |
Auto scale properties. |
| MachineLearningAzureBlobDatastore |
Azure Blob datastore configuration. |
| MachineLearningAzureDataLakeGen1Datastore |
Azure Data Lake Gen1 datastore configuration. |
| MachineLearningAzureDataLakeGen2Datastore |
Azure Data Lake Gen2 datastore configuration. |
| MachineLearningAzureFileDatastore |
Azure File datastore configuration. |
| MachineLearningBatchDeploymentPatch |
Strictly used in update requests. |
| MachineLearningBatchDeploymentProperties |
Batch inference settings per deployment. |
| MachineLearningBatchEndpointProperties |
Batch endpoint configuration. |
| MachineLearningBatchRetrySettings |
Retry settings for a batch inference operation. |
| MachineLearningBuildContext |
Configuration settings for Docker build context. |
| MachineLearningCertificateDatastoreCredentials |
Certificate datastore credentials configuration. |
| MachineLearningCertificateDatastoreSecrets |
Datastore certificate secrets. |
| MachineLearningCodeConfiguration |
Configuration for a scoring code asset. |
| MachineLearningCodeContainerProperties |
Container for code asset versions. |
| MachineLearningCodeVersionProperties |
Code asset version details. |
| MachineLearningCommandJob |
Command job definition. |
| MachineLearningCommandJobLimits |
Command Job limit class. |
| MachineLearningComponentContainerProperties |
Component container definition. https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command |
| MachineLearningComponentVersionProperties |
Definition of a component version: defines resources that span component types. |
| MachineLearningComputeInstance |
An Azure Machine Learning compute instance. |
| MachineLearningComputeInstanceApplication |
Defines an Aml Instance application and its connectivity endpoint URI. |
| MachineLearningComputeInstanceAssignedUser |
A user that can be assigned to a compute instance. |
| MachineLearningComputeInstanceConnectivityEndpoints |
Defines all connectivity endpoints and properties for an ComputeInstance. |
| MachineLearningComputeInstanceContainer |
Defines an Aml Instance container. |
| MachineLearningComputeInstanceCreatedBy |
Describes information on user who created this ComputeInstance. |
| MachineLearningComputeInstanceDataDisk |
Defines an Aml Instance DataDisk. |
| MachineLearningComputeInstanceDataMount |
Defines an Aml Instance DataMount. |
| MachineLearningComputeInstanceEnvironmentInfo |
Environment information. |
| MachineLearningComputeInstanceLastOperation |
The last operation on ComputeInstance. |
| MachineLearningComputeInstanceProperties |
Compute Instance properties. |
| MachineLearningComputeInstanceSshSettings |
Specifies policy and settings for SSH access. |
| MachineLearningComputePatch |
AmlCompute update parameters. |
| MachineLearningComputeProperties |
Machine Learning compute object. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningAksCompute, MachineLearningKubernetesCompute, AmlCompute, MachineLearningComputeInstance, MachineLearningVirtualMachineCompute, MachineLearningHDInsightCompute, MachineLearningDataFactoryCompute, MachineLearningDatabricksCompute, MachineLearningDataLakeAnalytics, and MachineLearningSynapseSpark. |
| MachineLearningComputeRecurrenceSchedule |
The MachineLearningComputeRecurrenceSchedule. |
| MachineLearningComputeSecrets |
Secrets related to a Machine Learning compute. Might differ for every type of compute. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningAksComputeSecrets, MachineLearningVirtualMachineSecrets, and MachineLearningDatabricksComputeSecrets. |
| MachineLearningComputeStartStopSchedule |
The schedule for automatically starting and stopping a compute instance. |
| MachineLearningComputeSystemService |
A system service running on a compute. |
| MachineLearningContainerRegistryCredentials |
The credentials for accessing a container registry. |
| MachineLearningContainerResourceRequirements |
Resource requirements for each container instance within an online deployment. |
| MachineLearningContainerResourceSettings |
The MachineLearningContainerResourceSettings. |
| MachineLearningCustomModelJobInput |
The MachineLearningCustomModelJobInput. |
| MachineLearningCustomModelJobOutput |
The MachineLearningCustomModelJobOutput. |
| MachineLearningDatabricksCompute |
A DataFactory compute. |
| MachineLearningDatabricksComputeSecrets |
Secrets related to a Machine Learning compute based on Databricks. |
| MachineLearningDatabricksProperties |
Properties of Databricks. |
| MachineLearningDataContainerProperties |
Container for data asset versions. |
| MachineLearningDataFactoryCompute |
A DataFactory compute. |
| MachineLearningDataLakeAnalytics |
A DataLakeAnalytics compute. |
| MachineLearningDataPathAssetReference |
Reference to an asset via its path in a datastore. |
| MachineLearningDatastoreCollectionGetAllOptions |
The options for the corresponding |
| MachineLearningDatastoreCredentials |
Base definition for datastore credentials. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningAccountKeyDatastoreCredentials, MachineLearningCertificateDatastoreCredentials, MachineLearningNoneDatastoreCredentials, MachineLearningSasDatastoreCredentials, and MachineLearningServicePrincipalDatastoreCredentials. |
| MachineLearningDatastoreProperties |
Base definition for datastore contents configuration. Please note this is the base class. The derived classes available for instantiation are: MachineLearningAzureBlobDatastore, MachineLearningAzureDataLakeGen1Datastore, MachineLearningAzureDataLakeGen2Datastore, MachineLearningAzureFileDatastore, and OneLakeDatastore. |
| MachineLearningDatastoreSecrets |
Base definition for datastore secrets. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningAccountKeyDatastoreSecrets, MachineLearningCertificateDatastoreSecrets, MachineLearningSasDatastoreSecrets, and MachineLearningServicePrincipalDatastoreSecrets. |
| MachineLearningDataVersionCollectionGetAllOptions |
The MachineLearningDataVersionCollectionGetAllOptions. |
| MachineLearningDataVersionProperties |
Data version base definition Please note this is the base class. The derived classes available for instantiation are: MachineLearningTable, MachineLearningUriFileDataVersion, and MachineLearningUriFolderDataVersion. |
| MachineLearningDefaultScaleSettings |
The MachineLearningDefaultScaleSettings. |
| MachineLearningDeploymentLogs |
The MachineLearningDeploymentLogs. |
| MachineLearningDeploymentLogsContent |
The MachineLearningDeploymentLogsContent. |
| MachineLearningDeploymentResourceConfiguration |
The MachineLearningDeploymentResourceConfiguration. |
| MachineLearningDiagnoseResult |
Result of Diagnose. |
| MachineLearningDiagnoseResultValue |
The MachineLearningDiagnoseResultValue. |
| MachineLearningDistributionConfiguration |
Base definition for job distribution configuration. Please note this is the abstract base class. The derived classes available for instantiation are: MpiDistributionConfiguration, PyTorchDistributionConfiguration, and TensorFlowDistributionConfiguration. |
| MachineLearningEarlyTerminationPolicy |
Early termination policies enable canceling poor-performing runs before they complete Please note this is the abstract base class. The derived classes available for instantiation are: BanditPolicy, MedianStoppingPolicy, and TruncationSelectionPolicy. |
| MachineLearningEncryptionKeyVaultProperties |
The KeyVault properties used for customer-managed-key encryption. |
| MachineLearningEncryptionProperty |
The MachineLearningEncryptionProperty. |
| MachineLearningEncryptionSetting |
The encryption settings of a workspace. |
| MachineLearningEndpointAuthKeys |
Keys for endpoint authentication. |
| MachineLearningEndpointAuthToken |
Service Token. |
| MachineLearningEndpointDeploymentProperties |
Base definition for endpoint deployment. |
| MachineLearningEndpointKeyRegenerateContent |
The MachineLearningEndpointKeyRegenerateContent. |
| MachineLearningEndpointProperties |
Inference Endpoint base definition. |
| MachineLearningEndpointScheduleAction |
The MachineLearningEndpointScheduleAction. |
| MachineLearningEnvironmentContainerProperties |
Container for environment specification versions. |
| MachineLearningEnvironmentVersionProperties |
Environment version details. |
| MachineLearningError |
Error response. |
| MachineLearningEstimatedVmPrice |
The estimated price info for using a VM of a particular OS type, tier, etc. |
| MachineLearningEstimatedVmPrices |
The estimated price info for using a VM. |
| MachineLearningFeatureCollectionGetAllOptions |
The options for the corresponding |
| MachineLearningFeatureProperties |
DTO object representing feature. |
| MachineLearningFeatureSetContainerCollectionGetAllOptions |
The options for the corresponding |
| MachineLearningFeatureSetContainerProperties |
DTO object representing feature set. |
| MachineLearningFeatureSetJob |
Dto object representing the feature set job. |
| MachineLearningFeatureSetVersionCollectionGetAllOptions |
The options for the corresponding |
| MachineLearningFeatureSetVersionProperties |
DTO object representing feature set version. |
| MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions |
The options for the corresponding |
| MachineLearningFeatureStoreEntityContainerProperties |
DTO object representing feature entity. |
| MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions |
The options for the corresponding |
| MachineLearningFeatureStoreEntityVersionProperties |
DTO object representing feature entity version. |
| MachineLearningFeaturizationSettings |
Featurization Configuration. |
| MachineLearningFlavorData |
The MachineLearningFlavorData. |
| MachineLearningFlowModelJobInput |
The MachineLearningFlowModelJobInput. |
| MachineLearningFlowModelJobOutput |
The MachineLearningFlowModelJobOutput. |
| MachineLearningForecasting |
Forecasting task in AutoML Table vertical. |
| MachineLearningFqdnEndpoint |
The MachineLearningFqdnEndpoint. |
| MachineLearningFqdnEndpointDetail |
The MachineLearningFqdnEndpointDetail. |
| MachineLearningFqdnEndpoints |
The MachineLearningFqdnEndpoints. |
| MachineLearningFqdnEndpointsProperties |
The properties of a set of FQDN endpoints. |
| MachineLearningHDInsightCompute |
A HDInsight compute. |
| MachineLearningHDInsightProperties |
HDInsight compute properties. |
| MachineLearningIdAssetReference |
Reference to an asset via its ARM resource ID. |
| MachineLearningIdentityConfiguration |
Base definition for identity configuration. Please note this is the abstract base class. The derived classes available for instantiation are: AmlToken, MachineLearningManagedIdentity, and MachineLearningUserIdentity. |
| MachineLearningInferenceContainerProperties |
The MachineLearningInferenceContainerProperties. |
| MachineLearningInferenceContainerRoute |
The MachineLearningInferenceContainerRoute. |
| MachineLearningInstanceTypeSchema |
Instance type schema. |
| MachineLearningInstanceTypeSchemaResources |
Resource requests/limits for this instance type. |
| MachineLearningJobCollectionGetAllOptions |
The MachineLearningJobCollectionGetAllOptions. |
| MachineLearningJobInput |
Command job definition. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningTableJobInput, MachineLearningCustomModelJobInput, MachineLearningFlowModelJobInput, MachineLearningLiteralJobInput, MachineLearningTritonModelJobInput, MachineLearningUriFileJobInput, and MachineLearningUriFolderJobInput. |
| MachineLearningJobLimits |
The MachineLearningJobLimits. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningCommandJobLimits and MachineLearningSweepJobLimits. |
| MachineLearningJobOutput |
Job output definition container information on where to find job output/logs. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningCustomModelJobOutput, MachineLearningFlowModelJobOutput, MachineLearningTableJobOutput, MachineLearningTritonModelJobOutput, MachineLearningUriFileJobOutput, and MachineLearningUriFolderJobOutput. |
| MachineLearningJobPatch |
Azure Resource Manager resource envelope strictly used in update requests. |
| MachineLearningJobProperties |
Base definition for a job. Please note this is the base class. The derived classes available for instantiation are: AutoMLJob, MachineLearningCommandJob, MachineLearningPipelineJob, SparkJob, and MachineLearningSweepJob. |
| MachineLearningJobResourceConfiguration |
The MachineLearningJobResourceConfiguration. |
| MachineLearningJobScheduleAction |
The MachineLearningJobScheduleAction. |
| MachineLearningJobService |
Job endpoint definition. |
| MachineLearningKeyVaultProperties |
Customer Key vault properties. |
| MachineLearningKubernetesCompute |
A Machine Learning compute based on Kubernetes Compute. |
| MachineLearningKubernetesOnlineDeployment |
Properties specific to a KubernetesOnlineDeployment. |
| MachineLearningKubernetesProperties |
Kubernetes properties. |
| MachineLearningLiteralJobInput |
Literal input type. |
| MachineLearningManagedIdentity |
Managed identity configuration. |
| MachineLearningManagedIdentityAuthTypeWorkspaceConnection |
The MachineLearningManagedIdentityAuthTypeWorkspaceConnection. |
| MachineLearningManagedOnlineDeployment |
Properties specific to a ManagedOnlineDeployment. |
| MachineLearningMarketplacePlan |
The MachineLearningMarketplacePlan. |
| MachineLearningMarketplaceSubscriptionProperties |
The MachineLearningMarketplaceSubscriptionProperties. |
| MachineLearningModelContainerProperties |
The MachineLearningModelContainerProperties. |
| MachineLearningModelVersionCollectionGetAllOptions |
The options for the corresponding |
| MachineLearningModelVersionProperties |
Model asset version details. |
| MachineLearningNodeStateCounts |
Counts of various compute node states on the amlCompute. |
| MachineLearningNoneAuthTypeWorkspaceConnection |
The MachineLearningNoneAuthTypeWorkspaceConnection. |
| MachineLearningNoneDatastoreCredentials |
Empty/none datastore credentials. |
| MachineLearningNotebookPreparationError |
The MachineLearningNotebookPreparationError. |
| MachineLearningNotebookResourceInfo |
The MachineLearningNotebookResourceInfo. |
| MachineLearningObjective |
Optimization objective. |
| MachineLearningOnlineDeploymentPatch |
Strictly used in update requests. |
| MachineLearningOnlineDeploymentProperties |
The MachineLearningOnlineDeploymentProperties. Please note this is the base class. The derived classes available for instantiation are: MachineLearningKubernetesOnlineDeployment and MachineLearningManagedOnlineDeployment. |
| MachineLearningOnlineEndpointCollectionGetAllOptions |
The options for the corresponding |
| MachineLearningOnlineEndpointProperties |
Online endpoint configuration. |
| MachineLearningOnlineRequestSettings |
Online deployment scoring requests configuration. |
| MachineLearningOnlineScaleSettings |
Online deployment scaling configuration. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningDefaultScaleSettings and MachineLearningTargetUtilizationScaleSettings. |
| MachineLearningOutboundRule |
Outbound Rule for the managed network of a machine learning workspace. Please note this is the abstract base class. The derived classes available for instantiation are: FqdnOutboundRule, PrivateEndpointOutboundRule, and ServiceTagOutboundRule. |
| MachineLearningOutputPathAssetReference |
Reference to an asset via its path in a job output. |
| MachineLearningPartialManagedServiceIdentity |
Managed service identity (system assigned and/or user assigned identities) |
| MachineLearningPasswordDetail |
The MachineLearningPasswordDetail. |
| MachineLearningPatAuthTypeWorkspaceConnection |
The MachineLearningPatAuthTypeWorkspaceConnection. |
| MachineLearningPipelineJob |
Pipeline Job definition: defines generic to MFE attributes. |
| MachineLearningPrivateEndpoint |
The private endpoint resource of a workspace. |
| MachineLearningPrivateLinkResource |
A private link resource. |
| MachineLearningPrivateLinkServiceConnectionState |
A collection of information about the state of the connection between service consumer and provider. |
| MachineLearningProbeSettings |
Deployment container liveness/readiness probe configuration. |
| MachineLearningQuotaProperties |
The properties for Quota update or retrieval. |
| MachineLearningQuotaUpdateContent |
Quota update parameters. |
| MachineLearningRecurrenceSchedule |
The MachineLearningRecurrenceSchedule. |
| MachineLearningRecurrenceTrigger |
The MachineLearningRecurrenceTrigger. |
| MachineLearningRegistryModelVersionCollectionGetAllOptions |
The options for the corresponding |
| MachineLearningRegistryPatch |
Strictly used in update requests. |
| MachineLearningResourceBase |
The MachineLearningResourceBase. |
| MachineLearningResourceConfiguration |
The MachineLearningResourceConfiguration. |
| MachineLearningResourceName |
The Resource Name. |
| MachineLearningResourcePatch |
Strictly used in update requests. |
| MachineLearningResourcePatchWithIdentity |
Strictly used in update requests. |
| MachineLearningResourceQuota |
The quota assigned to a resource. |
| MachineLearningSasAuthTypeWorkspaceConnection |
The MachineLearningSasAuthTypeWorkspaceConnection. |
| MachineLearningSasDatastoreCredentials |
SAS datastore credentials configuration. |
| MachineLearningSasDatastoreSecrets |
Datastore SAS secrets. |
| MachineLearningScheduleAction |
The MachineLearningScheduleAction. Please note this is the abstract base class. The derived classes available for instantiation are: CreateMonitorAction, MachineLearningEndpointScheduleAction, and MachineLearningJobScheduleAction. |
| MachineLearningScheduleBase |
The MachineLearningScheduleBase. |
| MachineLearningScheduleProperties |
Base definition of a schedule. |
| MachineLearningScriptReference |
Script reference. |
| MachineLearningScriptsToExecute |
Customized setup scripts. |
| MachineLearningServerlessEndpointPatch |
Strictly used in update requests. |
| MachineLearningServicePrincipalDatastoreCredentials |
Service Principal datastore credentials configuration. |
| MachineLearningServicePrincipalDatastoreSecrets |
Datastore Service Principal secrets. |
| MachineLearningSharedPrivateLinkResource |
The MachineLearningSharedPrivateLinkResource. |
| MachineLearningSku |
The resource model definition representing SKU. |
| MachineLearningSkuCapacity |
SKU capacity information. |
| MachineLearningSkuDetail |
Fulfills ARM Contract requirement to list all available SKUS for a resource. |
| MachineLearningSkuPatch |
Common SKU definition. |
| MachineLearningSkuSetting |
SkuSetting fulfills the need for stripped down SKU info in ARM contract. |
| MachineLearningSslConfiguration |
The ssl configuration for scoring. |
| MachineLearningStackEnsembleSettings |
Advances setting to customize StackEnsemble run. |
| MachineLearningSweepJob |
Sweep job definition. |
| MachineLearningSweepJobLimits |
Sweep Job limit class. |
| MachineLearningSynapseSpark |
A SynapseSpark compute. |
| MachineLearningSynapseSparkProperties |
The MachineLearningSynapseSparkProperties. |
| MachineLearningTable |
MLTable data definition. |
| MachineLearningTableJobInput |
The MachineLearningTableJobInput. |
| MachineLearningTableJobOutput |
The MachineLearningTableJobOutput. |
| MachineLearningTargetUtilizationScaleSettings |
The MachineLearningTargetUtilizationScaleSettings. |
| MachineLearningTrainingSettings |
Training related configuration. |
| MachineLearningTrialComponent |
Trial component definition. |
| MachineLearningTriggerBase |
The MachineLearningTriggerBase. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningRecurrenceTrigger and CronTrigger. |
| MachineLearningTritonModelJobInput |
The MachineLearningTritonModelJobInput. |
| MachineLearningTritonModelJobOutput |
The MachineLearningTritonModelJobOutput. |
| MachineLearningUriFileDataVersion |
uri-file data version entity. |
| MachineLearningUriFileJobInput |
The MachineLearningUriFileJobInput. |
| MachineLearningUriFileJobOutput |
The MachineLearningUriFileJobOutput. |
| MachineLearningUriFolderDataVersion |
uri-folder data version entity. |
| MachineLearningUriFolderJobInput |
The MachineLearningUriFolderJobInput. |
| MachineLearningUriFolderJobOutput |
The MachineLearningUriFolderJobOutput. |
| MachineLearningUsage |
Describes AML Resource Usage. |
| MachineLearningUsageName |
The Usage Names. |
| MachineLearningUserAccountCredentials |
Settings for user account that gets created on each on the nodes of a compute. |
| MachineLearningUserFeature |
Features enabled for a workspace. |
| MachineLearningUserIdentity |
User identity configuration. |
| MachineLearningUsernamePasswordAuthTypeWorkspaceConnection |
The MachineLearningUsernamePasswordAuthTypeWorkspaceConnection. |
| MachineLearningVirtualMachineCompute |
A Machine Learning compute based on Azure Virtual Machines. |
| MachineLearningVirtualMachineProperties |
The MachineLearningVirtualMachineProperties. |
| MachineLearningVirtualMachineSecrets |
Secrets related to a Machine Learning compute based on AKS. |
| MachineLearningVmSize |
Describes the properties of a VM size. |
| MachineLearningVmSshCredentials |
Admin credentials for virtual machine. |
| MachineLearningWebhook |
Webhook base Please note this is the abstract base class. The derived classes available for instantiation are: AzureDevOpsWebhook. |
| MachineLearningWorkspaceConnectionManagedIdentity |
The MachineLearningWorkspaceConnectionManagedIdentity. |
| MachineLearningWorkspaceConnectionPatch |
The properties that the machine learning workspace connection will be updated with. |
| MachineLearningWorkspaceConnectionProperties |
The MachineLearningWorkspaceConnectionProperties. Please note MachineLearningWorkspaceConnectionProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningManagedIdentityAuthTypeWorkspaceConnection, MachineLearningNoneAuthTypeWorkspaceConnection, MachineLearningPatAuthTypeWorkspaceConnection, MachineLearningSasAuthTypeWorkspaceConnection and MachineLearningUsernamePasswordAuthTypeWorkspaceConnection. |
| MachineLearningWorkspaceConnectionUsernamePassword |
The MachineLearningWorkspaceConnectionUsernamePassword. |
| MachineLearningWorkspaceDiagnoseContent |
Parameters to diagnose a workspace. |
| MachineLearningWorkspaceDiagnoseProperties |
The MachineLearningWorkspaceDiagnoseProperties. |
| MachineLearningWorkspaceDiagnoseResult |
The MachineLearningWorkspaceDiagnoseResult. |
| MachineLearningWorkspaceGetKeysResult |
The MachineLearningWorkspaceGetKeysResult. |
| MachineLearningWorkspaceGetNotebookKeysResult |
The MachineLearningWorkspaceGetNotebookKeysResult. |
| MachineLearningWorkspaceGetStorageAccountKeysResult |
The MachineLearningWorkspaceGetStorageAccountKeysResult. |
| MachineLearningWorkspaceNotebookAccessTokenResult |
The MachineLearningWorkspaceNotebookAccessTokenResult. |
| MachineLearningWorkspacePatch |
The parameters for updating a machine learning workspace. |
| MachineLearningWorkspacePropertiesPatch |
The parameters for updating a machine learning workspace. |
| MachineLearningWorkspaceQuotaStatusResult |
The result of update workspace quota. |
| MachineLearningWorkspaceQuotaUpdate |
The properties for update Quota response. |
| ManagedComputeIdentity |
Managed compute identity definition. |
| ManagedIdentityCredential |
Credential for user managed identity. |
| ManagedNetworkProvisionContent |
Managed Network Provisioning options for managed network of a machine learning workspace. |
| ManagedNetworkProvisionStatus |
Status of the Provisioning for the managed network of a machine learning workspace. |
| ManagedNetworkSettings |
Managed Network settings for a machine learning workspace. |
| ManagedResourceGroupAssignedIdentities |
Details for managed resource group assigned identities. |
| MaterializationSettings |
The MaterializationSettings. |
| MedianStoppingPolicy |
Defines an early termination policy based on running averages of the primary metric of all runs. |
| MLAssistConfigurationDisabled |
Labeling MLAssist configuration definition when MLAssist is disabled. |
| ModelConfiguration |
Model configuration options. |
| ModelPackageContent |
Model package operation request properties. |
| ModelPackageInput |
Model package input options. |
| ModelPackageResult |
Package response returned after async package operation completes successfully. |
| ModelPerformanceMetricThresholdBase |
The ModelPerformanceMetricThresholdBase. Please note ModelPerformanceMetricThresholdBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ClassificationModelPerformanceMetricThreshold and RegressionModelPerformanceMetricThreshold. |
| ModelPerformanceSignal |
Model performance signal definition. |
| MonitorComputeConfigurationBase |
Monitor compute configuration base definition. Please note this is the abstract base class. The derived classes available for instantiation are: MonitorServerlessSparkCompute. |
| MonitorComputeIdentityBase |
Monitor compute identity base definition. Please note this is the abstract base class. The derived classes available for instantiation are: AmlTokenComputeIdentity and ManagedComputeIdentity. |
| MonitorDefinition |
The MonitorDefinition. |
| MonitoringAlertNotificationSettingsBase |
The MonitoringAlertNotificationSettingsBase. Please note MonitoringAlertNotificationSettingsBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzMonMonitoringAlertNotificationSettings and EmailMonitoringAlertNotificationSettings. |
| MonitoringDataSegment |
The MonitoringDataSegment. |
| MonitoringFeatureFilterBase |
The MonitoringFeatureFilterBase. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningAllFeatures, FeatureSubset, and TopNFeaturesByAttribution. |
| MonitoringInputDataBase |
Monitoring input data base definition. Please note this is the abstract base class. The derived classes available for instantiation are: FixedInputData, RollingInputData, and StaticInputData. |
| MonitoringSignalBase |
The MonitoringSignalBase. Please note this is the abstract base class. The derived classes available for instantiation are: CustomMonitoringSignal, DataDriftMonitoringSignal, DataQualityMonitoringSignal, FeatureAttributionDriftMonitoringSignal, and PredictionDriftMonitoringSignal. |
| MonitoringTarget |
Monitoring target definition. |
| MonitoringWorkspaceConnection |
Monitoring workspace connection definition. |
| MonitorServerlessSparkCompute |
Monitor serverless spark compute definition. |
| MountBindOptions |
The MountBindOptions. |
| MpiDistributionConfiguration |
MPI distribution configuration. |
| NCrossValidations |
N-Cross validations value. Please note this is the abstract base class. The derived classes available for instantiation are: AutoNCrossValidations and CustomNCrossValidations. |
| NlpFixedParameters |
Fixed training parameters that won't be swept over during AutoML NLP training. |
| NlpParameterSubspace |
Stringified search spaces for each parameter. See below examples. |
| NlpSweepSettings |
Model sweeping and hyperparameter tuning related settings. |
| NlpVerticalLimitSettings |
Job execution constraints. |
| NotificationSetting |
Configuration for notification. |
| NumericalDataDriftMetricThreshold |
The NumericalDataDriftMetricThreshold. |
| NumericalDataQualityMetricThreshold |
The NumericalDataQualityMetricThreshold. |
| NumericalPredictionDriftMetricThreshold |
The NumericalPredictionDriftMetricThreshold. |
| OAuth2AuthTypeWorkspaceConnectionProperties |
The OAuth2AuthTypeWorkspaceConnectionProperties. |
| OneLakeArtifact |
OneLake artifact (data source) configuration. Please note this is the abstract base class. The derived classes available for instantiation are: LakeHouseArtifact. |
| OneLakeDatastore |
OneLake (Trident) datastore configuration. |
| OnlineInferenceConfiguration |
Online inference configuration options. |
| OSPatchingStatus |
Returns metadata about the os patching. |
| PackageInputPathBase |
The PackageInputPathBase. Please note PackageInputPathBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include PackageInputPathId, PackageInputPathVersion and PackageInputPathUri. |
| PackageInputPathId |
Package input path specified with a resource id. |
| PackageInputPathUri |
Package input path specified as an url. |
| PackageInputPathVersion |
Package input path specified with name and version. |
| PendingUploadCredentialDto |
The PendingUploadCredentialDto. Please note this is the abstract base class. The derived classes available for instantiation are: SasCredentialDto. |
| PendingUploadRequestDto |
The PendingUploadRequestDto. |
| PendingUploadResponseDto |
The PendingUploadResponseDto. |
| PredictionDriftMetricThresholdBase |
The PredictionDriftMetricThresholdBase. Please note this is the abstract base class. The derived classes available for instantiation are: CategoricalPredictionDriftMetricThreshold and NumericalPredictionDriftMetricThreshold. |
| PredictionDriftMonitoringSignal |
The PredictionDriftMonitoringSignal. |
| PrivateEndpointBase |
The private endpoint resource. |
| 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. |
| ProgressMetrics |
Progress metrics definition. |
| PyTorchDistributionConfiguration |
PyTorch distribution configuration. |
| RandomSamplingAlgorithm |
Defines a Sampling Algorithm that generates values randomly. |
| RayDistributionConfiguration |
Ray distribution configuration. |
| RegistryAcrDetails |
Details of ACR account to be used for the Registry. |
| RegistryPrivateEndpoint |
The PE network resource that is linked to this PE connection. |
| RegistryPrivateEndpointConnection |
Private endpoint connection definition. |
| RegistryPrivateLinkServiceConnectionState |
The connection state. |
| RegistryRegionArmDetails |
Details for each region the registry is in. |
| RegressionModelPerformanceMetricThreshold |
The RegressionModelPerformanceMetricThreshold. |
| RegressionTrainingSettings |
Regression Training related configuration. |
| RollingInputData |
Rolling input data definition. |
| SamplingAlgorithm |
The Sampling Algorithm used to generate hyperparameter values, along with properties to configure the algorithm Please note this is the abstract base class. The derived classes available for instantiation are: BayesianSamplingAlgorithm, GridSamplingAlgorithm, and RandomSamplingAlgorithm. |
| SasCredential |
Access with full SAS uri. |
| SasCredentialDto |
The SasCredentialDto. |
| SecretConfiguration |
Secret Configuration definition. |
| SecretExpiry |
Secret expiration configuration. |
| ServerlessComputeSettings |
The ServerlessComputeSettings. |
| ServerlessEndpointProperties |
The ServerlessEndpointProperties. |
| ServerlessInferenceEndpoint |
The ServerlessInferenceEndpoint. |
| ServicePrincipalAuthTypeWorkspaceConnectionProperties |
The ServicePrincipalAuthTypeWorkspaceConnectionProperties. |
| 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. |
| SparkJob |
Spark job definition. |
| SparkJobEntry |
Spark job entry point definition. Please note this is the abstract base class. The derived classes available for instantiation are: SparkJobPythonEntry and SparkJobScalaEntry. |
| SparkJobPythonEntry |
The SparkJobPythonEntry. |
| SparkJobScalaEntry |
The SparkJobScalaEntry. |
| SparkResourceConfiguration |
The SparkResourceConfiguration. |
| StaticInputData |
Static input data definition. |
| StorageAccountDetails |
Details of storage account to be used for the Registry. |
| SystemCreatedAcrAccount |
The SystemCreatedAcrAccount. |
| SystemCreatedStorageAccount |
The SystemCreatedStorageAccount. |
| TableFixedParameters |
Fixed training parameters that won't be swept over during AutoML Table training. |
| TableParameterSubspace |
The TableParameterSubspace. |
| TableSweepSettings |
The TableSweepSettings. |
| TableVerticalFeaturizationSettings |
Featurization Configuration. |
| TableVerticalLimitSettings |
Job execution constraints. |
| TargetLags |
The number of past periods to lag from the target column. Please note this is the abstract base class. The derived classes available for instantiation are: AutoTargetLags and CustomTargetLags. |
| TargetRollingWindowSize |
Forecasting target rolling window size. Please note this is the abstract base class. The derived classes available for instantiation are: AutoTargetRollingWindowSize and CustomTargetRollingWindowSize. |
| TensorFlowDistributionConfiguration |
TensorFlow distribution configuration. |
| TextClassification |
Text Classification task in AutoML NLP vertical. NLP - Natural Language Processing. |
| TextClassificationMultilabel |
Text Classification Multilabel task in AutoML NLP vertical. NLP - Natural Language Processing. |
| TextNer |
Text-NER task in AutoML NLP vertical. NER - Named Entity Recognition. NLP - Natural Language Processing. |
| TopNFeaturesByAttribution |
The TopNFeaturesByAttribution. |
| TrailingInputData |
Trailing input data definition. |
| TritonInferencingServer |
Triton inferencing server configurations. |
| TruncationSelectionPolicy |
Defines an early termination policy that cancels a given percentage of runs at each evaluation interval. |
| VolumeDefinition |
The VolumeDefinition. |
| WorkspaceConnectionAccessKey |
The WorkspaceConnectionAccessKey. |
| WorkspaceConnectionOAuth2 |
ClientId and ClientSecret are required. Other properties are optional depending on each OAuth2 provider's implementation. |
| WorkspaceConnectionServicePrincipal |
The WorkspaceConnectionServicePrincipal. |
| WorkspaceHubConfig |
WorkspaceHub's configuration object. |
Structs
| Name | Description |
|---|---|
| AutoDeleteCondition |
The AutoDeleteCondition. |
| AutoMLVerticalRegressionModel |
Enum for all Regression models supported by AutoML. |
| AutoMLVerticalRegressionPrimaryMetric |
Primary metrics for Regression task. |
| AutoRebuildSetting |
AutoRebuild setting for the derived image. |
| BlockedTransformer |
Enum for all classification models supported by AutoML. |
| CapabilityHostKind | |
| CapabilityHostProvisioningState |
Provisioning state of capability host. |
| CategoricalDataDriftMetric | |
| CategoricalDataQualityMetric | |
| CategoricalPredictionDriftMetric | |
| ClassificationModel |
Enum for all classification models supported by AutoML. |
| ClassificationModelPerformanceMetric |
The ClassificationModelPerformanceMetric. |
| ClassificationMultilabelPrimaryMetric |
Primary metrics for classification multilabel tasks. |
| ClassificationPrimaryMetric |
Primary metrics for classification tasks. |
| ContainerCommunicationProtocol |
Protocol over which communication will happen over this endpoint. |
| ContentSafetyStatus |
Specifies the status of content safety. |
| DataAvailabilityStatus | |
| DataCollectionMode | |
| DatastoreType |
Enum to determine the datastore contents type. |
| EmailNotificationEnableType |
Enum to determine the email notification type. |
| EndpointServiceConnectionStatus |
Connection status of the service consumer with the service provider. |
| EnvironmentVariableType |
Type of the Environment Variable. Possible values are: local - For local variable. |
| FeatureAttributionMetric | |
| FeatureDataType | |
| FeatureImportanceMode |
The mode of operation for computing feature importance. |
| FeatureStoreJobType |
The FeatureStoreJobType. |
| FirewallSku |
Firewall Sku used for FQDN Rules. |
| ForecastingModel |
Enum for all forecasting models supported by AutoML. |
| ForecastingPrimaryMetric |
Primary metrics for Forecasting task. |
| GenerationSafetyQualityMetric |
Generation safety quality metric enum. |
| GenerationTokenStatisticsMetric |
Generation token statistics metric enum. |
| ImageAnnotationType |
Annotation type of image data. |
| ImageType |
Type of the image. Possible values are: docker - For docker images. azureml - For AzureML Environment images (custom and curated). |
| IncrementalDataRefresh |
Whether IncrementalDataRefresh is enabled. |
| InstanceSegmentationPrimaryMetric |
Primary metrics for InstanceSegmentation tasks. |
| IntellectualProtectionLevel |
Protection level associated with the Intellectual Property. |
| IsolationMode |
Isolation mode for the managed network of a machine learning workspace. |
| JobInputType |
Enum to determine the Job Input Type. |
| JobProvisioningState |
Enum to determine the job provisioning state. |
| JobStatusMessageLevel |
The JobStatusMessageLevel. |
| JobTier |
Enum to determine the job tier. |
| JobType |
Enum to determine the type of job. |
| LabelCategoryMultiSelect |
Whether multiSelect is enabled. |
| LearningRateScheduler |
Learning rate scheduler enum. |
| LogTrainingMetric |
The LogTrainingMetric. |
| LogValidationLoss |
The LogValidationLoss. |
| MachineLearningAllocationState |
Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute. |
| MachineLearningApplicationSharingPolicy |
Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role. |
| MachineLearningBatchLoggingLevel |
Log verbosity for batch inferencing. Increasing verbosity order for logging is : Warning, Info and Debug. The default value is Info. |
| MachineLearningBatchOutputAction |
Enum to determine how batch inferencing will handle output. |
| MachineLearningBillingCurrency |
Three lettered code specifying the currency of the VM price. Example: USD. |
| MachineLearningCachingType |
Caching type of Data Disk. |
| MachineLearningClusterPurpose |
Intended usage of the cluster. |
| MachineLearningComputeInstanceAuthorizationType |
The Compute Instance Authorization type. Available values are personal (default). |
| MachineLearningComputeInstanceAutosave |
Auto save settings. |
| MachineLearningComputeInstanceState |
Current state of an ComputeInstance. |
| MachineLearningComputePowerAction |
[Required] The compute power action. |
| MachineLearningComputeProvisioningStatus |
The current deployment state of schedule. |
| MachineLearningComputeRecurrenceFrequency |
Enum to describe the frequency of a compute recurrence schedule. |
| MachineLearningComputeWeekDay |
Enum of weekday. |
| MachineLearningConnectionCategory |
Category of the connection. |
| MachineLearningContainerType | |
| MachineLearningDataType |
Enum to determine the type of data. |
| MachineLearningDayOfWeek |
Enum of weekday. |
| MachineLearningDeploymentProvisioningState |
Possible values for DeploymentProvisioningState. |
| MachineLearningDiagnoseResultLevel |
Level of workspace setup error. |
| MachineLearningEgressPublicNetworkAccessType |
Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment. |
| MachineLearningEncryptionStatus |
Indicates whether or not the encryption is enabled for the workspace. |
| MachineLearningEndpointAuthMode |
Enum to determine endpoint authentication mode. |
| MachineLearningEndpointComputeType |
Enum to determine endpoint compute type. |
| MachineLearningEndpointProvisioningState |
State of endpoint provisioning. |
| MachineLearningEnvironmentType |
Environment type is either user created or curated by Azure ML service. |
| MachineLearningFeatureLag |
Flag for generating lags for the numeric features. |
| MachineLearningFeaturizationMode |
Featurization mode - determines data featurization mode. |
| MachineLearningFlowAutoLogger |
Indicates whether mlflow autologger is enabled for notebooks. |
| MachineLearningFlowAutoLoggerState |
Enum to determine the state of mlflow autologger. |
| MachineLearningGoal |
Defines supported metric goals for hyperparameter tuning. |
| MachineLearningInputDeliveryMode |
Enum to determine the input data delivery mode. |
| MachineLearningJobStatus |
The status of a job. |
| MachineLearningKeyType | |
| MachineLearningListViewType | |
| MachineLearningLoadBalancerType |
Load Balancer Type. |
| MachineLearningLogVerbosity |
Enum for setting log verbosity. |
| MachineLearningModelSize |
Image model size. |
| MachineLearningMountAction |
Mount Action. |
| MachineLearningMountState |
Mount state. |
| MachineLearningNetwork |
network of this container. |
| MachineLearningNodeState |
State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. |
| MachineLearningOperatingSystemType |
The type of operating system. |
| MachineLearningOperationName |
Name of the last operation. |
| MachineLearningOperationStatus |
Operation status. |
| MachineLearningOperationTrigger |
Trigger of operation. |
| MachineLearningOrderString | |
| MachineLearningOSType |
Compute OS Type. |
| MachineLearningOutputDeliveryMode |
Output data delivery mode enums. |
| MachineLearningPrivateEndpointConnectionProvisioningState |
The current provisioning state. |
| MachineLearningPrivateEndpointServiceConnectionStatus |
The private endpoint connection status. |
| MachineLearningProvisioningState |
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. |
| MachineLearningPublicNetworkAccess |
Whether requests from Public Network are allowed. |
| MachineLearningPublicNetworkAccessType |
Whether requests from the public network are allowed. |
| MachineLearningQuotaUnit |
An enum describing the unit of quota measurement. |
| MachineLearningRecurrenceFrequency |
Enum to describe the frequency of a recurrence schedule. |
| MachineLearningRemoteLoginPortPublicAccess |
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled. |
| MachineLearningScheduleListViewType | |
| MachineLearningScheduleProvisioningState |
The current deployment state of schedule. |
| MachineLearningScheduleProvisioningStatus | |
| MachineLearningScheduleStatus |
Is the schedule enabled or disabled?. |
| MachineLearningServiceDataAccessAuthIdentity | |
| MachineLearningShortSeriesHandlingConfiguration |
The parameter defining how if AutoML should handle short time series. |
| MachineLearningSkuScaleType |
Node scaling setting for the compute sku. |
| MachineLearningSourceType |
Data source type. |
| MachineLearningSshPublicAccess |
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable. |
| MachineLearningSslConfigStatus |
Enable or disable ssl for scoring. |
| MachineLearningStackMetaLearnerType |
The meta-learner is a model trained on the output of the individual heterogeneous models. Default meta-learners are LogisticRegression for classification tasks (or LogisticRegressionCV if cross-validation is enabled) and ElasticNet for regression/forecasting tasks (or ElasticNetCV if cross-validation is enabled). This parameter can be one of the following strings: LogisticRegression, LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression |
| MachineLearningStorageAccountType |
type of this storage account. |
| MachineLearningTriggerType | |
| MachineLearningUnderlyingResourceAction | |
| MachineLearningUnitOfMeasure |
The unit of time measurement for the specified VM price. Example: OneHour. |
| MachineLearningUsageUnit |
An enum describing the unit of usage measurement. |
| MachineLearningUseStl |
Configure STL Decomposition of the time-series target column. |
| MachineLearningVmPriceOSType |
Operating system type used by the VM. |
| MachineLearningVmPriority |
Virtual Machine priority. |
| MachineLearningVmTier |
The type of the VM. |
| MachineLearningWorkspaceQuotaStatus |
Status of update workspace quota. |
| ManagedNetworkKind |
The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled. |
| ManagedNetworkStatus |
Status for the managed network of a machine learning workspace. |
| ManagedPERequirement | |
| ManagedPEStatus | |
| MarketplaceSubscriptionProvisioningState | |
| MarketplaceSubscriptionStatus | |
| MaterializationStoreType | |
| ModelTaskType |
Model task type enum. |
| MonitoringFeatureDataType | |
| MonitoringModelType |
The MonitoringModelType. |
| MonitoringNotificationMode |
The MonitoringNotificationMode. |
| MonitoringNotificationType | |
| MountMode |
Mount Mode. |
| NetworkingRuleAction |
The action enum for networking rule. |
| NlpLearningRateScheduler |
Enum of learning rate schedulers that aligns with those supported by HF. |
| NumericalDataDriftMetric | |
| NumericalDataQualityMetric | |
| NumericalPredictionDriftMetric | |
| ObjectDetectionPrimaryMetric |
Primary metrics for Image ObjectDetection task. |
| OutboundRuleCategory |
Category of a managed network Outbound Rule of a machine learning workspace. |
| OutboundRuleStatus |
Type of a managed network Outbound Rule of a machine learning workspace. |
| PackageBuildState |
Package build state returned in package response. |
| PackageInputDeliveryMode |
Mounting type of the model or the inputs. |
| PackageInputType |
Type of the inputs. |
| PatchStatus |
The os patching status. |
| PendingUploadType |
Type of storage to use for the pending upload location. |
| PublicNetworkAccess |
Enum to determine whether PublicNetworkAccess is Enabled or Disabled. |
| RandomSamplingAlgorithmRule |
The specific type of random algorithm. |
| RegistryAssetProvisioningState |
Provisioning state of registry asset. |
| RegressionModelPerformanceMetric |
The RegressionModelPerformanceMetric. |
| RollingRateType | |
| SamplingAlgorithmType | |
| ServerlessEndpointState |
State of the Serverless Endpoint. |
| ServerlessInferenceEndpointAuthMode | |
| StochasticOptimizer |
Stochastic optimizer for image models. |
| SystemDatastoresAuthMode |
The auth mode used for accessing the system datastores of the workspace. |
| TargetAggregationFunction |
Target aggregate function. |
| TextAnnotationType |
Annotation type of text data. |
| TrainingMode |
Training mode dictates whether to use distributed training or not. |
| ValidationMetricType |
Metric computation method to use for validation metrics in image tasks. |
| VolumeDefinitionType |
Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe. |
| WorkspaceConnectionGroup |
Group based on connection category. |
Enums
| Name | Description |
|---|---|
| MachineLearningSkuTier |
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. |