Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/arm-machinelearning

Package version

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Object literals

Type aliases

AccountKeyDatastoreCredentials

AccountKeyDatastoreCredentials: DatastoreCredentials & { credentialsType: "AccountKey"; secrets: AccountKeyDatastoreSecrets }

Account key datastore credentials configuration.

AccountKeyDatastoreSecrets

AccountKeyDatastoreSecrets: DatastoreSecrets & { key?: undefined | string; secretsType: "AccountKey" }

Datastore account key secrets.

Aks

Aks: Compute & AKSSchema & { computeType: "AKS" }

A Machine Learning compute based on AKS.

AksComputeSecrets

AksComputeSecrets: ComputeSecrets & AksComputeSecretsProperties & { computeType: "AKS" }

Secrets related to a Machine Learning compute based on AKS.

AllocationState

AllocationState: string

Defines values for AllocationState.
KnownAllocationState can be used interchangeably with AllocationState, this enum contains the known values that the service supports.

Known values supported by the service

Steady
Resizing

AmlCompute

AmlCompute: Compute & AmlComputeSchema & { computeType: "AmlCompute" }

An Azure Machine Learning compute.

AmlToken

AmlToken: IdentityConfiguration & { identityType: "AMLToken" }

AML Token identity configuration.

ApplicationSharingPolicy

ApplicationSharingPolicy: string

Defines values for ApplicationSharingPolicy.
KnownApplicationSharingPolicy can be used interchangeably with ApplicationSharingPolicy, this enum contains the known values that the service supports.

Known values supported by the service

Personal
Shared

AssetBase

AssetBase: ResourceBase & { isAnonymous?: undefined | false | true; isArchived?: undefined | false | true }

AssetContainer

AssetContainer: ResourceBase & { isArchived?: undefined | false | true; latestVersion?: undefined | string; nextVersion?: undefined | string }

AssetReferenceBaseUnion

AutoForecastHorizon

AutoForecastHorizon: ForecastHorizon & { mode: "Auto" }

Forecast horizon determined automatically by system.

AutoMLJob

AutoMLJob: JobBaseDetails & { environmentId?: undefined | string; environmentVariables?: undefined | {}; outputs?: undefined | {}; resources?: ResourceConfiguration; taskDetails: AutoMLVerticalUnion }

AutoMLJob class. Use this class for executing AutoML tasks like Classification/Regression etc. See TaskType enum for all the tasks supported.

AutoMLVerticalUnion

AutoNCrossValidations

AutoNCrossValidations: NCrossValidations & { mode: "Auto" }

N-Cross validations determined automatically.

AutoSeasonality

AutoSeasonality: Seasonality & { mode: "Auto" }

AutoTargetLags

AutoTargetLags: TargetLags & { mode: "Auto" }

AutoTargetRollingWindowSize

AutoTargetRollingWindowSize: TargetRollingWindowSize & { mode: "Auto" }

Target lags rolling window determined automatically.

Autosave

Autosave: string

Defines values for Autosave.
KnownAutosave can be used interchangeably with Autosave, this enum contains the known values that the service supports.

Known values supported by the service

None
Local
Remote

AzureBlobDatastore

AzureBlobDatastore: DatastoreDetails & { accountName?: undefined | string; containerName?: undefined | string; endpoint?: undefined | string; protocol?: undefined | string; serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity }

Azure Blob datastore configuration.

AzureDataLakeGen1Datastore

AzureDataLakeGen1Datastore: DatastoreDetails & { serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity; storeName: string }

Azure Data Lake Gen1 datastore configuration.

AzureDataLakeGen2Datastore

AzureDataLakeGen2Datastore: DatastoreDetails & { accountName: string; endpoint?: undefined | string; filesystem: string; protocol?: undefined | string; serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity }

Azure Data Lake Gen2 datastore configuration.

AzureFileDatastore

AzureFileDatastore: DatastoreDetails & { accountName: string; endpoint?: undefined | string; fileShareName: string; protocol?: undefined | string; serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity }

Azure File datastore configuration.

BanditPolicy

BanditPolicy: EarlyTerminationPolicy & { policyType: "Bandit"; slackAmount?: undefined | number; slackFactor?: undefined | number }

Defines an early termination policy based on slack criteria, and a frequency and delay interval for evaluation

BatchDeploymentData

BatchDeploymentData: TrackedResource & { identity?: ManagedServiceIdentity; kind?: undefined | string; properties: BatchDeploymentDetails; sku?: Sku }

BatchDeploymentDetails

BatchDeploymentDetails: EndpointDeploymentPropertiesBase & { compute?: undefined | string; errorThreshold?: undefined | number; loggingLevel?: BatchLoggingLevel; maxConcurrencyPerInstance?: undefined | number; miniBatchSize?: undefined | number; model?: AssetReferenceBaseUnion; outputAction?: BatchOutputAction; outputFileName?: undefined | string; provisioningState?: DeploymentProvisioningState; resources?: ResourceConfiguration; retrySettings?: BatchRetrySettings }

Batch inference settings per deployment.

BatchDeploymentsCreateOrUpdateResponse

BatchDeploymentsCreateOrUpdateResponse: BatchDeploymentData

Contains response data for the createOrUpdate operation.

BatchDeploymentsGetResponse

BatchDeploymentsGetResponse: BatchDeploymentData

Contains response data for the get operation.

BatchDeploymentsListNextResponse

BatchDeploymentsListNextResponse: BatchDeploymentTrackedResourceArmPaginatedResult

Contains response data for the listNext operation.

BatchDeploymentsListResponse

Contains response data for the list operation.

BatchDeploymentsUpdateResponse

BatchDeploymentsUpdateResponse: BatchDeploymentData

Contains response data for the update operation.

BatchEndpointData

BatchEndpointData: TrackedResource & { identity?: ManagedServiceIdentity; kind?: undefined | string; properties: BatchEndpointDetails; sku?: Sku }

BatchEndpointDetails

BatchEndpointDetails: EndpointPropertiesBase & { defaults?: BatchEndpointDefaults; provisioningState?: EndpointProvisioningState }

Batch endpoint configuration.

BatchEndpointsCreateOrUpdateResponse

BatchEndpointsCreateOrUpdateResponse: BatchEndpointData

Contains response data for the createOrUpdate operation.

BatchEndpointsGetResponse

BatchEndpointsGetResponse: BatchEndpointData

Contains response data for the get operation.

BatchEndpointsListKeysResponse

BatchEndpointsListKeysResponse: EndpointAuthKeys

Contains response data for the listKeys operation.

BatchEndpointsListNextResponse

BatchEndpointsListNextResponse: BatchEndpointTrackedResourceArmPaginatedResult

Contains response data for the listNext operation.

BatchEndpointsListResponse

Contains response data for the list operation.

BatchEndpointsUpdateResponse

BatchEndpointsUpdateResponse: BatchEndpointData

Contains response data for the update operation.

BatchLoggingLevel

BatchLoggingLevel: string

Defines values for BatchLoggingLevel.
KnownBatchLoggingLevel can be used interchangeably with BatchLoggingLevel, this enum contains the known values that the service supports.

Known values supported by the service

Info
Warning
Debug

BatchOutputAction

BatchOutputAction: string

Defines values for BatchOutputAction.
KnownBatchOutputAction can be used interchangeably with BatchOutputAction, this enum contains the known values that the service supports.

Known values supported by the service

SummaryOnly
AppendRow

BayesianSamplingAlgorithm

BayesianSamplingAlgorithm: SamplingAlgorithm & { samplingAlgorithmType: "Bayesian" }

Defines a Sampling Algorithm that generates values based on previous values

BillingCurrency

BillingCurrency: string

Defines values for BillingCurrency.
KnownBillingCurrency can be used interchangeably with BillingCurrency, this enum contains the known values that the service supports.

Known values supported by the service

USD

Caching

Caching: string

Defines values for Caching.
KnownCaching can be used interchangeably with Caching, this enum contains the known values that the service supports.

Known values supported by the service

None
ReadOnly
ReadWrite

CertificateDatastoreCredentials

CertificateDatastoreCredentials: DatastoreCredentials & { authorityUrl?: undefined | string; clientId: string; credentialsType: "Certificate"; resourceUrl?: undefined | string; secrets: CertificateDatastoreSecrets; tenantId: string; thumbprint: string }

Certificate datastore credentials configuration.

CertificateDatastoreSecrets

CertificateDatastoreSecrets: DatastoreSecrets & { certificate?: undefined | string; secretsType: "Certificate" }

Datastore certificate secrets.

Classification

Classification: TableVertical & AutoMLVertical & { allowedModels?: ClassificationModels[]; blockedModels?: ClassificationModels[]; primaryMetric?: ClassificationPrimaryMetrics }

Classification task in AutoML Table vertical.

ClassificationModels

ClassificationModels: string

Defines values for ClassificationModels.
KnownClassificationModels can be used interchangeably with ClassificationModels, this enum contains the known values that the service supports.

Known values supported by the service

LogisticRegression: Logistic regression is a fundamental classification technique. It belongs to the group of linear classifiers and is somewhat similar to polynomial and linear regression. Logistic regression is fast and relatively uncomplicated, and it's convenient for you to interpret the results. Although it's essentially a method for binary classification, it can also be applied to multiclass problems.
SGD: 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.
MultinomialNaiveBayes: The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification). The multinomial distribution normally requires integer feature counts. However, in practice, fractional counts such as tf-idf may also work.
BernoulliNaiveBayes: Naive Bayes classifier for multivariate Bernoulli models.
SVM: A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. After giving an SVM model sets of labeled training data for each category, they're able to categorize new text.
LinearSVM: A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. After giving an SVM model sets of labeled training data for each category, they're able to categorize new text. Linear SVM performs best when input data is linear, i.e., data can be easily classified by drawing the straight line between classified values on a plotted graph.
KNN: 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.
DecisionTree: Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features.
RandomForest: Random forest is a supervised learning algorithm. The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. The general idea of the bagging method is that a combination of learning models increases the overall result.
ExtremeRandomTrees: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm.
LightGBM: LightGBM is a gradient boosting framework that uses tree based learning algorithms.
GradientBoosting: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution.
XGBoostClassifier: XGBoost: Extreme Gradient Boosting Algorithm. This algorithm is used for structured data where target column values can be divided into distinct class values.

ClassificationMultilabelPrimaryMetrics

ClassificationMultilabelPrimaryMetrics: string

Defines values for ClassificationMultilabelPrimaryMetrics.
KnownClassificationMultilabelPrimaryMetrics can be used interchangeably with ClassificationMultilabelPrimaryMetrics, this enum contains the known values that the service supports.

Known values supported by the service

AUCWeighted: AUC is the Area under the curve. This metric represents arithmetic mean of the score for each class, weighted by the number of true instances in each class.
Accuracy: Accuracy is the ratio of predictions that exactly match the true class labels.
NormMacroRecall: 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.
AveragePrecisionScoreWeighted: The arithmetic mean of the average precision score for each class, weighted by the number of true instances in each class.
PrecisionScoreWeighted: The arithmetic mean of precision for each class, weighted by number of true instances in each class.
IOU: Intersection Over Union. Intersection of predictions divided by union of predictions.

ClassificationPrimaryMetrics

ClassificationPrimaryMetrics: string

Defines values for ClassificationPrimaryMetrics.
KnownClassificationPrimaryMetrics can be used interchangeably with ClassificationPrimaryMetrics, this enum contains the known values that the service supports.

Known values supported by the service

AUCWeighted: AUC is the Area under the curve. This metric represents arithmetic mean of the score for each class, weighted by the number of true instances in each class.
Accuracy: Accuracy is the ratio of predictions that exactly match the true class labels.
NormMacroRecall: 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.
AveragePrecisionScoreWeighted: The arithmetic mean of the average precision score for each class, weighted by the number of true instances in each class.
PrecisionScoreWeighted: The arithmetic mean of precision for each class, weighted by number of true instances in each class.

ClusterPurpose

ClusterPurpose: string

Defines values for ClusterPurpose.
KnownClusterPurpose can be used interchangeably with ClusterPurpose, this enum contains the known values that the service supports.

Known values supported by the service

FastProd
DenseProd
DevTest

CodeContainerData

CodeContainerData: Resource & { properties: CodeContainerDetails }

Azure Resource Manager resource envelope.

CodeContainerDetails

CodeContainerDetails: AssetContainer & {}

Container for code asset versions.

CodeContainersCreateOrUpdateResponse

CodeContainersCreateOrUpdateResponse: CodeContainerData

Contains response data for the createOrUpdate operation.

CodeContainersGetResponse

CodeContainersGetResponse: CodeContainerData

Contains response data for the get operation.

CodeContainersListNextResponse

CodeContainersListNextResponse: CodeContainerResourceArmPaginatedResult

Contains response data for the listNext operation.

CodeContainersListResponse

CodeContainersListResponse: CodeContainerResourceArmPaginatedResult

Contains response data for the list operation.

CodeVersionData

CodeVersionData: Resource & { properties: CodeVersionDetails }

Azure Resource Manager resource envelope.

CodeVersionDetails

CodeVersionDetails: AssetBase & { codeUri?: undefined | string }

Code asset version details.

CodeVersionsCreateOrUpdateResponse

CodeVersionsCreateOrUpdateResponse: CodeVersionData

Contains response data for the createOrUpdate operation.

CodeVersionsGetResponse

CodeVersionsGetResponse: CodeVersionData

Contains response data for the get operation.

CodeVersionsListNextResponse

CodeVersionsListNextResponse: CodeVersionResourceArmPaginatedResult

Contains response data for the listNext operation.

CodeVersionsListResponse

CodeVersionsListResponse: CodeVersionResourceArmPaginatedResult

Contains response data for the list operation.

CommandJob

CommandJob: JobBaseDetails & { codeId?: undefined | string; command: string; distribution?: DistributionConfigurationUnion; environmentId: string; environmentVariables?: undefined | {}; inputs?: undefined | {}; limits?: CommandJobLimits; outputs?: undefined | {}; parameters?: Record<string, unknown>; resources?: ResourceConfiguration }

Command job definition.

CommandJobLimits

CommandJobLimits: JobLimits & { jobLimitsType: "Command" }

Command Job limit class.

ComponentContainerData

ComponentContainerData: Resource & { properties: ComponentContainerDetails }

Azure Resource Manager resource envelope.

ComponentContainerDetails

ComponentContainerDetails: AssetContainer & {}

Component container definition.

ComponentContainersCreateOrUpdateResponse

ComponentContainersCreateOrUpdateResponse: ComponentContainerData

Contains response data for the createOrUpdate operation.

ComponentContainersGetResponse

ComponentContainersGetResponse: ComponentContainerData

Contains response data for the get operation.

ComponentContainersListNextResponse

ComponentContainersListNextResponse: ComponentContainerResourceArmPaginatedResult

Contains response data for the listNext operation.

ComponentContainersListResponse

ComponentContainersListResponse: ComponentContainerResourceArmPaginatedResult

Contains response data for the list operation.

ComponentVersionData

ComponentVersionData: Resource & { properties: ComponentVersionDetails }

Azure Resource Manager resource envelope.

ComponentVersionDetails

ComponentVersionDetails: AssetBase & { componentSpec?: Record<string, unknown> }

Definition of a component version: defines resources that span component types.

ComponentVersionsCreateOrUpdateResponse

ComponentVersionsCreateOrUpdateResponse: ComponentVersionData

Contains response data for the createOrUpdate operation.

ComponentVersionsGetResponse

ComponentVersionsGetResponse: ComponentVersionData

Contains response data for the get operation.

ComponentVersionsListNextResponse

ComponentVersionsListNextResponse: ComponentVersionResourceArmPaginatedResult

Contains response data for the listNext operation.

ComponentVersionsListResponse

ComponentVersionsListResponse: ComponentVersionResourceArmPaginatedResult

Contains response data for the list operation.

ComputeCreateOrUpdateResponse

ComputeCreateOrUpdateResponse: ComputeResource

Contains response data for the createOrUpdate operation.

ComputeGetResponse

ComputeGetResponse: ComputeResource

Contains response data for the get operation.

ComputeInstance

ComputeInstance: Compute & ComputeInstanceSchema & { computeType: "ComputeInstance" }

An Azure Machine Learning compute instance.

ComputeInstanceAuthorizationType

ComputeInstanceAuthorizationType: string

Defines values for ComputeInstanceAuthorizationType.
KnownComputeInstanceAuthorizationType can be used interchangeably with ComputeInstanceAuthorizationType, this enum contains the known values that the service supports.

Known values supported by the service

personal

ComputeInstanceState

ComputeInstanceState: string

Defines values for ComputeInstanceState.
KnownComputeInstanceState can be used interchangeably with ComputeInstanceState, this enum contains the known values that the service supports.

Known values supported by the service

Creating
CreateFailed
Deleting
Running
Restarting
JobRunning
SettingUp
SetupFailed
Starting
Stopped
Stopping
UserSettingUp
UserSetupFailed
Unknown
Unusable

ComputeListKeysResponse

ComputeListKeysResponse: ComputeSecretsUnion

Contains response data for the listKeys operation.

ComputeListNextResponse

ComputeListNextResponse: PaginatedComputeResourcesList

Contains response data for the listNext operation.

ComputeListNodesNextResponse

ComputeListNodesNextResponse: AmlComputeNodesInformation

Contains response data for the listNodesNext operation.

ComputeListNodesResponse

ComputeListNodesResponse: AmlComputeNodesInformation

Contains response data for the listNodes operation.

ComputeListResponse

ComputeListResponse: PaginatedComputeResourcesList

Contains response data for the list operation.

ComputePowerAction

ComputePowerAction: string

Defines values for ComputePowerAction.
KnownComputePowerAction can be used interchangeably with ComputePowerAction, this enum contains the known values that the service supports.

Known values supported by the service

Start
Stop

ComputeResource

ComputeResource: Resource & ComputeResourceSchema & { identity?: ManagedServiceIdentity; location?: undefined | string; sku?: Sku; tags?: undefined | {} }

Machine Learning compute object wrapped into ARM resource envelope.

ComputeSecretsUnion

ComputeType

ComputeType: string

Defines values for ComputeType.
KnownComputeType can be used interchangeably with ComputeType, this enum contains the known values that the service supports.

Known values supported by the service

AKS
Kubernetes
AmlCompute
ComputeInstance
DataFactory
VirtualMachine
HDInsight
Databricks
DataLakeAnalytics
SynapseSpark

ComputeUnion

ComputeUpdateResponse

ComputeUpdateResponse: ComputeResource

Contains response data for the update operation.

ContainerType

ContainerType: string

Defines values for ContainerType.
KnownContainerType can be used interchangeably with ContainerType, this enum contains the known values that the service supports.

Known values supported by the service

StorageInitializer
InferenceServer

CreatedByType

CreatedByType: string

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

CredentialsType

CredentialsType: string

Defines values for CredentialsType.
KnownCredentialsType can be used interchangeably with CredentialsType, this enum contains the known values that the service supports.

Known values supported by the service

AccountKey
Certificate
None
Sas
ServicePrincipal
KerberosKeytab
KerberosPassword

CronSchedule

CronSchedule: ScheduleBase & { expression: string; scheduleType: "Cron" }

Cron schedule definition

CustomForecastHorizon

CustomForecastHorizon: ForecastHorizon & { mode: "Custom"; value: number }

The desired maximum forecast horizon in units of time-series frequency.

CustomModelJobInput

CustomModelJobInput: AssetJobInput & JobInput & {}

CustomModelJobOutput

CustomModelJobOutput: AssetJobOutput & JobOutput & {}

CustomNCrossValidations

CustomNCrossValidations: NCrossValidations & { mode: "Custom"; value: number }

N-Cross validations are specified by user.

CustomSeasonality

CustomSeasonality: Seasonality & { mode: "Custom"; value: number }

CustomTargetLags

CustomTargetLags: TargetLags & { mode: "Custom"; values: number[] }

CustomTargetRollingWindowSize

CustomTargetRollingWindowSize: TargetRollingWindowSize & { mode: "Custom"; value: number }

DataContainerData

DataContainerData: Resource & { properties: DataContainerDetails }

Azure Resource Manager resource envelope.

DataContainerDetails

DataContainerDetails: AssetContainer & { dataType: DataType }

Container for data asset versions.

DataContainersCreateOrUpdateResponse

DataContainersCreateOrUpdateResponse: DataContainerData

Contains response data for the createOrUpdate operation.

DataContainersGetResponse

DataContainersGetResponse: DataContainerData

Contains response data for the get operation.

DataContainersListNextResponse

DataContainersListNextResponse: DataContainerResourceArmPaginatedResult

Contains response data for the listNext operation.

DataContainersListResponse

DataContainersListResponse: DataContainerResourceArmPaginatedResult

Contains response data for the list operation.

DataFactory

DataFactory: Compute & { computeType: "DataFactory" }

A DataFactory compute.

DataLakeAnalytics

DataLakeAnalytics: Compute & DataLakeAnalyticsSchema & { computeType: "DataLakeAnalytics" }

A DataLakeAnalytics compute.

DataPathAssetReference

DataPathAssetReference: AssetReferenceBase & { datastoreId?: undefined | string; path?: undefined | string; referenceType: "DataPath" }

Reference to an asset via its path in a datastore.

DataType

DataType: string

Defines values for DataType.
KnownDataType can be used interchangeably with DataType, this enum contains the known values that the service supports.

Known values supported by the service

UriFile
UriFolder
MLTable

DataVersionBaseData

DataVersionBaseData: Resource & { properties: DataVersionBaseDetailsUnion }

Azure Resource Manager resource envelope.

DataVersionBaseDetails

DataVersionBaseDetails: AssetBase & { dataType: DataType; dataUri: string }

Data version base definition

DataVersionBaseDetailsUnion

DataVersionsCreateOrUpdateResponse

DataVersionsCreateOrUpdateResponse: DataVersionBaseData

Contains response data for the createOrUpdate operation.

DataVersionsGetResponse

DataVersionsGetResponse: DataVersionBaseData

Contains response data for the get operation.

DataVersionsListNextResponse

DataVersionsListNextResponse: DataVersionBaseResourceArmPaginatedResult

Contains response data for the listNext operation.

DataVersionsListResponse

Contains response data for the list operation.

Databricks

Databricks: Compute & DatabricksSchema & { computeType: "Databricks" }

A DataFactory compute.

DatabricksComputeSecrets

DatabricksComputeSecrets: ComputeSecrets & DatabricksComputeSecretsProperties & { computeType: "Databricks" }

Secrets related to a Machine Learning compute based on Databricks.

DatastoreCredentialsUnion

DatastoreData

DatastoreData: Resource & { properties: DatastoreDetailsUnion }

Azure Resource Manager resource envelope.

DatastoreDetails

DatastoreDetails: ResourceBase & { credentials: DatastoreCredentialsUnion; datastoreType: DatastoreType; isDefault?: undefined | false | true }

Base definition for datastore contents configuration.

DatastoreDetailsUnion

DatastoreSecretsUnion

DatastoreType

DatastoreType: string

Defines values for DatastoreType.
KnownDatastoreType can be used interchangeably with DatastoreType, this enum contains the known values that the service supports.

Known values supported by the service

AzureBlob
AzureDataLakeGen1
AzureDataLakeGen2
AzureFile
Hdfs

DatastoresCreateOrUpdateResponse

DatastoresCreateOrUpdateResponse: DatastoreData

Contains response data for the createOrUpdate operation.

DatastoresGetResponse

DatastoresGetResponse: DatastoreData

Contains response data for the get operation.

DatastoresListNextResponse

DatastoresListNextResponse: DatastoreResourceArmPaginatedResult

Contains response data for the listNext operation.

DatastoresListResponse

DatastoresListResponse: DatastoreResourceArmPaginatedResult

Contains response data for the list operation.

DatastoresListSecretsResponse

DatastoresListSecretsResponse: DatastoreSecretsUnion

Contains response data for the listSecrets operation.

DefaultScaleSettings

DefaultScaleSettings: OnlineScaleSettings & { scaleType: "Default" }

DeploymentProvisioningState

DeploymentProvisioningState: string

Defines values for DeploymentProvisioningState.
KnownDeploymentProvisioningState can be used interchangeably with DeploymentProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Creating
Deleting
Scaling
Updating
Succeeded
Failed
Canceled

DiagnoseResultLevel

DiagnoseResultLevel: string

Defines values for DiagnoseResultLevel.
KnownDiagnoseResultLevel can be used interchangeably with DiagnoseResultLevel, this enum contains the known values that the service supports.

Known values supported by the service

Warning
Error
Information

DistributionConfigurationUnion

DistributionConfigurationUnion: DistributionConfiguration | Mpi | PyTorch | TensorFlow

DistributionType

DistributionType: string

Defines values for DistributionType.
KnownDistributionType can be used interchangeably with DistributionType, this enum contains the known values that the service supports.

Known values supported by the service

PyTorch
TensorFlow
Mpi

EarlyTerminationPolicyType

EarlyTerminationPolicyType: string

Defines values for EarlyTerminationPolicyType.
KnownEarlyTerminationPolicyType can be used interchangeably with EarlyTerminationPolicyType, this enum contains the known values that the service supports.

Known values supported by the service

Bandit
MedianStopping
TruncationSelection

EarlyTerminationPolicyUnion

EgressPublicNetworkAccessType

EgressPublicNetworkAccessType: string

Defines values for EgressPublicNetworkAccessType.
KnownEgressPublicNetworkAccessType can be used interchangeably with EgressPublicNetworkAccessType, this enum contains the known values that the service supports.

Known values supported by the service

Enabled
Disabled

EncryptionStatus

EncryptionStatus: string

Defines values for EncryptionStatus.
KnownEncryptionStatus can be used interchangeably with EncryptionStatus, this enum contains the known values that the service supports.

Known values supported by the service

Enabled
Disabled

EndpointAuthMode

EndpointAuthMode: string

Defines values for EndpointAuthMode.
KnownEndpointAuthMode can be used interchangeably with EndpointAuthMode, this enum contains the known values that the service supports.

Known values supported by the service

AMLToken
Key
AADToken

EndpointComputeType

EndpointComputeType: string

Defines values for EndpointComputeType.
KnownEndpointComputeType can be used interchangeably with EndpointComputeType, this enum contains the known values that the service supports.

Known values supported by the service

Managed
Kubernetes
AzureMLCompute

EndpointProvisioningState

EndpointProvisioningState: string

Defines values for EndpointProvisioningState.
KnownEndpointProvisioningState can be used interchangeably with EndpointProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Creating
Deleting
Succeeded
Failed
Updating
Canceled

EnvironmentContainerData

EnvironmentContainerData: Resource & { properties: EnvironmentContainerDetails }

Azure Resource Manager resource envelope.

EnvironmentContainerDetails

EnvironmentContainerDetails: AssetContainer & {}

Container for environment specification versions.

EnvironmentContainersCreateOrUpdateResponse

EnvironmentContainersCreateOrUpdateResponse: EnvironmentContainerData

Contains response data for the createOrUpdate operation.

EnvironmentContainersGetResponse

EnvironmentContainersGetResponse: EnvironmentContainerData

Contains response data for the get operation.

EnvironmentContainersListNextResponse

EnvironmentContainersListNextResponse: EnvironmentContainerResourceArmPaginatedResult

Contains response data for the listNext operation.

EnvironmentContainersListResponse

EnvironmentContainersListResponse: EnvironmentContainerResourceArmPaginatedResult

Contains response data for the list operation.

EnvironmentType

EnvironmentType: string

Defines values for EnvironmentType.
KnownEnvironmentType can be used interchangeably with EnvironmentType, this enum contains the known values that the service supports.

Known values supported by the service

Curated
UserCreated

EnvironmentVersionData

EnvironmentVersionData: Resource & { properties: EnvironmentVersionDetails }

Azure Resource Manager resource envelope.

EnvironmentVersionDetails

EnvironmentVersionDetails: AssetBase & { build?: BuildContext; condaFile?: undefined | string; environmentType?: EnvironmentType; image?: undefined | string; inferenceConfig?: InferenceContainerProperties; osType?: OperatingSystemType }

Environment version details.

EnvironmentVersionsCreateOrUpdateResponse

EnvironmentVersionsCreateOrUpdateResponse: EnvironmentVersionData

Contains response data for the createOrUpdate operation.

EnvironmentVersionsGetResponse

EnvironmentVersionsGetResponse: EnvironmentVersionData

Contains response data for the get operation.

EnvironmentVersionsListNextResponse

EnvironmentVersionsListNextResponse: EnvironmentVersionResourceArmPaginatedResult

Contains response data for the listNext operation.

EnvironmentVersionsListResponse

EnvironmentVersionsListResponse: EnvironmentVersionResourceArmPaginatedResult

Contains response data for the list operation.

FeatureLags

FeatureLags: string

Defines values for FeatureLags.
KnownFeatureLags can be used interchangeably with FeatureLags, this enum contains the known values that the service supports.

Known values supported by the service

None: No feature lags generated.
Auto: System auto-generates feature lags.

FeaturizationMode

FeaturizationMode: string

Defines values for FeaturizationMode.
KnownFeaturizationMode can be used interchangeably with FeaturizationMode, this enum contains the known values that the service supports.

Known values supported by the service

Auto: Auto mode, system performs featurization without any custom featurization inputs.
Custom: Custom featurization.
Off: Featurization off. 'Forecasting' task cannot use this value.

ForecastHorizonMode

ForecastHorizonMode: string

Defines values for ForecastHorizonMode.
KnownForecastHorizonMode can be used interchangeably with ForecastHorizonMode, this enum contains the known values that the service supports.

Known values supported by the service

Auto: Forecast horizon to be determined automatically.
Custom: Use the custom forecast horizon.

ForecastHorizonUnion

Forecasting

Forecasting: TableVertical & AutoMLVertical & { allowedModels?: ForecastingModels[]; blockedModels?: ForecastingModels[]; forecastingSettings?: ForecastingSettings; primaryMetric?: ForecastingPrimaryMetrics }

Forecasting task in AutoML Table vertical.

ForecastingModels

ForecastingModels: string

Defines values for ForecastingModels.
KnownForecastingModels can be used interchangeably with ForecastingModels, this enum contains the known values that the service supports.

Known values supported by the service

AutoArima: Auto-Autoregressive Integrated Moving Average (ARIMA) model uses time-series data and statistical analysis to interpret the data and make future predictions. This model aims to explain data by using time series data on its past values and uses linear regression to make predictions.
Prophet: 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. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.
Naive: The Naive forecasting model makes predictions by carrying forward the latest target value for each time-series in the training data.
SeasonalNaive: The Seasonal Naive forecasting model makes predictions by carrying forward the latest season of target values for each time-series in the training data.
Average: The Average forecasting model makes predictions by carrying forward the average of the target values for each time-series in the training data.
SeasonalAverage: 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.
ExponentialSmoothing: 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.
Arimax: 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. This method is suitable for forecasting when data is stationary/non stationary, and multivariate with any type of data pattern, i.e., level/trend /seasonality/cyclicity.
TCNForecaster: TCNForecaster: Temporal Convolutional Networks Forecaster. //TODO: Ask forecasting team for brief intro.
ElasticNet: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions.
GradientBoosting: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution.
DecisionTree: Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features.
KNN: 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.
LassoLars: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer.
SGD: 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. It's an inexact but powerful technique.
RandomForest: Random forest is a supervised learning algorithm. The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. The general idea of the bagging method is that a combination of learning models increases the overall result.
ExtremeRandomTrees: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm.
LightGBM: LightGBM is a gradient boosting framework that uses tree based learning algorithms.
XGBoostRegressor: XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.

ForecastingPrimaryMetrics

ForecastingPrimaryMetrics: string

Defines values for ForecastingPrimaryMetrics.
KnownForecastingPrimaryMetrics can be used interchangeably with ForecastingPrimaryMetrics, this enum contains the known values that the service supports.

Known values supported by the service

SpearmanCorrelation: The Spearman's rank coefficient of correlation is a non-parametric measure of rank correlation.
NormalizedRootMeanSquaredError: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales.
R2Score: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models.
NormalizedMeanAbsoluteError: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales.

Goal

Goal: string

Defines values for Goal.
KnownGoal can be used interchangeably with Goal, this enum contains the known values that the service supports.

Known values supported by the service

Minimize
Maximize

GridSamplingAlgorithm

GridSamplingAlgorithm: SamplingAlgorithm & { samplingAlgorithmType: "Grid" }

Defines a Sampling Algorithm that exhaustively generates every value combination in the space

HDInsight

HDInsight: Compute & HDInsightSchema & { computeType: "HDInsight" }

A HDInsight compute.

HdfsDatastore

HdfsDatastore: DatastoreDetails & { hdfsServerCertificate?: undefined | string; nameNodeAddress: string; protocol?: undefined | string }

IdAssetReference

IdAssetReference: AssetReferenceBase & { assetId: string; referenceType: "Id" }

Reference to an asset via its ARM resource ID.

IdentityConfigurationType

IdentityConfigurationType: string

Defines values for IdentityConfigurationType.
KnownIdentityConfigurationType can be used interchangeably with IdentityConfigurationType, this enum contains the known values that the service supports.

Known values supported by the service

Managed
AMLToken
UserIdentity

IdentityConfigurationUnion

ImageClassification

ImageClassification: ImageClassificationBase & AutoMLVertical & { primaryMetric?: ClassificationPrimaryMetrics; taskType: "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'.

ImageClassificationBase

ImageClassificationBase: ImageVertical & { modelSettings?: ImageModelSettingsClassification; searchSpace?: ImageModelDistributionSettingsClassification[] }

ImageClassificationMultilabel

ImageClassificationMultilabel: ImageClassificationBase & AutoMLVertical & { primaryMetric?: ClassificationMultilabelPrimaryMetrics; taskType: "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

ImageInstanceSegmentation: ImageObjectDetectionBase & AutoMLVertical & { primaryMetric?: InstanceSegmentationPrimaryMetrics; taskType: "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.

ImageModelDistributionSettingsClassification

ImageModelDistributionSettingsClassification: ImageModelDistributionSettings & { trainingCropSize?: undefined | string; validationCropSize?: undefined | string; validationResizeSize?: undefined | string; weightedLoss?: undefined | string }

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

ImageModelDistributionSettingsObjectDetection: ImageModelDistributionSettings & { boxDetectionsPerImage?: undefined | string; boxScoreThreshold?: undefined | string; imageSize?: undefined | string; maxSize?: undefined | string; minSize?: undefined | string; modelSize?: undefined | string; multiScale?: undefined | string; nmsIouThreshold?: undefined | string; tileGridSize?: undefined | string; tileOverlapRatio?: undefined | string; tilePredictionsNmsThreshold?: undefined | string; validationIouThreshold?: undefined | string; validationMetricType?: undefined | string }

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.

ImageModelSettingsClassification

ImageModelSettingsClassification: ImageModelSettings & { trainingCropSize?: undefined | number; validationCropSize?: undefined | number; validationResizeSize?: undefined | number; weightedLoss?: undefined | number }

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

ImageModelSettingsObjectDetection: ImageModelSettings & { boxDetectionsPerImage?: undefined | number; boxScoreThreshold?: undefined | number; imageSize?: undefined | number; maxSize?: undefined | number; minSize?: undefined | number; modelSize?: ModelSize; multiScale?: undefined | false | true; nmsIouThreshold?: undefined | number; tileGridSize?: undefined | string; tileOverlapRatio?: undefined | number; tilePredictionsNmsThreshold?: undefined | number; validationIouThreshold?: undefined | number; validationMetricType?: ValidationMetricType }

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

ImageObjectDetection: ImageObjectDetectionBase & AutoMLVertical & { primaryMetric?: ObjectDetectionPrimaryMetrics; taskType: "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.

ImageObjectDetectionBase

ImageObjectDetectionBase: ImageVertical & { modelSettings?: ImageModelSettingsObjectDetection; searchSpace?: ImageModelDistributionSettingsObjectDetection[] }

ImageVerticalDataSettings

ImageVerticalDataSettings: DataSettings & { validationData?: ImageVerticalValidationDataSettings }

Collection of registered Tabular Dataset Ids and other data settings required for training and validating models.

ImageVerticalValidationDataSettings

ImageVerticalValidationDataSettings: ValidationDataSettings & {}

InputDeliveryMode

InputDeliveryMode: string

Defines values for InputDeliveryMode.
KnownInputDeliveryMode can be used interchangeably with InputDeliveryMode, this enum contains the known values that the service supports.

Known values supported by the service

ReadOnlyMount
ReadWriteMount
Download
Direct
EvalMount
EvalDownload

InstanceSegmentationPrimaryMetrics

InstanceSegmentationPrimaryMetrics: string

Defines values for InstanceSegmentationPrimaryMetrics.
KnownInstanceSegmentationPrimaryMetrics can be used interchangeably with InstanceSegmentationPrimaryMetrics, this enum contains the known values that the service supports.

Known values supported by the service

MeanAveragePrecision: Mean Average Precision (MAP) is the average of AP (Average Precision). AP is calculated for each class and averaged to get the MAP.

JobBaseData

JobBaseData: Resource & { properties: JobBaseDetailsUnion }

Azure Resource Manager resource envelope.

JobBaseDetails

JobBaseDetails: ResourceBase & { computeId?: undefined | string; displayName?: undefined | string; experimentName?: undefined | string; identity?: IdentityConfigurationUnion; isArchived?: undefined | false | true; jobType: JobType; schedule?: ScheduleBaseUnion; services?: undefined | {}; status?: JobStatus }

Base definition for a job.

JobBaseDetailsUnion

JobInputType

JobInputType: string

Defines values for JobInputType.
KnownJobInputType can be used interchangeably with JobInputType, this enum contains the known values that the service supports.

Known values supported by the service

Literal
UriFile
UriFolder
MLTable
CustomModel
MLFlowModel
TritonModel

JobInputUnion

JobLimitsType

JobLimitsType: string

Defines values for JobLimitsType.
KnownJobLimitsType can be used interchangeably with JobLimitsType, this enum contains the known values that the service supports.

Known values supported by the service

Command
Sweep

JobLimitsUnion

JobOutputType

JobOutputType: string

Defines values for JobOutputType.
KnownJobOutputType can be used interchangeably with JobOutputType, this enum contains the known values that the service supports.

Known values supported by the service

UriFile
UriFolder
MLTable
CustomModel
MLFlowModel
TritonModel

JobOutputUnion

JobStatus

JobStatus: string

Defines values for JobStatus.
KnownJobStatus can be used interchangeably with JobStatus, this enum contains the known values that the service supports.

Known values supported by the service

NotStarted: Run hasn't started yet.
Starting: Run has started. The user has a run ID.
Provisioning: (Not used currently) It will be used if ES is creating the compute target.
Preparing: The run environment is being prepared.
Queued: The job is queued in the compute target. For example, in BatchAI the job is in queued state, while waiting for all required nodes to be ready.
Running: The job started to run in the compute target.
Finalizing: Job is completed in the target. It is in output collection state now.
CancelRequested: Cancellation has been requested for the job.
Completed: Job completed successfully. This reflects that both the job itself and output collection states completed successfully
Failed: Job failed.
Canceled: Following cancellation request, the job is now successfully canceled.
NotResponding: When heartbeat is enabled, if the run isn't updating any information to RunHistory then the run goes to NotResponding state. NotResponding is the only state that is exempt from strict transition orders. A run can go from NotResponding to any of the previous states.
Paused: The job is paused by users. Some adjustment to labeling jobs can be made only in paused state.
Unknown: Default job status if not mapped to all other statuses
Scheduled: The job is in a scheduled state. Job is not in any active state.

JobType

JobType: string

Defines values for JobType.
KnownJobType can be used interchangeably with JobType, this enum contains the known values that the service supports.

Known values supported by the service

AutoML
Command
Sweep
Pipeline

JobsCreateOrUpdateResponse

JobsCreateOrUpdateResponse: JobBaseData

Contains response data for the createOrUpdate operation.

JobsGetResponse

JobsGetResponse: JobBaseData

Contains response data for the get operation.

JobsListNextResponse

JobsListNextResponse: JobBaseResourceArmPaginatedResult

Contains response data for the listNext operation.

JobsListResponse

Contains response data for the list operation.

KerberosKeytabCredentials

KerberosKeytabCredentials: KerberosCredentials & DatastoreCredentials & { secrets: KerberosKeytabSecrets }

KerberosKeytabSecrets

KerberosKeytabSecrets: DatastoreSecrets & { kerberosKeytab?: undefined | string; secretsType: "KerberosKeytab" }

KerberosPasswordCredentials

KerberosPasswordCredentials: KerberosCredentials & DatastoreCredentials & { secrets: KerberosPasswordSecrets }

KerberosPasswordSecrets

KerberosPasswordSecrets: DatastoreSecrets & { kerberosPassword?: undefined | string; secretsType: "KerberosPassword" }

KeyType

KeyType: string

Defines values for KeyType.
KnownKeyType can be used interchangeably with KeyType, this enum contains the known values that the service supports.

Known values supported by the service

Primary
Secondary

Kubernetes

Kubernetes: Compute & KubernetesSchema & { computeType: "Kubernetes" }

A Machine Learning compute based on Kubernetes Compute.

KubernetesOnlineDeployment

KubernetesOnlineDeployment: OnlineDeploymentDetails & { containerResourceRequirements?: ContainerResourceRequirements }

Properties specific to a KubernetesOnlineDeployment.

LearningRateScheduler

LearningRateScheduler: string

Defines values for LearningRateScheduler.
KnownLearningRateScheduler can be used interchangeably with LearningRateScheduler, this enum contains the known values that the service supports.

Known values supported by the service

None: No learning rate scheduler selected.
WarmupCosine: Cosine Annealing With Warmup.
Step: Step learning rate scheduler.

ListViewType

ListViewType: string

Defines values for ListViewType.
KnownListViewType can be used interchangeably with ListViewType, this enum contains the known values that the service supports.

Known values supported by the service

ActiveOnly
ArchivedOnly
All

LiteralJobInput

LiteralJobInput: JobInput & { jobInputType: "Literal"; value: string }

Literal input type.

LoadBalancerType

LoadBalancerType: string

Defines values for LoadBalancerType.
KnownLoadBalancerType can be used interchangeably with LoadBalancerType, this enum contains the known values that the service supports.

Known values supported by the service

PublicIp
InternalLoadBalancer

LogVerbosity

LogVerbosity: string

Defines values for LogVerbosity.
KnownLogVerbosity can be used interchangeably with LogVerbosity, this enum contains the known values that the service supports.

Known values supported by the service

NotSet: No logs emitted.
Debug: Debug and above log statements logged.
Info: Info and above log statements logged.
Warning: Warning and above log statements logged.
Error: Error and above log statements logged.
Critical: Only critical statements logged.

MLFlowModelJobInput

MLFlowModelJobInput: AssetJobInput & JobInput & {}

MLFlowModelJobOutput

MLFlowModelJobOutput: AssetJobOutput & JobOutput & {}

MLTableData

MLTableData: DataVersionBaseDetails & { referencedUris?: string[] }

MLTable data definition

MLTableJobInput

MLTableJobInput: AssetJobInput & JobInput & {}

MLTableJobOutput

MLTableJobOutput: AssetJobOutput & JobOutput & {}

ManagedIdentity

ManagedIdentity: IdentityConfiguration & { clientId?: undefined | string; identityType: "Managed"; objectId?: undefined | string; resourceId?: undefined | string }

Managed identity configuration.

ManagedOnlineDeployment

ManagedOnlineDeployment: OnlineDeploymentDetails & {}

Properties specific to a ManagedOnlineDeployment.

ManagedServiceIdentityType

ManagedServiceIdentityType: string

Defines values for ManagedServiceIdentityType.
KnownManagedServiceIdentityType can be used interchangeably with ManagedServiceIdentityType, this enum contains the known values that the service supports.

Known values supported by the service

None
SystemAssigned
UserAssigned
SystemAssigned,UserAssigned

MedianStoppingPolicy

MedianStoppingPolicy: EarlyTerminationPolicy & { policyType: "MedianStopping" }

Defines an early termination policy based on running averages of the primary metric of all runs

ModelContainerData

ModelContainerData: Resource & { properties: ModelContainerDetails }

Azure Resource Manager resource envelope.

ModelContainerDetails

ModelContainerDetails: AssetContainer & {}

ModelContainersCreateOrUpdateResponse

ModelContainersCreateOrUpdateResponse: ModelContainerData

Contains response data for the createOrUpdate operation.

ModelContainersGetResponse

ModelContainersGetResponse: ModelContainerData

Contains response data for the get operation.

ModelContainersListNextResponse

ModelContainersListNextResponse: ModelContainerResourceArmPaginatedResult

Contains response data for the listNext operation.

ModelContainersListResponse

ModelContainersListResponse: ModelContainerResourceArmPaginatedResult

Contains response data for the list operation.

ModelSize

ModelSize: string

Defines values for ModelSize.
KnownModelSize can be used interchangeably with ModelSize, this enum contains the known values that the service supports.

Known values supported by the service

None: No value selected.
Small: Small size.
Medium: Medium size.
Large: Large size.
ExtraLarge: Extra large size.

ModelType

ModelType: string

Defines values for ModelType.
KnownModelType can be used interchangeably with ModelType, this enum contains the known values that the service supports.

Known values supported by the service

CustomModel
MLFlowModel
TritonModel

ModelVersionData

ModelVersionData: Resource & { properties: ModelVersionDetails }

Azure Resource Manager resource envelope.

ModelVersionDetails

ModelVersionDetails: AssetBase & { flavors?: undefined | {}; jobName?: undefined | string; modelType?: ModelType; modelUri?: undefined | string }

Model asset version details.

ModelVersionsCreateOrUpdateResponse

ModelVersionsCreateOrUpdateResponse: ModelVersionData

Contains response data for the createOrUpdate operation.

ModelVersionsGetResponse

ModelVersionsGetResponse: ModelVersionData

Contains response data for the get operation.

ModelVersionsListNextResponse

ModelVersionsListNextResponse: ModelVersionResourceArmPaginatedResult

Contains response data for the listNext operation.

ModelVersionsListResponse

ModelVersionsListResponse: ModelVersionResourceArmPaginatedResult

Contains response data for the list operation.

MountAction

MountAction: string

Defines values for MountAction.
KnownMountAction can be used interchangeably with MountAction, this enum contains the known values that the service supports.

Known values supported by the service

Mount
Unmount

MountState

MountState: string

Defines values for MountState.
KnownMountState can be used interchangeably with MountState, this enum contains the known values that the service supports.

Known values supported by the service

MountRequested
Mounted
MountFailed
UnmountRequested
UnmountFailed
Unmounted

Mpi

Mpi: DistributionConfiguration & { distributionType: "Mpi"; processCountPerInstance?: undefined | number }

MPI distribution configuration.

NCrossValidationsMode

NCrossValidationsMode: string

Defines values for NCrossValidationsMode.
KnownNCrossValidationsMode can be used interchangeably with NCrossValidationsMode, this enum contains the known values that the service supports.

Known values supported by the service

Auto: Determine N-Cross validations value automatically. Supported only for 'Forecasting' AutoML task.
Custom: Use custom N-Cross validations value.

NCrossValidationsUnion

Network

Network: string

Defines values for Network.
KnownNetwork can be used interchangeably with Network, this enum contains the known values that the service supports.

Known values supported by the service

Bridge
Host

NlpVerticalDataSettings

NlpVerticalDataSettings: DataSettings & { validationData?: NlpVerticalValidationDataSettings }

Class for data inputs. NLP - Natural Language Processing.

NlpVerticalFeaturizationSettings

NlpVerticalFeaturizationSettings: FeaturizationSettings & {}

NlpVerticalValidationDataSettings

NlpVerticalValidationDataSettings: ValidationDataSettings & {}

NodeState

NodeState: string

Defines values for NodeState.
KnownNodeState can be used interchangeably with NodeState, this enum contains the known values that the service supports.

Known values supported by the service

idle
running
preparing
unusable
leaving
preempted

NoneDatastoreCredentials

NoneDatastoreCredentials: DatastoreCredentials & { credentialsType: "None" }

Empty/none datastore credentials.

ObjectDetectionPrimaryMetrics

ObjectDetectionPrimaryMetrics: string

Defines values for ObjectDetectionPrimaryMetrics.
KnownObjectDetectionPrimaryMetrics can be used interchangeably with ObjectDetectionPrimaryMetrics, this enum contains the known values that the service supports.

Known values supported by the service

MeanAveragePrecision: Mean Average Precision (MAP) is the average of AP (Average Precision). AP is calculated for each class and averaged to get the MAP.

OnlineDeploymentData

OnlineDeploymentData: TrackedResource & { identity?: ManagedServiceIdentity; kind?: undefined | string; properties: OnlineDeploymentDetailsUnion; sku?: Sku }

OnlineDeploymentDetails

OnlineDeploymentDetails: EndpointDeploymentPropertiesBase & { appInsightsEnabled?: undefined | false | true; egressPublicNetworkAccess?: EgressPublicNetworkAccessType; endpointComputeType: EndpointComputeType; instanceType?: undefined | string; livenessProbe?: ProbeSettings; model?: undefined | string; modelMountPath?: undefined | string; privateNetworkConnection?: undefined | false | true; provisioningState?: DeploymentProvisioningState; readinessProbe?: ProbeSettings; requestSettings?: OnlineRequestSettings; scaleSettings?: OnlineScaleSettingsUnion }

OnlineDeploymentDetailsUnion

OnlineDeploymentsCreateOrUpdateResponse

OnlineDeploymentsCreateOrUpdateResponse: OnlineDeploymentData

Contains response data for the createOrUpdate operation.

OnlineDeploymentsGetLogsResponse

OnlineDeploymentsGetLogsResponse: DeploymentLogs

Contains response data for the getLogs operation.

OnlineDeploymentsGetResponse

OnlineDeploymentsGetResponse: OnlineDeploymentData

Contains response data for the get operation.

OnlineDeploymentsListNextResponse

OnlineDeploymentsListNextResponse: OnlineDeploymentTrackedResourceArmPaginatedResult

Contains response data for the listNext operation.

OnlineDeploymentsListResponse

Contains response data for the list operation.

OnlineDeploymentsListSkusNextResponse

OnlineDeploymentsListSkusNextResponse: SkuResourceArmPaginatedResult

Contains response data for the listSkusNext operation.

OnlineDeploymentsListSkusResponse

OnlineDeploymentsListSkusResponse: SkuResourceArmPaginatedResult

Contains response data for the listSkus operation.

OnlineDeploymentsUpdateResponse

OnlineDeploymentsUpdateResponse: OnlineDeploymentData

Contains response data for the update operation.

OnlineEndpointData

OnlineEndpointData: TrackedResource & { identity?: ManagedServiceIdentity; kind?: undefined | string; properties: OnlineEndpointDetails; sku?: Sku }

OnlineEndpointDetails

OnlineEndpointDetails: EndpointPropertiesBase & { compute?: undefined | string; mirrorTraffic?: undefined | {}; provisioningState?: EndpointProvisioningState; publicNetworkAccess?: PublicNetworkAccessType; traffic?: undefined | {} }

Online endpoint configuration

OnlineEndpointsCreateOrUpdateResponse

OnlineEndpointsCreateOrUpdateResponse: OnlineEndpointData

Contains response data for the createOrUpdate operation.

OnlineEndpointsGetResponse

OnlineEndpointsGetResponse: OnlineEndpointData

Contains response data for the get operation.

OnlineEndpointsGetTokenResponse

OnlineEndpointsGetTokenResponse: EndpointAuthToken

Contains response data for the getToken operation.

OnlineEndpointsListKeysResponse

OnlineEndpointsListKeysResponse: EndpointAuthKeys

Contains response data for the listKeys operation.

OnlineEndpointsListNextResponse

OnlineEndpointsListNextResponse: OnlineEndpointTrackedResourceArmPaginatedResult

Contains response data for the listNext operation.

OnlineEndpointsListResponse

Contains response data for the list operation.

OnlineEndpointsUpdateResponse

OnlineEndpointsUpdateResponse: OnlineEndpointData

Contains response data for the update operation.

OnlineScaleSettingsUnion

OperatingSystemType

OperatingSystemType: string

Defines values for OperatingSystemType.
KnownOperatingSystemType can be used interchangeably with OperatingSystemType, this enum contains the known values that the service supports.

Known values supported by the service

Linux
Windows

OperationName

OperationName: string

Defines values for OperationName.
KnownOperationName can be used interchangeably with OperationName, this enum contains the known values that the service supports.

Known values supported by the service

Create
Start
Stop
Restart
Reimage
Delete

OperationStatus

OperationStatus: string

Defines values for OperationStatus.
KnownOperationStatus can be used interchangeably with OperationStatus, this enum contains the known values that the service supports.

Known values supported by the service

InProgress
Succeeded
CreateFailed
StartFailed
StopFailed
RestartFailed
ReimageFailed
DeleteFailed

OperationTrigger

OperationTrigger: string

Defines values for OperationTrigger.
KnownOperationTrigger can be used interchangeably with OperationTrigger, this enum contains the known values that the service supports.

Known values supported by the service

User
Schedule
IdleShutdown

OperationsListResponse

OperationsListResponse: AmlOperationListResult

Contains response data for the list operation.

OrderString

OrderString: string

Defines values for OrderString.
KnownOrderString can be used interchangeably with OrderString, this enum contains the known values that the service supports.

Known values supported by the service

CreatedAtDesc
CreatedAtAsc
UpdatedAtDesc
UpdatedAtAsc

OsType

OsType: string

Defines values for OsType.
KnownOsType can be used interchangeably with OsType, this enum contains the known values that the service supports.

Known values supported by the service

Linux
Windows

OutputDeliveryMode

OutputDeliveryMode: string

Defines values for OutputDeliveryMode.
KnownOutputDeliveryMode can be used interchangeably with OutputDeliveryMode, this enum contains the known values that the service supports.

Known values supported by the service

ReadWriteMount
Upload

OutputPathAssetReference

OutputPathAssetReference: AssetReferenceBase & { jobId?: undefined | string; path?: undefined | string; referenceType: "OutputPath" }

Reference to an asset via its path in a job output.

PartialAssetReferenceBaseUnion

PartialDataPathAssetReference

PartialDataPathAssetReference: PartialAssetReferenceBase & { datastoreId?: undefined | string; path?: undefined | string; referenceType: "DataPath" }

Reference to an asset via its path in a datastore.

PartialIdAssetReference

PartialIdAssetReference: PartialAssetReferenceBase & { assetId?: undefined | string; referenceType: "Id" }

Reference to an asset via its ARM resource ID.

PartialKubernetesOnlineDeployment

PartialKubernetesOnlineDeployment: PartialOnlineDeployment & { endpointComputeType: "Kubernetes" }

Properties specific to a KubernetesOnlineDeployment.

PartialManagedOnlineDeployment

PartialManagedOnlineDeployment: PartialOnlineDeployment & { endpointComputeType: "Managed" }

Properties specific to a ManagedOnlineDeployment.

PartialOnlineDeploymentUnion

PartialOutputPathAssetReference

PartialOutputPathAssetReference: PartialAssetReferenceBase & { jobId?: undefined | string; path?: undefined | string; referenceType: "OutputPath" }

Reference to an asset via its path in a job output.

PipelineJob

PipelineJob: JobBaseDetails & { inputs?: undefined | {}; jobs?: undefined | {}; outputs?: undefined | {}; settings?: Record<string, unknown> }

Pipeline Job definition: defines generic to MFE attributes.

PrivateEndpointConnection

PrivateEndpointConnection: Resource & { identity?: ManagedServiceIdentity; location?: undefined | string; privateEndpoint?: PrivateEndpoint; privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState; provisioningState?: PrivateEndpointConnectionProvisioningState; sku?: Sku; tags?: undefined | {} }

The Private Endpoint Connection resource.

PrivateEndpointConnectionProvisioningState

PrivateEndpointConnectionProvisioningState: string

Defines values for PrivateEndpointConnectionProvisioningState.
KnownPrivateEndpointConnectionProvisioningState can be used interchangeably with PrivateEndpointConnectionProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded
Creating
Deleting
Failed

PrivateEndpointConnectionsCreateOrUpdateResponse

PrivateEndpointConnectionsCreateOrUpdateResponse: PrivateEndpointConnection

Contains response data for the createOrUpdate operation.

PrivateEndpointConnectionsGetResponse

PrivateEndpointConnectionsGetResponse: PrivateEndpointConnection

Contains response data for the get operation.

PrivateEndpointConnectionsListResponse

PrivateEndpointConnectionsListResponse: PrivateEndpointConnectionListResult

Contains response data for the list operation.

PrivateEndpointServiceConnectionStatus

PrivateEndpointServiceConnectionStatus: string

Defines values for PrivateEndpointServiceConnectionStatus.
KnownPrivateEndpointServiceConnectionStatus can be used interchangeably with PrivateEndpointServiceConnectionStatus, this enum contains the known values that the service supports.

Known values supported by the service

Pending
Approved
Rejected
Disconnected
Timeout

PrivateLinkResource

PrivateLinkResource: Resource & { groupId?: undefined | string; identity?: ManagedServiceIdentity; location?: undefined | string; requiredMembers?: string[]; requiredZoneNames?: string[]; sku?: Sku; tags?: undefined | {} }

A private link resource

PrivateLinkResourcesListResponse

PrivateLinkResourcesListResponse: PrivateLinkResourceListResult

Contains response data for the list operation.

ProvisioningState

ProvisioningState: string

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Unknown
Updating
Creating
Deleting
Succeeded
Failed
Canceled

ProvisioningStatus

ProvisioningStatus: string

Defines values for ProvisioningStatus.
KnownProvisioningStatus can be used interchangeably with ProvisioningStatus, this enum contains the known values that the service supports.

Known values supported by the service

Completed
Provisioning
Failed

PublicNetworkAccess

PublicNetworkAccess: string

Defines values for PublicNetworkAccess.
KnownPublicNetworkAccess can be used interchangeably with PublicNetworkAccess, this enum contains the known values that the service supports.

Known values supported by the service

Enabled
Disabled

PublicNetworkAccessType

PublicNetworkAccessType: string

Defines values for PublicNetworkAccessType.
KnownPublicNetworkAccessType can be used interchangeably with PublicNetworkAccessType, this enum contains the known values that the service supports.

Known values supported by the service

Enabled
Disabled

PyTorch

PyTorch: DistributionConfiguration & { distributionType: "PyTorch"; processCountPerInstance?: undefined | number }

PyTorch distribution configuration.

QuotaUnit

QuotaUnit: string

Defines values for QuotaUnit.
KnownQuotaUnit can be used interchangeably with QuotaUnit, this enum contains the known values that the service supports.

Known values supported by the service

Count

QuotasListNextResponse

QuotasListNextResponse: ListWorkspaceQuotas

Contains response data for the listNext operation.

QuotasListResponse

QuotasListResponse: ListWorkspaceQuotas

Contains response data for the list operation.

QuotasUpdateResponse

QuotasUpdateResponse: UpdateWorkspaceQuotasResult

Contains response data for the update operation.

RandomSamplingAlgorithm

RandomSamplingAlgorithm: SamplingAlgorithm & { rule?: RandomSamplingAlgorithmRule; samplingAlgorithmType: "Random"; seed?: undefined | number }

Defines a Sampling Algorithm that generates values randomly

RandomSamplingAlgorithmRule

RandomSamplingAlgorithmRule: string

Defines values for RandomSamplingAlgorithmRule.
KnownRandomSamplingAlgorithmRule can be used interchangeably with RandomSamplingAlgorithmRule, this enum contains the known values that the service supports.

Known values supported by the service

Random
Sobol

RecurrenceFrequency

RecurrenceFrequency: string

Defines values for RecurrenceFrequency.
KnownRecurrenceFrequency can be used interchangeably with RecurrenceFrequency, this enum contains the known values that the service supports.

Known values supported by the service

Minute: Minute frequency
Hour: Hour frequency
Day: Day frequency
Week: Week frequency
Month: Month frequency

RecurrenceSchedule

RecurrenceSchedule: ScheduleBase & { frequency: RecurrenceFrequency; interval: number; pattern?: RecurrencePattern; scheduleType: "Recurrence" }

Recurrence schedule definition

ReferenceType

ReferenceType: string

Defines values for ReferenceType.
KnownReferenceType can be used interchangeably with ReferenceType, this enum contains the known values that the service supports.

Known values supported by the service

Id
DataPath
OutputPath

Regression

Regression: TableVertical & AutoMLVertical & { allowedModels?: RegressionModels[]; blockedModels?: RegressionModels[]; primaryMetric?: RegressionPrimaryMetrics }

Regression task in AutoML Table vertical.

RegressionModels

RegressionModels: string

Defines values for RegressionModels.
KnownRegressionModels can be used interchangeably with RegressionModels, this enum contains the known values that the service supports.

Known values supported by the service

ElasticNet: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions.
GradientBoosting: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution.
DecisionTree: Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features.
KNN: 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.
LassoLars: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer.
SGD: 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. It's an inexact but powerful technique.
RandomForest: Random forest is a supervised learning algorithm. The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. The general idea of the bagging method is that a combination of learning models increases the overall result.
ExtremeRandomTrees: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm.
LightGBM: LightGBM is a gradient boosting framework that uses tree based learning algorithms.
XGBoostRegressor: XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.

RegressionPrimaryMetrics

RegressionPrimaryMetrics: string

Defines values for RegressionPrimaryMetrics.
KnownRegressionPrimaryMetrics can be used interchangeably with RegressionPrimaryMetrics, this enum contains the known values that the service supports.

Known values supported by the service

SpearmanCorrelation: The Spearman's rank coefficient of correlation is a nonparametric measure of rank correlation.
NormalizedRootMeanSquaredError: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales.
R2Score: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models.
NormalizedMeanAbsoluteError: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales.

RemoteLoginPortPublicAccess

RemoteLoginPortPublicAccess: string

Defines values for RemoteLoginPortPublicAccess.
KnownRemoteLoginPortPublicAccess can be used interchangeably with RemoteLoginPortPublicAccess, this enum contains the known values that the service supports.

Known values supported by the service

Enabled
Disabled
NotSpecified

SamplingAlgorithmType

SamplingAlgorithmType: string

Defines values for SamplingAlgorithmType.
KnownSamplingAlgorithmType can be used interchangeably with SamplingAlgorithmType, this enum contains the known values that the service supports.

Known values supported by the service

Grid
Random
Bayesian

SamplingAlgorithmUnion

SasDatastoreCredentials

SasDatastoreCredentials: DatastoreCredentials & { credentialsType: "Sas"; secrets: SasDatastoreSecrets }

SAS datastore credentials configuration.

SasDatastoreSecrets

SasDatastoreSecrets: DatastoreSecrets & { sasToken?: undefined | string; secretsType: "Sas" }

Datastore SAS secrets.

ScaleType

ScaleType: string

Defines values for ScaleType.
KnownScaleType can be used interchangeably with ScaleType, this enum contains the known values that the service supports.

Known values supported by the service

Default
TargetUtilization

ScheduleBaseUnion

ScheduleStatus

ScheduleStatus: string

Defines values for ScheduleStatus.
KnownScheduleStatus can be used interchangeably with ScheduleStatus, this enum contains the known values that the service supports.

Known values supported by the service

Enabled: Schedule is enabled
Disabled: Schedule is disabled

ScheduleType

ScheduleType: string

Defines values for ScheduleType.
KnownScheduleType can be used interchangeably with ScheduleType, this enum contains the known values that the service supports.

Known values supported by the service

Cron: Cron schedule type
Recurrence: Recurrence schedule type

SeasonalityMode

SeasonalityMode: string

Defines values for SeasonalityMode.
KnownSeasonalityMode can be used interchangeably with SeasonalityMode, this enum contains the known values that the service supports.

Known values supported by the service

Auto: Seasonality to be determined automatically.
Custom: Use the custom seasonality value.

SeasonalityUnion

SecretsType

SecretsType: string

Defines values for SecretsType.
KnownSecretsType can be used interchangeably with SecretsType, this enum contains the known values that the service supports.

Known values supported by the service

AccountKey
Certificate
Sas
ServicePrincipal
KerberosPassword
KerberosKeytab

ServiceDataAccessAuthIdentity

ServiceDataAccessAuthIdentity: string

Defines values for ServiceDataAccessAuthIdentity.
KnownServiceDataAccessAuthIdentity can be used interchangeably with ServiceDataAccessAuthIdentity, this enum contains the known values that the service supports.

Known values supported by the service

None: Do not use any identity for service data access.
WorkspaceSystemAssignedIdentity: Use the system assigned managed identity of the Workspace to authenticate service data access.
WorkspaceUserAssignedIdentity: Use the user assigned managed identity of the Workspace to authenticate service data access.

ServicePrincipalDatastoreCredentials

ServicePrincipalDatastoreCredentials: DatastoreCredentials & { authorityUrl?: undefined | string; clientId: string; credentialsType: "ServicePrincipal"; resourceUrl?: undefined | string; secrets: ServicePrincipalDatastoreSecrets; tenantId: string }

Service Principal datastore credentials configuration.

ServicePrincipalDatastoreSecrets

ServicePrincipalDatastoreSecrets: DatastoreSecrets & { clientSecret?: undefined | string; secretsType: "ServicePrincipal" }

Datastore Service Principal secrets.

ShortSeriesHandlingConfiguration

ShortSeriesHandlingConfiguration: string

Defines values for ShortSeriesHandlingConfiguration.
KnownShortSeriesHandlingConfiguration can be used interchangeably with ShortSeriesHandlingConfiguration, this enum contains the known values that the service supports.

Known values supported by the service

None: Represents no/null value.
Auto: Short series will be padded if there are no long series, otherwise short series will be dropped.
Pad: All the short series will be padded.
Drop: All the short series will be dropped.

SkuScaleType

SkuScaleType: string

Defines values for SkuScaleType.
KnownSkuScaleType can be used interchangeably with SkuScaleType, this enum contains the known values that the service supports.

Known values supported by the service

Automatic
Manual
None

SkuTier

SkuTier: "Free" | "Basic" | "Standard" | "Premium"

Defines values for SkuTier.

SourceType

SourceType: string

Defines values for SourceType.
KnownSourceType can be used interchangeably with SourceType, this enum contains the known values that the service supports.

Known values supported by the service

Dataset
Datastore
URI

SshPublicAccess

SshPublicAccess: string

Defines values for SshPublicAccess.
KnownSshPublicAccess can be used interchangeably with SshPublicAccess, this enum contains the known values that the service supports.

Known values supported by the service

Enabled
Disabled

SslConfigurationStatus

SslConfigurationStatus: string

Defines values for SslConfigurationStatus.
KnownSslConfigurationStatus can be used interchangeably with SslConfigurationStatus, this enum contains the known values that the service supports.

Known values supported by the service

Disabled
Enabled
Auto

StackMetaLearnerType

StackMetaLearnerType: string

Defines values for StackMetaLearnerType.
KnownStackMetaLearnerType can be used interchangeably with StackMetaLearnerType, this enum contains the known values that the service supports.

Known values supported by the service

None
LogisticRegression: Default meta-learners are LogisticRegression for classification tasks.
LogisticRegressionCV: Default meta-learners are LogisticRegression for classification task when CV is on.
LightGBMClassifier
ElasticNet: Default meta-learners are LogisticRegression for regression task.
ElasticNetCV: Default meta-learners are LogisticRegression for regression task when CV is on.
LightGBMRegressor
LinearRegression

Status

Status: string

Defines values for Status.
KnownStatus can be used interchangeably with Status, this enum contains the known values that the service supports.

Known values supported by the service

Undefined
Success
Failure
InvalidQuotaBelowClusterMinimum
InvalidQuotaExceedsSubscriptionLimit
InvalidVMFamilyName
OperationNotSupportedForSku
OperationNotEnabledForRegion

StochasticOptimizer

StochasticOptimizer: string

Defines values for StochasticOptimizer.
KnownStochasticOptimizer can be used interchangeably with StochasticOptimizer, this enum contains the known values that the service supports.

Known values supported by the service

None: No optimizer selected.
Sgd: Stochastic Gradient Descent optimizer.
Adam: Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments
Adamw: AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay.

StorageAccountType

StorageAccountType: string

Defines values for StorageAccountType.
KnownStorageAccountType can be used interchangeably with StorageAccountType, this enum contains the known values that the service supports.

Known values supported by the service

Standard_LRS
Premium_LRS

SweepJob

SweepJob: JobBaseDetails & { earlyTermination?: EarlyTerminationPolicyUnion; inputs?: undefined | {}; limits?: SweepJobLimits; objective: Objective; outputs?: undefined | {}; samplingAlgorithm: SamplingAlgorithmUnion; searchSpace: Record<string, unknown>; trial: TrialComponent }

Sweep job definition.

SweepJobLimits

SweepJobLimits: JobLimits & { jobLimitsType: "Sweep"; maxConcurrentTrials?: undefined | number; maxTotalTrials?: undefined | number; trialTimeout?: undefined | string }

Sweep Job limit class.

SynapseSpark

SynapseSpark: Compute & { computeType: "SynapseSpark"; properties?: SynapseSparkProperties }

A SynapseSpark compute.

TableVerticalDataSettings

TableVerticalDataSettings: DataSettings & { validationData?: TableVerticalValidationDataSettings; weightColumnName?: undefined | string }

Class for data inputs.

TableVerticalFeaturizationSettings

TableVerticalFeaturizationSettings: FeaturizationSettings & { blockedTransformers?: string[]; columnNameAndTypes?: undefined | {}; dropColumns?: string[]; enableDnnFeaturization?: undefined | false | true; mode?: FeaturizationMode; transformerParams?: undefined | {} }

Featurization Configuration.

TableVerticalValidationDataSettings

TableVerticalValidationDataSettings: ValidationDataSettings & { cvSplitColumnNames?: string[]; nCrossValidations?: NCrossValidationsUnion }

Validation settings for AutoML Table vertical tasks - Classification/Regression/Forecasting.

TargetAggregationFunction

TargetAggregationFunction: string

Defines values for TargetAggregationFunction.
KnownTargetAggregationFunction can be used interchangeably with TargetAggregationFunction, this enum contains the known values that the service supports.

Known values supported by the service

None: Represent no value set.
Sum
Max
Min
Mean

TargetLagsMode

TargetLagsMode: string

Defines values for TargetLagsMode.
KnownTargetLagsMode can be used interchangeably with TargetLagsMode, this enum contains the known values that the service supports.

Known values supported by the service

Auto: Target lags to be determined automatically.
Custom: Use the custom target lags.

TargetLagsUnion

TargetRollingWindowSizeMode

TargetRollingWindowSizeMode: string

Defines values for TargetRollingWindowSizeMode.
KnownTargetRollingWindowSizeMode can be used interchangeably with TargetRollingWindowSizeMode, this enum contains the known values that the service supports.

Known values supported by the service

Auto: Determine rolling windows size automatically.
Custom: Use the specified rolling window size.

TargetRollingWindowSizeUnion

TargetUtilizationScaleSettings

TargetUtilizationScaleSettings: OnlineScaleSettings & { maxInstances?: undefined | number; minInstances?: undefined | number; pollingInterval?: undefined | string; scaleType: "TargetUtilization"; targetUtilizationPercentage?: undefined | number }

TaskType

TaskType: string

Defines values for TaskType.
KnownTaskType can be used interchangeably with TaskType, this enum contains the known values that the service supports.

Known values supported by the service

Classification: 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.
Regression: Regression means to predict the value using the input data. Regression models are used to predict a continuous value.
Forecasting: 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.
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'.
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.
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.
TextClassification: Text classification (also known as text tagging or text categorization) is the process of sorting texts into categories. Categories are mutually exclusive.
TextClassificationMultilabel: Multilabel classification task assigns each sample to a group (zero or more) of target labels.
TextNER: Text Named Entity Recognition a.k.a. TextNER. Named Entity Recognition (NER) is the ability to take free-form text and identify the occurrences of entities such as people, locations, organizations, and more.

TensorFlow

TensorFlow: DistributionConfiguration & { distributionType: "TensorFlow"; parameterServerCount?: undefined | number; workerCount?: undefined | number }

TensorFlow distribution configuration.

TextClassification

TextClassification: NlpVertical & AutoMLVertical & { primaryMetric?: ClassificationPrimaryMetrics }

Text Classification task in AutoML NLP vertical. NLP - Natural Language Processing.

TextClassificationMultilabel

TextClassificationMultilabel: NlpVertical & AutoMLVertical & { primaryMetric?: ClassificationMultilabelPrimaryMetrics }

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.

TrackedResource

TrackedResource: Resource & { location: string; tags?: undefined | {} }

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

TritonModelJobInput

TritonModelJobInput: AssetJobInput & JobInput & {}

TritonModelJobOutput

TritonModelJobOutput: AssetJobOutput & JobOutput & {}

TruncationSelectionPolicy

TruncationSelectionPolicy: EarlyTerminationPolicy & { policyType: "TruncationSelection"; truncationPercentage?: undefined | number }

Defines an early termination policy that cancels a given percentage of runs at each evaluation interval.

UnderlyingResourceAction

UnderlyingResourceAction: string

Defines values for UnderlyingResourceAction.
KnownUnderlyingResourceAction can be used interchangeably with UnderlyingResourceAction, this enum contains the known values that the service supports.

Known values supported by the service

Delete
Detach

UnitOfMeasure

UnitOfMeasure: string

Defines values for UnitOfMeasure.
KnownUnitOfMeasure can be used interchangeably with UnitOfMeasure, this enum contains the known values that the service supports.

Known values supported by the service

OneHour

UriFileDataVersion

UriFileDataVersion: DataVersionBaseDetails & {}

uri-file data version entity

UriFileJobInput

UriFileJobInput: AssetJobInput & JobInput & {}

UriFileJobOutput

UriFileJobOutput: AssetJobOutput & JobOutput & {}

UriFolderDataVersion

UriFolderDataVersion: DataVersionBaseDetails & {}

uri-folder data version entity

UriFolderJobInput

UriFolderJobInput: AssetJobInput & JobInput & {}

UriFolderJobOutput

UriFolderJobOutput: AssetJobOutput & JobOutput & {}

UsageUnit

UsageUnit: string

Defines values for UsageUnit.
KnownUsageUnit can be used interchangeably with UsageUnit, this enum contains the known values that the service supports.

Known values supported by the service

Count

UsagesListNextResponse

UsagesListNextResponse: ListUsagesResult

Contains response data for the listNext operation.

UsagesListResponse

UsagesListResponse: ListUsagesResult

Contains response data for the list operation.

UseStl

UseStl: string

Defines values for UseStl.
KnownUseStl can be used interchangeably with UseStl, this enum contains the known values that the service supports.

Known values supported by the service

None: No stl decomposition.
Season
SeasonTrend

UserIdentity

UserIdentity: IdentityConfiguration & { identityType: "UserIdentity" }

User identity configuration.

VMPriceOSType

VMPriceOSType: string

Defines values for VMPriceOSType.
KnownVMPriceOSType can be used interchangeably with VMPriceOSType, this enum contains the known values that the service supports.

Known values supported by the service

Linux
Windows

VMTier

VMTier: string

Defines values for VMTier.
KnownVMTier can be used interchangeably with VMTier, this enum contains the known values that the service supports.

Known values supported by the service

Standard
LowPriority
Spot

ValidationMetricType

ValidationMetricType: string

Defines values for ValidationMetricType.
KnownValidationMetricType can be used interchangeably with ValidationMetricType, this enum contains the known values that the service supports.

Known values supported by the service

None: No metric.
Coco: Coco metric.
Voc: Voc metric.
CocoVoc: CocoVoc metric.

ValueFormat

ValueFormat: string

Defines values for ValueFormat.
KnownValueFormat can be used interchangeably with ValueFormat, this enum contains the known values that the service supports.

Known values supported by the service

JSON

VirtualMachine

VirtualMachine: Compute & VirtualMachineSchema & { computeType: "VirtualMachine" }

A Machine Learning compute based on Azure Virtual Machines.

VirtualMachineSecrets

VirtualMachineSecrets: ComputeSecrets & VirtualMachineSecretsSchema & { computeType: "VirtualMachine" }

Secrets related to a Machine Learning compute based on AKS.

VirtualMachineSizesListResponse

VirtualMachineSizesListResponse: VirtualMachineSizeListResult

Contains response data for the list operation.

VmPriority

VmPriority: string

Defines values for VmPriority.
KnownVmPriority can be used interchangeably with VmPriority, this enum contains the known values that the service supports.

Known values supported by the service

Dedicated
LowPriority

Weekday

Weekday: string

Defines values for Weekday.
KnownWeekday can be used interchangeably with Weekday, this enum contains the known values that the service supports.

Known values supported by the service

Monday: Monday weekday
Tuesday: Tuesday weekday
Wednesday: Wednesday weekday
Thursday: Thursday weekday
Friday: Friday weekday
Saturday: Saturday weekday
Sunday: Sunday weekday

Workspace

Workspace: Resource & { allowPublicAccessWhenBehindVnet?: undefined | false | true; applicationInsights?: undefined | string; containerRegistry?: undefined | string; description?: undefined | string; discoveryUrl?: undefined | string; encryption?: EncryptionProperty; friendlyName?: undefined | string; hbiWorkspace?: undefined | false | true; identity?: ManagedServiceIdentity; imageBuildCompute?: undefined | string; keyVault?: undefined | string; location?: undefined | string; mlFlowTrackingUri?: undefined | string; notebookInfo?: NotebookResourceInfo; primaryUserAssignedIdentity?: undefined | string; privateEndpointConnections?: PrivateEndpointConnection[]; privateLinkCount?: undefined | number; provisioningState?: ProvisioningState; publicNetworkAccess?: PublicNetworkAccess; serviceManagedResourcesSettings?: ServiceManagedResourcesSettings; serviceProvisionedResourceGroup?: undefined | string; sharedPrivateLinkResources?: SharedPrivateLinkResource[]; sku?: Sku; storageAccount?: undefined | string; storageHnsEnabled?: undefined | false | true; tags?: undefined | {}; tenantId?: undefined | string; workspaceId?: undefined | string }

An object that represents a machine learning workspace.

WorkspaceConnection

WorkspaceConnection: Resource & { authType?: undefined | string; category?: undefined | string; target?: undefined | string; value?: undefined | string; valueFormat?: ValueFormat }

Workspace connection.

WorkspaceConnectionsCreateResponse

WorkspaceConnectionsCreateResponse: WorkspaceConnection

Contains response data for the create operation.

WorkspaceConnectionsGetResponse

WorkspaceConnectionsGetResponse: WorkspaceConnection

Contains response data for the get operation.

WorkspaceConnectionsListResponse

WorkspaceConnectionsListResponse: PaginatedWorkspaceConnectionsList

Contains response data for the list operation.

WorkspaceFeaturesListNextResponse

WorkspaceFeaturesListNextResponse: ListAmlUserFeatureResult

Contains response data for the listNext operation.

WorkspaceFeaturesListResponse

WorkspaceFeaturesListResponse: ListAmlUserFeatureResult

Contains response data for the list operation.

WorkspacesCreateOrUpdateResponse

WorkspacesCreateOrUpdateResponse: Workspace

Contains response data for the createOrUpdate operation.

WorkspacesDiagnoseResponse

WorkspacesDiagnoseResponse: DiagnoseResponseResult

Contains response data for the diagnose operation.

WorkspacesGetResponse

WorkspacesGetResponse: Workspace

Contains response data for the get operation.

WorkspacesListByResourceGroupNextResponse

WorkspacesListByResourceGroupNextResponse: WorkspaceListResult

Contains response data for the listByResourceGroupNext operation.

WorkspacesListByResourceGroupResponse

WorkspacesListByResourceGroupResponse: WorkspaceListResult

Contains response data for the listByResourceGroup operation.

WorkspacesListBySubscriptionNextResponse

WorkspacesListBySubscriptionNextResponse: WorkspaceListResult

Contains response data for the listBySubscriptionNext operation.

WorkspacesListBySubscriptionResponse

WorkspacesListBySubscriptionResponse: WorkspaceListResult

Contains response data for the listBySubscription operation.

WorkspacesListKeysResponse

WorkspacesListKeysResponse: ListWorkspaceKeysResult

Contains response data for the listKeys operation.

WorkspacesListNotebookAccessTokenResponse

WorkspacesListNotebookAccessTokenResponse: NotebookAccessTokenResult

Contains response data for the listNotebookAccessToken operation.

WorkspacesListNotebookKeysResponse

WorkspacesListNotebookKeysResponse: ListNotebookKeysResult

Contains response data for the listNotebookKeys operation.

WorkspacesListOutboundNetworkDependenciesEndpointsResponse

WorkspacesListOutboundNetworkDependenciesEndpointsResponse: ExternalFqdnResponse

Contains response data for the listOutboundNetworkDependenciesEndpoints operation.

WorkspacesListStorageAccountKeysResponse

WorkspacesListStorageAccountKeysResponse: ListStorageAccountKeysResult

Contains response data for the listStorageAccountKeys operation.

WorkspacesPrepareNotebookResponse

WorkspacesPrepareNotebookResponse: NotebookResourceInfo

Contains response data for the prepareNotebook operation.

WorkspacesUpdateResponse

WorkspacesUpdateResponse: Workspace

Contains response data for the update operation.

Variables

Const serializer

serializer: any = coreClient.createSerializer(Mappers, /* isXml */ false)

Object literals

Const $host

$host: object

parameterPath

parameterPath: string = "$host"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "$host"

type

type: object

name

name: string = "String"

Const AKSSchema

AKSSchema: object

type

type: object

className

className: string = "AKSSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "AKSSchemaProperties"

name

name: string = "Composite"

Const AKSSchemaProperties

AKSSchemaProperties: object

type

type: object

className

className: string = "AKSSchemaProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

agentCount

agentCount: object

serializedName

serializedName: string = "agentCount"

constraints

constraints: object

InclusiveMinimum

InclusiveMinimum: number = 0

type

type: object

name

name: string = "Number"

agentVmSize

agentVmSize: object

serializedName

serializedName: string = "agentVmSize"

type

type: object

name

name: string = "String"

aksNetworkingConfiguration

aksNetworkingConfiguration: object

serializedName

serializedName: string = "aksNetworkingConfiguration"

type

type: object

className

className: string = "AksNetworkingConfiguration"

name

name: string = "Composite"

clusterFqdn

clusterFqdn: object

serializedName

serializedName: string = "clusterFqdn"

type

type: object

name

name: string = "String"

clusterPurpose

clusterPurpose: object

defaultValue

defaultValue: string = "FastProd"

serializedName

serializedName: string = "clusterPurpose"

type

type: object

name

name: string = "String"

loadBalancerSubnet

loadBalancerSubnet: object

serializedName

serializedName: string = "loadBalancerSubnet"

type

type: object

name

name: string = "String"

loadBalancerType

loadBalancerType: object

defaultValue

defaultValue: string = "PublicIp"

serializedName

serializedName: string = "loadBalancerType"

type

type: object

name

name: string = "String"

sslConfiguration

sslConfiguration: object

serializedName

serializedName: string = "sslConfiguration"

type

type: object

className

className: string = "SslConfiguration"

name

name: string = "Composite"

systemServices

systemServices: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "systemServices"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SystemService"

name

name: string = "Composite"

Const AccountKeyDatastoreCredentials

AccountKeyDatastoreCredentials: object

serializedName

serializedName: string = "AccountKey"

type

type: object

className

className: string = "AccountKeyDatastoreCredentials"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreCredentials.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreCredentials"

modelProperties

modelProperties: object

secrets

secrets: object

serializedName

serializedName: string = "secrets"

type

type: object

className

className: string = "AccountKeyDatastoreSecrets"

name

name: string = "Composite"

Const AccountKeyDatastoreSecrets

AccountKeyDatastoreSecrets: object

serializedName

serializedName: string = "AccountKey"

type

type: object

className

className: string = "AccountKeyDatastoreSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreSecrets"

modelProperties

modelProperties: object

key

key: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "key"

type

type: object

name

name: string = "String"

Const Aks

Aks: object

serializedName

serializedName: string = "AKS"

type

type: object

className

className: string = "Aks"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

Const AksComputeSecrets

AksComputeSecrets: object

serializedName

serializedName: string = "AKS"

type

type: object

className

className: string = "AksComputeSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ComputeSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "ComputeSecrets"

modelProperties

modelProperties: object

Const AksComputeSecretsProperties

AksComputeSecretsProperties: object

type

type: object

className

className: string = "AksComputeSecretsProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

adminKubeConfig

adminKubeConfig: object

serializedName

serializedName: string = "adminKubeConfig"

type

type: object

name

name: string = "String"

imagePullSecretName

imagePullSecretName: object

serializedName

serializedName: string = "imagePullSecretName"

type

type: object

name

name: string = "String"

userKubeConfig

userKubeConfig: object

serializedName

serializedName: string = "userKubeConfig"

type

type: object

name

name: string = "String"

Const AksNetworkingConfiguration

AksNetworkingConfiguration: object

type

type: object

className

className: string = "AksNetworkingConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

dnsServiceIP

dnsServiceIP: object

serializedName

serializedName: string = "dnsServiceIP"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$")

type

type: object

name

name: string = "String"

dockerBridgeCidr

dockerBridgeCidr: object

serializedName

serializedName: string = "dockerBridgeCidr"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$")

type

type: object

name

name: string = "String"

serviceCidr

serviceCidr: object

serializedName

serializedName: string = "serviceCidr"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$")

type

type: object

name

name: string = "String"

subnetId

subnetId: object

serializedName

serializedName: string = "subnetId"

type

type: object

name

name: string = "String"

Const AmlCompute

AmlCompute: object

serializedName

serializedName: string = "AmlCompute"

type

type: object

className

className: string = "AmlCompute"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

Const AmlComputeNodeInformation

AmlComputeNodeInformation: object

type

type: object

className

className: string = "AmlComputeNodeInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

nodeId

nodeId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nodeId"

type

type: object

name

name: string = "String"

nodeState

nodeState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nodeState"

type

type: object

name

name: string = "String"

port

port: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "port"

type

type: object

name

name: string = "Number"

privateIpAddress

privateIpAddress: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "privateIpAddress"

type

type: object

name

name: string = "String"

publicIpAddress

publicIpAddress: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "publicIpAddress"

type

type: object

name

name: string = "String"

runId

runId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "runId"

type

type: object

name

name: string = "String"

Const AmlComputeNodesInformation

AmlComputeNodesInformation: object

type

type: object

className

className: string = "AmlComputeNodesInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

nodes

nodes: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nodes"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "AmlComputeNodeInformation"

name

name: string = "Composite"

Const AmlComputeProperties

AmlComputeProperties: object

type

type: object

className

className: string = "AmlComputeProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

allocationState

allocationState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "allocationState"

type

type: object

name

name: string = "String"

allocationStateTransitionTime

allocationStateTransitionTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "allocationStateTransitionTime"

type

type: object

name

name: string = "DateTime"

currentNodeCount

currentNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "currentNodeCount"

type

type: object

name

name: string = "Number"

enableNodePublicIp

enableNodePublicIp: object

defaultValue

defaultValue: boolean = true

serializedName

serializedName: string = "enableNodePublicIp"

type

type: object

name

name: string = "Boolean"

errors

errors: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "errors"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

isolatedNetwork

isolatedNetwork: object

serializedName

serializedName: string = "isolatedNetwork"

type

type: object

name

name: string = "Boolean"

nodeStateCounts

nodeStateCounts: object

serializedName

serializedName: string = "nodeStateCounts"

type

type: object

className

className: string = "NodeStateCounts"

name

name: string = "Composite"

osType

osType: object

defaultValue

defaultValue: string = "Linux"

serializedName

serializedName: string = "osType"

type

type: object

name

name: string = "String"

propertyBag

propertyBag: object

serializedName

serializedName: string = "propertyBag"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

remoteLoginPortPublicAccess

remoteLoginPortPublicAccess: object

defaultValue

defaultValue: string = "NotSpecified"

serializedName

serializedName: string = "remoteLoginPortPublicAccess"

type

type: object

name

name: string = "String"

scaleSettings

scaleSettings: object

serializedName

serializedName: string = "scaleSettings"

type

type: object

className

className: string = "ScaleSettings"

name

name: string = "Composite"

subnet

subnet: object

serializedName

serializedName: string = "subnet"

type

type: object

className

className: string = "ResourceId"

name

name: string = "Composite"

targetNodeCount

targetNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "targetNodeCount"

type

type: object

name

name: string = "Number"

userAccountCredentials

userAccountCredentials: object

serializedName

serializedName: string = "userAccountCredentials"

type

type: object

className

className: string = "UserAccountCredentials"

name

name: string = "Composite"

virtualMachineImage

virtualMachineImage: object

serializedName

serializedName: string = "virtualMachineImage"

type

type: object

className

className: string = "VirtualMachineImage"

name

name: string = "Composite"

vmPriority

vmPriority: object

serializedName

serializedName: string = "vmPriority"

type

type: object

name

name: string = "String"

vmSize

vmSize: object

serializedName

serializedName: string = "vmSize"

type

type: object

name

name: string = "String"

Const AmlComputeSchema

AmlComputeSchema: object

type

type: object

className

className: string = "AmlComputeSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "AmlComputeProperties"

name

name: string = "Composite"

Const AmlOperation

AmlOperation: object

type

type: object

className

className: string = "AmlOperation"

name

name: string = "Composite"

modelProperties

modelProperties: object

display

display: object

serializedName

serializedName: string = "display"

type

type: object

className

className: string = "AmlOperationDisplay"

name

name: string = "Composite"

isDataAction

isDataAction: object

serializedName

serializedName: string = "isDataAction"

type

type: object

name

name: string = "Boolean"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const AmlOperationDisplay

AmlOperationDisplay: object

type

type: object

className

className: string = "AmlOperationDisplay"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

operation

operation: object

serializedName

serializedName: string = "operation"

type

type: object

name

name: string = "String"

provider

provider: object

serializedName

serializedName: string = "provider"

type

type: object

name

name: string = "String"

resource

resource: object

serializedName

serializedName: string = "resource"

type

type: object

name

name: string = "String"

Const AmlOperationListResult

AmlOperationListResult: object

type

type: object

className

className: string = "AmlOperationListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "AmlOperation"

name

name: string = "Composite"

Const AmlToken

AmlToken: object

serializedName

serializedName: string = "AMLToken"

type

type: object

className

className: string = "AmlToken"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = IdentityConfiguration.type.polymorphicDiscriminator

uberParent

uberParent: string = "IdentityConfiguration"

modelProperties

modelProperties: object

Const AmlUserFeature

AmlUserFeature: object

type

type: object

className

className: string = "AmlUserFeature"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const AssetBase

AssetBase: object

type

type: object

className

className: string = "AssetBase"

name

name: string = "Composite"

modelProperties

modelProperties: object

isAnonymous

isAnonymous: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "isAnonymous"

type

type: object

name

name: string = "Boolean"

isArchived

isArchived: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "isArchived"

type

type: object

name

name: string = "Boolean"

Const AssetContainer

AssetContainer: object

type

type: object

className

className: string = "AssetContainer"

name

name: string = "Composite"

modelProperties

modelProperties: object

isArchived

isArchived: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "isArchived"

type

type: object

name

name: string = "Boolean"

latestVersion

latestVersion: object

nullable

nullable: boolean = true

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "latestVersion"

type

type: object

name

name: string = "String"

nextVersion

nextVersion: object

nullable

nullable: boolean = true

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextVersion"

type

type: object

name

name: string = "String"

Const AssetJobInput

AssetJobInput: object

type

type: object

className

className: string = "AssetJobInput"

name

name: string = "Composite"

modelProperties

modelProperties: object

mode

mode: object

serializedName

serializedName: string = "mode"

type

type: object

name

name: string = "String"

uri

uri: object

required

required: boolean = true

serializedName

serializedName: string = "uri"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

Const AssetJobOutput

AssetJobOutput: object

type

type: object

className

className: string = "AssetJobOutput"

name

name: string = "Composite"

modelProperties

modelProperties: object

mode

mode: object

serializedName

serializedName: string = "mode"

type

type: object

name

name: string = "String"

uri

uri: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "uri"

type

type: object

name

name: string = "String"

Const AssetReferenceBase

AssetReferenceBase: object

type

type: object

className

className: string = "AssetReferenceBase"

name

name: string = "Composite"

uberParent

uberParent: string = "AssetReferenceBase"

modelProperties

modelProperties: object

referenceType

referenceType: object

required

required: boolean = true

serializedName

serializedName: string = "referenceType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "referenceType"

serializedName

serializedName: string = "referenceType"

Const AssignedUser

AssignedUser: object

type

type: object

className

className: string = "AssignedUser"

name

name: string = "Composite"

modelProperties

modelProperties: object

objectId

objectId: object

required

required: boolean = true

serializedName

serializedName: string = "objectId"

type

type: object

name

name: string = "String"

tenantId

tenantId: object

required

required: boolean = true

serializedName

serializedName: string = "tenantId"

type

type: object

name

name: string = "String"

Const AutoForecastHorizon

AutoForecastHorizon: object

serializedName

serializedName: string = "Auto"

type

type: object

className

className: string = "AutoForecastHorizon"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ForecastHorizon.type.polymorphicDiscriminator

uberParent

uberParent: string = "ForecastHorizon"

modelProperties

modelProperties: object

Const AutoMLJob

AutoMLJob: object

serializedName

serializedName: string = "AutoML"

type

type: object

className

className: string = "AutoMLJob"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

environmentId

environmentId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "environmentId"

type

type: object

name

name: string = "String"

environmentVariables

environmentVariables: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "environmentVariables"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

outputs

outputs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "outputs"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "JobOutput"

name

name: string = "Composite"

resources

resources: object

serializedName

serializedName: string = "resources"

type

type: object

className

className: string = "ResourceConfiguration"

name

name: string = "Composite"

taskDetails

taskDetails: object

serializedName

serializedName: string = "taskDetails"

type

type: object

className

className: string = "AutoMLVertical"

name

name: string = "Composite"

Const AutoMLVertical

AutoMLVertical: object

type

type: object

className

className: string = "AutoMLVertical"

name

name: string = "Composite"

uberParent

uberParent: string = "AutoMLVertical"

modelProperties

modelProperties: object

logVerbosity

logVerbosity: object

serializedName

serializedName: string = "logVerbosity"

type

type: object

name

name: string = "String"

taskType

taskType: object

required

required: boolean = true

serializedName

serializedName: string = "taskType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "taskType"

serializedName

serializedName: string = "taskType"

Const AutoNCrossValidations

AutoNCrossValidations: object

serializedName

serializedName: string = "Auto"

type

type: object

className

className: string = "AutoNCrossValidations"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = NCrossValidations.type.polymorphicDiscriminator

uberParent

uberParent: string = "NCrossValidations"

modelProperties

modelProperties: object

Const AutoPauseProperties

AutoPauseProperties: object

type

type: object

className

className: string = "AutoPauseProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

delayInMinutes

delayInMinutes: object

serializedName

serializedName: string = "delayInMinutes"

type

type: object

name

name: string = "Number"

enabled

enabled: object

serializedName

serializedName: string = "enabled"

type

type: object

name

name: string = "Boolean"

Const AutoScaleProperties

AutoScaleProperties: object

type

type: object

className

className: string = "AutoScaleProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

enabled

enabled: object

serializedName

serializedName: string = "enabled"

type

type: object

name

name: string = "Boolean"

maxNodeCount

maxNodeCount: object

serializedName

serializedName: string = "maxNodeCount"

type

type: object

name

name: string = "Number"

minNodeCount

minNodeCount: object

serializedName

serializedName: string = "minNodeCount"

type

type: object

name

name: string = "Number"

Const AutoSeasonality

AutoSeasonality: object

serializedName

serializedName: string = "Auto"

type

type: object

className

className: string = "AutoSeasonality"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Seasonality.type.polymorphicDiscriminator

uberParent

uberParent: string = "Seasonality"

modelProperties

modelProperties: object

Const AutoTargetLags

AutoTargetLags: object

serializedName

serializedName: string = "Auto"

type

type: object

className

className: string = "AutoTargetLags"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TargetLags.type.polymorphicDiscriminator

uberParent

uberParent: string = "TargetLags"

modelProperties

modelProperties: object

Const AutoTargetRollingWindowSize

AutoTargetRollingWindowSize: object

serializedName

serializedName: string = "Auto"

type

type: object

className

className: string = "AutoTargetRollingWindowSize"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TargetRollingWindowSize.type.polymorphicDiscriminator

uberParent

uberParent: string = "TargetRollingWindowSize"

modelProperties

modelProperties: object

Const AzureBlobDatastore

AzureBlobDatastore: object

serializedName

serializedName: string = "AzureBlob"

type

type: object

className

className: string = "AzureBlobDatastore"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

accountName

accountName: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "accountName"

type

type: object

name

name: string = "String"

containerName

containerName: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "containerName"

type

type: object

name

name: string = "String"

endpoint

endpoint: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "endpoint"

type

type: object

name

name: string = "String"

protocol

protocol: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "protocol"

type

type: object

name

name: string = "String"

serviceDataAccessAuthIdentity

serviceDataAccessAuthIdentity: object

serializedName

serializedName: string = "serviceDataAccessAuthIdentity"

type

type: object

name

name: string = "String"

Const AzureDataLakeGen1Datastore

AzureDataLakeGen1Datastore: object

serializedName

serializedName: string = "AzureDataLakeGen1"

type

type: object

className

className: string = "AzureDataLakeGen1Datastore"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

serviceDataAccessAuthIdentity

serviceDataAccessAuthIdentity: object

serializedName

serializedName: string = "serviceDataAccessAuthIdentity"

type

type: object

name

name: string = "String"

storeName

storeName: object

required

required: boolean = true

serializedName

serializedName: string = "storeName"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

Const AzureDataLakeGen2Datastore

AzureDataLakeGen2Datastore: object

serializedName

serializedName: string = "AzureDataLakeGen2"

type

type: object

className

className: string = "AzureDataLakeGen2Datastore"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

accountName

accountName: object

required

required: boolean = true

serializedName

serializedName: string = "accountName"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

endpoint

endpoint: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "endpoint"

type

type: object

name

name: string = "String"

filesystem

filesystem: object

required

required: boolean = true

serializedName

serializedName: string = "filesystem"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

protocol

protocol: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "protocol"

type

type: object

name

name: string = "String"

serviceDataAccessAuthIdentity

serviceDataAccessAuthIdentity: object

serializedName

serializedName: string = "serviceDataAccessAuthIdentity"

type

type: object

name

name: string = "String"

Const AzureFileDatastore

AzureFileDatastore: object

serializedName

serializedName: string = "AzureFile"

type

type: object

className

className: string = "AzureFileDatastore"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

accountName

accountName: object

required

required: boolean = true

serializedName

serializedName: string = "accountName"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

endpoint

endpoint: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "endpoint"

type

type: object

name

name: string = "String"

fileShareName

fileShareName: object

required

required: boolean = true

serializedName

serializedName: string = "fileShareName"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

protocol

protocol: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "protocol"

type

type: object

name

name: string = "String"

serviceDataAccessAuthIdentity

serviceDataAccessAuthIdentity: object

serializedName

serializedName: string = "serviceDataAccessAuthIdentity"

type

type: object

name

name: string = "String"

Const BanditPolicy

BanditPolicy: object

serializedName

serializedName: string = "Bandit"

type

type: object

className

className: string = "BanditPolicy"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = EarlyTerminationPolicy.type.polymorphicDiscriminator

uberParent

uberParent: string = "EarlyTerminationPolicy"

modelProperties

modelProperties: object

slackAmount

slackAmount: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "slackAmount"

type

type: object

name

name: string = "Number"

slackFactor

slackFactor: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "slackFactor"

type

type: object

name

name: string = "Number"

Const BatchDeploymentData

BatchDeploymentData: object

type

type: object

className

className: string = "BatchDeploymentData"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "ManagedServiceIdentity"

name

name: string = "Composite"

kind

kind: object

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "BatchDeploymentDetails"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

Const BatchDeploymentDetails

BatchDeploymentDetails: object

type

type: object

className

className: string = "BatchDeploymentDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

compute

compute: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "compute"

type

type: object

name

name: string = "String"

errorThreshold

errorThreshold: object

defaultValue

defaultValue: number = -1

serializedName

serializedName: string = "errorThreshold"

type

type: object

name

name: string = "Number"

loggingLevel

loggingLevel: object

serializedName

serializedName: string = "loggingLevel"

type

type: object

name

name: string = "String"

maxConcurrencyPerInstance

maxConcurrencyPerInstance: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "maxConcurrencyPerInstance"

type

type: object

name

name: string = "Number"

miniBatchSize

miniBatchSize: object

defaultValue

defaultValue: number = 10

serializedName

serializedName: string = "miniBatchSize"

type

type: object

name

name: string = "Number"

model

model: object

serializedName

serializedName: string = "model"

type

type: object

className

className: string = "AssetReferenceBase"

name

name: string = "Composite"

outputAction

outputAction: object

serializedName

serializedName: string = "outputAction"

type

type: object

name

name: string = "String"

outputFileName

outputFileName: object

defaultValue

defaultValue: string = "predictions.csv"

nullable

nullable: boolean = true

serializedName

serializedName: string = "outputFileName"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

resources

resources: object

serializedName

serializedName: string = "resources"

type

type: object

className

className: string = "ResourceConfiguration"

name

name: string = "Composite"

retrySettings

retrySettings: object

serializedName

serializedName: string = "retrySettings"

type

type: object

className

className: string = "BatchRetrySettings"

name

name: string = "Composite"

Const BatchDeploymentTrackedResourceArmPaginatedResult

BatchDeploymentTrackedResourceArmPaginatedResult: object

type

type: object

className

className: string = "BatchDeploymentTrackedResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "BatchDeploymentData"

name

name: string = "Composite"

Const BatchDeploymentsCreateOrUpdateHeaders

BatchDeploymentsCreateOrUpdateHeaders: object

type

type: object

className

className: string = "BatchDeploymentsCreateOrUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

azureAsyncOperation

azureAsyncOperation: object

serializedName

serializedName: string = "azure-asyncoperation"

type

type: object

name

name: string = "String"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const BatchDeploymentsDeleteHeaders

BatchDeploymentsDeleteHeaders: object

type

type: object

className

className: string = "BatchDeploymentsDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const BatchDeploymentsUpdateHeaders

BatchDeploymentsUpdateHeaders: object

type

type: object

className

className: string = "BatchDeploymentsUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const BatchEndpointData

BatchEndpointData: object

type

type: object

className

className: string = "BatchEndpointData"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "ManagedServiceIdentity"

name

name: string = "Composite"

kind

kind: object

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "BatchEndpointDetails"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

Const BatchEndpointDefaults

BatchEndpointDefaults: object

type

type: object

className

className: string = "BatchEndpointDefaults"

name

name: string = "Composite"

modelProperties

modelProperties: object

deploymentName

deploymentName: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "deploymentName"

type

type: object

name

name: string = "String"

Const BatchEndpointDetails

BatchEndpointDetails: object

type

type: object

className

className: string = "BatchEndpointDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

defaults

defaults: object

serializedName

serializedName: string = "defaults"

type

type: object

className

className: string = "BatchEndpointDefaults"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

Const BatchEndpointTrackedResourceArmPaginatedResult

BatchEndpointTrackedResourceArmPaginatedResult: object

type

type: object

className

className: string = "BatchEndpointTrackedResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "BatchEndpointData"

name

name: string = "Composite"

Const BatchEndpointsCreateOrUpdateHeaders

BatchEndpointsCreateOrUpdateHeaders: object

type

type: object

className

className: string = "BatchEndpointsCreateOrUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

azureAsyncOperation

azureAsyncOperation: object

serializedName

serializedName: string = "azure-asyncoperation"

type

type: object

name

name: string = "String"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const BatchEndpointsDeleteHeaders

BatchEndpointsDeleteHeaders: object

type

type: object

className

className: string = "BatchEndpointsDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const BatchEndpointsUpdateHeaders

BatchEndpointsUpdateHeaders: object

type

type: object

className

className: string = "BatchEndpointsUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const BatchRetrySettings

BatchRetrySettings: object

type

type: object

className

className: string = "BatchRetrySettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

maxRetries

maxRetries: object

defaultValue

defaultValue: number = 3

serializedName

serializedName: string = "maxRetries"

type

type: object

name

name: string = "Number"

timeout

timeout: object

defaultValue

defaultValue: string = "PT30S"

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "TimeSpan"

Const BayesianSamplingAlgorithm

BayesianSamplingAlgorithm: object

serializedName

serializedName: string = "Bayesian"

type

type: object

className

className: string = "BayesianSamplingAlgorithm"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = SamplingAlgorithm.type.polymorphicDiscriminator

uberParent

uberParent: string = "SamplingAlgorithm"

modelProperties

modelProperties: object

Const BuildContext

BuildContext: object

type

type: object

className

className: string = "BuildContext"

name

name: string = "Composite"

modelProperties

modelProperties: object

contextUri

contextUri: object

required

required: boolean = true

serializedName

serializedName: string = "contextUri"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

dockerfilePath

dockerfilePath: object

defaultValue

defaultValue: string = "Dockerfile"

nullable

nullable: boolean = true

serializedName

serializedName: string = "dockerfilePath"

type

type: object

name

name: string = "String"

Const CertificateDatastoreCredentials

CertificateDatastoreCredentials: object

serializedName

serializedName: string = "Certificate"

type

type: object

className

className: string = "CertificateDatastoreCredentials"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreCredentials.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreCredentials"

modelProperties

modelProperties: object

authorityUrl

authorityUrl: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "authorityUrl"

type

type: object

name

name: string = "String"

clientId

clientId: object

required

required: boolean = true

serializedName

serializedName: string = "clientId"

type

type: object

name

name: string = "Uuid"

resourceUrl

resourceUrl: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "resourceUrl"

type

type: object

name

name: string = "String"

secrets

secrets: object

serializedName

serializedName: string = "secrets"

type

type: object

className

className: string = "CertificateDatastoreSecrets"

name

name: string = "Composite"

tenantId

tenantId: object

required

required: boolean = true

serializedName

serializedName: string = "tenantId"

type

type: object

name

name: string = "Uuid"

thumbprint

thumbprint: object

required

required: boolean = true

serializedName

serializedName: string = "thumbprint"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

Const CertificateDatastoreSecrets

CertificateDatastoreSecrets: object

serializedName

serializedName: string = "Certificate"

type

type: object

className

className: string = "CertificateDatastoreSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreSecrets"

modelProperties

modelProperties: object

certificate

certificate: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "certificate"

type

type: object

name

name: string = "String"

Const Classification

Classification: object

serializedName

serializedName: string = "Classification"

type

type: object

className

className: string = "Classification"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TableVertical.type.polymorphicDiscriminator

uberParent

uberParent: string = "TableVertical"

modelProperties

modelProperties: object

allowedModels

allowedModels: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "allowedModels"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

blockedModels

blockedModels: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "blockedModels"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

primaryMetric

primaryMetric: object

serializedName

serializedName: string = "primaryMetric"

type

type: object

name

name: string = "String"

Const ClusterUpdateParameters

ClusterUpdateParameters: object

type

type: object

className

className: string = "ClusterUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties.properties"

type

type: object

className

className: string = "ScaleSettingsInformation"

name

name: string = "Composite"

Const CodeConfiguration

CodeConfiguration: object

type

type: object

className

className: string = "CodeConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

codeId

codeId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "codeId"

type

type: object

name

name: string = "String"

scoringScript

scoringScript: object

required

required: boolean = true

serializedName

serializedName: string = "scoringScript"

constraints

constraints: object

MinLength

MinLength: number = 1

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

Const CodeContainerData

CodeContainerData: object

type

type: object

className

className: string = "CodeContainerData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "CodeContainerDetails"

name

name: string = "Composite"

Const CodeContainerDetails

CodeContainerDetails: object

type

type: object

className

className: string = "CodeContainerDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const CodeContainerResourceArmPaginatedResult

CodeContainerResourceArmPaginatedResult: object

type

type: object

className

className: string = "CodeContainerResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CodeContainerData"

name

name: string = "Composite"

Const CodeVersionData

CodeVersionData: object

type

type: object

className

className: string = "CodeVersionData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "CodeVersionDetails"

name

name: string = "Composite"

Const CodeVersionDetails

CodeVersionDetails: object

type

type: object

className

className: string = "CodeVersionDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

codeUri

codeUri: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "codeUri"

type

type: object

name

name: string = "String"

Const CodeVersionResourceArmPaginatedResult

CodeVersionResourceArmPaginatedResult: object

type

type: object

className

className: string = "CodeVersionResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CodeVersionData"

name

name: string = "Composite"

Const ColumnTransformer

ColumnTransformer: object

type

type: object

className

className: string = "ColumnTransformer"

name

name: string = "Composite"

modelProperties

modelProperties: object

fields

fields: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "fields"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

parameters

parameters: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "parameters"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

Const CommandJob

CommandJob: object

serializedName

serializedName: string = "Command"

type

type: object

className

className: string = "CommandJob"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

codeId

codeId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "codeId"

type

type: object

name

name: string = "String"

command

command: object

required

required: boolean = true

serializedName

serializedName: string = "command"

constraints

constraints: object

MinLength

MinLength: number = 1

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

distribution

distribution: object

serializedName

serializedName: string = "distribution"

type

type: object

className

className: string = "DistributionConfiguration"

name

name: string = "Composite"

environmentId

environmentId: object

required

required: boolean = true

serializedName

serializedName: string = "environmentId"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

environmentVariables

environmentVariables: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "environmentVariables"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

inputs

inputs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "inputs"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "JobInput"

name

name: string = "Composite"

limits

limits: object

serializedName

serializedName: string = "limits"

type

type: object

className

className: string = "CommandJobLimits"

name

name: string = "Composite"

outputs

outputs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "outputs"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "JobOutput"

name

name: string = "Composite"

parameters

parameters: object

nullable

nullable: boolean = true

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "parameters"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

resources

resources: object

serializedName

serializedName: string = "resources"

type

type: object

className

className: string = "ResourceConfiguration"

name

name: string = "Composite"

Const CommandJobLimits

CommandJobLimits: object

serializedName

serializedName: string = "Command"

type

type: object

className

className: string = "CommandJobLimits"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = JobLimits.type.polymorphicDiscriminator

uberParent

uberParent: string = "JobLimits"

modelProperties

modelProperties: object

Const ComponentContainerData

ComponentContainerData: object

type

type: object

className

className: string = "ComponentContainerData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "ComponentContainerDetails"

name

name: string = "Composite"

Const ComponentContainerDetails

ComponentContainerDetails: object

type

type: object

className

className: string = "ComponentContainerDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const ComponentContainerResourceArmPaginatedResult

ComponentContainerResourceArmPaginatedResult: object

type

type: object

className

className: string = "ComponentContainerResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComponentContainerData"

name

name: string = "Composite"

Const ComponentVersionData

ComponentVersionData: object

type

type: object

className

className: string = "ComponentVersionData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "ComponentVersionDetails"

name

name: string = "Composite"

Const ComponentVersionDetails

ComponentVersionDetails: object

type

type: object

className

className: string = "ComponentVersionDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

componentSpec

componentSpec: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "componentSpec"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

Const ComponentVersionResourceArmPaginatedResult

ComponentVersionResourceArmPaginatedResult: object

type

type: object

className

className: string = "ComponentVersionResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComponentVersionData"

name

name: string = "Composite"

Const Compute

Compute: object

type

type: object

className

className: string = "Compute"

name

name: string = "Composite"

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

computeLocation

computeLocation: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "computeLocation"

type

type: object

name

name: string = "String"

computeType

computeType: object

required

required: boolean = true

serializedName

serializedName: string = "computeType"

type

type: object

name

name: string = "String"

createdOn

createdOn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "createdOn"

type

type: object

name

name: string = "DateTime"

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

disableLocalAuth

disableLocalAuth: object

serializedName

serializedName: string = "disableLocalAuth"

type

type: object

name

name: string = "Boolean"

isAttachedCompute

isAttachedCompute: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "isAttachedCompute"

type

type: object

name

name: string = "Boolean"

modifiedOn

modifiedOn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "modifiedOn"

type

type: object

name

name: string = "DateTime"

provisioningErrors

provisioningErrors: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningErrors"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

resourceId

resourceId: object

serializedName

serializedName: string = "resourceId"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "computeType"

serializedName

serializedName: string = "computeType"

Const ComputeCreateOrUpdateHeaders

ComputeCreateOrUpdateHeaders: object

type

type: object

className

className: string = "ComputeCreateOrUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

azureAsyncOperation

azureAsyncOperation: object

serializedName

serializedName: string = "azure-asyncoperation"

type

type: object

name

name: string = "String"

Const ComputeDeleteHeaders

ComputeDeleteHeaders: object

type

type: object

className

className: string = "ComputeDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

azureAsyncOperation

azureAsyncOperation: object

serializedName

serializedName: string = "azure-asyncoperation"

type

type: object

name

name: string = "String"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

Const ComputeInstance

ComputeInstance: object

serializedName

serializedName: string = "ComputeInstance"

type

type: object

className

className: string = "ComputeInstance"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

Const ComputeInstanceApplication

ComputeInstanceApplication: object

type

type: object

className

className: string = "ComputeInstanceApplication"

name

name: string = "Composite"

modelProperties

modelProperties: object

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

endpointUri

endpointUri: object

serializedName

serializedName: string = "endpointUri"

type

type: object

name

name: string = "String"

Const ComputeInstanceConnectivityEndpoints

ComputeInstanceConnectivityEndpoints: object

type

type: object

className

className: string = "ComputeInstanceConnectivityEndpoints"

name

name: string = "Composite"

modelProperties

modelProperties: object

privateIpAddress

privateIpAddress: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "privateIpAddress"

type

type: object

name

name: string = "String"

publicIpAddress

publicIpAddress: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "publicIpAddress"

type

type: object

name

name: string = "String"

Const ComputeInstanceContainer

ComputeInstanceContainer: object

type

type: object

className

className: string = "ComputeInstanceContainer"

name

name: string = "Composite"

modelProperties

modelProperties: object

autosave

autosave: object

serializedName

serializedName: string = "autosave"

type

type: object

name

name: string = "String"

environment

environment: object

serializedName

serializedName: string = "environment"

type

type: object

className

className: string = "ComputeInstanceEnvironmentInfo"

name

name: string = "Composite"

gpu

gpu: object

serializedName

serializedName: string = "gpu"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

network

network: object

serializedName

serializedName: string = "network"

type

type: object

name

name: string = "String"

services

services: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "services"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

Const ComputeInstanceCreatedBy

ComputeInstanceCreatedBy: object

type

type: object

className

className: string = "ComputeInstanceCreatedBy"

name

name: string = "Composite"

modelProperties

modelProperties: object

userId

userId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "userId"

type

type: object

name

name: string = "String"

userName

userName: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "userName"

type

type: object

name

name: string = "String"

userOrgId

userOrgId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "userOrgId"

type

type: object

name

name: string = "String"

Const ComputeInstanceDataDisk

ComputeInstanceDataDisk: object

type

type: object

className

className: string = "ComputeInstanceDataDisk"

name

name: string = "Composite"

modelProperties

modelProperties: object

caching

caching: object

serializedName

serializedName: string = "caching"

type

type: object

name

name: string = "String"

diskSizeGB

diskSizeGB: object

serializedName

serializedName: string = "diskSizeGB"

type

type: object

name

name: string = "Number"

lun

lun: object

serializedName

serializedName: string = "lun"

type

type: object

name

name: string = "Number"

storageAccountType

storageAccountType: object

defaultValue

defaultValue: string = "Standard_LRS"

serializedName

serializedName: string = "storageAccountType"

type

type: object

name

name: string = "String"

Const ComputeInstanceDataMount

ComputeInstanceDataMount: object

type

type: object

className

className: string = "ComputeInstanceDataMount"

name

name: string = "Composite"

modelProperties

modelProperties: object

createdBy

createdBy: object

serializedName

serializedName: string = "createdBy"

type

type: object

name

name: string = "String"

error

error: object

serializedName

serializedName: string = "error"

type

type: object

name

name: string = "String"

mountAction

mountAction: object

serializedName

serializedName: string = "mountAction"

type

type: object

name

name: string = "String"

mountName

mountName: object

serializedName

serializedName: string = "mountName"

type

type: object

name

name: string = "String"

mountPath

mountPath: object

serializedName

serializedName: string = "mountPath"

type

type: object

name

name: string = "String"

mountState

mountState: object

serializedName

serializedName: string = "mountState"

type

type: object

name

name: string = "String"

mountedOn

mountedOn: object

serializedName

serializedName: string = "mountedOn"

type

type: object

name

name: string = "DateTime"

source

source: object

serializedName

serializedName: string = "source"

type

type: object

name

name: string = "String"

sourceType

sourceType: object

serializedName

serializedName: string = "sourceType"

type

type: object

name

name: string = "String"

Const ComputeInstanceEnvironmentInfo

ComputeInstanceEnvironmentInfo: object

type

type: object

className

className: string = "ComputeInstanceEnvironmentInfo"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

version

version: object

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

Const ComputeInstanceLastOperation

ComputeInstanceLastOperation: object

type

type: object

className

className: string = "ComputeInstanceLastOperation"

name

name: string = "Composite"

modelProperties

modelProperties: object

operationName

operationName: object

serializedName

serializedName: string = "operationName"

type

type: object

name

name: string = "String"

operationStatus

operationStatus: object

serializedName

serializedName: string = "operationStatus"

type

type: object

name

name: string = "String"

operationTime

operationTime: object

serializedName

serializedName: string = "operationTime"

type

type: object

name

name: string = "DateTime"

operationTrigger

operationTrigger: object

serializedName

serializedName: string = "operationTrigger"

type

type: object

name

name: string = "String"

Const ComputeInstanceProperties

ComputeInstanceProperties: object

type

type: object

className

className: string = "ComputeInstanceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

applicationSharingPolicy

applicationSharingPolicy: object

defaultValue

defaultValue: string = "Shared"

serializedName

serializedName: string = "applicationSharingPolicy"

type

type: object

name

name: string = "String"

applications

applications: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "applications"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComputeInstanceApplication"

name

name: string = "Composite"

computeInstanceAuthorizationType

computeInstanceAuthorizationType: object

defaultValue

defaultValue: string = "personal"

serializedName

serializedName: string = "computeInstanceAuthorizationType"

type

type: object

name

name: string = "String"

connectivityEndpoints

connectivityEndpoints: object

serializedName

serializedName: string = "connectivityEndpoints"

type

type: object

className

className: string = "ComputeInstanceConnectivityEndpoints"

name

name: string = "Composite"

containers

containers: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "containers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComputeInstanceContainer"

name

name: string = "Composite"

createdBy

createdBy: object

serializedName

serializedName: string = "createdBy"

type

type: object

className

className: string = "ComputeInstanceCreatedBy"

name

name: string = "Composite"

dataDisks

dataDisks: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "dataDisks"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComputeInstanceDataDisk"

name

name: string = "Composite"

dataMounts

dataMounts: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "dataMounts"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComputeInstanceDataMount"

name

name: string = "Composite"

enableNodePublicIp

enableNodePublicIp: object

serializedName

serializedName: string = "enableNodePublicIp"

type

type: object

name

name: string = "Boolean"

errors

errors: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "errors"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

lastOperation

lastOperation: object

serializedName

serializedName: string = "lastOperation"

type

type: object

className

className: string = "ComputeInstanceLastOperation"

name

name: string = "Composite"

personalComputeInstanceSettings

personalComputeInstanceSettings: object

serializedName

serializedName: string = "personalComputeInstanceSettings"

type

type: object

className

className: string = "PersonalComputeInstanceSettings"

name

name: string = "Composite"

schedules

schedules: object

serializedName

serializedName: string = "schedules"

type

type: object

className

className: string = "ComputeSchedules"

name

name: string = "Composite"

setupScripts

setupScripts: object

serializedName

serializedName: string = "setupScripts"

type

type: object

className

className: string = "SetupScripts"

name

name: string = "Composite"

sshSettings

sshSettings: object

serializedName

serializedName: string = "sshSettings"

type

type: object

className

className: string = "ComputeInstanceSshSettings"

name

name: string = "Composite"

state

state: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "state"

type

type: object

name

name: string = "String"

subnet

subnet: object

serializedName

serializedName: string = "subnet"

type

type: object

className

className: string = "ResourceId"

name

name: string = "Composite"

versions

versions: object

serializedName

serializedName: string = "versions"

type

type: object

className

className: string = "ComputeInstanceVersion"

name

name: string = "Composite"

vmSize

vmSize: object

serializedName

serializedName: string = "vmSize"

type

type: object

name

name: string = "String"

Const ComputeInstanceSchema

ComputeInstanceSchema: object

type

type: object

className

className: string = "ComputeInstanceSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "ComputeInstanceProperties"

name

name: string = "Composite"

Const ComputeInstanceSshSettings

ComputeInstanceSshSettings: object

type

type: object

className

className: string = "ComputeInstanceSshSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

adminPublicKey

adminPublicKey: object

serializedName

serializedName: string = "adminPublicKey"

type

type: object

name

name: string = "String"

adminUserName

adminUserName: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "adminUserName"

type

type: object

name

name: string = "String"

sshPort

sshPort: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "sshPort"

type

type: object

name

name: string = "Number"

sshPublicAccess

sshPublicAccess: object

defaultValue

defaultValue: string = "Disabled"

serializedName

serializedName: string = "sshPublicAccess"

type

type: object

name

name: string = "String"

Const ComputeInstanceVersion

ComputeInstanceVersion: object

type

type: object

className

className: string = "ComputeInstanceVersion"

name

name: string = "Composite"

modelProperties

modelProperties: object

runtime

runtime: object

serializedName

serializedName: string = "runtime"

type

type: object

name

name: string = "String"

Const ComputeResource

ComputeResource: object

type

type: object

className

className: string = "ComputeResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "ManagedServiceIdentity"

name

name: string = "Composite"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const ComputeResourceSchema

ComputeResourceSchema: object

type

type: object

className

className: string = "ComputeResourceSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "Compute"

name

name: string = "Composite"

Const ComputeSchedules

ComputeSchedules: object

type

type: object

className

className: string = "ComputeSchedules"

name

name: string = "Composite"

modelProperties

modelProperties: object

computeStartStop

computeStartStop: object

serializedName

serializedName: string = "computeStartStop"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComputeStartStopSchedule"

name

name: string = "Composite"

Const ComputeSecrets

ComputeSecrets: object

type

type: object

className

className: string = "ComputeSecrets"

name

name: string = "Composite"

uberParent

uberParent: string = "ComputeSecrets"

modelProperties

modelProperties: object

computeType

computeType: object

required

required: boolean = true

serializedName

serializedName: string = "computeType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "computeType"

serializedName

serializedName: string = "computeType"

Const ComputeStartStopSchedule

ComputeStartStopSchedule: object

type

type: object

className

className: string = "ComputeStartStopSchedule"

name

name: string = "Composite"

modelProperties

modelProperties: object

action

action: object

serializedName

serializedName: string = "action"

type

type: object

name

name: string = "String"

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

provisioningStatus

provisioningStatus: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningStatus"

type

type: object

name

name: string = "String"

schedule

schedule: object

serializedName

serializedName: string = "schedule"

type

type: object

className

className: string = "ScheduleBase"

name

name: string = "Composite"

Const ContainerResourceRequirements

ContainerResourceRequirements: object

type

type: object

className

className: string = "ContainerResourceRequirements"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerResourceLimits

containerResourceLimits: object

serializedName

serializedName: string = "containerResourceLimits"

type

type: object

className

className: string = "ContainerResourceSettings"

name

name: string = "Composite"

containerResourceRequests

containerResourceRequests: object

serializedName

serializedName: string = "containerResourceRequests"

type

type: object

className

className: string = "ContainerResourceSettings"

name

name: string = "Composite"

Const ContainerResourceSettings

ContainerResourceSettings: object

type

type: object

className

className: string = "ContainerResourceSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

cpu

cpu: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "cpu"

type

type: object

name

name: string = "String"

gpu

gpu: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "gpu"

type

type: object

name

name: string = "String"

memory

memory: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "memory"

type

type: object

name

name: string = "String"

Const CosmosDbSettings

CosmosDbSettings: object

type

type: object

className

className: string = "CosmosDbSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

collectionsThroughput

collectionsThroughput: object

serializedName

serializedName: string = "collectionsThroughput"

type

type: object

name

name: string = "Number"

Const CronSchedule

CronSchedule: object

serializedName

serializedName: string = "Cron"

type

type: object

className

className: string = "CronSchedule"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ScheduleBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ScheduleBase"

modelProperties

modelProperties: object

expression

expression: object

required

required: boolean = true

serializedName

serializedName: string = "expression"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

Const CustomForecastHorizon

CustomForecastHorizon: object

serializedName

serializedName: string = "Custom"

type

type: object

className

className: string = "CustomForecastHorizon"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ForecastHorizon.type.polymorphicDiscriminator

uberParent

uberParent: string = "ForecastHorizon"

modelProperties

modelProperties: object

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Number"

Const CustomModelJobInput

CustomModelJobInput: object

serializedName

serializedName: string = "CustomModel"

type

type: object

className

className: string = "CustomModelJobInput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobInput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobInput"

modelProperties

modelProperties: object

Const CustomModelJobOutput

CustomModelJobOutput: object

serializedName

serializedName: string = "CustomModel"

type

type: object

className

className: string = "CustomModelJobOutput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobOutput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobOutput"

modelProperties

modelProperties: object

Const CustomNCrossValidations

CustomNCrossValidations: object

serializedName

serializedName: string = "Custom"

type

type: object

className

className: string = "CustomNCrossValidations"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = NCrossValidations.type.polymorphicDiscriminator

uberParent

uberParent: string = "NCrossValidations"

modelProperties

modelProperties: object

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Number"

Const CustomSeasonality

CustomSeasonality: object

serializedName

serializedName: string = "Custom"

type

type: object

className

className: string = "CustomSeasonality"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Seasonality.type.polymorphicDiscriminator

uberParent

uberParent: string = "Seasonality"

modelProperties

modelProperties: object

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Number"

Const CustomTargetLags

CustomTargetLags: object

serializedName

serializedName: string = "Custom"

type

type: object

className

className: string = "CustomTargetLags"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TargetLags.type.polymorphicDiscriminator

uberParent

uberParent: string = "TargetLags"

modelProperties

modelProperties: object

values

values: object

required

required: boolean = true

serializedName

serializedName: string = "values"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "Number"

Const CustomTargetRollingWindowSize

CustomTargetRollingWindowSize: object

serializedName

serializedName: string = "Custom"

type

type: object

className

className: string = "CustomTargetRollingWindowSize"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TargetRollingWindowSize.type.polymorphicDiscriminator

uberParent

uberParent: string = "TargetRollingWindowSize"

modelProperties

modelProperties: object

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Number"

Const DataContainerData

DataContainerData: object

type

type: object

className

className: string = "DataContainerData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "DataContainerDetails"

name

name: string = "Composite"

Const DataContainerDetails

DataContainerDetails: object

type

type: object

className

className: string = "DataContainerDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataType

dataType: object

required

required: boolean = true

serializedName

serializedName: string = "dataType"

type

type: object

name

name: string = "String"

Const DataContainerResourceArmPaginatedResult

DataContainerResourceArmPaginatedResult: object

type

type: object

className

className: string = "DataContainerResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DataContainerData"

name

name: string = "Composite"

Const DataFactory

DataFactory: object

serializedName

serializedName: string = "DataFactory"

type

type: object

className

className: string = "DataFactory"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

Const DataLakeAnalytics

DataLakeAnalytics: object

serializedName

serializedName: string = "DataLakeAnalytics"

type

type: object

className

className: string = "DataLakeAnalytics"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

Const DataLakeAnalyticsSchema

DataLakeAnalyticsSchema: object

type

type: object

className

className: string = "DataLakeAnalyticsSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "DataLakeAnalyticsSchemaProperties"

name

name: string = "Composite"

Const DataLakeAnalyticsSchemaProperties

DataLakeAnalyticsSchemaProperties: object

type

type: object

className

className: string = "DataLakeAnalyticsSchemaProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataLakeStoreAccountName

dataLakeStoreAccountName: object

serializedName

serializedName: string = "dataLakeStoreAccountName"

type

type: object

name

name: string = "String"

Const DataPathAssetReference

DataPathAssetReference: object

serializedName

serializedName: string = "DataPath"

type

type: object

className

className: string = "DataPathAssetReference"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetReferenceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetReferenceBase"

modelProperties

modelProperties: object

datastoreId

datastoreId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "datastoreId"

type

type: object

name

name: string = "String"

path

path: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "path"

type

type: object

name

name: string = "String"

Const DataSettings

DataSettings: object

type

type: object

className

className: string = "DataSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

targetColumnName

targetColumnName: object

required

required: boolean = true

serializedName

serializedName: string = "targetColumnName"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

testData

testData: object

serializedName

serializedName: string = "testData"

type

type: object

className

className: string = "TestDataSettings"

name

name: string = "Composite"

trainingData

trainingData: object

serializedName

serializedName: string = "trainingData"

type

type: object

className

className: string = "TrainingDataSettings"

name

name: string = "Composite"

Const DataVersionBaseData

DataVersionBaseData: object

type

type: object

className

className: string = "DataVersionBaseData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "DataVersionBaseDetails"

name

name: string = "Composite"

Const DataVersionBaseDetails

DataVersionBaseDetails: object

serializedName

serializedName: string = "DataVersionBaseDetails"

type

type: object

className

className: string = "DataVersionBaseDetails"

name

name: string = "Composite"

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

dataType

dataType: object

required

required: boolean = true

serializedName

serializedName: string = "dataType"

type

type: object

name

name: string = "String"

dataUri

dataUri: object

required

required: boolean = true

serializedName

serializedName: string = "dataUri"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "dataType"

serializedName

serializedName: string = "dataType"

Const DataVersionBaseResourceArmPaginatedResult

DataVersionBaseResourceArmPaginatedResult: object

type

type: object

className

className: string = "DataVersionBaseResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DataVersionBaseData"

name

name: string = "Composite"

Const Databricks

Databricks: object

serializedName

serializedName: string = "Databricks"

type

type: object

className

className: string = "Databricks"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

Const DatabricksComputeSecrets

DatabricksComputeSecrets: object

serializedName

serializedName: string = "Databricks"

type

type: object

className

className: string = "DatabricksComputeSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ComputeSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "ComputeSecrets"

modelProperties

modelProperties: object

Const DatabricksComputeSecretsProperties

DatabricksComputeSecretsProperties: object

type

type: object

className

className: string = "DatabricksComputeSecretsProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

databricksAccessToken

databricksAccessToken: object

serializedName

serializedName: string = "databricksAccessToken"

type

type: object

name

name: string = "String"

Const DatabricksProperties

DatabricksProperties: object

type

type: object

className

className: string = "DatabricksProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

databricksAccessToken

databricksAccessToken: object

serializedName

serializedName: string = "databricksAccessToken"

type

type: object

name

name: string = "String"

workspaceUrl

workspaceUrl: object

serializedName

serializedName: string = "workspaceUrl"

type

type: object

name

name: string = "String"

Const DatabricksSchema

DatabricksSchema: object

type

type: object

className

className: string = "DatabricksSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "DatabricksProperties"

name

name: string = "Composite"

Const DatastoreCredentials

DatastoreCredentials: object

type

type: object

className

className: string = "DatastoreCredentials"

name

name: string = "Composite"

uberParent

uberParent: string = "DatastoreCredentials"

modelProperties

modelProperties: object

credentialsType

credentialsType: object

required

required: boolean = true

serializedName

serializedName: string = "credentialsType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "credentialsType"

serializedName

serializedName: string = "credentialsType"

Const DatastoreData

DatastoreData: object

type

type: object

className

className: string = "DatastoreData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "DatastoreDetails"

name

name: string = "Composite"

Const DatastoreDetails

DatastoreDetails: object

serializedName

serializedName: string = "DatastoreDetails"

type

type: object

className

className: string = "DatastoreDetails"

name

name: string = "Composite"

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

credentials

credentials: object

serializedName

serializedName: string = "credentials"

type

type: object

className

className: string = "DatastoreCredentials"

name

name: string = "Composite"

datastoreType

datastoreType: object

required

required: boolean = true

serializedName

serializedName: string = "datastoreType"

type

type: object

name

name: string = "String"

isDefault

isDefault: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "isDefault"

type

type: object

name

name: string = "Boolean"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "datastoreType"

serializedName

serializedName: string = "datastoreType"

Const DatastoreResourceArmPaginatedResult

DatastoreResourceArmPaginatedResult: object

type

type: object

className

className: string = "DatastoreResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DatastoreData"

name

name: string = "Composite"

Const DatastoreSecrets

DatastoreSecrets: object

type

type: object

className

className: string = "DatastoreSecrets"

name

name: string = "Composite"

uberParent

uberParent: string = "DatastoreSecrets"

modelProperties

modelProperties: object

secretsType

secretsType: object

required

required: boolean = true

serializedName

serializedName: string = "secretsType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "secretsType"

serializedName

serializedName: string = "secretsType"

Const DefaultScaleSettings

DefaultScaleSettings: object

serializedName

serializedName: string = "Default"

type

type: object

className

className: string = "DefaultScaleSettings"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = OnlineScaleSettings.type.polymorphicDiscriminator

uberParent

uberParent: string = "OnlineScaleSettings"

modelProperties

modelProperties: object

Const DeploymentLogs

DeploymentLogs: object

type

type: object

className

className: string = "DeploymentLogs"

name

name: string = "Composite"

modelProperties

modelProperties: object

content

content: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "content"

type

type: object

name

name: string = "String"

Const DeploymentLogsRequest

DeploymentLogsRequest: object

type

type: object

className

className: string = "DeploymentLogsRequest"

name

name: string = "Composite"

modelProperties

modelProperties: object

containerType

containerType: object

serializedName

serializedName: string = "containerType"

type

type: object

name

name: string = "String"

tail

tail: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "tail"

type

type: object

name

name: string = "Number"

Const DiagnoseRequestProperties

DiagnoseRequestProperties: object

type

type: object

className

className: string = "DiagnoseRequestProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

applicationInsights

applicationInsights: object

serializedName

serializedName: string = "applicationInsights"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

containerRegistry

containerRegistry: object

serializedName

serializedName: string = "containerRegistry"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

dnsResolution

dnsResolution: object

serializedName

serializedName: string = "dnsResolution"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

keyVault

keyVault: object

serializedName

serializedName: string = "keyVault"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

nsg

nsg: object

serializedName

serializedName: string = "nsg"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

others

others: object

serializedName

serializedName: string = "others"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

resourceLock

resourceLock: object

serializedName

serializedName: string = "resourceLock"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

storageAccount

storageAccount: object

serializedName

serializedName: string = "storageAccount"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

udr

udr: object

serializedName

serializedName: string = "udr"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

Const DiagnoseResponseResult

DiagnoseResponseResult: object

type

type: object

className

className: string = "DiagnoseResponseResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

className

className: string = "DiagnoseResponseResultValue"

name

name: string = "Composite"

Const DiagnoseResponseResultValue

DiagnoseResponseResultValue: object

type

type: object

className

className: string = "DiagnoseResponseResultValue"

name

name: string = "Composite"

modelProperties

modelProperties: object

applicationInsightsResults

applicationInsightsResults: object

serializedName

serializedName: string = "applicationInsightsResults"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DiagnoseResult"

name

name: string = "Composite"

containerRegistryResults

containerRegistryResults: object

serializedName

serializedName: string = "containerRegistryResults"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DiagnoseResult"

name

name: string = "Composite"

dnsResolutionResults

dnsResolutionResults: object

serializedName

serializedName: string = "dnsResolutionResults"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DiagnoseResult"

name

name: string = "Composite"

keyVaultResults

keyVaultResults: object

serializedName

serializedName: string = "keyVaultResults"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DiagnoseResult"

name

name: string = "Composite"

networkSecurityRuleResults

networkSecurityRuleResults: object

serializedName

serializedName: string = "networkSecurityRuleResults"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DiagnoseResult"

name

name: string = "Composite"

otherResults

otherResults: object

serializedName

serializedName: string = "otherResults"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DiagnoseResult"

name

name: string = "Composite"

resourceLockResults

resourceLockResults: object

serializedName

serializedName: string = "resourceLockResults"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DiagnoseResult"

name

name: string = "Composite"

storageAccountResults

storageAccountResults: object

serializedName

serializedName: string = "storageAccountResults"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DiagnoseResult"

name

name: string = "Composite"

userDefinedRouteResults

userDefinedRouteResults: object

serializedName

serializedName: string = "userDefinedRouteResults"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DiagnoseResult"

name

name: string = "Composite"

Const DiagnoseResult

DiagnoseResult: object

type

type: object

className

className: string = "DiagnoseResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

level

level: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "level"

type

type: object

name

name: string = "String"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

Const DiagnoseWorkspaceParameters

DiagnoseWorkspaceParameters: object

type

type: object

className

className: string = "DiagnoseWorkspaceParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

className

className: string = "DiagnoseRequestProperties"

name

name: string = "Composite"

Const DistributionConfiguration

DistributionConfiguration: object

type

type: object

className

className: string = "DistributionConfiguration"

name

name: string = "Composite"

uberParent

uberParent: string = "DistributionConfiguration"

modelProperties

modelProperties: object

distributionType

distributionType: object

required

required: boolean = true

serializedName

serializedName: string = "distributionType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "distributionType"

serializedName

serializedName: string = "distributionType"

Const EarlyTerminationPolicy

EarlyTerminationPolicy: object

type

type: object

className

className: string = "EarlyTerminationPolicy"

name

name: string = "Composite"

uberParent

uberParent: string = "EarlyTerminationPolicy"

modelProperties

modelProperties: object

delayEvaluation

delayEvaluation: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "delayEvaluation"

type

type: object

name

name: string = "Number"

evaluationInterval

evaluationInterval: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "evaluationInterval"

type

type: object

name

name: string = "Number"

policyType

policyType: object

required

required: boolean = true

serializedName

serializedName: string = "policyType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "policyType"

serializedName

serializedName: string = "policyType"

Const EncryptionKeyVaultProperties

EncryptionKeyVaultProperties: object

type

type: object

className

className: string = "EncryptionKeyVaultProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

identityClientId

identityClientId: object

serializedName

serializedName: string = "identityClientId"

type

type: object

name

name: string = "String"

keyIdentifier

keyIdentifier: object

required

required: boolean = true

serializedName

serializedName: string = "keyIdentifier"

type

type: object

name

name: string = "String"

keyVaultArmId

keyVaultArmId: object

required

required: boolean = true

serializedName

serializedName: string = "keyVaultArmId"

type

type: object

name

name: string = "String"

Const EncryptionProperty

EncryptionProperty: object

type

type: object

className

className: string = "EncryptionProperty"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "IdentityForCmk"

name

name: string = "Composite"

keyVaultProperties

keyVaultProperties: object

serializedName

serializedName: string = "keyVaultProperties"

type

type: object

className

className: string = "EncryptionKeyVaultProperties"

name

name: string = "Composite"

status

status: object

required

required: boolean = true

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const EndpointAuthKeys

EndpointAuthKeys: object

type

type: object

className

className: string = "EndpointAuthKeys"

name

name: string = "Composite"

modelProperties

modelProperties: object

primaryKey

primaryKey: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "primaryKey"

type

type: object

name

name: string = "String"

secondaryKey

secondaryKey: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "secondaryKey"

type

type: object

name

name: string = "String"

Const EndpointAuthToken

EndpointAuthToken: object

type

type: object

className

className: string = "EndpointAuthToken"

name

name: string = "Composite"

modelProperties

modelProperties: object

accessToken

accessToken: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "accessToken"

type

type: object

name

name: string = "String"

expiryTimeUtc

expiryTimeUtc: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "expiryTimeUtc"

type

type: object

name

name: string = "Number"

refreshAfterTimeUtc

refreshAfterTimeUtc: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "refreshAfterTimeUtc"

type

type: object

name

name: string = "Number"

tokenType

tokenType: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "tokenType"

type

type: object

name

name: string = "String"

Const EndpointDeploymentPropertiesBase

EndpointDeploymentPropertiesBase: object

type

type: object

className

className: string = "EndpointDeploymentPropertiesBase"

name

name: string = "Composite"

modelProperties

modelProperties: object

codeConfiguration

codeConfiguration: object

serializedName

serializedName: string = "codeConfiguration"

type

type: object

className

className: string = "CodeConfiguration"

name

name: string = "Composite"

description

description: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

environmentId

environmentId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "environmentId"

type

type: object

name

name: string = "String"

environmentVariables

environmentVariables: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "environmentVariables"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

properties

properties: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const EndpointPropertiesBase

EndpointPropertiesBase: object

type

type: object

className

className: string = "EndpointPropertiesBase"

name

name: string = "Composite"

modelProperties

modelProperties: object

authMode

authMode: object

required

required: boolean = true

serializedName

serializedName: string = "authMode"

type

type: object

name

name: string = "String"

description

description: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

keys

keys: object

serializedName

serializedName: string = "keys"

type

type: object

className

className: string = "EndpointAuthKeys"

name

name: string = "Composite"

properties

properties: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

scoringUri

scoringUri: object

nullable

nullable: boolean = true

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "scoringUri"

type

type: object

name

name: string = "String"

swaggerUri

swaggerUri: object

nullable

nullable: boolean = true

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "swaggerUri"

type

type: object

name

name: string = "String"

Const EnvironmentContainerData

EnvironmentContainerData: object

type

type: object

className

className: string = "EnvironmentContainerData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "EnvironmentContainerDetails"

name

name: string = "Composite"

Const EnvironmentContainerDetails

EnvironmentContainerDetails: object

type

type: object

className

className: string = "EnvironmentContainerDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const EnvironmentContainerResourceArmPaginatedResult

EnvironmentContainerResourceArmPaginatedResult: object

type

type: object

className

className: string = "EnvironmentContainerResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentContainerData"

name

name: string = "Composite"

Const EnvironmentVersionData

EnvironmentVersionData: object

type

type: object

className

className: string = "EnvironmentVersionData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "EnvironmentVersionDetails"

name

name: string = "Composite"

Const EnvironmentVersionDetails

EnvironmentVersionDetails: object

type

type: object

className

className: string = "EnvironmentVersionDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

build

build: object

serializedName

serializedName: string = "build"

type

type: object

className

className: string = "BuildContext"

name

name: string = "Composite"

condaFile

condaFile: object

serializedName

serializedName: string = "condaFile"

type

type: object

name

name: string = "String"

environmentType

environmentType: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "environmentType"

type

type: object

name

name: string = "String"

image

image: object

serializedName

serializedName: string = "image"

type

type: object

name

name: string = "String"

inferenceConfig

inferenceConfig: object

serializedName

serializedName: string = "inferenceConfig"

type

type: object

className

className: string = "InferenceContainerProperties"

name

name: string = "Composite"

osType

osType: object

serializedName

serializedName: string = "osType"

type

type: object

name

name: string = "String"

Const EnvironmentVersionResourceArmPaginatedResult

EnvironmentVersionResourceArmPaginatedResult: object

type

type: object

className

className: string = "EnvironmentVersionResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentVersionData"

name

name: string = "Composite"

Const ErrorAdditionalInfo

ErrorAdditionalInfo: object

type

type: object

className

className: string = "ErrorAdditionalInfo"

name

name: string = "Composite"

modelProperties

modelProperties: object

info

info: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "info"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ErrorDetail

ErrorDetail: object

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

modelProperties

modelProperties: object

additionalInfo

additionalInfo: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "additionalInfo"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorAdditionalInfo"

name

name: string = "Composite"

code

code: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

details

details: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "details"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

target

target: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

Const ErrorResponse

ErrorResponse: object

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

Const EstimatedVMPrice

EstimatedVMPrice: object

type

type: object

className

className: string = "EstimatedVMPrice"

name

name: string = "Composite"

modelProperties

modelProperties: object

osType

osType: object

required

required: boolean = true

serializedName

serializedName: string = "osType"

type

type: object

name

name: string = "String"

retailPrice

retailPrice: object

required

required: boolean = true

serializedName

serializedName: string = "retailPrice"

type

type: object

name

name: string = "Number"

vmTier

vmTier: object

required

required: boolean = true

serializedName

serializedName: string = "vmTier"

type

type: object

name

name: string = "String"

Const EstimatedVMPrices

EstimatedVMPrices: object

type

type: object

className

className: string = "EstimatedVMPrices"

name

name: string = "Composite"

modelProperties

modelProperties: object

billingCurrency

billingCurrency: object

required

required: boolean = true

serializedName

serializedName: string = "billingCurrency"

type

type: object

name

name: string = "String"

unitOfMeasure

unitOfMeasure: object

required

required: boolean = true

serializedName

serializedName: string = "unitOfMeasure"

type

type: object

name

name: string = "String"

values

values: object

required

required: boolean = true

serializedName

serializedName: string = "values"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EstimatedVMPrice"

name

name: string = "Composite"

Const ExternalFqdnResponse

ExternalFqdnResponse: object

type

type: object

className

className: string = "ExternalFqdnResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "FqdnEndpoints"

name

name: string = "Composite"

Const FeaturizationSettings

FeaturizationSettings: object

type

type: object

className

className: string = "FeaturizationSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

datasetLanguage

datasetLanguage: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "datasetLanguage"

type

type: object

name

name: string = "String"

Const FlavorData

FlavorData: object

type

type: object

className

className: string = "FlavorData"

name

name: string = "Composite"

modelProperties

modelProperties: object

data

data: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "data"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const ForecastHorizon

ForecastHorizon: object

type

type: object

className

className: string = "ForecastHorizon"

name

name: string = "Composite"

uberParent

uberParent: string = "ForecastHorizon"

modelProperties

modelProperties: object

mode

mode: object

required

required: boolean = true

serializedName

serializedName: string = "mode"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "mode"

serializedName

serializedName: string = "mode"

Const Forecasting

Forecasting: object

serializedName

serializedName: string = "Forecasting"

type

type: object

className

className: string = "Forecasting"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TableVertical.type.polymorphicDiscriminator

uberParent

uberParent: string = "TableVertical"

modelProperties

modelProperties: object

allowedModels

allowedModels: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "allowedModels"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

blockedModels

blockedModels: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "blockedModels"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

forecastingSettings

forecastingSettings: object

serializedName

serializedName: string = "forecastingSettings"

type

type: object

className

className: string = "ForecastingSettings"

name

name: string = "Composite"

primaryMetric

primaryMetric: object

serializedName

serializedName: string = "primaryMetric"

type

type: object

name

name: string = "String"

Const ForecastingSettings

ForecastingSettings: object

type

type: object

className

className: string = "ForecastingSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

countryOrRegionForHolidays

countryOrRegionForHolidays: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "countryOrRegionForHolidays"

type

type: object

name

name: string = "String"

cvStepSize

cvStepSize: object

serializedName

serializedName: string = "cvStepSize"

type

type: object

name

name: string = "Number"

featureLags

featureLags: object

serializedName

serializedName: string = "featureLags"

type

type: object

name

name: string = "String"

forecastHorizon

forecastHorizon: object

serializedName

serializedName: string = "forecastHorizon"

type

type: object

className

className: string = "ForecastHorizon"

name

name: string = "Composite"

frequency

frequency: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "frequency"

type

type: object

name

name: string = "String"

seasonality

seasonality: object

serializedName

serializedName: string = "seasonality"

type

type: object

className

className: string = "Seasonality"

name

name: string = "Composite"

shortSeriesHandlingConfig

shortSeriesHandlingConfig: object

serializedName

serializedName: string = "shortSeriesHandlingConfig"

type

type: object

name

name: string = "String"

targetAggregateFunction

targetAggregateFunction: object

serializedName

serializedName: string = "targetAggregateFunction"

type

type: object

name

name: string = "String"

targetLags

targetLags: object

serializedName

serializedName: string = "targetLags"

type

type: object

className

className: string = "TargetLags"

name

name: string = "Composite"

targetRollingWindowSize

targetRollingWindowSize: object

serializedName

serializedName: string = "targetRollingWindowSize"

type

type: object

className

className: string = "TargetRollingWindowSize"

name

name: string = "Composite"

timeColumnName

timeColumnName: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "timeColumnName"

type

type: object

name

name: string = "String"

timeSeriesIdColumnNames

timeSeriesIdColumnNames: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "timeSeriesIdColumnNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

useStl

useStl: object

serializedName

serializedName: string = "useStl"

type

type: object

name

name: string = "String"

Const FqdnEndpoint

FqdnEndpoint: object

type

type: object

className

className: string = "FqdnEndpoint"

name

name: string = "Composite"

modelProperties

modelProperties: object

domainName

domainName: object

serializedName

serializedName: string = "domainName"

type

type: object

name

name: string = "String"

endpointDetails

endpointDetails: object

serializedName

serializedName: string = "endpointDetails"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "FqdnEndpointDetail"

name

name: string = "Composite"

Const FqdnEndpointDetail

FqdnEndpointDetail: object

type

type: object

className

className: string = "FqdnEndpointDetail"

name

name: string = "Composite"

modelProperties

modelProperties: object

port

port: object

serializedName

serializedName: string = "port"

type

type: object

name

name: string = "Number"

Const FqdnEndpoints

FqdnEndpoints: object

type

type: object

className

className: string = "FqdnEndpoints"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "FqdnEndpointsProperties"

name

name: string = "Composite"

Const FqdnEndpointsProperties

FqdnEndpointsProperties: object

type

type: object

className

className: string = "FqdnEndpointsProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

category

category: object

serializedName

serializedName: string = "category"

type

type: object

name

name: string = "String"

endpoints

endpoints: object

serializedName

serializedName: string = "endpoints"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "FqdnEndpoint"

name

name: string = "Composite"

Const GridSamplingAlgorithm

GridSamplingAlgorithm: object

serializedName

serializedName: string = "Grid"

type

type: object

className

className: string = "GridSamplingAlgorithm"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = SamplingAlgorithm.type.polymorphicDiscriminator

uberParent

uberParent: string = "SamplingAlgorithm"

modelProperties

modelProperties: object

Const HDInsight

HDInsight: object

serializedName

serializedName: string = "HDInsight"

type

type: object

className

className: string = "HDInsight"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

Const HDInsightProperties

HDInsightProperties: object

type

type: object

className

className: string = "HDInsightProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

address

address: object

serializedName

serializedName: string = "address"

type

type: object

name

name: string = "String"

administratorAccount

administratorAccount: object

serializedName

serializedName: string = "administratorAccount"

type

type: object

className

className: string = "VirtualMachineSshCredentials"

name

name: string = "Composite"

sshPort

sshPort: object

serializedName

serializedName: string = "sshPort"

type

type: object

name

name: string = "Number"

Const HDInsightSchema

HDInsightSchema: object

type

type: object

className

className: string = "HDInsightSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "HDInsightProperties"

name

name: string = "Composite"

Const HdfsDatastore

HdfsDatastore: object

serializedName

serializedName: string = "Hdfs"

type

type: object

className

className: string = "HdfsDatastore"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

hdfsServerCertificate

hdfsServerCertificate: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "hdfsServerCertificate"

type

type: object

name

name: string = "String"

nameNodeAddress

nameNodeAddress: object

required

required: boolean = true

serializedName

serializedName: string = "nameNodeAddress"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

protocol

protocol: object

defaultValue

defaultValue: string = "http"

nullable

nullable: boolean = true

serializedName

serializedName: string = "protocol"

type

type: object

name

name: string = "String"

Const IdAssetReference

IdAssetReference: object

serializedName

serializedName: string = "Id"

type

type: object

className

className: string = "IdAssetReference"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetReferenceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetReferenceBase"

modelProperties

modelProperties: object

assetId

assetId: object

required

required: boolean = true

serializedName

serializedName: string = "assetId"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

Const IdentityConfiguration

IdentityConfiguration: object

type

type: object

className

className: string = "IdentityConfiguration"

name

name: string = "Composite"

uberParent

uberParent: string = "IdentityConfiguration"

modelProperties

modelProperties: object

identityType

identityType: object

required

required: boolean = true

serializedName

serializedName: string = "identityType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "identityType"

serializedName

serializedName: string = "identityType"

Const IdentityForCmk

IdentityForCmk: object

type

type: object

className

className: string = "IdentityForCmk"

name

name: string = "Composite"

modelProperties

modelProperties: object

userAssignedIdentity

userAssignedIdentity: object

serializedName

serializedName: string = "userAssignedIdentity"

type

type: object

name

name: string = "String"

Const ImageClassification

ImageClassification: object

serializedName

serializedName: string = "ImageClassification"

type

type: object

className

className: string = "ImageClassification"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AutoMLVertical.type.polymorphicDiscriminator

uberParent

uberParent: string = "AutoMLVertical"

modelProperties

modelProperties: object

primaryMetric

primaryMetric: object

serializedName

serializedName: string = "primaryMetric"

type

type: object

name

name: string = "String"

Const ImageClassificationBase

ImageClassificationBase: object

type

type: object

className

className: string = "ImageClassificationBase"

name

name: string = "Composite"

modelProperties

modelProperties: object

modelSettings

modelSettings: object

serializedName

serializedName: string = "modelSettings"

type

type: object

className

className: string = "ImageModelSettingsClassification"

name

name: string = "Composite"

searchSpace

searchSpace: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "searchSpace"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ImageModelDistributionSettingsClassification"

name

name: string = "Composite"

Const ImageClassificationMultilabel

ImageClassificationMultilabel: object

serializedName

serializedName: string = "ImageClassificationMultilabel"

type

type: object

className

className: string = "ImageClassificationMultilabel"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AutoMLVertical.type.polymorphicDiscriminator

uberParent

uberParent: string = "AutoMLVertical"

modelProperties

modelProperties: object

primaryMetric

primaryMetric: object

serializedName

serializedName: string = "primaryMetric"

type

type: object

name

name: string = "String"

Const ImageInstanceSegmentation

ImageInstanceSegmentation: object

serializedName

serializedName: string = "ImageInstanceSegmentation"

type

type: object

className

className: string = "ImageInstanceSegmentation"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AutoMLVertical.type.polymorphicDiscriminator

uberParent

uberParent: string = "AutoMLVertical"

modelProperties

modelProperties: object

primaryMetric

primaryMetric: object

serializedName

serializedName: string = "primaryMetric"

type

type: object

name

name: string = "String"

Const ImageLimitSettings

ImageLimitSettings: object

type

type: object

className

className: string = "ImageLimitSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

maxConcurrentTrials

maxConcurrentTrials: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "maxConcurrentTrials"

type

type: object

name

name: string = "Number"

maxTrials

maxTrials: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "maxTrials"

type

type: object

name

name: string = "Number"

timeout

timeout: object

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "TimeSpan"

Const ImageModelDistributionSettings

ImageModelDistributionSettings: object

type

type: object

className

className: string = "ImageModelDistributionSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

amsGradient

amsGradient: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "amsGradient"

type

type: object

name

name: string = "String"

augmentations

augmentations: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "augmentations"

type

type: object

name

name: string = "String"

beta1

beta1: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "beta1"

type

type: object

name

name: string = "String"

beta2

beta2: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "beta2"

type

type: object

name

name: string = "String"

distributed

distributed: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "distributed"

type

type: object

name

name: string = "String"

earlyStopping

earlyStopping: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "earlyStopping"

type

type: object

name

name: string = "String"

earlyStoppingDelay

earlyStoppingDelay: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "earlyStoppingDelay"

type

type: object

name

name: string = "String"

earlyStoppingPatience

earlyStoppingPatience: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "earlyStoppingPatience"

type

type: object

name

name: string = "String"

enableOnnxNormalization

enableOnnxNormalization: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "enableOnnxNormalization"

type

type: object

name

name: string = "String"

evaluationFrequency

evaluationFrequency: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "evaluationFrequency"

type

type: object

name

name: string = "String"

gradientAccumulationStep

gradientAccumulationStep: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "gradientAccumulationStep"

type

type: object

name

name: string = "String"

layersToFreeze

layersToFreeze: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "layersToFreeze"

type

type: object

name

name: string = "String"

learningRate

learningRate: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "learningRate"

type

type: object

name

name: string = "String"

learningRateScheduler

learningRateScheduler: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "learningRateScheduler"

type

type: object

name

name: string = "String"

modelName

modelName: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "modelName"

type

type: object

name

name: string = "String"

momentum

momentum: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "momentum"

type

type: object

name

name: string = "String"

nesterov

nesterov: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "nesterov"

type

type: object

name

name: string = "String"

numberOfEpochs

numberOfEpochs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "numberOfEpochs"

type

type: object

name

name: string = "String"

numberOfWorkers

numberOfWorkers: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "numberOfWorkers"

type

type: object

name

name: string = "String"

optimizer

optimizer: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "optimizer"

type

type: object

name

name: string = "String"

randomSeed

randomSeed: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "randomSeed"

type

type: object

name

name: string = "String"

splitRatio

splitRatio: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "splitRatio"

type

type: object

name

name: string = "String"

stepLRGamma

stepLRGamma: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "stepLRGamma"

type

type: object

name

name: string = "String"

stepLRStepSize

stepLRStepSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "stepLRStepSize"

type

type: object

name

name: string = "String"

trainingBatchSize

trainingBatchSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "trainingBatchSize"

type

type: object

name

name: string = "String"

validationBatchSize

validationBatchSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "validationBatchSize"

type

type: object

name

name: string = "String"

warmupCosineLRCycles

warmupCosineLRCycles: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "warmupCosineLRCycles"

type

type: object

name

name: string = "String"

warmupCosineLRWarmupEpochs

warmupCosineLRWarmupEpochs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "warmupCosineLRWarmupEpochs"

type

type: object

name

name: string = "String"

weightDecay

weightDecay: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "weightDecay"

type

type: object

name

name: string = "String"

Const ImageModelDistributionSettingsClassification

ImageModelDistributionSettingsClassification: object

type

type: object

className

className: string = "ImageModelDistributionSettingsClassification"

name

name: string = "Composite"

modelProperties

modelProperties: object

trainingCropSize

trainingCropSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "trainingCropSize"

type

type: object

name

name: string = "String"

validationCropSize

validationCropSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "validationCropSize"

type

type: object

name

name: string = "String"

validationResizeSize

validationResizeSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "validationResizeSize"

type

type: object

name

name: string = "String"

weightedLoss

weightedLoss: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "weightedLoss"

type

type: object

name

name: string = "String"

Const ImageModelDistributionSettingsObjectDetection

ImageModelDistributionSettingsObjectDetection: object

type

type: object

className

className: string = "ImageModelDistributionSettingsObjectDetection"

name

name: string = "Composite"

modelProperties

modelProperties: object

boxDetectionsPerImage

boxDetectionsPerImage: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "boxDetectionsPerImage"

type

type: object

name

name: string = "String"

boxScoreThreshold

boxScoreThreshold: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "boxScoreThreshold"

type

type: object

name

name: string = "String"

imageSize

imageSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "imageSize"

type

type: object

name

name: string = "String"

maxSize

maxSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "maxSize"

type

type: object

name

name: string = "String"

minSize

minSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "minSize"

type

type: object

name

name: string = "String"

modelSize

modelSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "modelSize"

type

type: object

name

name: string = "String"

multiScale

multiScale: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "multiScale"

type

type: object

name

name: string = "String"

nmsIouThreshold

nmsIouThreshold: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "nmsIouThreshold"

type

type: object

name

name: string = "String"

tileGridSize

tileGridSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "tileGridSize"

type

type: object

name

name: string = "String"

tileOverlapRatio

tileOverlapRatio: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "tileOverlapRatio"

type

type: object

name

name: string = "String"

tilePredictionsNmsThreshold

tilePredictionsNmsThreshold: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "tilePredictionsNmsThreshold"

type

type: object

name

name: string = "String"

validationIouThreshold

validationIouThreshold: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "validationIouThreshold"

type

type: object

name

name: string = "String"

validationMetricType

validationMetricType: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "validationMetricType"

type

type: object

name

name: string = "String"

Const ImageModelSettings

ImageModelSettings: object

type

type: object

className

className: string = "ImageModelSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

advancedSettings

advancedSettings: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "advancedSettings"

type

type: object

name

name: string = "String"

amsGradient

amsGradient: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "amsGradient"

type

type: object

name

name: string = "Boolean"

augmentations

augmentations: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "augmentations"

type

type: object

name

name: string = "String"

beta1

beta1: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "beta1"

type

type: object

name

name: string = "Number"

beta2

beta2: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "beta2"

type

type: object

name

name: string = "Number"

checkpointDatasetId

checkpointDatasetId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "checkpointDatasetId"

type

type: object

name

name: string = "String"

checkpointFilename

checkpointFilename: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "checkpointFilename"

type

type: object

name

name: string = "String"

checkpointFrequency

checkpointFrequency: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "checkpointFrequency"

type

type: object

name

name: string = "Number"

checkpointRunId

checkpointRunId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "checkpointRunId"

type

type: object

name

name: string = "String"

distributed

distributed: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "distributed"

type

type: object

name

name: string = "Boolean"

earlyStopping

earlyStopping: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "earlyStopping"

type

type: object

name

name: string = "Boolean"

earlyStoppingDelay

earlyStoppingDelay: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "earlyStoppingDelay"

type

type: object

name

name: string = "Number"

earlyStoppingPatience

earlyStoppingPatience: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "earlyStoppingPatience"

type

type: object

name

name: string = "Number"

enableOnnxNormalization

enableOnnxNormalization: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "enableOnnxNormalization"

type

type: object

name

name: string = "Boolean"

evaluationFrequency

evaluationFrequency: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "evaluationFrequency"

type

type: object

name

name: string = "Number"

gradientAccumulationStep

gradientAccumulationStep: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "gradientAccumulationStep"

type

type: object

name

name: string = "Number"

layersToFreeze

layersToFreeze: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "layersToFreeze"

type

type: object

name

name: string = "Number"

learningRate

learningRate: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "learningRate"

type

type: object

name

name: string = "Number"

learningRateScheduler

learningRateScheduler: object

serializedName

serializedName: string = "learningRateScheduler"

type

type: object

name

name: string = "String"

modelName

modelName: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "modelName"

type

type: object

name

name: string = "String"

momentum

momentum: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "momentum"

type

type: object

name

name: string = "Number"

nesterov

nesterov: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "nesterov"

type

type: object

name

name: string = "Boolean"

numberOfEpochs

numberOfEpochs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "numberOfEpochs"

type

type: object

name

name: string = "Number"

numberOfWorkers

numberOfWorkers: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "numberOfWorkers"

type

type: object

name

name: string = "Number"

optimizer

optimizer: object

serializedName

serializedName: string = "optimizer"

type

type: object

name

name: string = "String"

randomSeed

randomSeed: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "randomSeed"

type

type: object

name

name: string = "Number"

splitRatio

splitRatio: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "splitRatio"

type

type: object

name

name: string = "Number"

stepLRGamma

stepLRGamma: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "stepLRGamma"

type

type: object

name

name: string = "Number"

stepLRStepSize

stepLRStepSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "stepLRStepSize"

type

type: object

name

name: string = "Number"

trainingBatchSize

trainingBatchSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "trainingBatchSize"

type

type: object

name

name: string = "Number"

validationBatchSize

validationBatchSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "validationBatchSize"

type

type: object

name

name: string = "Number"

warmupCosineLRCycles

warmupCosineLRCycles: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "warmupCosineLRCycles"

type

type: object

name

name: string = "Number"

warmupCosineLRWarmupEpochs

warmupCosineLRWarmupEpochs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "warmupCosineLRWarmupEpochs"

type

type: object

name

name: string = "Number"

weightDecay

weightDecay: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "weightDecay"

type

type: object

name

name: string = "Number"

Const ImageModelSettingsClassification

ImageModelSettingsClassification: object

type

type: object

className

className: string = "ImageModelSettingsClassification"

name

name: string = "Composite"

modelProperties

modelProperties: object

trainingCropSize

trainingCropSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "trainingCropSize"

type

type: object

name

name: string = "Number"

validationCropSize

validationCropSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "validationCropSize"

type

type: object

name

name: string = "Number"

validationResizeSize

validationResizeSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "validationResizeSize"

type

type: object

name

name: string = "Number"

weightedLoss

weightedLoss: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "weightedLoss"

type

type: object

name

name: string = "Number"

Const ImageModelSettingsObjectDetection

ImageModelSettingsObjectDetection: object

type

type: object

className

className: string = "ImageModelSettingsObjectDetection"

name

name: string = "Composite"

modelProperties

modelProperties: object

boxDetectionsPerImage

boxDetectionsPerImage: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "boxDetectionsPerImage"

type

type: object

name

name: string = "Number"

boxScoreThreshold

boxScoreThreshold: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "boxScoreThreshold"

type

type: object

name

name: string = "Number"

imageSize

imageSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "imageSize"

type

type: object

name

name: string = "Number"

maxSize

maxSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "maxSize"

type

type: object

name

name: string = "Number"

minSize

minSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "minSize"

type

type: object

name

name: string = "Number"

modelSize

modelSize: object

serializedName

serializedName: string = "modelSize"

type

type: object

name

name: string = "String"

multiScale

multiScale: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "multiScale"

type

type: object

name

name: string = "Boolean"

nmsIouThreshold

nmsIouThreshold: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "nmsIouThreshold"

type

type: object

name

name: string = "Number"

tileGridSize

tileGridSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "tileGridSize"

type

type: object

name

name: string = "String"

tileOverlapRatio

tileOverlapRatio: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "tileOverlapRatio"

type

type: object

name

name: string = "Number"

tilePredictionsNmsThreshold

tilePredictionsNmsThreshold: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "tilePredictionsNmsThreshold"

type

type: object

name

name: string = "Number"

validationIouThreshold

validationIouThreshold: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "validationIouThreshold"

type

type: object

name

name: string = "Number"

validationMetricType

validationMetricType: object

serializedName

serializedName: string = "validationMetricType"

type

type: object

name

name: string = "String"

Const ImageObjectDetection

ImageObjectDetection: object

serializedName

serializedName: string = "ImageObjectDetection"

type

type: object

className

className: string = "ImageObjectDetection"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AutoMLVertical.type.polymorphicDiscriminator

uberParent

uberParent: string = "AutoMLVertical"

modelProperties

modelProperties: object

primaryMetric

primaryMetric: object

serializedName

serializedName: string = "primaryMetric"

type

type: object

name

name: string = "String"

Const ImageObjectDetectionBase

ImageObjectDetectionBase: object

type

type: object

className

className: string = "ImageObjectDetectionBase"

name

name: string = "Composite"

modelProperties

modelProperties: object

modelSettings

modelSettings: object

serializedName

serializedName: string = "modelSettings"

type

type: object

className

className: string = "ImageModelSettingsObjectDetection"

name

name: string = "Composite"

searchSpace

searchSpace: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "searchSpace"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ImageModelDistributionSettingsObjectDetection"

name

name: string = "Composite"

Const ImageSweepLimitSettings

ImageSweepLimitSettings: object

type

type: object

className

className: string = "ImageSweepLimitSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

maxConcurrentTrials

maxConcurrentTrials: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "maxConcurrentTrials"

type

type: object

name

name: string = "Number"

maxTrials

maxTrials: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "maxTrials"

type

type: object

name

name: string = "Number"

Const ImageSweepSettings

ImageSweepSettings: object

type

type: object

className

className: string = "ImageSweepSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

earlyTermination

earlyTermination: object

serializedName

serializedName: string = "earlyTermination"

type

type: object

className

className: string = "EarlyTerminationPolicy"

name

name: string = "Composite"

limits

limits: object

serializedName

serializedName: string = "limits"

type

type: object

className

className: string = "ImageSweepLimitSettings"

name

name: string = "Composite"

samplingAlgorithm

samplingAlgorithm: object

required

required: boolean = true

serializedName

serializedName: string = "samplingAlgorithm"

type

type: object

name

name: string = "String"

Const ImageVertical

ImageVertical: object

type

type: object

className

className: string = "ImageVertical"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataSettings

dataSettings: object

serializedName

serializedName: string = "dataSettings"

type

type: object

className

className: string = "ImageVerticalDataSettings"

name

name: string = "Composite"

limitSettings

limitSettings: object

serializedName

serializedName: string = "limitSettings"

type

type: object

className

className: string = "ImageLimitSettings"

name

name: string = "Composite"

sweepSettings

sweepSettings: object

serializedName

serializedName: string = "sweepSettings"

type

type: object

className

className: string = "ImageSweepSettings"

name

name: string = "Composite"

Const ImageVerticalDataSettings

ImageVerticalDataSettings: object

type

type: object

className

className: string = "ImageVerticalDataSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

validationData

validationData: object

serializedName

serializedName: string = "validationData"

type

type: object

className

className: string = "ImageVerticalValidationDataSettings"

name

name: string = "Composite"

Const ImageVerticalValidationDataSettings

ImageVerticalValidationDataSettings: object

type

type: object

className

className: string = "ImageVerticalValidationDataSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const InferenceContainerProperties

InferenceContainerProperties: object

type

type: object

className

className: string = "InferenceContainerProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

livenessRoute

livenessRoute: object

serializedName

serializedName: string = "livenessRoute"

type

type: object

className

className: string = "Route"

name

name: string = "Composite"

readinessRoute

readinessRoute: object

serializedName

serializedName: string = "readinessRoute"

type

type: object

className

className: string = "Route"

name

name: string = "Composite"

scoringRoute

scoringRoute: object

serializedName

serializedName: string = "scoringRoute"

type

type: object

className

className: string = "Route"

name

name: string = "Composite"

Const InstanceTypeSchema

InstanceTypeSchema: object

type

type: object

className

className: string = "InstanceTypeSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

nodeSelector

nodeSelector: object

serializedName

serializedName: string = "nodeSelector"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

resources

resources: object

serializedName

serializedName: string = "resources"

type

type: object

className

className: string = "InstanceTypeSchemaResources"

name

name: string = "Composite"

Const InstanceTypeSchemaResources

InstanceTypeSchemaResources: object

type

type: object

className

className: string = "InstanceTypeSchemaResources"

name

name: string = "Composite"

modelProperties

modelProperties: object

limits

limits: object

serializedName

serializedName: string = "limits"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

requests

requests: object

serializedName

serializedName: string = "requests"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const JobBaseData

JobBaseData: object

type

type: object

className

className: string = "JobBaseData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "JobBaseDetails"

name

name: string = "Composite"

Const JobBaseDetails

JobBaseDetails: object

serializedName

serializedName: string = "JobBaseDetails"

type

type: object

className

className: string = "JobBaseDetails"

name

name: string = "Composite"

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

computeId

computeId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "computeId"

type

type: object

name

name: string = "String"

displayName

displayName: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

experimentName

experimentName: object

defaultValue

defaultValue: string = "Default"

nullable

nullable: boolean = true

serializedName

serializedName: string = "experimentName"

type

type: object

name

name: string = "String"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "IdentityConfiguration"

name

name: string = "Composite"

isArchived

isArchived: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "isArchived"

type

type: object

name

name: string = "Boolean"

jobType

jobType: object

required

required: boolean = true

serializedName

serializedName: string = "jobType"

type

type: object

name

name: string = "String"

schedule

schedule: object

serializedName

serializedName: string = "schedule"

type

type: object

className

className: string = "ScheduleBase"

name

name: string = "Composite"

services

services: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "services"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "JobService"

name

name: string = "Composite"

status

status: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "jobType"

serializedName

serializedName: string = "jobType"

Const JobBaseResourceArmPaginatedResult

JobBaseResourceArmPaginatedResult: object

type

type: object

className

className: string = "JobBaseResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "JobBaseData"

name

name: string = "Composite"

Const JobInput

JobInput: object

type

type: object

className

className: string = "JobInput"

name

name: string = "Composite"

uberParent

uberParent: string = "JobInput"

modelProperties

modelProperties: object

description

description: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

jobInputType

jobInputType: object

required

required: boolean = true

serializedName

serializedName: string = "jobInputType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "jobInputType"

serializedName

serializedName: string = "jobInputType"

Const JobLimits

JobLimits: object

type

type: object

className

className: string = "JobLimits"

name

name: string = "Composite"

uberParent

uberParent: string = "JobLimits"

modelProperties

modelProperties: object

jobLimitsType

jobLimitsType: object

required

required: boolean = true

serializedName

serializedName: string = "jobLimitsType"

type

type: object

name

name: string = "String"

timeout

timeout: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "TimeSpan"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "jobLimitsType"

serializedName

serializedName: string = "jobLimitsType"

Const JobOutput

JobOutput: object

type

type: object

className

className: string = "JobOutput"

name

name: string = "Composite"

uberParent

uberParent: string = "JobOutput"

modelProperties

modelProperties: object

description

description: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

jobOutputType

jobOutputType: object

required

required: boolean = true

serializedName

serializedName: string = "jobOutputType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "jobOutputType"

serializedName

serializedName: string = "jobOutputType"

Const JobService

JobService: object

type

type: object

className

className: string = "JobService"

name

name: string = "Composite"

modelProperties

modelProperties: object

endpoint

endpoint: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "endpoint"

type

type: object

name

name: string = "String"

errorMessage

errorMessage: object

nullable

nullable: boolean = true

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "errorMessage"

type

type: object

name

name: string = "String"

jobServiceType

jobServiceType: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "jobServiceType"

type

type: object

name

name: string = "String"

port

port: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "port"

type

type: object

name

name: string = "Number"

properties

properties: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

status

status: object

nullable

nullable: boolean = true

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const JobsDeleteHeaders

JobsDeleteHeaders: object

type

type: object

className

className: string = "JobsDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const KerberosCredentials

KerberosCredentials: object

type

type: object

className

className: string = "KerberosCredentials"

name

name: string = "Composite"

modelProperties

modelProperties: object

kerberosKdcAddress

kerberosKdcAddress: object

required

required: boolean = true

serializedName

serializedName: string = "kerberosKdcAddress"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

kerberosPrincipal

kerberosPrincipal: object

required

required: boolean = true

serializedName

serializedName: string = "kerberosPrincipal"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

kerberosRealm

kerberosRealm: object

required

required: boolean = true

serializedName

serializedName: string = "kerberosRealm"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

Const KerberosKeytabCredentials

KerberosKeytabCredentials: object

serializedName

serializedName: string = "KerberosKeytab"

type

type: object

className

className: string = "KerberosKeytabCredentials"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = KerberosCredentials.type.polymorphicDiscriminator

uberParent

uberParent: string = "KerberosCredentials"

modelProperties

modelProperties: object

secrets

secrets: object

serializedName

serializedName: string = "secrets"

type

type: object

className

className: string = "KerberosKeytabSecrets"

name

name: string = "Composite"

Const KerberosKeytabSecrets

KerberosKeytabSecrets: object

serializedName

serializedName: string = "KerberosKeytab"

type

type: object

className

className: string = "KerberosKeytabSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreSecrets"

modelProperties

modelProperties: object

kerberosKeytab

kerberosKeytab: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "kerberosKeytab"

type

type: object

name

name: string = "String"

Const KerberosPasswordCredentials

KerberosPasswordCredentials: object

serializedName

serializedName: string = "KerberosPassword"

type

type: object

className

className: string = "KerberosPasswordCredentials"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = KerberosCredentials.type.polymorphicDiscriminator

uberParent

uberParent: string = "KerberosCredentials"

modelProperties

modelProperties: object

secrets

secrets: object

serializedName

serializedName: string = "secrets"

type

type: object

className

className: string = "KerberosPasswordSecrets"

name

name: string = "Composite"

Const KerberosPasswordSecrets

KerberosPasswordSecrets: object

serializedName

serializedName: string = "KerberosPassword"

type

type: object

className

className: string = "KerberosPasswordSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreSecrets"

modelProperties

modelProperties: object

kerberosPassword

kerberosPassword: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "kerberosPassword"

type

type: object

name

name: string = "String"

Const Kubernetes

Kubernetes: object

serializedName

serializedName: string = "Kubernetes"

type

type: object

className

className: string = "Kubernetes"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

Const KubernetesOnlineDeployment

KubernetesOnlineDeployment: object

serializedName

serializedName: string = "Kubernetes"

type

type: object

className

className: string = "KubernetesOnlineDeployment"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = EndpointDeploymentPropertiesBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "EndpointDeploymentPropertiesBase"

modelProperties

modelProperties: object

containerResourceRequirements

containerResourceRequirements: object

serializedName

serializedName: string = "containerResourceRequirements"

type

type: object

className

className: string = "ContainerResourceRequirements"

name

name: string = "Composite"

Const KubernetesProperties

KubernetesProperties: object

type

type: object

className

className: string = "KubernetesProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

defaultInstanceType

defaultInstanceType: object

serializedName

serializedName: string = "defaultInstanceType"

type

type: object

name

name: string = "String"

extensionInstanceReleaseTrain

extensionInstanceReleaseTrain: object

serializedName

serializedName: string = "extensionInstanceReleaseTrain"

type

type: object

name

name: string = "String"

extensionPrincipalId

extensionPrincipalId: object

serializedName

serializedName: string = "extensionPrincipalId"

type

type: object

name

name: string = "String"

instanceTypes

instanceTypes: object

serializedName

serializedName: string = "instanceTypes"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "InstanceTypeSchema"

name

name: string = "Composite"

namespace

namespace: object

defaultValue

defaultValue: string = "default"

serializedName

serializedName: string = "namespace"

type

type: object

name

name: string = "String"

relayConnectionString

relayConnectionString: object

serializedName

serializedName: string = "relayConnectionString"

type

type: object

name

name: string = "String"

serviceBusConnectionString

serviceBusConnectionString: object

serializedName

serializedName: string = "serviceBusConnectionString"

type

type: object

name

name: string = "String"

vcName

vcName: object

serializedName

serializedName: string = "vcName"

type

type: object

name

name: string = "String"

Const KubernetesSchema

KubernetesSchema: object

type

type: object

className

className: string = "KubernetesSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "KubernetesProperties"

name

name: string = "Composite"

Const ListAmlUserFeatureResult

ListAmlUserFeatureResult: object

type

type: object

className

className: string = "ListAmlUserFeatureResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "AmlUserFeature"

name

name: string = "Composite"

Const ListNotebookKeysResult

ListNotebookKeysResult: object

type

type: object

className

className: string = "ListNotebookKeysResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

primaryAccessKey

primaryAccessKey: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "primaryAccessKey"

type

type: object

name

name: string = "String"

secondaryAccessKey

secondaryAccessKey: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "secondaryAccessKey"

type

type: object

name

name: string = "String"

Const ListStorageAccountKeysResult

ListStorageAccountKeysResult: object

type

type: object

className

className: string = "ListStorageAccountKeysResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

userStorageKey

userStorageKey: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "userStorageKey"

type

type: object

name

name: string = "String"

Const ListUsagesResult

ListUsagesResult: object

type

type: object

className

className: string = "ListUsagesResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Usage"

name

name: string = "Composite"

Const ListWorkspaceKeysResult

ListWorkspaceKeysResult: object

type

type: object

className

className: string = "ListWorkspaceKeysResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

appInsightsInstrumentationKey

appInsightsInstrumentationKey: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "appInsightsInstrumentationKey"

type

type: object

name

name: string = "String"

containerRegistryCredentials

containerRegistryCredentials: object

serializedName

serializedName: string = "containerRegistryCredentials"

type

type: object

className

className: string = "RegistryListCredentialsResult"

name

name: string = "Composite"

notebookAccessKeys

notebookAccessKeys: object

serializedName

serializedName: string = "notebookAccessKeys"

type

type: object

className

className: string = "ListNotebookKeysResult"

name

name: string = "Composite"

userStorageKey

userStorageKey: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "userStorageKey"

type

type: object

name

name: string = "String"

userStorageResourceId

userStorageResourceId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "userStorageResourceId"

type

type: object

name

name: string = "String"

Const ListWorkspaceQuotas

ListWorkspaceQuotas: object

type

type: object

className

className: string = "ListWorkspaceQuotas"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ResourceQuota"

name

name: string = "Composite"

Const LiteralJobInput

LiteralJobInput: object

serializedName

serializedName: string = "Literal"

type

type: object

className

className: string = "LiteralJobInput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = JobInput.type.polymorphicDiscriminator

uberParent

uberParent: string = "JobInput"

modelProperties

modelProperties: object

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

Const MLFlowModelJobInput

MLFlowModelJobInput: object

serializedName

serializedName: string = "MLFlowModel"

type

type: object

className

className: string = "MLFlowModelJobInput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobInput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobInput"

modelProperties

modelProperties: object

Const MLFlowModelJobOutput

MLFlowModelJobOutput: object

serializedName

serializedName: string = "MLFlowModel"

type

type: object

className

className: string = "MLFlowModelJobOutput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobOutput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobOutput"

modelProperties

modelProperties: object

Const MLTableData

MLTableData: object

serializedName

serializedName: string = "MLTable"

type

type: object

className

className: string = "MLTableData"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

referencedUris

referencedUris: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "referencedUris"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const MLTableJobInput

MLTableJobInput: object

serializedName

serializedName: string = "MLTable"

type

type: object

className

className: string = "MLTableJobInput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobInput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobInput"

modelProperties

modelProperties: object

Const MLTableJobOutput

MLTableJobOutput: object

serializedName

serializedName: string = "MLTable"

type

type: object

className

className: string = "MLTableJobOutput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobOutput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobOutput"

modelProperties

modelProperties: object

Const ManagedIdentity

ManagedIdentity: object

serializedName

serializedName: string = "Managed"

type

type: object

className

className: string = "ManagedIdentity"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = IdentityConfiguration.type.polymorphicDiscriminator

uberParent

uberParent: string = "IdentityConfiguration"

modelProperties

modelProperties: object

clientId

clientId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "clientId"

type

type: object

name

name: string = "Uuid"

objectId

objectId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "objectId"

type

type: object

name

name: string = "Uuid"

resourceId

resourceId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "resourceId"

type

type: object

name

name: string = "String"

Const ManagedOnlineDeployment

ManagedOnlineDeployment: object

serializedName

serializedName: string = "Managed"

type

type: object

className

className: string = "ManagedOnlineDeployment"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = EndpointDeploymentPropertiesBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "EndpointDeploymentPropertiesBase"

modelProperties

modelProperties: object

Const ManagedServiceIdentity

ManagedServiceIdentity: object

type

type: object

className

className: string = "ManagedServiceIdentity"

name

name: string = "Composite"

modelProperties

modelProperties: object

principalId

principalId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "principalId"

type

type: object

name

name: string = "Uuid"

tenantId

tenantId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "tenantId"

type

type: object

name

name: string = "Uuid"

type

type: object

required

required: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

userAssignedIdentities

userAssignedIdentities: object

serializedName

serializedName: string = "userAssignedIdentities"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "UserAssignedIdentity"

name

name: string = "Composite"

Const MedianStoppingPolicy

MedianStoppingPolicy: object

serializedName

serializedName: string = "MedianStopping"

type

type: object

className

className: string = "MedianStoppingPolicy"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = EarlyTerminationPolicy.type.polymorphicDiscriminator

uberParent

uberParent: string = "EarlyTerminationPolicy"

modelProperties

modelProperties: object

Const ModelContainerData

ModelContainerData: object

type

type: object

className

className: string = "ModelContainerData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "ModelContainerDetails"

name

name: string = "Composite"

Const ModelContainerDetails

ModelContainerDetails: object

type

type: object

className

className: string = "ModelContainerDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const ModelContainerResourceArmPaginatedResult

ModelContainerResourceArmPaginatedResult: object

type

type: object

className

className: string = "ModelContainerResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ModelContainerData"

name

name: string = "Composite"

Const ModelVersionData

ModelVersionData: object

type

type: object

className

className: string = "ModelVersionData"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "ModelVersionDetails"

name

name: string = "Composite"

Const ModelVersionDetails

ModelVersionDetails: object

type

type: object

className

className: string = "ModelVersionDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

flavors

flavors: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "flavors"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "FlavorData"

name

name: string = "Composite"

jobName

jobName: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "jobName"

type

type: object

name

name: string = "String"

modelType

modelType: object

serializedName

serializedName: string = "modelType"

type

type: object

name

name: string = "String"

modelUri

modelUri: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "modelUri"

type

type: object

name

name: string = "String"

Const ModelVersionResourceArmPaginatedResult

ModelVersionResourceArmPaginatedResult: object

type

type: object

className

className: string = "ModelVersionResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ModelVersionData"

name

name: string = "Composite"

Const Mpi

Mpi: object

serializedName

serializedName: string = "Mpi"

type

type: object

className

className: string = "Mpi"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DistributionConfiguration.type.polymorphicDiscriminator

uberParent

uberParent: string = "DistributionConfiguration"

modelProperties

modelProperties: object

processCountPerInstance

processCountPerInstance: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "processCountPerInstance"

type

type: object

name

name: string = "Number"

Const NCrossValidations

NCrossValidations: object

type

type: object

className

className: string = "NCrossValidations"

name

name: string = "Composite"

uberParent

uberParent: string = "NCrossValidations"

modelProperties

modelProperties: object

mode

mode: object

required

required: boolean = true

serializedName

serializedName: string = "mode"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "mode"

serializedName

serializedName: string = "mode"

Const NlpVertical

NlpVertical: object

type

type: object

className

className: string = "NlpVertical"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataSettings

dataSettings: object

serializedName

serializedName: string = "dataSettings"

type

type: object

className

className: string = "NlpVerticalDataSettings"

name

name: string = "Composite"

featurizationSettings

featurizationSettings: object

serializedName

serializedName: string = "featurizationSettings"

type

type: object

className

className: string = "NlpVerticalFeaturizationSettings"

name

name: string = "Composite"

limitSettings

limitSettings: object

serializedName

serializedName: string = "limitSettings"

type

type: object

className

className: string = "NlpVerticalLimitSettings"

name

name: string = "Composite"

Const NlpVerticalDataSettings

NlpVerticalDataSettings: object

type

type: object

className

className: string = "NlpVerticalDataSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

validationData

validationData: object

serializedName

serializedName: string = "validationData"

type

type: object

className

className: string = "NlpVerticalValidationDataSettings"

name

name: string = "Composite"

Const NlpVerticalFeaturizationSettings

NlpVerticalFeaturizationSettings: object

type

type: object

className

className: string = "NlpVerticalFeaturizationSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const NlpVerticalLimitSettings

NlpVerticalLimitSettings: object

type

type: object

className

className: string = "NlpVerticalLimitSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

maxConcurrentTrials

maxConcurrentTrials: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "maxConcurrentTrials"

type

type: object

name

name: string = "Number"

maxTrials

maxTrials: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "maxTrials"

type

type: object

name

name: string = "Number"

timeout

timeout: object

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "TimeSpan"

Const NlpVerticalValidationDataSettings

NlpVerticalValidationDataSettings: object

type

type: object

className

className: string = "NlpVerticalValidationDataSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const NodeStateCounts

NodeStateCounts: object

type

type: object

className

className: string = "NodeStateCounts"

name

name: string = "Composite"

modelProperties

modelProperties: object

idleNodeCount

idleNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "idleNodeCount"

type

type: object

name

name: string = "Number"

leavingNodeCount

leavingNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "leavingNodeCount"

type

type: object

name

name: string = "Number"

preemptedNodeCount

preemptedNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "preemptedNodeCount"

type

type: object

name

name: string = "Number"

preparingNodeCount

preparingNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "preparingNodeCount"

type

type: object

name

name: string = "Number"

runningNodeCount

runningNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "runningNodeCount"

type

type: object

name

name: string = "Number"

unusableNodeCount

unusableNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "unusableNodeCount"

type

type: object

name

name: string = "Number"

Const NoneDatastoreCredentials

NoneDatastoreCredentials: object

serializedName

serializedName: string = "None"

type

type: object

className

className: string = "NoneDatastoreCredentials"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreCredentials.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreCredentials"

modelProperties

modelProperties: object

Const NotebookAccessTokenResult

NotebookAccessTokenResult: object

type

type: object

className

className: string = "NotebookAccessTokenResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

accessToken

accessToken: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "accessToken"

type

type: object

name

name: string = "String"

expiresIn

expiresIn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "expiresIn"

type

type: object

name

name: string = "Number"

hostName

hostName: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "hostName"

type

type: object

name

name: string = "String"

notebookResourceId

notebookResourceId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "notebookResourceId"

type

type: object

name

name: string = "String"

publicDns

publicDns: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "publicDns"

type

type: object

name

name: string = "String"

refreshToken

refreshToken: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "refreshToken"

type

type: object

name

name: string = "String"

scope

scope: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "scope"

type

type: object

name

name: string = "String"

tokenType

tokenType: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "tokenType"

type

type: object

name

name: string = "String"

Const NotebookPreparationError

NotebookPreparationError: object

type

type: object

className

className: string = "NotebookPreparationError"

name

name: string = "Composite"

modelProperties

modelProperties: object

errorMessage

errorMessage: object

serializedName

serializedName: string = "errorMessage"

type

type: object

name

name: string = "String"

statusCode

statusCode: object

serializedName

serializedName: string = "statusCode"

type

type: object

name

name: string = "Number"

Const NotebookResourceInfo

NotebookResourceInfo: object

type

type: object

className

className: string = "NotebookResourceInfo"

name

name: string = "Composite"

modelProperties

modelProperties: object

fqdn

fqdn: object

serializedName

serializedName: string = "fqdn"

type

type: object

name

name: string = "String"

notebookPreparationError

notebookPreparationError: object

serializedName

serializedName: string = "notebookPreparationError"

type

type: object

className

className: string = "NotebookPreparationError"

name

name: string = "Composite"

resourceId

resourceId: object

serializedName

serializedName: string = "resourceId"

type

type: object

name

name: string = "String"

Const Objective

Objective: object

type

type: object

className

className: string = "Objective"

name

name: string = "Composite"

modelProperties

modelProperties: object

goal

goal: object

required

required: boolean = true

serializedName

serializedName: string = "goal"

type

type: object

name

name: string = "String"

primaryMetric

primaryMetric: object

required

required: boolean = true

serializedName

serializedName: string = "primaryMetric"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

Const OnlineDeploymentData

OnlineDeploymentData: object

type

type: object

className

className: string = "OnlineDeploymentData"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "ManagedServiceIdentity"

name

name: string = "Composite"

kind

kind: object

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "OnlineDeploymentDetails"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

Const OnlineDeploymentDetails

OnlineDeploymentDetails: object

serializedName

serializedName: string = "OnlineDeploymentDetails"

type

type: object

className

className: string = "OnlineDeploymentDetails"

name

name: string = "Composite"

uberParent

uberParent: string = "EndpointDeploymentPropertiesBase"

modelProperties

modelProperties: object

appInsightsEnabled

appInsightsEnabled: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "appInsightsEnabled"

type

type: object

name

name: string = "Boolean"

egressPublicNetworkAccess

egressPublicNetworkAccess: object

serializedName

serializedName: string = "egressPublicNetworkAccess"

type

type: object

name

name: string = "String"

endpointComputeType

endpointComputeType: object

required

required: boolean = true

serializedName

serializedName: string = "endpointComputeType"

type

type: object

name

name: string = "String"

instanceType

instanceType: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "instanceType"

type

type: object

name

name: string = "String"

livenessProbe

livenessProbe: object

serializedName

serializedName: string = "livenessProbe"

type

type: object

className

className: string = "ProbeSettings"

name

name: string = "Composite"

model

model: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "model"

type

type: object

name

name: string = "String"

modelMountPath

modelMountPath: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "modelMountPath"

type

type: object

name

name: string = "String"

privateNetworkConnection

privateNetworkConnection: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "privateNetworkConnection"

type

type: object

name

name: string = "Boolean"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

readinessProbe

readinessProbe: object

serializedName

serializedName: string = "readinessProbe"

type

type: object

className

className: string = "ProbeSettings"

name

name: string = "Composite"

requestSettings

requestSettings: object

serializedName

serializedName: string = "requestSettings"

type

type: object

className

className: string = "OnlineRequestSettings"

name

name: string = "Composite"

scaleSettings

scaleSettings: object

serializedName

serializedName: string = "scaleSettings"

type

type: object

className

className: string = "OnlineScaleSettings"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "endpointComputeType"

serializedName

serializedName: string = "endpointComputeType"

Const OnlineDeploymentTrackedResourceArmPaginatedResult

OnlineDeploymentTrackedResourceArmPaginatedResult: object

type

type: object

className

className: string = "OnlineDeploymentTrackedResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "OnlineDeploymentData"

name

name: string = "Composite"

Const OnlineDeploymentsCreateOrUpdateHeaders

OnlineDeploymentsCreateOrUpdateHeaders: object

type

type: object

className

className: string = "OnlineDeploymentsCreateOrUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

azureAsyncOperation

azureAsyncOperation: object

serializedName

serializedName: string = "azure-asyncoperation"

type

type: object

name

name: string = "String"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const OnlineDeploymentsDeleteHeaders

OnlineDeploymentsDeleteHeaders: object

type

type: object

className

className: string = "OnlineDeploymentsDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const OnlineDeploymentsUpdateHeaders

OnlineDeploymentsUpdateHeaders: object

type

type: object

className

className: string = "OnlineDeploymentsUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const OnlineEndpointData

OnlineEndpointData: object

type

type: object

className

className: string = "OnlineEndpointData"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "ManagedServiceIdentity"

name

name: string = "Composite"

kind

kind: object

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "OnlineEndpointDetails"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

Const OnlineEndpointDetails

OnlineEndpointDetails: object

type

type: object

className

className: string = "OnlineEndpointDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

compute

compute: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "compute"

type

type: object

name

name: string = "String"

mirrorTraffic

mirrorTraffic: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "mirrorTraffic"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Number"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

publicNetworkAccess

publicNetworkAccess: object

serializedName

serializedName: string = "publicNetworkAccess"

type

type: object

name

name: string = "String"

traffic

traffic: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "traffic"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Number"

Const OnlineEndpointTrackedResourceArmPaginatedResult

OnlineEndpointTrackedResourceArmPaginatedResult: object

type

type: object

className

className: string = "OnlineEndpointTrackedResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "OnlineEndpointData"

name

name: string = "Composite"

Const OnlineEndpointsCreateOrUpdateHeaders

OnlineEndpointsCreateOrUpdateHeaders: object

type

type: object

className

className: string = "OnlineEndpointsCreateOrUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

azureAsyncOperation

azureAsyncOperation: object

serializedName

serializedName: string = "azure-asyncoperation"

type

type: object

name

name: string = "String"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const OnlineEndpointsDeleteHeaders

OnlineEndpointsDeleteHeaders: object

type

type: object

className

className: string = "OnlineEndpointsDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const OnlineEndpointsRegenerateKeysHeaders

OnlineEndpointsRegenerateKeysHeaders: object

type

type: object

className

className: string = "OnlineEndpointsRegenerateKeysHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

Const OnlineEndpointsUpdateHeaders

OnlineEndpointsUpdateHeaders: object

type

type: object

className

className: string = "OnlineEndpointsUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

xMsAsyncOperationTimeout

xMsAsyncOperationTimeout: object

serializedName

serializedName: string = "x-ms-async-operation-timeout"

type

type: object

name

name: string = "TimeSpan"

Const OnlineRequestSettings

OnlineRequestSettings: object

type

type: object

className

className: string = "OnlineRequestSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

maxConcurrentRequestsPerInstance

maxConcurrentRequestsPerInstance: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "maxConcurrentRequestsPerInstance"

type

type: object

name

name: string = "Number"

maxQueueWait

maxQueueWait: object

defaultValue

defaultValue: string = "PT0.5S"

serializedName

serializedName: string = "maxQueueWait"

type

type: object

name

name: string = "TimeSpan"

requestTimeout

requestTimeout: object

defaultValue

defaultValue: string = "PT5S"

serializedName

serializedName: string = "requestTimeout"

type

type: object

name

name: string = "TimeSpan"

Const OnlineScaleSettings

OnlineScaleSettings: object

type

type: object

className

className: string = "OnlineScaleSettings"

name

name: string = "Composite"

uberParent

uberParent: string = "OnlineScaleSettings"

modelProperties

modelProperties: object

scaleType

scaleType: object

required

required: boolean = true

serializedName

serializedName: string = "scaleType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "scaleType"

serializedName

serializedName: string = "scaleType"

Const OutputPathAssetReference

OutputPathAssetReference: object

serializedName

serializedName: string = "OutputPath"

type

type: object

className

className: string = "OutputPathAssetReference"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetReferenceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetReferenceBase"

modelProperties

modelProperties: object

jobId

jobId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "jobId"

type

type: object

name

name: string = "String"

path

path: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "path"

type

type: object

name

name: string = "String"

Const PaginatedComputeResourcesList

PaginatedComputeResourcesList: object

type

type: object

className

className: string = "PaginatedComputeResourcesList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComputeResource"

name

name: string = "Composite"

Const PaginatedWorkspaceConnectionsList

PaginatedWorkspaceConnectionsList: object

type

type: object

className

className: string = "PaginatedWorkspaceConnectionsList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "WorkspaceConnection"

name

name: string = "Composite"

Const PartialAssetReferenceBase

PartialAssetReferenceBase: object

type

type: object

className

className: string = "PartialAssetReferenceBase"

name

name: string = "Composite"

uberParent

uberParent: string = "PartialAssetReferenceBase"

modelProperties

modelProperties: object

referenceType

referenceType: object

required

required: boolean = true

serializedName

serializedName: string = "referenceType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "referenceType"

serializedName

serializedName: string = "referenceType"

Const PartialBatchDeployment

PartialBatchDeployment: object

type

type: object

className

className: string = "PartialBatchDeployment"

name

name: string = "Composite"

modelProperties

modelProperties: object

codeConfiguration

codeConfiguration: object

serializedName

serializedName: string = "codeConfiguration"

type

type: object

className

className: string = "PartialCodeConfiguration"

name

name: string = "Composite"

compute

compute: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "compute"

type

type: object

name

name: string = "String"

description

description: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

environmentId

environmentId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "environmentId"

type

type: object

name

name: string = "String"

environmentVariables

environmentVariables: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "environmentVariables"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

errorThreshold

errorThreshold: object

serializedName

serializedName: string = "errorThreshold"

type

type: object

name

name: string = "Number"

loggingLevel

loggingLevel: object

serializedName

serializedName: string = "loggingLevel"

type

type: object

name

name: string = "String"

maxConcurrencyPerInstance

maxConcurrencyPerInstance: object

serializedName

serializedName: string = "maxConcurrencyPerInstance"

type

type: object

name

name: string = "Number"

miniBatchSize

miniBatchSize: object

serializedName

serializedName: string = "miniBatchSize"

type

type: object

name

name: string = "Number"

model

model: object

serializedName

serializedName: string = "model"

type

type: object

className

className: string = "PartialAssetReferenceBase"

name

name: string = "Composite"

outputAction

outputAction: object

serializedName

serializedName: string = "outputAction"

type

type: object

name

name: string = "String"

outputFileName

outputFileName: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "outputFileName"

type

type: object

name

name: string = "String"

properties

properties: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

retrySettings

retrySettings: object

serializedName

serializedName: string = "retrySettings"

type

type: object

className

className: string = "PartialBatchRetrySettings"

name

name: string = "Composite"

Const PartialBatchDeploymentPartialTrackedResource

PartialBatchDeploymentPartialTrackedResource: object

type

type: object

className

className: string = "PartialBatchDeploymentPartialTrackedResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "PartialManagedServiceIdentity"

name

name: string = "Composite"

kind

kind: object

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "PartialBatchDeployment"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "PartialSku"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const PartialBatchEndpoint

PartialBatchEndpoint: object

type

type: object

className

className: string = "PartialBatchEndpoint"

name

name: string = "Composite"

modelProperties

modelProperties: object

defaults

defaults: object

serializedName

serializedName: string = "defaults"

type

type: object

className

className: string = "BatchEndpointDefaults"

name

name: string = "Composite"

Const PartialBatchEndpointPartialTrackedResource

PartialBatchEndpointPartialTrackedResource: object

type

type: object

className

className: string = "PartialBatchEndpointPartialTrackedResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "PartialManagedServiceIdentity"

name

name: string = "Composite"

kind

kind: object

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "PartialBatchEndpoint"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "PartialSku"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const PartialBatchRetrySettings

PartialBatchRetrySettings: object

type

type: object

className

className: string = "PartialBatchRetrySettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

maxRetries

maxRetries: object

serializedName

serializedName: string = "maxRetries"

type

type: object

name

name: string = "Number"

timeout

timeout: object

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "TimeSpan"

Const PartialCodeConfiguration

PartialCodeConfiguration: object

type

type: object

className

className: string = "PartialCodeConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

codeId

codeId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "codeId"

type

type: object

name

name: string = "String"

scoringScript

scoringScript: object

serializedName

serializedName: string = "scoringScript"

constraints

constraints: object

MinLength

MinLength: number = 1

type

type: object

name

name: string = "String"

Const PartialDataPathAssetReference

PartialDataPathAssetReference: object

serializedName

serializedName: string = "DataPath"

type

type: object

className

className: string = "PartialDataPathAssetReference"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = PartialAssetReferenceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "PartialAssetReferenceBase"

modelProperties

modelProperties: object

datastoreId

datastoreId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "datastoreId"

type

type: object

name

name: string = "String"

path

path: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "path"

type

type: object

name

name: string = "String"

Const PartialIdAssetReference

PartialIdAssetReference: object

serializedName

serializedName: string = "Id"

type

type: object

className

className: string = "PartialIdAssetReference"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = PartialAssetReferenceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "PartialAssetReferenceBase"

modelProperties

modelProperties: object

assetId

assetId: object

serializedName

serializedName: string = "assetId"

type

type: object

name

name: string = "String"

Const PartialKubernetesOnlineDeployment

PartialKubernetesOnlineDeployment: object

serializedName

serializedName: string = "Kubernetes"

type

type: object

className

className: string = "PartialKubernetesOnlineDeployment"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = PartialOnlineDeployment.type.polymorphicDiscriminator

uberParent

uberParent: string = "PartialOnlineDeployment"

modelProperties

modelProperties: object

Const PartialManagedOnlineDeployment

PartialManagedOnlineDeployment: object

serializedName

serializedName: string = "Managed"

type

type: object

className

className: string = "PartialManagedOnlineDeployment"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = PartialOnlineDeployment.type.polymorphicDiscriminator

uberParent

uberParent: string = "PartialOnlineDeployment"

modelProperties

modelProperties: object

Const PartialManagedServiceIdentity

PartialManagedServiceIdentity: object

type

type: object

className

className: string = "PartialManagedServiceIdentity"

name

name: string = "Composite"

modelProperties

modelProperties: object

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

userAssignedIdentities

userAssignedIdentities: object

serializedName

serializedName: string = "userAssignedIdentities"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

Const PartialOnlineDeployment

PartialOnlineDeployment: object

type

type: object

className

className: string = "PartialOnlineDeployment"

name

name: string = "Composite"

uberParent

uberParent: string = "PartialOnlineDeployment"

modelProperties

modelProperties: object

endpointComputeType

endpointComputeType: object

required

required: boolean = true

serializedName

serializedName: string = "endpointComputeType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "endpointComputeType"

serializedName

serializedName: string = "endpointComputeType"

Const PartialOnlineDeploymentPartialTrackedResource

PartialOnlineDeploymentPartialTrackedResource: object

type

type: object

className

className: string = "PartialOnlineDeploymentPartialTrackedResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "PartialManagedServiceIdentity"

name

name: string = "Composite"

kind

kind: object

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "PartialOnlineDeployment"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "PartialSku"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const PartialOnlineEndpoint

PartialOnlineEndpoint: object

type

type: object

className

className: string = "PartialOnlineEndpoint"

name

name: string = "Composite"

modelProperties

modelProperties: object

mirrorTraffic

mirrorTraffic: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "mirrorTraffic"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Number"

publicNetworkAccess

publicNetworkAccess: object

serializedName

serializedName: string = "publicNetworkAccess"

type

type: object

name

name: string = "String"

traffic

traffic: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "traffic"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Number"

Const PartialOnlineEndpointPartialTrackedResource

PartialOnlineEndpointPartialTrackedResource: object

type

type: object

className

className: string = "PartialOnlineEndpointPartialTrackedResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "PartialManagedServiceIdentity"

name

name: string = "Composite"

kind

kind: object

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "PartialOnlineEndpoint"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "PartialSku"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const PartialOutputPathAssetReference

PartialOutputPathAssetReference: object

serializedName

serializedName: string = "OutputPath"

type

type: object

className

className: string = "PartialOutputPathAssetReference"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = PartialAssetReferenceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "PartialAssetReferenceBase"

modelProperties

modelProperties: object

jobId

jobId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "jobId"

type

type: object

name

name: string = "String"

path

path: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "path"

type

type: object

name

name: string = "String"

Const PartialSku

PartialSku: object

type

type: object

className

className: string = "PartialSku"

name

name: string = "Composite"

modelProperties

modelProperties: object

capacity

capacity: object

serializedName

serializedName: string = "capacity"

type

type: object

name

name: string = "Number"

family

family: object

serializedName

serializedName: string = "family"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

size

size: object

serializedName

serializedName: string = "size"

type

type: object

name

name: string = "String"

tier

tier: object

serializedName

serializedName: string = "tier"

type

type: object

allowedValues

allowedValues: string[] = ["Free", "Basic", "Standard", "Premium"]

name

name: string = "Enum"

Const Password

Password: object

type

type: object

className

className: string = "Password"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const PersonalComputeInstanceSettings

PersonalComputeInstanceSettings: object

type

type: object

className

className: string = "PersonalComputeInstanceSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

assignedUser

assignedUser: object

serializedName

serializedName: string = "assignedUser"

type

type: object

className

className: string = "AssignedUser"

name

name: string = "Composite"

Const PipelineJob

PipelineJob: object

serializedName

serializedName: string = "Pipeline"

type

type: object

className

className: string = "PipelineJob"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

inputs

inputs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "inputs"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "JobInput"

name

name: string = "Composite"

jobs

jobs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "jobs"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

outputs

outputs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "outputs"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "JobOutput"

name

name: string = "Composite"

settings

settings: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "settings"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

Const PrivateEndpoint

PrivateEndpoint: object

type

type: object

className

className: string = "PrivateEndpoint"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

subnetArmId

subnetArmId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "subnetArmId"

type

type: object

name

name: string = "String"

Const PrivateEndpointConnection

PrivateEndpointConnection: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "ManagedServiceIdentity"

name

name: string = "Composite"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

privateEndpoint

privateEndpoint: object

serializedName

serializedName: string = "properties.privateEndpoint"

type

type: object

className

className: string = "PrivateEndpoint"

name

name: string = "Composite"

privateLinkServiceConnectionState

privateLinkServiceConnectionState: object

serializedName

serializedName: string = "properties.privateLinkServiceConnectionState"

type

type: object

className

className: string = "PrivateLinkServiceConnectionState"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const PrivateEndpointConnectionListResult

PrivateEndpointConnectionListResult: object

type

type: object

className

className: string = "PrivateEndpointConnectionListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

Const PrivateLinkResource

PrivateLinkResource: object

type

type: object

className

className: string = "PrivateLinkResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

groupId

groupId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.groupId"

type

type: object

name

name: string = "String"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "ManagedServiceIdentity"

name

name: string = "Composite"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

requiredMembers

requiredMembers: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.requiredMembers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

requiredZoneNames

requiredZoneNames: object

serializedName

serializedName: string = "properties.requiredZoneNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const PrivateLinkResourceListResult

PrivateLinkResourceListResult: object

type

type: object

className

className: string = "PrivateLinkResourceListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateLinkResource"

name

name: string = "Composite"

Const PrivateLinkServiceConnectionState

PrivateLinkServiceConnectionState: object

type

type: object

className

className: string = "PrivateLinkServiceConnectionState"

name

name: string = "Composite"

modelProperties

modelProperties: object

actionsRequired

actionsRequired: object

serializedName

serializedName: string = "actionsRequired"

type

type: object

name

name: string = "String"

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const ProbeSettings

ProbeSettings: object

type

type: object

className

className: string = "ProbeSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

failureThreshold

failureThreshold: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "failureThreshold"

type

type: object

name

name: string = "Number"

initialDelay

initialDelay: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "initialDelay"

type

type: object

name

name: string = "TimeSpan"

period

period: object

defaultValue

defaultValue: string = "PT10S"

serializedName

serializedName: string = "period"

type

type: object

name

name: string = "TimeSpan"

successThreshold

successThreshold: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "successThreshold"

type

type: object

name

name: string = "Number"

timeout

timeout: object

defaultValue

defaultValue: string = "PT2S"

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "TimeSpan"

Const PyTorch

PyTorch: object

serializedName

serializedName: string = "PyTorch"

type

type: object

className

className: string = "PyTorch"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DistributionConfiguration.type.polymorphicDiscriminator

uberParent

uberParent: string = "DistributionConfiguration"

modelProperties

modelProperties: object

processCountPerInstance

processCountPerInstance: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "processCountPerInstance"

type

type: object

name

name: string = "Number"

Const QuotaBaseProperties

QuotaBaseProperties: object

type

type: object

className

className: string = "QuotaBaseProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

limit

limit: object

serializedName

serializedName: string = "limit"

type

type: object

name

name: string = "Number"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

unit

unit: object

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const QuotaUpdateParameters

QuotaUpdateParameters: object

type

type: object

className

className: string = "QuotaUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "QuotaBaseProperties"

name

name: string = "Composite"

Const RandomSamplingAlgorithm

RandomSamplingAlgorithm: object

serializedName

serializedName: string = "Random"

type

type: object

className

className: string = "RandomSamplingAlgorithm"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = SamplingAlgorithm.type.polymorphicDiscriminator

uberParent

uberParent: string = "SamplingAlgorithm"

modelProperties

modelProperties: object

rule

rule: object

serializedName

serializedName: string = "rule"

type

type: object

name

name: string = "String"

seed

seed: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "seed"

type

type: object

name

name: string = "Number"

Const RecurrencePattern

RecurrencePattern: object

type

type: object

className

className: string = "RecurrencePattern"

name

name: string = "Composite"

modelProperties

modelProperties: object

hours

hours: object

required

required: boolean = true

serializedName

serializedName: string = "hours"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "Number"

minutes

minutes: object

required

required: boolean = true

serializedName

serializedName: string = "minutes"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "Number"

weekdays

weekdays: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "weekdays"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const RecurrenceSchedule

RecurrenceSchedule: object

serializedName

serializedName: string = "Recurrence"

type

type: object

className

className: string = "RecurrenceSchedule"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ScheduleBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ScheduleBase"

modelProperties

modelProperties: object

frequency

frequency: object

required

required: boolean = true

serializedName

serializedName: string = "frequency"

type

type: object

name

name: string = "String"

interval

interval: object

required

required: boolean = true

serializedName

serializedName: string = "interval"

type

type: object

name

name: string = "Number"

pattern

pattern: object

serializedName

serializedName: string = "pattern"

type

type: object

className

className: string = "RecurrencePattern"

name

name: string = "Composite"

Const RegenerateEndpointKeysRequest

RegenerateEndpointKeysRequest: object

type

type: object

className

className: string = "RegenerateEndpointKeysRequest"

name

name: string = "Composite"

modelProperties

modelProperties: object

keyType

keyType: object

required

required: boolean = true

serializedName

serializedName: string = "keyType"

type

type: object

name

name: string = "String"

keyValue

keyValue: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "keyValue"

type

type: object

name

name: string = "String"

Const RegistryListCredentialsResult

RegistryListCredentialsResult: object

type

type: object

className

className: string = "RegistryListCredentialsResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

passwords

passwords: object

serializedName

serializedName: string = "passwords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Password"

name

name: string = "Composite"

username

username: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "username"

type

type: object

name

name: string = "String"

Const Regression

Regression: object

serializedName

serializedName: string = "Regression"

type

type: object

className

className: string = "Regression"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = TableVertical.type.polymorphicDiscriminator

uberParent

uberParent: string = "TableVertical"

modelProperties

modelProperties: object

allowedModels

allowedModels: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "allowedModels"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

blockedModels

blockedModels: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "blockedModels"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

primaryMetric

primaryMetric: object

serializedName

serializedName: string = "primaryMetric"

type

type: object

name

name: string = "String"

Const Resource

Resource: object

type

type: object

className

className: string = "Resource"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ResourceBase

ResourceBase: object

type

type: object

className

className: string = "ResourceBase"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

properties

properties: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

tags

tags: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const ResourceConfiguration

ResourceConfiguration: object

type

type: object

className

className: string = "ResourceConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

instanceCount

instanceCount: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "instanceCount"

type

type: object

name

name: string = "Number"

instanceType

instanceType: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "instanceType"

type

type: object

name

name: string = "String"

properties

properties: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

Const ResourceId

ResourceId: object

type

type: object

className

className: string = "ResourceId"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const ResourceName

ResourceName: object

type

type: object

className

className: string = "ResourceName"

name

name: string = "Composite"

modelProperties

modelProperties: object

localizedValue

localizedValue: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "localizedValue"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const ResourceQuota

ResourceQuota: object

type

type: object

className

className: string = "ResourceQuota"

name

name: string = "Composite"

modelProperties

modelProperties: object

amlWorkspaceLocation

amlWorkspaceLocation: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "amlWorkspaceLocation"

type

type: object

name

name: string = "String"

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

limit

limit: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "limit"

type

type: object

name

name: string = "Number"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

className

className: string = "ResourceName"

name

name: string = "Composite"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

unit

unit: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const Route

Route: object

type

type: object

className

className: string = "Route"

name

name: string = "Composite"

modelProperties

modelProperties: object

path

path: object

required

required: boolean = true

serializedName

serializedName: string = "path"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

port

port: object

required

required: boolean = true

serializedName

serializedName: string = "port"

type

type: object

name

name: string = "Number"

Const SamplingAlgorithm

SamplingAlgorithm: object

type

type: object

className

className: string = "SamplingAlgorithm"

name

name: string = "Composite"

uberParent

uberParent: string = "SamplingAlgorithm"

modelProperties

modelProperties: object

samplingAlgorithmType

samplingAlgorithmType: object

required

required: boolean = true

serializedName

serializedName: string = "samplingAlgorithmType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "samplingAlgorithmType"

serializedName

serializedName: string = "samplingAlgorithmType"

Const SasDatastoreCredentials

SasDatastoreCredentials: object

serializedName

serializedName: string = "Sas"

type

type: object

className

className: string = "SasDatastoreCredentials"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreCredentials.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreCredentials"

modelProperties

modelProperties: object

secrets

secrets: object

serializedName

serializedName: string = "secrets"

type

type: object

className

className: string = "SasDatastoreSecrets"

name

name: string = "Composite"

Const SasDatastoreSecrets

SasDatastoreSecrets: object

serializedName

serializedName: string = "Sas"

type

type: object

className

className: string = "SasDatastoreSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreSecrets"

modelProperties

modelProperties: object

sasToken

sasToken: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "sasToken"

type

type: object

name

name: string = "String"

Const ScaleSettings

ScaleSettings: object

type

type: object

className

className: string = "ScaleSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

maxNodeCount

maxNodeCount: object

required

required: boolean = true

serializedName

serializedName: string = "maxNodeCount"

type

type: object

name

name: string = "Number"

minNodeCount

minNodeCount: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "minNodeCount"

type

type: object

name

name: string = "Number"

nodeIdleTimeBeforeScaleDown

nodeIdleTimeBeforeScaleDown: object

serializedName

serializedName: string = "nodeIdleTimeBeforeScaleDown"

type

type: object

name

name: string = "TimeSpan"

Const ScaleSettingsInformation

ScaleSettingsInformation: object

type

type: object

className

className: string = "ScaleSettingsInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

scaleSettings

scaleSettings: object

serializedName

serializedName: string = "scaleSettings"

type

type: object

className

className: string = "ScaleSettings"

name

name: string = "Composite"

Const ScheduleBase

ScheduleBase: object

type

type: object

className

className: string = "ScheduleBase"

name

name: string = "Composite"

uberParent

uberParent: string = "ScheduleBase"

modelProperties

modelProperties: object

endTime

endTime: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "DateTime"

scheduleStatus

scheduleStatus: object

serializedName

serializedName: string = "scheduleStatus"

type

type: object

name

name: string = "String"

scheduleType

scheduleType: object

required

required: boolean = true

serializedName

serializedName: string = "scheduleType"

type

type: object

name

name: string = "String"

startTime

startTime: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

timeZone

timeZone: object

defaultValue

defaultValue: string = "UTC"

nullable

nullable: boolean = true

serializedName

serializedName: string = "timeZone"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "scheduleType"

serializedName

serializedName: string = "scheduleType"

Const ScriptReference

ScriptReference: object

type

type: object

className

className: string = "ScriptReference"

name

name: string = "Composite"

modelProperties

modelProperties: object

scriptArguments

scriptArguments: object

serializedName

serializedName: string = "scriptArguments"

type

type: object

name

name: string = "String"

scriptData

scriptData: object

serializedName

serializedName: string = "scriptData"

type

type: object

name

name: string = "String"

scriptSource

scriptSource: object

serializedName

serializedName: string = "scriptSource"

type

type: object

name

name: string = "String"

timeout

timeout: object

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "String"

Const ScriptsToExecute

ScriptsToExecute: object

type

type: object

className

className: string = "ScriptsToExecute"

name

name: string = "Composite"

modelProperties

modelProperties: object

creationScript

creationScript: object

serializedName

serializedName: string = "creationScript"

type

type: object

className

className: string = "ScriptReference"

name

name: string = "Composite"

startupScript

startupScript: object

serializedName

serializedName: string = "startupScript"

type

type: object

className

className: string = "ScriptReference"

name

name: string = "Composite"

Const Seasonality

Seasonality: object

type

type: object

className

className: string = "Seasonality"

name

name: string = "Composite"

uberParent

uberParent: string = "Seasonality"

modelProperties

modelProperties: object

mode

mode: object

required

required: boolean = true

serializedName

serializedName: string = "mode"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "mode"

serializedName

serializedName: string = "mode"

Const ServiceManagedResourcesSettings

ServiceManagedResourcesSettings: object

type

type: object

className

className: string = "ServiceManagedResourcesSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

cosmosDb

cosmosDb: object

serializedName

serializedName: string = "cosmosDb"

type

type: object

className

className: string = "CosmosDbSettings"

name

name: string = "Composite"

Const ServicePrincipalDatastoreCredentials

ServicePrincipalDatastoreCredentials: object

serializedName

serializedName: string = "ServicePrincipal"

type

type: object

className

className: string = "ServicePrincipalDatastoreCredentials"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreCredentials.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreCredentials"

modelProperties

modelProperties: object

authorityUrl

authorityUrl: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "authorityUrl"

type

type: object

name

name: string = "String"

clientId

clientId: object

required

required: boolean = true

serializedName

serializedName: string = "clientId"

type

type: object

name

name: string = "Uuid"

resourceUrl

resourceUrl: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "resourceUrl"

type

type: object

name

name: string = "String"

secrets

secrets: object

serializedName

serializedName: string = "secrets"

type

type: object

className

className: string = "ServicePrincipalDatastoreSecrets"

name

name: string = "Composite"

tenantId

tenantId: object

required

required: boolean = true

serializedName

serializedName: string = "tenantId"

type

type: object

name

name: string = "Uuid"

Const ServicePrincipalDatastoreSecrets

ServicePrincipalDatastoreSecrets: object

serializedName

serializedName: string = "ServicePrincipal"

type

type: object

className

className: string = "ServicePrincipalDatastoreSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DatastoreSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "DatastoreSecrets"

modelProperties

modelProperties: object

clientSecret

clientSecret: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "clientSecret"

type

type: object

name

name: string = "String"

Const SetupScripts

SetupScripts: object

type

type: object

className

className: string = "SetupScripts"

name

name: string = "Composite"

modelProperties

modelProperties: object

scripts

scripts: object

serializedName

serializedName: string = "scripts"

type

type: object

className

className: string = "ScriptsToExecute"

name

name: string = "Composite"

Const SharedPrivateLinkResource

SharedPrivateLinkResource: object

type

type: object

className

className: string = "SharedPrivateLinkResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

groupId

groupId: object

serializedName

serializedName: string = "properties.groupId"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

privateLinkResourceId

privateLinkResourceId: object

serializedName

serializedName: string = "properties.privateLinkResourceId"

type

type: object

name

name: string = "String"

requestMessage

requestMessage: object

serializedName

serializedName: string = "properties.requestMessage"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

name

name: string = "String"

Const Sku

Sku: object

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

modelProperties

modelProperties: object

capacity

capacity: object

serializedName

serializedName: string = "capacity"

type

type: object

name

name: string = "Number"

family

family: object

serializedName

serializedName: string = "family"

type

type: object

name

name: string = "String"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

size

size: object

serializedName

serializedName: string = "size"

type

type: object

name

name: string = "String"

tier

tier: object

serializedName

serializedName: string = "tier"

type

type: object

allowedValues

allowedValues: string[] = ["Free", "Basic", "Standard", "Premium"]

name

name: string = "Enum"

Const SkuCapacity

SkuCapacity: object

type

type: object

className

className: string = "SkuCapacity"

name

name: string = "Composite"

modelProperties

modelProperties: object

default

default: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "default"

type

type: object

name

name: string = "Number"

maximum

maximum: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "maximum"

type

type: object

name

name: string = "Number"

minimum

minimum: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "minimum"

type

type: object

name

name: string = "Number"

scaleType

scaleType: object

serializedName

serializedName: string = "scaleType"

type

type: object

name

name: string = "String"

Const SkuResource

SkuResource: object

type

type: object

className

className: string = "SkuResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

capacity

capacity: object

serializedName

serializedName: string = "capacity"

type

type: object

className

className: string = "SkuCapacity"

name

name: string = "Composite"

resourceType

resourceType: object

nullable

nullable: boolean = true

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "resourceType"

type

type: object

name

name: string = "String"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "SkuSetting"

name

name: string = "Composite"

Const SkuResourceArmPaginatedResult

SkuResourceArmPaginatedResult: object

type

type: object

className

className: string = "SkuResourceArmPaginatedResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SkuResource"

name

name: string = "Composite"

Const SkuSetting

SkuSetting: object

type

type: object

className

className: string = "SkuSetting"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

tier

tier: object

serializedName

serializedName: string = "tier"

type

type: object

allowedValues

allowedValues: string[] = ["Free", "Basic", "Standard", "Premium"]

name

name: string = "Enum"

Const SslConfiguration

SslConfiguration: object

type

type: object

className

className: string = "SslConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

cert

cert: object

serializedName

serializedName: string = "cert"

type

type: object

name

name: string = "String"

cname

cname: object

serializedName

serializedName: string = "cname"

type

type: object

name

name: string = "String"

key

key: object

serializedName

serializedName: string = "key"

type

type: object

name

name: string = "String"

leafDomainLabel

leafDomainLabel: object

serializedName

serializedName: string = "leafDomainLabel"

type

type: object

name

name: string = "String"

overwriteExistingDomain

overwriteExistingDomain: object

serializedName

serializedName: string = "overwriteExistingDomain"

type

type: object

name

name: string = "Boolean"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const StackEnsembleSettings

StackEnsembleSettings: object

type

type: object

className

className: string = "StackEnsembleSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

stackMetaLearnerKWargs

stackMetaLearnerKWargs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "stackMetaLearnerKWargs"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

stackMetaLearnerTrainPercentage

stackMetaLearnerTrainPercentage: object

defaultValue

defaultValue: number = 0.2

serializedName

serializedName: string = "stackMetaLearnerTrainPercentage"

type

type: object

name

name: string = "Number"

stackMetaLearnerType

stackMetaLearnerType: object

serializedName

serializedName: string = "stackMetaLearnerType"

type

type: object

name

name: string = "String"

Const SweepJob

SweepJob: object

serializedName

serializedName: string = "Sweep"

type

type: object

className

className: string = "SweepJob"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

earlyTermination

earlyTermination: object

serializedName

serializedName: string = "earlyTermination"

type

type: object

className

className: string = "EarlyTerminationPolicy"

name

name: string = "Composite"

inputs

inputs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "inputs"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "JobInput"

name

name: string = "Composite"

limits

limits: object

serializedName

serializedName: string = "limits"

type

type: object

className

className: string = "SweepJobLimits"

name

name: string = "Composite"

objective

objective: object

serializedName

serializedName: string = "objective"

type

type: object

className

className: string = "Objective"

name

name: string = "Composite"

outputs

outputs: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "outputs"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "JobOutput"

name

name: string = "Composite"

samplingAlgorithm

samplingAlgorithm: object

serializedName

serializedName: string = "samplingAlgorithm"

type

type: object

className

className: string = "SamplingAlgorithm"

name

name: string = "Composite"

searchSpace

searchSpace: object

required

required: boolean = true

serializedName

serializedName: string = "searchSpace"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

trial

trial: object

serializedName

serializedName: string = "trial"

type

type: object

className

className: string = "TrialComponent"

name

name: string = "Composite"

Const SweepJobLimits

SweepJobLimits: object

serializedName

serializedName: string = "Sweep"

type

type: object

className

className: string = "SweepJobLimits"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = JobLimits.type.polymorphicDiscriminator

uberParent

uberParent: string = "JobLimits"

modelProperties

modelProperties: object

maxConcurrentTrials

maxConcurrentTrials: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "maxConcurrentTrials"

type

type: object

name

name: string = "Number"

maxTotalTrials

maxTotalTrials: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "maxTotalTrials"

type

type: object

name

name: string = "Number"

trialTimeout

trialTimeout: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "trialTimeout"

type

type: object

name

name: string = "TimeSpan"

Const SynapseSpark

SynapseSpark: object

serializedName

serializedName: string = "SynapseSpark"

type

type: object

className

className: string = "SynapseSpark"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "SynapseSparkProperties"

name

name: string = "Composite"

Const SynapseSparkProperties

SynapseSparkProperties: object

type

type: object

className

className: string = "SynapseSparkProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

autoPauseProperties

autoPauseProperties: object

serializedName

serializedName: string = "autoPauseProperties"

type

type: object

className

className: string = "AutoPauseProperties"

name

name: string = "Composite"

autoScaleProperties

autoScaleProperties: object

serializedName

serializedName: string = "autoScaleProperties"

type

type: object

className

className: string = "AutoScaleProperties"

name

name: string = "Composite"

nodeCount

nodeCount: object

serializedName

serializedName: string = "nodeCount"

type

type: object

name

name: string = "Number"

nodeSize

nodeSize: object

serializedName

serializedName: string = "nodeSize"

type

type: object

name

name: string = "String"

nodeSizeFamily

nodeSizeFamily: object

serializedName

serializedName: string = "nodeSizeFamily"

type

type: object

name

name: string = "String"

poolName

poolName: object

serializedName

serializedName: string = "poolName"

type

type: object

name

name: string = "String"

resourceGroup

resourceGroup: object

serializedName

serializedName: string = "resourceGroup"

type

type: object

name

name: string = "String"

sparkVersion

sparkVersion: object

serializedName

serializedName: string = "sparkVersion"

type

type: object

name

name: string = "String"

subscriptionId

subscriptionId: object

serializedName

serializedName: string = "subscriptionId"

type

type: object

name

name: string = "String"

workspaceName

workspaceName: object

serializedName

serializedName: string = "workspaceName"

type

type: object

name

name: string = "String"

Const SystemData

SystemData: object

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

modelProperties

modelProperties: object

createdAt

createdAt: object

serializedName

serializedName: string = "createdAt"

type

type: object

name

name: string = "DateTime"

createdBy

createdBy: object

serializedName

serializedName: string = "createdBy"

type

type: object

name

name: string = "String"

createdByType

createdByType: object

serializedName

serializedName: string = "createdByType"

type

type: object

name

name: string = "String"

lastModifiedAt

lastModifiedAt: object

serializedName

serializedName: string = "lastModifiedAt"

type

type: object

name

name: string = "DateTime"

lastModifiedBy

lastModifiedBy: object

serializedName

serializedName: string = "lastModifiedBy"

type

type: object

name

name: string = "String"

lastModifiedByType

lastModifiedByType: object

serializedName

serializedName: string = "lastModifiedByType"

type

type: object

name

name: string = "String"

Const SystemService

SystemService: object

type

type: object

className

className: string = "SystemService"

name

name: string = "Composite"

modelProperties

modelProperties: object

publicIpAddress

publicIpAddress: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "publicIpAddress"

type

type: object

name

name: string = "String"

systemServiceType

systemServiceType: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "systemServiceType"

type

type: object

name

name: string = "String"

version

version: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

Const TableVertical

TableVertical: object

type

type: object

className

className: string = "TableVertical"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataSettings

dataSettings: object

serializedName

serializedName: string = "dataSettings"

type

type: object

className

className: string = "TableVerticalDataSettings"

name

name: string = "Composite"

featurizationSettings

featurizationSettings: object

serializedName

serializedName: string = "featurizationSettings"

type

type: object

className

className: string = "TableVerticalFeaturizationSettings"

name

name: string = "Composite"

limitSettings

limitSettings: object

serializedName

serializedName: string = "limitSettings"

type

type: object

className

className: string = "TableVerticalLimitSettings"

name

name: string = "Composite"

trainingSettings

trainingSettings: object

serializedName

serializedName: string = "trainingSettings"

type

type: object

className

className: string = "TrainingSettings"

name

name: string = "Composite"

Const TableVerticalDataSettings

TableVerticalDataSettings: object

type

type: object

className

className: string = "TableVerticalDataSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

validationData

validationData: object

serializedName

serializedName: string = "validationData"

type

type: object

className

className: string = "TableVerticalValidationDataSettings"

name

name: string = "Composite"

weightColumnName

weightColumnName: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "weightColumnName"

type

type: object

name

name: string = "String"

Const TableVerticalFeaturizationSettings

TableVerticalFeaturizationSettings: object

type

type: object

className

className: string = "TableVerticalFeaturizationSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

blockedTransformers

blockedTransformers: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "blockedTransformers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

columnNameAndTypes

columnNameAndTypes: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "columnNameAndTypes"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

dropColumns

dropColumns: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "dropColumns"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

enableDnnFeaturization

enableDnnFeaturization: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "enableDnnFeaturization"

type

type: object

name

name: string = "Boolean"

mode

mode: object

serializedName

serializedName: string = "mode"

type

type: object

name

name: string = "String"

transformerParams

transformerParams: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "transformerParams"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ColumnTransformer"

name

name: string = "Composite"

Const TableVerticalLimitSettings

TableVerticalLimitSettings: object

type

type: object

className

className: string = "TableVerticalLimitSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

enableEarlyTermination

enableEarlyTermination: object

defaultValue

defaultValue: boolean = true

serializedName

serializedName: string = "enableEarlyTermination"

type

type: object

name

name: string = "Boolean"

exitScore

exitScore: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "exitScore"

type

type: object

name

name: string = "Number"

maxConcurrentTrials

maxConcurrentTrials: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "maxConcurrentTrials"

type

type: object

name

name: string = "Number"

maxCoresPerTrial

maxCoresPerTrial: object

defaultValue

defaultValue: number = -1

serializedName

serializedName: string = "maxCoresPerTrial"

type

type: object

name

name: string = "Number"

maxTrials

maxTrials: object

defaultValue

defaultValue: number = 1000

serializedName

serializedName: string = "maxTrials"

type

type: object

name

name: string = "Number"

timeout

timeout: object

defaultValue

defaultValue: string = "PT6H"

serializedName

serializedName: string = "timeout"

type

type: object

name

name: string = "TimeSpan"

trialTimeout

trialTimeout: object

defaultValue

defaultValue: string = "PT30M"

serializedName

serializedName: string = "trialTimeout"

type

type: object

name

name: string = "TimeSpan"

Const TableVerticalValidationDataSettings

TableVerticalValidationDataSettings: object

type

type: object

className

className: string = "TableVerticalValidationDataSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

cvSplitColumnNames

cvSplitColumnNames: object

serializedName

serializedName: string = "cvSplitColumnNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

nCrossValidations

nCrossValidations: object

serializedName

serializedName: string = "nCrossValidations"

type

type: object

className

className: string = "NCrossValidations"

name

name: string = "Composite"

Const TargetLags

TargetLags: object

type

type: object

className

className: string = "TargetLags"

name

name: string = "Composite"

uberParent

uberParent: string = "TargetLags"

modelProperties

modelProperties: object

mode

mode: object

required

required: boolean = true

serializedName

serializedName: string = "mode"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "mode"

serializedName

serializedName: string = "mode"

Const TargetRollingWindowSize

TargetRollingWindowSize: object

type

type: object

className

className: string = "TargetRollingWindowSize"

name

name: string = "Composite"

uberParent

uberParent: string = "TargetRollingWindowSize"

modelProperties

modelProperties: object

mode

mode: object

required

required: boolean = true

serializedName

serializedName: string = "mode"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "mode"

serializedName

serializedName: string = "mode"

Const TargetUtilizationScaleSettings

TargetUtilizationScaleSettings: object

serializedName

serializedName: string = "TargetUtilization"

type

type: object

className

className: string = "TargetUtilizationScaleSettings"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = OnlineScaleSettings.type.polymorphicDiscriminator

uberParent

uberParent: string = "OnlineScaleSettings"

modelProperties

modelProperties: object

maxInstances

maxInstances: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "maxInstances"

type

type: object

name

name: string = "Number"

minInstances

minInstances: object

defaultValue

defaultValue: number = 1

serializedName

serializedName: string = "minInstances"

type

type: object

name

name: string = "Number"

pollingInterval

pollingInterval: object

defaultValue

defaultValue: string = "PT1S"

serializedName

serializedName: string = "pollingInterval"

type

type: object

name

name: string = "TimeSpan"

targetUtilizationPercentage

targetUtilizationPercentage: object

defaultValue

defaultValue: number = 70

serializedName

serializedName: string = "targetUtilizationPercentage"

type

type: object

name

name: string = "Number"

Const TensorFlow

TensorFlow: object

serializedName

serializedName: string = "TensorFlow"

type

type: object

className

className: string = "TensorFlow"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = DistributionConfiguration.type.polymorphicDiscriminator

uberParent

uberParent: string = "DistributionConfiguration"

modelProperties

modelProperties: object

parameterServerCount

parameterServerCount: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "parameterServerCount"

type

type: object

name

name: string = "Number"

workerCount

workerCount: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "workerCount"

type

type: object

name

name: string = "Number"

Const TestDataSettings

TestDataSettings: object

type

type: object

className

className: string = "TestDataSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

data

data: object

serializedName

serializedName: string = "data"

type

type: object

className

className: string = "MLTableJobInput"

name

name: string = "Composite"

testDataSize

testDataSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "testDataSize"

type

type: object

name

name: string = "Number"

Const TextClassification

TextClassification: object

serializedName

serializedName: string = "TextClassification"

type

type: object

className

className: string = "TextClassification"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = NlpVertical.type.polymorphicDiscriminator

uberParent

uberParent: string = "NlpVertical"

modelProperties

modelProperties: object

primaryMetric

primaryMetric: object

serializedName

serializedName: string = "primaryMetric"

type

type: object

name

name: string = "String"

Const TextClassificationMultilabel

TextClassificationMultilabel: object

serializedName

serializedName: string = "TextClassificationMultilabel"

type

type: object

className

className: string = "TextClassificationMultilabel"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = NlpVertical.type.polymorphicDiscriminator

uberParent

uberParent: string = "NlpVertical"

modelProperties

modelProperties: object

primaryMetric

primaryMetric: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "primaryMetric"

type

type: object

name

name: string = "String"

Const TextNer

TextNer: object

serializedName

serializedName: string = "TextNER"

type

type: object

className

className: string = "TextNer"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = NlpVertical.type.polymorphicDiscriminator

uberParent

uberParent: string = "NlpVertical"

modelProperties

modelProperties: object

primaryMetric

primaryMetric: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "primaryMetric"

type

type: object

name

name: string = "String"

Const TrackedResource

TrackedResource: object

type

type: object

className

className: string = "TrackedResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

required

required: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const TrainingDataSettings

TrainingDataSettings: object

type

type: object

className

className: string = "TrainingDataSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

data

data: object

serializedName

serializedName: string = "data"

type

type: object

className

className: string = "MLTableJobInput"

name

name: string = "Composite"

Const TrainingSettings

TrainingSettings: object

type

type: object

className

className: string = "TrainingSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

enableDnnTraining

enableDnnTraining: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "enableDnnTraining"

type

type: object

name

name: string = "Boolean"

enableModelExplainability

enableModelExplainability: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "enableModelExplainability"

type

type: object

name

name: string = "Boolean"

enableOnnxCompatibleModels

enableOnnxCompatibleModels: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "enableOnnxCompatibleModels"

type

type: object

name

name: string = "Boolean"

enableStackEnsemble

enableStackEnsemble: object

defaultValue

defaultValue: boolean = true

serializedName

serializedName: string = "enableStackEnsemble"

type

type: object

name

name: string = "Boolean"

enableVoteEnsemble

enableVoteEnsemble: object

defaultValue

defaultValue: boolean = true

serializedName

serializedName: string = "enableVoteEnsemble"

type

type: object

name

name: string = "Boolean"

ensembleModelDownloadTimeout

ensembleModelDownloadTimeout: object

defaultValue

defaultValue: string = "PT5M"

serializedName

serializedName: string = "ensembleModelDownloadTimeout"

type

type: object

name

name: string = "TimeSpan"

stackEnsembleSettings

stackEnsembleSettings: object

serializedName

serializedName: string = "stackEnsembleSettings"

type

type: object

className

className: string = "StackEnsembleSettings"

name

name: string = "Composite"

Const TrialComponent

TrialComponent: object

type

type: object

className

className: string = "TrialComponent"

name

name: string = "Composite"

modelProperties

modelProperties: object

codeId

codeId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "codeId"

type

type: object

name

name: string = "String"

command

command: object

required

required: boolean = true

serializedName

serializedName: string = "command"

constraints

constraints: object

MinLength

MinLength: number = 1

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

distribution

distribution: object

serializedName

serializedName: string = "distribution"

type

type: object

className

className: string = "DistributionConfiguration"

name

name: string = "Composite"

environmentId

environmentId: object

required

required: boolean = true

serializedName

serializedName: string = "environmentId"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("[a-zA-Z0-9_]")

type

type: object

name

name: string = "String"

environmentVariables

environmentVariables: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "environmentVariables"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

resources

resources: object

serializedName

serializedName: string = "resources"

type

type: object

className

className: string = "ResourceConfiguration"

name

name: string = "Composite"

Const TritonModelJobInput

TritonModelJobInput: object

serializedName

serializedName: string = "TritonModel"

type

type: object

className

className: string = "TritonModelJobInput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobInput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobInput"

modelProperties

modelProperties: object

Const TritonModelJobOutput

TritonModelJobOutput: object

serializedName

serializedName: string = "TritonModel"

type

type: object

className

className: string = "TritonModelJobOutput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobOutput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobOutput"

modelProperties

modelProperties: object

Const TruncationSelectionPolicy

TruncationSelectionPolicy: object

serializedName

serializedName: string = "TruncationSelection"

type

type: object

className

className: string = "TruncationSelectionPolicy"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = EarlyTerminationPolicy.type.polymorphicDiscriminator

uberParent

uberParent: string = "EarlyTerminationPolicy"

modelProperties

modelProperties: object

truncationPercentage

truncationPercentage: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "truncationPercentage"

type

type: object

name

name: string = "Number"

Const UpdateWorkspaceQuotas

UpdateWorkspaceQuotas: object

type

type: object

className

className: string = "UpdateWorkspaceQuotas"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

limit

limit: object

serializedName

serializedName: string = "limit"

type

type: object

name

name: string = "Number"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

unit

unit: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const UpdateWorkspaceQuotasResult

UpdateWorkspaceQuotasResult: object

type

type: object

className

className: string = "UpdateWorkspaceQuotasResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "UpdateWorkspaceQuotas"

name

name: string = "Composite"

Const UriFileDataVersion

UriFileDataVersion: object

serializedName

serializedName: string = "UriFile"

type

type: object

className

className: string = "UriFileDataVersion"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

Const UriFileJobInput

UriFileJobInput: object

serializedName

serializedName: string = "UriFile"

type

type: object

className

className: string = "UriFileJobInput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobInput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobInput"

modelProperties

modelProperties: object

Const UriFileJobOutput

UriFileJobOutput: object

serializedName

serializedName: string = "UriFile"

type

type: object

className

className: string = "UriFileJobOutput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobOutput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobOutput"

modelProperties

modelProperties: object

Const UriFolderDataVersion

UriFolderDataVersion: object

serializedName

serializedName: string = "UriFolder"

type

type: object

className

className: string = "UriFolderDataVersion"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ResourceBase.type.polymorphicDiscriminator

uberParent

uberParent: string = "ResourceBase"

modelProperties

modelProperties: object

Const UriFolderJobInput

UriFolderJobInput: object

serializedName

serializedName: string = "UriFolder"

type

type: object

className

className: string = "UriFolderJobInput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobInput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobInput"

modelProperties

modelProperties: object

Const UriFolderJobOutput

UriFolderJobOutput: object

serializedName

serializedName: string = "UriFolder"

type

type: object

className

className: string = "UriFolderJobOutput"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = AssetJobOutput.type.polymorphicDiscriminator

uberParent

uberParent: string = "AssetJobOutput"

modelProperties

modelProperties: object

Const Usage

Usage: object

type

type: object

className

className: string = "Usage"

name

name: string = "Composite"

modelProperties

modelProperties: object

amlWorkspaceLocation

amlWorkspaceLocation: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "amlWorkspaceLocation"

type

type: object

name

name: string = "String"

currentValue

currentValue: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "currentValue"

type

type: object

name

name: string = "Number"

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

limit

limit: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "limit"

type

type: object

name

name: string = "Number"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

className

className: string = "UsageName"

name

name: string = "Composite"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

unit

unit: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const UsageName

UsageName: object

type

type: object

className

className: string = "UsageName"

name

name: string = "Composite"

modelProperties

modelProperties: object

localizedValue

localizedValue: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "localizedValue"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const UserAccountCredentials

UserAccountCredentials: object

type

type: object

className

className: string = "UserAccountCredentials"

name

name: string = "Composite"

modelProperties

modelProperties: object

adminUserName

adminUserName: object

required

required: boolean = true

serializedName

serializedName: string = "adminUserName"

type

type: object

name

name: string = "String"

adminUserPassword

adminUserPassword: object

serializedName

serializedName: string = "adminUserPassword"

type

type: object

name

name: string = "String"

adminUserSshPublicKey

adminUserSshPublicKey: object

serializedName

serializedName: string = "adminUserSshPublicKey"

type

type: object

name

name: string = "String"

Const UserAssignedIdentity

UserAssignedIdentity: object

type

type: object

className

className: string = "UserAssignedIdentity"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientId

clientId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "clientId"

type

type: object

name

name: string = "Uuid"

principalId

principalId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "principalId"

type

type: object

name

name: string = "Uuid"

Const UserIdentity

UserIdentity: object

serializedName

serializedName: string = "UserIdentity"

type

type: object

className

className: string = "UserIdentity"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = IdentityConfiguration.type.polymorphicDiscriminator

uberParent

uberParent: string = "IdentityConfiguration"

modelProperties

modelProperties: object

Const ValidationDataSettings

ValidationDataSettings: object

type

type: object

className

className: string = "ValidationDataSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

data

data: object

serializedName

serializedName: string = "data"

type

type: object

className

className: string = "MLTableJobInput"

name

name: string = "Composite"

validationDataSize

validationDataSize: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "validationDataSize"

type

type: object

name

name: string = "Number"

Const VirtualMachine

VirtualMachine: object

serializedName

serializedName: string = "VirtualMachine"

type

type: object

className

className: string = "VirtualMachine"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

Const VirtualMachineImage

VirtualMachineImage: object

type

type: object

className

className: string = "VirtualMachineImage"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const VirtualMachineSchema

VirtualMachineSchema: object

type

type: object

className

className: string = "VirtualMachineSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "VirtualMachineSchemaProperties"

name

name: string = "Composite"

Const VirtualMachineSchemaProperties

VirtualMachineSchemaProperties: object

type

type: object

className

className: string = "VirtualMachineSchemaProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

address

address: object

serializedName

serializedName: string = "address"

type

type: object

name

name: string = "String"

administratorAccount

administratorAccount: object

serializedName

serializedName: string = "administratorAccount"

type

type: object

className

className: string = "VirtualMachineSshCredentials"

name

name: string = "Composite"

isNotebookInstanceCompute

isNotebookInstanceCompute: object

serializedName

serializedName: string = "isNotebookInstanceCompute"

type

type: object

name

name: string = "Boolean"

notebookServerPort

notebookServerPort: object

serializedName

serializedName: string = "notebookServerPort"

type

type: object

name

name: string = "Number"

sshPort

sshPort: object

serializedName

serializedName: string = "sshPort"

type

type: object

name

name: string = "Number"

virtualMachineSize

virtualMachineSize: object

serializedName

serializedName: string = "virtualMachineSize"

type

type: object

name

name: string = "String"

Const VirtualMachineSecrets

VirtualMachineSecrets: object

serializedName

serializedName: string = "VirtualMachine"

type

type: object

className

className: string = "VirtualMachineSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ComputeSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "ComputeSecrets"

modelProperties

modelProperties: object

Const VirtualMachineSecretsSchema

VirtualMachineSecretsSchema: object

type

type: object

className

className: string = "VirtualMachineSecretsSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

administratorAccount

administratorAccount: object

serializedName

serializedName: string = "administratorAccount"

type

type: object

className

className: string = "VirtualMachineSshCredentials"

name

name: string = "Composite"

Const VirtualMachineSize

VirtualMachineSize: object

type

type: object

className

className: string = "VirtualMachineSize"

name

name: string = "Composite"

modelProperties

modelProperties: object

estimatedVMPrices

estimatedVMPrices: object

serializedName

serializedName: string = "estimatedVMPrices"

type

type: object

className

className: string = "EstimatedVMPrices"

name

name: string = "Composite"

family

family: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "family"

type

type: object

name

name: string = "String"

gpus

gpus: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "gpus"

type

type: object

name

name: string = "Number"

lowPriorityCapable

lowPriorityCapable: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "lowPriorityCapable"

type

type: object

name

name: string = "Boolean"

maxResourceVolumeMB

maxResourceVolumeMB: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "maxResourceVolumeMB"

type

type: object

name

name: string = "Number"

memoryGB

memoryGB: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "memoryGB"

type

type: object

name

name: string = "Number"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

osVhdSizeMB

osVhdSizeMB: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "osVhdSizeMB"

type

type: object

name

name: string = "Number"

premiumIO

premiumIO: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "premiumIO"

type

type: object

name

name: string = "Boolean"

supportedComputeTypes

supportedComputeTypes: object

serializedName

serializedName: string = "supportedComputeTypes"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

vCPUs

vCPUs: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "vCPUs"

type

type: object

name

name: string = "Number"

Const VirtualMachineSizeListResult

VirtualMachineSizeListResult: object

type

type: object

className

className: string = "VirtualMachineSizeListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "VirtualMachineSize"

name

name: string = "Composite"

Const VirtualMachineSshCredentials

VirtualMachineSshCredentials: object

type

type: object

className

className: string = "VirtualMachineSshCredentials"

name

name: string = "Composite"

modelProperties

modelProperties: object

password

password: object

serializedName

serializedName: string = "password"

type

type: object

name

name: string = "String"

privateKeyData

privateKeyData: object

serializedName

serializedName: string = "privateKeyData"

type

type: object

name

name: string = "String"

publicKeyData

publicKeyData: object

serializedName

serializedName: string = "publicKeyData"

type

type: object

name

name: string = "String"

username

username: object

serializedName

serializedName: string = "username"

type

type: object

name

name: string = "String"

Const Workspace

Workspace: object

type

type: object

className

className: string = "Workspace"

name

name: string = "Composite"

modelProperties

modelProperties: object

allowPublicAccessWhenBehindVnet

allowPublicAccessWhenBehindVnet: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "properties.allowPublicAccessWhenBehindVnet"

type

type: object

name

name: string = "Boolean"

applicationInsights

applicationInsights: object

serializedName

serializedName: string = "properties.applicationInsights"

type

type: object

name

name: string = "String"

containerRegistry

containerRegistry: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "properties.containerRegistry"

type

type: object

name

name: string = "String"

description

description: object

serializedName

serializedName: string = "properties.description"

type

type: object

name

name: string = "String"

discoveryUrl

discoveryUrl: object

serializedName

serializedName: string = "properties.discoveryUrl"

type

type: object

name

name: string = "String"

encryption

encryption: object

serializedName

serializedName: string = "properties.encryption"

type

type: object

className

className: string = "EncryptionProperty"

name

name: string = "Composite"

friendlyName

friendlyName: object

serializedName

serializedName: string = "properties.friendlyName"

type

type: object

name

name: string = "String"

hbiWorkspace

hbiWorkspace: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "properties.hbiWorkspace"

type

type: object

name

name: string = "Boolean"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "ManagedServiceIdentity"

name

name: string = "Composite"

imageBuildCompute

imageBuildCompute: object

serializedName

serializedName: string = "properties.imageBuildCompute"

type

type: object

name

name: string = "String"

keyVault

keyVault: object

serializedName

serializedName: string = "properties.keyVault"

type

type: object

name

name: string = "String"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

mlFlowTrackingUri

mlFlowTrackingUri: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.mlFlowTrackingUri"

type

type: object

name

name: string = "String"

notebookInfo

notebookInfo: object

serializedName

serializedName: string = "properties.notebookInfo"

type

type: object

className

className: string = "NotebookResourceInfo"

name

name: string = "Composite"

primaryUserAssignedIdentity

primaryUserAssignedIdentity: object

serializedName

serializedName: string = "properties.primaryUserAssignedIdentity"

type

type: object

name

name: string = "String"

privateEndpointConnections

privateEndpointConnections: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.privateEndpointConnections"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

privateLinkCount

privateLinkCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.privateLinkCount"

type

type: object

name

name: string = "Number"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

publicNetworkAccess

publicNetworkAccess: object

serializedName

serializedName: string = "properties.publicNetworkAccess"

type

type: object

name

name: string = "String"

serviceManagedResourcesSettings

serviceManagedResourcesSettings: object

serializedName

serializedName: string = "properties.serviceManagedResourcesSettings"

type

type: object

className

className: string = "ServiceManagedResourcesSettings"

name

name: string = "Composite"

serviceProvisionedResourceGroup

serviceProvisionedResourceGroup: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.serviceProvisionedResourceGroup"

type

type: object

name

name: string = "String"

sharedPrivateLinkResources

sharedPrivateLinkResources: object

serializedName

serializedName: string = "properties.sharedPrivateLinkResources"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SharedPrivateLinkResource"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

storageAccount

storageAccount: object

serializedName

serializedName: string = "properties.storageAccount"

type

type: object

name

name: string = "String"

storageHnsEnabled

storageHnsEnabled: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.storageHnsEnabled"

type

type: object

name

name: string = "Boolean"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

tenantId

tenantId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.tenantId"

type

type: object

name

name: string = "String"

workspaceId

workspaceId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.workspaceId"

type

type: object

name

name: string = "String"

Const WorkspaceConnection

WorkspaceConnection: object

type

type: object

className

className: string = "WorkspaceConnection"

name

name: string = "Composite"

modelProperties

modelProperties: object

authType

authType: object

serializedName

serializedName: string = "properties.authType"

type

type: object

name

name: string = "String"

category

category: object

serializedName

serializedName: string = "properties.category"

type

type: object

name

name: string = "String"

target

target: object

serializedName

serializedName: string = "properties.target"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "properties.value"

type

type: object

name

name: string = "String"

valueFormat

valueFormat: object

serializedName

serializedName: string = "properties.valueFormat"

type

type: object

name

name: string = "String"

Const WorkspaceListResult

WorkspaceListResult: object

type

type: object

className

className: string = "WorkspaceListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Workspace"

name

name: string = "Composite"

Const WorkspaceUpdateParameters

WorkspaceUpdateParameters: object

type

type: object

className

className: string = "WorkspaceUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

applicationInsights

applicationInsights: object

serializedName

serializedName: string = "properties.applicationInsights"

type

type: object

name

name: string = "String"

containerRegistry

containerRegistry: object

serializedName

serializedName: string = "properties.containerRegistry"

type

type: object

name

name: string = "String"

description

description: object

serializedName

serializedName: string = "properties.description"

type

type: object

name

name: string = "String"

friendlyName

friendlyName: object

serializedName

serializedName: string = "properties.friendlyName"

type

type: object

name

name: string = "String"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "ManagedServiceIdentity"

name

name: string = "Composite"

imageBuildCompute

imageBuildCompute: object

serializedName

serializedName: string = "properties.imageBuildCompute"

type

type: object

name

name: string = "String"

primaryUserAssignedIdentity

primaryUserAssignedIdentity: object

serializedName

serializedName: string = "properties.primaryUserAssignedIdentity"

type

type: object

name

name: string = "String"

publicNetworkAccess

publicNetworkAccess: object

serializedName

serializedName: string = "properties.publicNetworkAccess"

type

type: object

name

name: string = "String"

serviceManagedResourcesSettings

serviceManagedResourcesSettings: object

serializedName

serializedName: string = "properties.serviceManagedResourcesSettings"

type

type: object

className

className: string = "ServiceManagedResourcesSettings"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const WorkspacesDiagnoseHeaders

WorkspacesDiagnoseHeaders: object

type

type: object

className

className: string = "WorkspacesDiagnoseHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

retryAfter

retryAfter: object

serializedName

serializedName: string = "retry-after"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 600

InclusiveMinimum

InclusiveMinimum: number = 10

type

type: object

name

name: string = "Number"

Const accept

accept: object

parameterPath

parameterPath: string = "accept"

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Accept"

type

type: object

name

name: string = "String"

Const apiVersion

apiVersion: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2022-02-01-preview"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const body

body: object

mapper

mapper: any = PartialBatchEndpointPartialTrackedResourceMapper

parameterPath

parameterPath: string = "body"

Const body1

body1: object

mapper

mapper: any = BatchEndpointDataMapper

parameterPath

parameterPath: string = "body"

Const body10

body10: object

mapper

mapper: any = DatastoreDataMapper

parameterPath

parameterPath: string = "body"

Const body11

body11: object

mapper

mapper: any = EnvironmentContainerDataMapper

parameterPath

parameterPath: string = "body"

Const body12

body12: object

mapper

mapper: any = EnvironmentVersionDataMapper

parameterPath

parameterPath: string = "body"

Const body13

body13: object

mapper

mapper: any = JobBaseDataMapper

parameterPath

parameterPath: string = "body"

Const body14

body14: object

mapper

mapper: any = ModelContainerDataMapper

parameterPath

parameterPath: string = "body"

Const body15

body15: object

mapper

mapper: any = ModelVersionDataMapper

parameterPath

parameterPath: string = "body"

Const body16

body16: object

mapper

mapper: any = PartialOnlineEndpointPartialTrackedResourceMapper

parameterPath

parameterPath: string = "body"

Const body17

body17: object

mapper

mapper: any = OnlineEndpointDataMapper

parameterPath

parameterPath: string = "body"

Const body18

body18: object

mapper

mapper: any = RegenerateEndpointKeysRequestMapper

parameterPath

parameterPath: string = "body"

Const body19

body19: object

mapper

mapper: any = PartialOnlineDeploymentPartialTrackedResourceMapper

parameterPath

parameterPath: string = "body"

Const body2

body2: object

mapper

mapper: any = PartialBatchDeploymentPartialTrackedResourceMapper

parameterPath

parameterPath: string = "body"

Const body20

body20: object

mapper

mapper: any = OnlineDeploymentDataMapper

parameterPath

parameterPath: string = "body"

Const body21

body21: object

mapper

mapper: any = DeploymentLogsRequestMapper

parameterPath

parameterPath: string = "body"

Const body3

body3: object

mapper

mapper: any = BatchDeploymentDataMapper

parameterPath

parameterPath: string = "body"

Const body4

body4: object

mapper

mapper: any = CodeContainerDataMapper

parameterPath

parameterPath: string = "body"

Const body5

body5: object

mapper

mapper: any = CodeVersionDataMapper

parameterPath

parameterPath: string = "body"

Const body6

body6: object

mapper

mapper: any = ComponentContainerDataMapper

parameterPath

parameterPath: string = "body"

Const body7

body7: object

mapper

mapper: any = ComponentVersionDataMapper

parameterPath

parameterPath: string = "body"

Const body8

body8: object

mapper

mapper: any = DataContainerDataMapper

parameterPath

parameterPath: string = "body"

Const body9

body9: object

mapper

mapper: any = DataVersionBaseDataMapper

parameterPath

parameterPath: string = "body"

Const cancelOperationSpec

cancelOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id}/cancel"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.id]

responses

responses: object

200

200: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const category

category: object

parameterPath

parameterPath: string[] = ["options", "category"]

mapper

mapper: object

serializedName

serializedName: string = "category"

type

type: object

name

name: string = "String"

Const computeName

computeName: object

parameterPath

parameterPath: string = "computeName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "computeName"

type

type: object

name

name: string = "String"

Const computeType

computeType: object

parameterPath

parameterPath: string[] = ["options", "computeType"]

mapper

mapper: object

serializedName

serializedName: string = "computeType"

type

type: object

name

name: string = "String"

Const connectionName

connectionName: object

parameterPath

parameterPath: string = "connectionName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "connectionName"

type

type: object

name

name: string = "String"

Const contentType

contentType: object

parameterPath

parameterPath: string[] = ["options", "contentType"]

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Content-Type"

type

type: object

name

name: string = "String"

Const count

count: object

parameterPath

parameterPath: string[] = ["options", "count"]

mapper

mapper: object

serializedName

serializedName: string = "count"

type

type: object

name

name: string = "Number"

Const count1

count1: object

parameterPath

parameterPath: string[] = ["options", "count"]

mapper

mapper: object

defaultValue

defaultValue: number = 30

serializedName

serializedName: string = "count"

type

type: object

name

name: string = "Number"

Const createOperationSpec

createOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PUT"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.parameters6

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.connectionName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WorkspaceConnection

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const createOrUpdateOperationSpec

createOrUpdateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PUT"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.body20

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.endpointName1,Parameters.deploymentName1]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.OnlineDeploymentData

201

201: object

bodyMapper

bodyMapper: any = Mappers.OnlineDeploymentData

202

202: object

bodyMapper

bodyMapper: any = Mappers.OnlineDeploymentData

204

204: object

bodyMapper

bodyMapper: any = Mappers.OnlineDeploymentData

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const deleteOperationSpec

deleteOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "DELETE"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.endpointName,Parameters.deploymentName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const deploymentName

deploymentName: object

parameterPath

parameterPath: string = "deploymentName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "deploymentName"

type

type: object

name

name: string = "String"

Const deploymentName1

deploymentName1: object

parameterPath

parameterPath: string = "deploymentName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "deploymentName"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9][a-zA-Z0-9\\-_]{0,254}$")

type

type: object

name

name: string = "String"

Const description

description: object

parameterPath

parameterPath: string[] = ["options", "description"]

mapper

mapper: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

Const diagnoseOperationSpec

diagnoseOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/diagnose"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.parameters2

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.DiagnoseResponseResult

201

201: object

bodyMapper

bodyMapper: any = Mappers.DiagnoseResponseResult

202

202: object

bodyMapper

bodyMapper: any = Mappers.DiagnoseResponseResult

204

204: object

bodyMapper

bodyMapper: any = Mappers.DiagnoseResponseResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Let discriminators

discriminators: object

AssetJobInput.CustomModel

AssetJobInput.CustomModel: any = CustomModelJobInput

AssetJobInput.MLFlowModel

AssetJobInput.MLFlowModel: any = MLFlowModelJobInput

AssetJobInput.MLTable

AssetJobInput.MLTable: any = MLTableJobInput

AssetJobInput.TritonModel

AssetJobInput.TritonModel: any = TritonModelJobInput

AssetJobInput.UriFile

AssetJobInput.UriFile: any = UriFileJobInput

AssetJobInput.UriFolder

AssetJobInput.UriFolder: any = UriFolderJobInput

AssetJobOutput.CustomModel

AssetJobOutput.CustomModel: any = CustomModelJobOutput

AssetJobOutput.MLFlowModel

AssetJobOutput.MLFlowModel: any = MLFlowModelJobOutput

AssetJobOutput.MLTable

AssetJobOutput.MLTable: any = MLTableJobOutput

AssetJobOutput.TritonModel

AssetJobOutput.TritonModel: any = TritonModelJobOutput

AssetJobOutput.UriFile

AssetJobOutput.UriFile: any = UriFileJobOutput

AssetJobOutput.UriFolder

AssetJobOutput.UriFolder: any = UriFolderJobOutput

AssetReferenceBase

AssetReferenceBase: any = AssetReferenceBase

AssetReferenceBase.DataPath

AssetReferenceBase.DataPath: any = DataPathAssetReference

AssetReferenceBase.Id

AssetReferenceBase.Id: any = IdAssetReference

AssetReferenceBase.OutputPath

AssetReferenceBase.OutputPath: any = OutputPathAssetReference

AutoMLVertical

AutoMLVertical: any = AutoMLVertical

AutoMLVertical.ImageClassification

AutoMLVertical.ImageClassification: any = ImageClassification

AutoMLVertical.ImageClassificationMultilabel

AutoMLVertical.ImageClassificationMultilabel: any = ImageClassificationMultilabel

AutoMLVertical.ImageInstanceSegmentation

AutoMLVertical.ImageInstanceSegmentation: any = ImageInstanceSegmentation

AutoMLVertical.ImageObjectDetection

AutoMLVertical.ImageObjectDetection: any = ImageObjectDetection

Compute

Compute: any = Compute

Compute.AKS

Compute.AKS: any = Aks

Compute.AmlCompute

Compute.AmlCompute: any = AmlCompute

Compute.ComputeInstance

Compute.ComputeInstance: any = ComputeInstance

Compute.DataFactory

Compute.DataFactory: any = DataFactory

Compute.DataLakeAnalytics

Compute.DataLakeAnalytics: any = DataLakeAnalytics

Compute.Databricks

Compute.Databricks: any = Databricks

Compute.HDInsight

Compute.HDInsight: any = HDInsight

Compute.Kubernetes

Compute.Kubernetes: any = Kubernetes

Compute.SynapseSpark

Compute.SynapseSpark: any = SynapseSpark

Compute.VirtualMachine

Compute.VirtualMachine: any = VirtualMachine

ComputeSecrets

ComputeSecrets: any = ComputeSecrets

ComputeSecrets.AKS

ComputeSecrets.AKS: any = AksComputeSecrets

ComputeSecrets.Databricks

ComputeSecrets.Databricks: any = DatabricksComputeSecrets

ComputeSecrets.VirtualMachine

ComputeSecrets.VirtualMachine: any = VirtualMachineSecrets

DatastoreCredentials

DatastoreCredentials: any = DatastoreCredentials

DatastoreCredentials.AccountKey

DatastoreCredentials.AccountKey: any = AccountKeyDatastoreCredentials

DatastoreCredentials.Certificate

DatastoreCredentials.Certificate: any = CertificateDatastoreCredentials

DatastoreCredentials.None

DatastoreCredentials.None: any = NoneDatastoreCredentials

DatastoreCredentials.Sas

DatastoreCredentials.Sas: any = SasDatastoreCredentials

DatastoreCredentials.ServicePrincipal

DatastoreCredentials.ServicePrincipal: any = ServicePrincipalDatastoreCredentials

DatastoreSecrets

DatastoreSecrets: any = DatastoreSecrets

DatastoreSecrets.AccountKey

DatastoreSecrets.AccountKey: any = AccountKeyDatastoreSecrets

DatastoreSecrets.Certificate

DatastoreSecrets.Certificate: any = CertificateDatastoreSecrets

DatastoreSecrets.KerberosKeytab

DatastoreSecrets.KerberosKeytab: any = KerberosKeytabSecrets

DatastoreSecrets.KerberosPassword

DatastoreSecrets.KerberosPassword: any = KerberosPasswordSecrets

DatastoreSecrets.Sas

DatastoreSecrets.Sas: any = SasDatastoreSecrets

DatastoreSecrets.ServicePrincipal

DatastoreSecrets.ServicePrincipal: any = ServicePrincipalDatastoreSecrets

DistributionConfiguration

DistributionConfiguration: any = DistributionConfiguration

DistributionConfiguration.Mpi

DistributionConfiguration.Mpi: any = Mpi

DistributionConfiguration.PyTorch

DistributionConfiguration.PyTorch: any = PyTorch

DistributionConfiguration.TensorFlow

DistributionConfiguration.TensorFlow: any = TensorFlow

EarlyTerminationPolicy

EarlyTerminationPolicy: any = EarlyTerminationPolicy

EarlyTerminationPolicy.Bandit

EarlyTerminationPolicy.Bandit: any = BanditPolicy

EarlyTerminationPolicy.MedianStopping

EarlyTerminationPolicy.MedianStopping: any = MedianStoppingPolicy

EarlyTerminationPolicy.TruncationSelection

EarlyTerminationPolicy.TruncationSelection: any = TruncationSelectionPolicy

EndpointDeploymentPropertiesBase.Kubernetes

EndpointDeploymentPropertiesBase.Kubernetes: any = KubernetesOnlineDeployment

EndpointDeploymentPropertiesBase.Managed

EndpointDeploymentPropertiesBase.Managed: any = ManagedOnlineDeployment

EndpointDeploymentPropertiesBase.OnlineDeploymentDetails

EndpointDeploymentPropertiesBase.OnlineDeploymentDetails: any = OnlineDeploymentDetails

ForecastHorizon

ForecastHorizon: any = ForecastHorizon

ForecastHorizon.Auto

ForecastHorizon.Auto: any = AutoForecastHorizon

ForecastHorizon.Custom

ForecastHorizon.Custom: any = CustomForecastHorizon

IdentityConfiguration

IdentityConfiguration: any = IdentityConfiguration

IdentityConfiguration.AMLToken

IdentityConfiguration.AMLToken: any = AmlToken

IdentityConfiguration.Managed

IdentityConfiguration.Managed: any = ManagedIdentity

IdentityConfiguration.UserIdentity

IdentityConfiguration.UserIdentity: any = UserIdentity

JobInput

JobInput: any = JobInput

JobInput.Literal

JobInput.Literal: any = LiteralJobInput

JobLimits

JobLimits: any = JobLimits

JobLimits.Command

JobLimits.Command: any = CommandJobLimits

JobLimits.Sweep

JobLimits.Sweep: any = SweepJobLimits

JobOutput

JobOutput: any = JobOutput

KerberosCredentials.KerberosKeytab

KerberosCredentials.KerberosKeytab: any = KerberosKeytabCredentials

KerberosCredentials.KerberosPassword

KerberosCredentials.KerberosPassword: any = KerberosPasswordCredentials

NCrossValidations

NCrossValidations: any = NCrossValidations

NCrossValidations.Auto

NCrossValidations.Auto: any = AutoNCrossValidations

NCrossValidations.Custom

NCrossValidations.Custom: any = CustomNCrossValidations

NlpVertical.TextClassification

NlpVertical.TextClassification: any = TextClassification

NlpVertical.TextClassificationMultilabel

NlpVertical.TextClassificationMultilabel: any = TextClassificationMultilabel

NlpVertical.TextNER

NlpVertical.TextNER: any = TextNer

OnlineScaleSettings

OnlineScaleSettings: any = OnlineScaleSettings

OnlineScaleSettings.Default

OnlineScaleSettings.Default: any = DefaultScaleSettings

OnlineScaleSettings.TargetUtilization

OnlineScaleSettings.TargetUtilization: any = TargetUtilizationScaleSettings

PartialAssetReferenceBase

PartialAssetReferenceBase: any = PartialAssetReferenceBase

PartialAssetReferenceBase.DataPath

PartialAssetReferenceBase.DataPath: any = PartialDataPathAssetReference

PartialAssetReferenceBase.Id

PartialAssetReferenceBase.Id: any = PartialIdAssetReference

PartialAssetReferenceBase.OutputPath

PartialAssetReferenceBase.OutputPath: any = PartialOutputPathAssetReference

PartialOnlineDeployment

PartialOnlineDeployment: any = PartialOnlineDeployment

PartialOnlineDeployment.Kubernetes

PartialOnlineDeployment.Kubernetes: any = PartialKubernetesOnlineDeployment

PartialOnlineDeployment.Managed

PartialOnlineDeployment.Managed: any = PartialManagedOnlineDeployment

ResourceBase.AutoML

ResourceBase.AutoML: any = AutoMLJob

ResourceBase.AzureBlob

ResourceBase.AzureBlob: any = AzureBlobDatastore

ResourceBase.AzureDataLakeGen1

ResourceBase.AzureDataLakeGen1: any = AzureDataLakeGen1Datastore

ResourceBase.AzureDataLakeGen2

ResourceBase.AzureDataLakeGen2: any = AzureDataLakeGen2Datastore

ResourceBase.AzureFile

ResourceBase.AzureFile: any = AzureFileDatastore

ResourceBase.Command

ResourceBase.Command: any = CommandJob

ResourceBase.DataVersionBaseDetails

ResourceBase.DataVersionBaseDetails: any = DataVersionBaseDetails

ResourceBase.DatastoreDetails

ResourceBase.DatastoreDetails: any = DatastoreDetails

ResourceBase.Hdfs

ResourceBase.Hdfs: any = HdfsDatastore

ResourceBase.JobBaseDetails

ResourceBase.JobBaseDetails: any = JobBaseDetails

ResourceBase.MLTable

ResourceBase.MLTable: any = MLTableData

ResourceBase.Pipeline

ResourceBase.Pipeline: any = PipelineJob

ResourceBase.Sweep

ResourceBase.Sweep: any = SweepJob

ResourceBase.UriFile

ResourceBase.UriFile: any = UriFileDataVersion

ResourceBase.UriFolder

ResourceBase.UriFolder: any = UriFolderDataVersion

SamplingAlgorithm

SamplingAlgorithm: any = SamplingAlgorithm

SamplingAlgorithm.Bayesian

SamplingAlgorithm.Bayesian: any = BayesianSamplingAlgorithm

SamplingAlgorithm.Grid

SamplingAlgorithm.Grid: any = GridSamplingAlgorithm

SamplingAlgorithm.Random

SamplingAlgorithm.Random: any = RandomSamplingAlgorithm

ScheduleBase

ScheduleBase: any = ScheduleBase

ScheduleBase.Cron

ScheduleBase.Cron: any = CronSchedule

ScheduleBase.Recurrence

ScheduleBase.Recurrence: any = RecurrenceSchedule

Seasonality

Seasonality: any = Seasonality

Seasonality.Auto

Seasonality.Auto: any = AutoSeasonality

Seasonality.Custom

Seasonality.Custom: any = CustomSeasonality

TableVertical.Classification

TableVertical.Classification: any = Classification

TableVertical.Forecasting

TableVertical.Forecasting: any = Forecasting

TableVertical.Regression

TableVertical.Regression: any = Regression

TargetLags

TargetLags: any = TargetLags

TargetLags.Auto

TargetLags.Auto: any = AutoTargetLags

TargetLags.Custom

TargetLags.Custom: any = CustomTargetLags

TargetRollingWindowSize

TargetRollingWindowSize: any = TargetRollingWindowSize

TargetRollingWindowSize.Auto

TargetRollingWindowSize.Auto: any = AutoTargetRollingWindowSize

TargetRollingWindowSize.Custom

TargetRollingWindowSize.Custom: any = CustomTargetRollingWindowSize

Const endpointName

endpointName: object

parameterPath

parameterPath: string = "endpointName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "endpointName"

type

type: object

name

name: string = "String"

Const endpointName1

endpointName1: object

parameterPath

parameterPath: string = "endpointName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "endpointName"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9][a-zA-Z0-9\\-_]{0,254}$")

type

type: object

name

name: string = "String"

Const feed

feed: object

parameterPath

parameterPath: string[] = ["options", "feed"]

mapper

mapper: object

serializedName

serializedName: string = "feed"

type

type: object

name

name: string = "String"

Const getLogsOperationSpec

getLogsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/getLogs"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.body21

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.endpointName,Parameters.deploymentName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.DeploymentLogs

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getOperationSpec

getOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.endpointName,Parameters.deploymentName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.OnlineDeploymentData

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getTokenOperationSpec

getTokenOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/token"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.endpointName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.EndpointAuthToken

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const id

id: object

parameterPath

parameterPath: string = "id"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const id1

id1: object

parameterPath

parameterPath: string = "id"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "id"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9][a-zA-Z0-9\\-_]{0,254}$")

type

type: object

name

name: string = "String"

Const isDefault

isDefault: object

parameterPath

parameterPath: string[] = ["options", "isDefault"]

mapper

mapper: object

serializedName

serializedName: string = "isDefault"

type

type: object

name

name: string = "Boolean"

Const jobType

jobType: object

parameterPath

parameterPath: string[] = ["options", "jobType"]

mapper

mapper: object

serializedName

serializedName: string = "jobType"

type

type: object

name

name: string = "String"

Const listByResourceGroupNextOperationSpec

listByResourceGroupNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion, Parameters.skip]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WorkspaceListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listByResourceGroupOperationSpec

listByResourceGroupOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces"

queryParameters

queryParameters: any[] = [Parameters.apiVersion, Parameters.skip]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WorkspaceListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listBySubscriptionNextOperationSpec

listBySubscriptionNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion, Parameters.skip]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WorkspaceListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listBySubscriptionOperationSpec

listBySubscriptionOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces"

queryParameters

queryParameters: any[] = [Parameters.apiVersion, Parameters.skip]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.subscriptionId]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WorkspaceListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listKeysOperationSpec

listKeysOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/listKeys"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.endpointName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.EndpointAuthKeys

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listNextOperationSpec

listNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.ListAmlUserFeatureResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listNodesNextOperationSpec

listNodesNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.nextLink,Parameters.computeName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.AmlComputeNodesInformation

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listNodesOperationSpec

listNodesOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listNodes"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.computeName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.AmlComputeNodesInformation

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listNotebookAccessTokenOperationSpec

listNotebookAccessTokenOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listNotebookAccessToken"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.NotebookAccessTokenResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listNotebookKeysOperationSpec

listNotebookKeysOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listNotebookKeys"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.ListNotebookKeysResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listOperationSpec

listOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/features"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.ListAmlUserFeatureResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listOutboundNetworkDependenciesEndpointsOperationSpec

listOutboundNetworkDependenciesEndpointsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.ExternalFqdnResponse

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listSecretsOperationSpec

listSecretsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}/listSecrets"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.name]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.DatastoreSecrets

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listSkusNextOperationSpec

listSkusNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion, Parameters.skip, Parameters.count]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.nextLink,Parameters.endpointName,Parameters.deploymentName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.SkuResourceArmPaginatedResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listSkusOperationSpec

listSkusOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/skus"

queryParameters

queryParameters: any[] = [Parameters.apiVersion, Parameters.skip, Parameters.count]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.endpointName,Parameters.deploymentName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.SkuResourceArmPaginatedResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listStorageAccountKeysOperationSpec

listStorageAccountKeysOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listStorageAccountKeys"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.ListStorageAccountKeysResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listViewType

listViewType: object

parameterPath

parameterPath: string[] = ["options", "listViewType"]

mapper

mapper: object

serializedName

serializedName: string = "listViewType"

type

type: object

name

name: string = "String"

Const location

location: object

parameterPath

parameterPath: string = "location"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "location"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("^[-\\w\\._]+$")

type

type: object

name

name: string = "String"

Const name

name: object

parameterPath

parameterPath: string = "name"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const name1

name1: object

parameterPath

parameterPath: string = "name"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "name"

constraints

constraints: object

Pattern

Pattern: RegExp = new RegExp("^[a-zA-Z0-9][a-zA-Z0-9\\-_]{0,254}$")

type

type: object

name

name: string = "String"

Const name2

name2: object

parameterPath

parameterPath: string[] = ["options", "name"]

mapper

mapper: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const names

names: object

collectionFormat

collectionFormat: string = "CSV"

parameterPath

parameterPath: string[] = ["options", "names"]

mapper

mapper: object

serializedName

serializedName: string = "names"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const nextLink

nextLink: object

parameterPath

parameterPath: string = "nextLink"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

Const offset

offset: object

parameterPath

parameterPath: string[] = ["options", "offset"]

mapper

mapper: object

serializedName

serializedName: string = "offset"

type

type: object

name

name: string = "Number"

Const orderBy

orderBy: object

parameterPath

parameterPath: string[] = ["options", "orderBy"]

mapper

mapper: object

serializedName

serializedName: string = "$orderBy"

type

type: object

name

name: string = "String"

Const orderBy1

orderBy1: object

parameterPath

parameterPath: string[] = ["options", "orderBy"]

mapper

mapper: object

serializedName

serializedName: string = "orderBy"

type

type: object

name

name: string = "String"

Const orderBy2

orderBy2: object

parameterPath

parameterPath: string[] = ["options", "orderBy"]

mapper

mapper: object

serializedName

serializedName: string = "orderBy"

type

type: object

name

name: string = "String"

Const orderByAsc

orderByAsc: object

parameterPath

parameterPath: string[] = ["options", "orderByAsc"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "orderByAsc"

type

type: object

name

name: string = "Boolean"

Const parameters

parameters: object

mapper

mapper: any = WorkspaceMapper

parameterPath

parameterPath: string = "parameters"

Const parameters1

parameters1: object

mapper

mapper: any = WorkspaceUpdateParametersMapper

parameterPath

parameterPath: string = "parameters"

Const parameters2

parameters2: object

mapper

mapper: any = DiagnoseWorkspaceParametersMapper

parameterPath

parameterPath: string[] = ["options", "parameters"]

Const parameters3

parameters3: object

mapper

mapper: any = QuotaUpdateParametersMapper

parameterPath

parameterPath: string = "parameters"

Const parameters4

parameters4: object

mapper

mapper: any = ComputeResourceMapper

parameterPath

parameterPath: string = "parameters"

Const parameters5

parameters5: object

mapper

mapper: any = ClusterUpdateParametersMapper

parameterPath

parameterPath: string = "parameters"

Const parameters6

parameters6: object

mapper

mapper: any = WorkspaceConnectionMapper

parameterPath

parameterPath: string = "parameters"

Const prepareNotebookOperationSpec

prepareNotebookOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/prepareNotebook"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.NotebookResourceInfo

201

201: object

bodyMapper

bodyMapper: any = Mappers.NotebookResourceInfo

202

202: object

bodyMapper

bodyMapper: any = Mappers.NotebookResourceInfo

204

204: object

bodyMapper

bodyMapper: any = Mappers.NotebookResourceInfo

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const privateEndpointConnectionName

privateEndpointConnectionName: object

parameterPath

parameterPath: string = "privateEndpointConnectionName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "privateEndpointConnectionName"

type

type: object

name

name: string = "String"

Const properties

properties: object

mapper

mapper: any = PrivateEndpointConnectionMapper

parameterPath

parameterPath: string = "properties"

Const properties1

properties1: object

parameterPath

parameterPath: string[] = ["options", "properties"]

mapper

mapper: object

serializedName

serializedName: string = "properties"

type

type: object

name

name: string = "String"

Const regenerateKeysOperationSpec

regenerateKeysOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/regenerateKeys"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.body18

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.endpointName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const resourceGroupName

resourceGroupName: object

parameterPath

parameterPath: string = "resourceGroupName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "resourceGroupName"

constraints

constraints: object

MaxLength

MaxLength: number = 90

MinLength

MinLength: number = 1

type

type: object

name

name: string = "String"

Const restartOperationSpec

restartOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/restart"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.computeName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const resyncKeysOperationSpec

resyncKeysOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/resyncKeys"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const scheduleId

scheduleId: object

parameterPath

parameterPath: string[] = ["options", "scheduleId"]

mapper

mapper: object

serializedName

serializedName: string = "scheduleId"

type

type: object

name

name: string = "String"

Const scheduled

scheduled: object

parameterPath

parameterPath: string[] = ["options", "scheduled"]

mapper

mapper: object

serializedName

serializedName: string = "scheduled"

type

type: object

name

name: string = "Boolean"

Const searchText

searchText: object

parameterPath

parameterPath: string[] = ["options", "searchText"]

mapper

mapper: object

serializedName

serializedName: string = "searchText"

type

type: object

name

name: string = "String"

Const skip

skip: object

parameterPath

parameterPath: string[] = ["options", "skip"]

mapper

mapper: object

serializedName

serializedName: string = "$skip"

type

type: object

name

name: string = "String"

Const skipValidation

skipValidation: object

parameterPath

parameterPath: string[] = ["options", "skipValidation"]

mapper

mapper: object

defaultValue

defaultValue: boolean = false

serializedName

serializedName: string = "skipValidation"

type

type: object

name

name: string = "Boolean"

Const startOperationSpec

startOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/start"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.computeName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const stopOperationSpec

stopOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/stop"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.computeName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const subscriptionId

subscriptionId: object

parameterPath

parameterPath: string = "subscriptionId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "subscriptionId"

constraints

constraints: object

MinLength

MinLength: number = 1

type

type: object

name

name: string = "String"

Const tag

tag: object

parameterPath

parameterPath: string[] = ["options", "tag"]

mapper

mapper: object

serializedName

serializedName: string = "tag"

type

type: object

name

name: string = "String"

Const tags

tags: object

parameterPath

parameterPath: string[] = ["options", "tags"]

mapper

mapper: object

serializedName

serializedName: string = "$tags"

type

type: object

name

name: string = "String"

Const tags1

tags1: object

parameterPath

parameterPath: string[] = ["options", "tags"]

mapper

mapper: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "String"

Const target

target: object

parameterPath

parameterPath: string[] = ["options", "target"]

mapper

mapper: object

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

Const top

top: object

parameterPath

parameterPath: string[] = ["options", "top"]

mapper

mapper: object

serializedName

serializedName: string = "$top"

type

type: object

name

name: string = "Number"

Const underlyingResourceAction

underlyingResourceAction: object

parameterPath

parameterPath: string = "underlyingResourceAction"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "underlyingResourceAction"

type

type: object

name

name: string = "String"

Const updateOperationSpec

updateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PATCH"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.body19

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.workspaceName,Parameters.endpointName1,Parameters.deploymentName1]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.OnlineDeploymentData

201

201: object

bodyMapper

bodyMapper: any = Mappers.OnlineDeploymentData

202

202: object

bodyMapper

bodyMapper: any = Mappers.OnlineDeploymentData

204

204: object

bodyMapper

bodyMapper: any = Mappers.OnlineDeploymentData

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const version

version: object

parameterPath

parameterPath: string = "version"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

Const version1

version1: object

parameterPath

parameterPath: string[] = ["options", "version"]

mapper

mapper: object

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

Const workspaceName

workspaceName: object

parameterPath

parameterPath: string = "workspaceName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "workspaceName"

type

type: object

name

name: string = "String"

Generated using TypeDoc