Package-level declarations

Types

Link copied to clipboard
data class AccountKeyDatastoreCredentialsArgs(val credentialsType: Output<String>, val secrets: Output<AccountKeyDatastoreSecretsArgs>) : ConvertibleToJava<AccountKeyDatastoreCredentialsArgs>

Account key datastore credentials configuration.

Link copied to clipboard
data class AccountKeyDatastoreSecretsArgs(val key: Output<String>? = null, val secretsType: Output<String>) : ConvertibleToJava<AccountKeyDatastoreSecretsArgs>

Datastore account key secrets.

Link copied to clipboard
data class AcrDetailsArgs(val systemCreatedAcrAccount: Output<SystemCreatedAcrAccountArgs>? = null) : ConvertibleToJava<AcrDetailsArgs>

Details of ACR account to be used for the Registry

Link copied to clipboard
Link copied to clipboard
data class AKSArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<AKSSchemaPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<AKSArgs>

A Machine Learning compute based on AKS.

Link copied to clipboard

Builder for AKSArgs.

Link copied to clipboard
data class AksNetworkingConfigurationArgs(val dnsServiceIP: Output<String>? = null, val dockerBridgeCidr: Output<String>? = null, val serviceCidr: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<AksNetworkingConfigurationArgs>

Advance configuration for AKS networking

Link copied to clipboard
data class AKSSchemaPropertiesArgs(val agentCount: Output<Int>? = null, val agentVmSize: Output<String>? = null, val aksNetworkingConfiguration: Output<AksNetworkingConfigurationArgs>? = null, val clusterFqdn: Output<String>? = null, val clusterPurpose: Output<Either<String, ClusterPurpose>>? = null, val loadBalancerSubnet: Output<String>? = null, val loadBalancerType: Output<Either<String, LoadBalancerType>>? = null, val sslConfiguration: Output<SslConfigurationArgs>? = null) : ConvertibleToJava<AKSSchemaPropertiesArgs>

AKS properties

Link copied to clipboard
data class AllNodesArgs(val nodesValueType: Output<String>) : ConvertibleToJava<AllNodesArgs>

All nodes means the service will be running on all of the nodes of the job

Link copied to clipboard
Link copied to clipboard
data class AmlComputeArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<AmlComputePropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<AmlComputeArgs>

An Azure Machine Learning compute.

Link copied to clipboard
Link copied to clipboard
data class AmlComputePropertiesArgs(val enableNodePublicIp: Output<Boolean>? = null, val isolatedNetwork: Output<Boolean>? = null, val osType: Output<Either<String, OsType>>? = null, val propertyBag: Output<Any>? = null, val remoteLoginPortPublicAccess: Output<Either<String, RemoteLoginPortPublicAccess>>? = null, val scaleSettings: Output<ScaleSettingsArgs>? = null, val subnet: Output<ResourceIdArgs>? = null, val userAccountCredentials: Output<UserAccountCredentialsArgs>? = null, val virtualMachineImage: Output<VirtualMachineImageArgs>? = null, val vmPriority: Output<Either<String, VmPriority>>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<AmlComputePropertiesArgs>

AML Compute properties

Link copied to clipboard
data class AmlTokenArgs(val identityType: Output<String>) : ConvertibleToJava<AmlTokenArgs>

AML Token identity configuration.

Link copied to clipboard
Link copied to clipboard
data class ArmResourceIdArgs(val resourceId: Output<String>? = null) : ConvertibleToJava<ArmResourceIdArgs>

ARM ResourceId of a resource

Link copied to clipboard
Link copied to clipboard
data class AssignedUserArgs(val objectId: Output<String>, val tenantId: Output<String>) : ConvertibleToJava<AssignedUserArgs>

A user that can be assigned to a compute instance.

Link copied to clipboard
Link copied to clipboard
data class AutoDeleteSettingArgs(val condition: Output<Either<String, AutoDeleteCondition>>? = null, val value: Output<String>? = null) : ConvertibleToJava<AutoDeleteSettingArgs>
Link copied to clipboard
data class AutoForecastHorizonArgs(val mode: Output<String>) : ConvertibleToJava<AutoForecastHorizonArgs>

Forecast horizon determined automatically by system.

Link copied to clipboard
data class AutoMLJobArgs(val componentId: Output<String>? = null, val computeId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val environmentId: Output<String>? = null, val environmentVariables: Output<Map<String, String>>? = null, val experimentName: Output<String>? = null, val identity: Output<Any>? = null, val isArchived: Output<Boolean>? = null, val jobType: Output<String>, val outputs: Output<Map<String, Any>>? = null, val properties: Output<Map<String, String>>? = null, val resources: Output<JobResourceConfigurationArgs>? = null, val services: Output<Map<String, JobServiceArgs>>? = null, val tags: Output<Map<String, String>>? = null, val taskDetails: Output<Any>) : ConvertibleToJava<AutoMLJobArgs>

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

Link copied to clipboard
Link copied to clipboard
data class AutoNCrossValidationsArgs(val mode: Output<String>) : ConvertibleToJava<AutoNCrossValidationsArgs>

N-Cross validations determined automatically.

Link copied to clipboard
data class AutoPausePropertiesArgs(val delayInMinutes: Output<Int>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<AutoPausePropertiesArgs>

Auto pause properties

Link copied to clipboard
data class AutoScalePropertiesArgs(val enabled: Output<Boolean>? = null, val maxNodeCount: Output<Int>? = null, val minNodeCount: Output<Int>? = null) : ConvertibleToJava<AutoScalePropertiesArgs>

Auto scale properties

Link copied to clipboard
data class AutoSeasonalityArgs(val mode: Output<String>) : ConvertibleToJava<AutoSeasonalityArgs>
Link copied to clipboard
data class AutoTargetLagsArgs(val mode: Output<String>) : ConvertibleToJava<AutoTargetLagsArgs>
Link copied to clipboard
Link copied to clipboard
data class AutoTargetRollingWindowSizeArgs(val mode: Output<String>) : ConvertibleToJava<AutoTargetRollingWindowSizeArgs>

Target lags rolling window determined automatically.

Link copied to clipboard
data class AzureBlobDatastoreArgs(val accountName: Output<String>? = null, val containerName: Output<String>? = null, val credentials: Output<Any>, val datastoreType: Output<String>, val description: Output<String>? = null, val endpoint: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val protocol: Output<String>? = null, val serviceDataAccessAuthIdentity: Output<Either<String, ServiceDataAccessAuthIdentity>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AzureBlobDatastoreArgs>

Azure Blob datastore configuration.

Link copied to clipboard
data class AzureDataLakeGen1DatastoreArgs(val credentials: Output<Any>, val datastoreType: Output<String>, val description: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val serviceDataAccessAuthIdentity: Output<Either<String, ServiceDataAccessAuthIdentity>>? = null, val storeName: Output<String>, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AzureDataLakeGen1DatastoreArgs>

Azure Data Lake Gen1 datastore configuration.

Link copied to clipboard
data class AzureDataLakeGen2DatastoreArgs(val accountName: Output<String>, val credentials: Output<Any>, val datastoreType: Output<String>, val description: Output<String>? = null, val endpoint: Output<String>? = null, val filesystem: Output<String>, val properties: Output<Map<String, String>>? = null, val protocol: Output<String>? = null, val serviceDataAccessAuthIdentity: Output<Either<String, ServiceDataAccessAuthIdentity>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AzureDataLakeGen2DatastoreArgs>

Azure Data Lake Gen2 datastore configuration.

Link copied to clipboard
data class AzureDevOpsWebhookArgs(val eventType: Output<String>? = null, val webhookType: Output<String>) : ConvertibleToJava<AzureDevOpsWebhookArgs>

Webhook details specific for Azure DevOps

Link copied to clipboard
data class AzureFileDatastoreArgs(val accountName: Output<String>, val credentials: Output<Any>, val datastoreType: Output<String>, val description: Output<String>? = null, val endpoint: Output<String>? = null, val fileShareName: Output<String>, val properties: Output<Map<String, String>>? = null, val protocol: Output<String>? = null, val serviceDataAccessAuthIdentity: Output<Either<String, ServiceDataAccessAuthIdentity>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AzureFileDatastoreArgs>

Azure File datastore configuration.

Link copied to clipboard
data class BanditPolicyArgs(val delayEvaluation: Output<Int>? = null, val evaluationInterval: Output<Int>? = null, val policyType: Output<String>, val slackAmount: Output<Double>? = null, val slackFactor: Output<Double>? = null) : ConvertibleToJava<BanditPolicyArgs>

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

Link copied to clipboard
Link copied to clipboard
data class BatchDeploymentArgs(val codeConfiguration: Output<CodeConfigurationArgs>? = null, val compute: Output<String>? = null, val description: Output<String>? = null, val environmentId: Output<String>? = null, val environmentVariables: Output<Map<String, String>>? = null, val errorThreshold: Output<Int>? = null, val loggingLevel: Output<Either<String, BatchLoggingLevel>>? = null, val maxConcurrencyPerInstance: Output<Int>? = null, val miniBatchSize: Output<Double>? = null, val model: Output<Any>? = null, val outputAction: Output<Either<String, BatchOutputAction>>? = null, val outputFileName: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val resources: Output<DeploymentResourceConfigurationArgs>? = null, val retrySettings: Output<BatchRetrySettingsArgs>? = null) : ConvertibleToJava<BatchDeploymentArgs>

Batch inference settings per deployment.

Link copied to clipboard
data class BatchEndpointArgs(val authMode: Output<Either<String, EndpointAuthMode>>, val defaults: Output<BatchEndpointDefaultsArgs>? = null, val description: Output<String>? = null, val keys: Output<EndpointAuthKeysArgs>? = null, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<BatchEndpointArgs>

Batch endpoint configuration.

Link copied to clipboard
Link copied to clipboard
data class BatchEndpointDefaultsArgs(val deploymentName: Output<String>? = null) : ConvertibleToJava<BatchEndpointDefaultsArgs>

Batch endpoint default values

Link copied to clipboard
data class BatchRetrySettingsArgs(val maxRetries: Output<Int>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<BatchRetrySettingsArgs>

Retry settings for a batch inference operation.

Link copied to clipboard
data class BayesianSamplingAlgorithmArgs(val samplingAlgorithmType: Output<String>) : ConvertibleToJava<BayesianSamplingAlgorithmArgs>

Defines a Sampling Algorithm that generates values based on previous values

Link copied to clipboard
data class BindOptionsArgs(val createHostPath: Output<Boolean>? = null, val propagation: Output<String>? = null, val selinux: Output<String>? = null) : ConvertibleToJava<BindOptionsArgs>

Describes the bind options for the container

Link copied to clipboard
Link copied to clipboard
data class BuildContextArgs(val contextUri: Output<String>, val dockerfilePath: Output<String>? = null) : ConvertibleToJava<BuildContextArgs>

Configuration settings for Docker build context

Link copied to clipboard
Link copied to clipboard
data class CapabilityHostArgs(val aiServicesConnections: Output<List<String>>? = null, val capabilityHostKind: Output<Either<String, CapabilityHostKind>>? = null, val customerSubnet: Output<String>? = null, val description: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val storageConnections: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null, val vectorStoreConnections: Output<List<String>>? = null) : ConvertibleToJava<CapabilityHostArgs>
Link copied to clipboard
Link copied to clipboard
data class CapacityReservationGroupArgs(val offer: Output<ServerlessOfferArgs>? = null, val reservedCapacity: Output<Int>) : ConvertibleToJava<CapacityReservationGroupArgs>
Link copied to clipboard
data class CertificateDatastoreCredentialsArgs(val authorityUrl: Output<String>? = null, val clientId: Output<String>, val credentialsType: Output<String>, val resourceUrl: Output<String>? = null, val secrets: Output<CertificateDatastoreSecretsArgs>, val tenantId: Output<String>, val thumbprint: Output<String>) : ConvertibleToJava<CertificateDatastoreCredentialsArgs>

Certificate datastore credentials configuration.

Link copied to clipboard
data class CertificateDatastoreSecretsArgs(val certificate: Output<String>? = null, val secretsType: Output<String>) : ConvertibleToJava<CertificateDatastoreSecretsArgs>

Datastore certificate secrets.

Link copied to clipboard
data class ClassificationArgs(val cvSplitColumnNames: Output<List<String>>? = null, val featurizationSettings: Output<TableVerticalFeaturizationSettingsArgs>? = null, val limitSettings: Output<TableVerticalLimitSettingsArgs>? = null, val logVerbosity: Output<Either<String, LogVerbosity>>? = null, val nCrossValidations: Output<Either<AutoNCrossValidationsArgs, CustomNCrossValidationsArgs>>? = null, val positiveLabel: Output<String>? = null, val primaryMetric: Output<Either<String, ClassificationPrimaryMetrics>>? = null, val targetColumnName: Output<String>? = null, val taskType: Output<String>, val testData: Output<MLTableJobInputArgs>? = null, val testDataSize: Output<Double>? = null, val trainingData: Output<MLTableJobInputArgs>, val trainingSettings: Output<ClassificationTrainingSettingsArgs>? = null, val validationData: Output<MLTableJobInputArgs>? = null, val validationDataSize: Output<Double>? = null, val weightColumnName: Output<String>? = null) : ConvertibleToJava<ClassificationArgs>

Classification task in AutoML Table vertical.

Link copied to clipboard
Link copied to clipboard
data class ClassificationTrainingSettingsArgs(val allowedTrainingAlgorithms: Output<List<Either<String, ClassificationModels>>>? = null, val blockedTrainingAlgorithms: Output<List<Either<String, ClassificationModels>>>? = null, val enableDnnTraining: Output<Boolean>? = null, val enableModelExplainability: Output<Boolean>? = null, val enableOnnxCompatibleModels: Output<Boolean>? = null, val enableStackEnsemble: Output<Boolean>? = null, val enableVoteEnsemble: Output<Boolean>? = null, val ensembleModelDownloadTimeout: Output<String>? = null, val stackEnsembleSettings: Output<StackEnsembleSettingsArgs>? = null) : ConvertibleToJava<ClassificationTrainingSettingsArgs>

Classification Training related configuration.

Link copied to clipboard
data class CodeConfigurationArgs(val codeId: Output<String>? = null, val scoringScript: Output<String>) : ConvertibleToJava<CodeConfigurationArgs>

Configuration for a scoring code asset.

Link copied to clipboard
data class CodeContainerArgs(val description: Output<String>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CodeContainerArgs>

Container for code asset versions.

Link copied to clipboard
Link copied to clipboard
data class CodeVersionArgs(val codeUri: Output<String>? = null, val description: Output<String>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CodeVersionArgs>

Code asset version details.

Link copied to clipboard
Link copied to clipboard
data class CognitiveServicesSkuArgs(val capacity: Output<Int>? = null, val family: Output<String>? = null, val name: Output<String>? = null, val size: Output<String>? = null, val tier: Output<String>? = null) : ConvertibleToJava<CognitiveServicesSkuArgs>
Link copied to clipboard
data class ColumnTransformerArgs(val fields: Output<List<String>>? = null, val parameters: Output<Any>? = null) : ConvertibleToJava<ColumnTransformerArgs>

Column transformer parameters.

Link copied to clipboard
data class CommandJobArgs(val codeId: Output<String>? = null, val command: Output<String>, val componentId: Output<String>? = null, val computeId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val distribution: Output<Any>? = null, val environmentId: Output<String>, val environmentVariables: Output<Map<String, String>>? = null, val experimentName: Output<String>? = null, val identity: Output<Any>? = null, val inputs: Output<Map<String, Any>>? = null, val isArchived: Output<Boolean>? = null, val jobType: Output<String>, val limits: Output<CommandJobLimitsArgs>? = null, val outputs: Output<Map<String, Any>>? = null, val properties: Output<Map<String, String>>? = null, val resources: Output<JobResourceConfigurationArgs>? = null, val services: Output<Map<String, JobServiceArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CommandJobArgs>

Command job definition.

Link copied to clipboard
Link copied to clipboard
data class CommandJobLimitsArgs(val jobLimitsType: Output<String>, val timeout: Output<String>? = null) : ConvertibleToJava<CommandJobLimitsArgs>

Command Job limit class.

Link copied to clipboard
data class ComponentContainerArgs(val description: Output<String>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ComponentContainerArgs>

Component container definition.

Link copied to clipboard
data class ComponentVersionArgs(val componentSpec: Output<Any>? = null, val description: Output<String>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ComponentVersionArgs>

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

Link copied to clipboard
data class ComputeInstanceArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<ComputeInstancePropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<ComputeInstanceArgs>

An Azure Machine Learning compute instance.

Link copied to clipboard
data class ComputeInstancePropertiesArgs(val applicationSharingPolicy: Output<Either<String, ApplicationSharingPolicy>>? = null, val computeInstanceAuthorizationType: Output<Either<String, ComputeInstanceAuthorizationType>>? = null, val customServices: Output<List<CustomServiceArgs>>? = null, val enableNodePublicIp: Output<Boolean>? = null, val personalComputeInstanceSettings: Output<PersonalComputeInstanceSettingsArgs>? = null, val schedules: Output<ComputeSchedulesArgs>? = null, val setupScripts: Output<SetupScriptsArgs>? = null, val sshSettings: Output<ComputeInstanceSshSettingsArgs>? = null, val subnet: Output<ResourceIdArgs>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<ComputeInstancePropertiesArgs>

Compute Instance properties

Link copied to clipboard
data class ComputeInstanceSshSettingsArgs(val adminPublicKey: Output<String>? = null, val sshPublicAccess: Output<Either<String, SshPublicAccess>>? = null) : ConvertibleToJava<ComputeInstanceSshSettingsArgs>

Specifies policy and settings for SSH access.

Link copied to clipboard
data class ComputeSchedulesArgs(val computeStartStop: Output<List<ComputeStartStopScheduleArgs>>? = null) : ConvertibleToJava<ComputeSchedulesArgs>

The list of schedules to be applied on the computes

Link copied to clipboard
data class ComputeStartStopScheduleArgs(val action: Output<Either<String, ComputePowerAction>>? = null, val cron: Output<CronArgs>? = null, val recurrence: Output<RecurrenceArgs>? = null, val schedule: Output<ScheduleBaseArgs>? = null, val status: Output<Either<String, ScheduleStatus>>? = null, val triggerType: Output<Either<String, TriggerType>>? = null) : ConvertibleToJava<ComputeStartStopScheduleArgs>

Compute start stop schedule properties

Link copied to clipboard
data class ContainerResourceRequirementsArgs(val containerResourceLimits: Output<ContainerResourceSettingsArgs>? = null, val containerResourceRequests: Output<ContainerResourceSettingsArgs>? = null) : ConvertibleToJava<ContainerResourceRequirementsArgs>

Resource requirements for each container instance within an online deployment.

Link copied to clipboard
data class ContainerResourceSettingsArgs(val cpu: Output<String>? = null, val gpu: Output<String>? = null, val memory: Output<String>? = null) : ConvertibleToJava<ContainerResourceSettingsArgs>
data class ContentSafetyEndpointDeploymentResourcePropertiesArgs(val failureReason: Output<String>? = null, val model: Output<EndpointDeploymentModelArgs>, val raiPolicyName: Output<String>? = null, val sku: Output<CognitiveServicesSkuArgs>? = null, val type: Output<String>, val versionUpgradeOption: Output<Either<String, DeploymentModelVersionUpgradeOption>>? = null) : ConvertibleToJava<ContentSafetyEndpointDeploymentResourcePropertiesArgs>
Link copied to clipboard
data class CosmosDbSettingsArgs(val collectionsThroughput: Output<Int>? = null) : ConvertibleToJava<CosmosDbSettingsArgs>
Link copied to clipboard
data class CronArgs(val expression: Output<String>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<CronArgs>

The workflow trigger cron for ComputeStartStop schedule type.

Link copied to clipboard

Builder for CronArgs.

Link copied to clipboard
data class CronTriggerArgs(val endTime: Output<String>? = null, val expression: Output<String>, val startTime: Output<String>? = null, val timeZone: Output<String>? = null, val triggerType: Output<String>) : ConvertibleToJava<CronTriggerArgs>
Link copied to clipboard
Link copied to clipboard
data class CustomForecastHorizonArgs(val mode: Output<String>, val value: Output<Int>) : ConvertibleToJava<CustomForecastHorizonArgs>

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

Link copied to clipboard
data class CustomModelJobInputArgs(val description: Output<String>? = null, val jobInputType: Output<String>, val mode: Output<Either<String, InputDeliveryMode>>? = null, val uri: Output<String>) : ConvertibleToJava<CustomModelJobInputArgs>
Link copied to clipboard
data class CustomModelJobOutputArgs(val description: Output<String>? = null, val jobOutputType: Output<String>, val mode: Output<Either<String, OutputDeliveryMode>>? = null, val uri: Output<String>? = null) : ConvertibleToJava<CustomModelJobOutputArgs>
Link copied to clipboard
data class CustomNCrossValidationsArgs(val mode: Output<String>, val value: Output<Int>) : ConvertibleToJava<CustomNCrossValidationsArgs>

N-Cross validations are specified by user.

Link copied to clipboard
data class CustomSeasonalityArgs(val mode: Output<String>, val value: Output<Int>) : ConvertibleToJava<CustomSeasonalityArgs>
Link copied to clipboard
data class CustomServiceArgs(val docker: Output<DockerArgs>? = null, val endpoints: Output<List<EndpointArgs>>? = null, val environmentVariables: Output<Map<String, EnvironmentVariableArgs>>? = null, val image: Output<ImageArgs>? = null, val name: Output<String>? = null, val volumes: Output<List<VolumeDefinitionArgs>>? = null) : ConvertibleToJava<CustomServiceArgs>

Specifies the custom service configuration

Link copied to clipboard
Link copied to clipboard
data class CustomTargetLagsArgs(val mode: Output<String>, val values: Output<List<Int>>) : ConvertibleToJava<CustomTargetLagsArgs>
Link copied to clipboard
data class CustomTargetRollingWindowSizeArgs(val mode: Output<String>, val value: Output<Int>) : ConvertibleToJava<CustomTargetRollingWindowSizeArgs>
Link copied to clipboard
data class DatabricksArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<DatabricksPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<DatabricksArgs>

A DataFactory compute.

Link copied to clipboard
Link copied to clipboard
data class DatabricksPropertiesArgs(val databricksAccessToken: Output<String>? = null, val workspaceUrl: Output<String>? = null) : ConvertibleToJava<DatabricksPropertiesArgs>

Properties of Databricks

Link copied to clipboard
data class DataContainerArgs(val dataType: Output<Either<String, DataType>>, val description: Output<String>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DataContainerArgs>

Container for data asset versions.

Link copied to clipboard
Link copied to clipboard
data class DataFactoryArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<DataFactoryArgs>

A DataFactory compute.

Link copied to clipboard
Link copied to clipboard
data class DataLakeAnalyticsArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<DataLakeAnalyticsSchemaPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<DataLakeAnalyticsArgs>

A DataLakeAnalytics compute.

Link copied to clipboard
data class DataLakeAnalyticsSchemaPropertiesArgs(val dataLakeStoreAccountName: Output<String>? = null) : ConvertibleToJava<DataLakeAnalyticsSchemaPropertiesArgs>
Link copied to clipboard
data class DataPathAssetReferenceArgs(val datastoreId: Output<String>? = null, val path: Output<String>? = null, val referenceType: Output<String>) : ConvertibleToJava<DataPathAssetReferenceArgs>

Reference to an asset via its path in a datastore.

Link copied to clipboard
data class DatasetCreateRequestDataPathArgs(val datastoreName: Output<String>? = null, val relativePath: Output<String>? = null) : ConvertibleToJava<DatasetCreateRequestDataPathArgs>
Link copied to clipboard
data class DatasetCreateRequestParametersArgs(val header: Output<Either<String, Header>>? = null, val includePath: Output<Boolean>? = null, val partitionFormat: Output<String>? = null, val path: Output<DatasetCreateRequestPathArgs>? = null, val query: Output<DatasetCreateRequestQueryArgs>? = null, val separator: Output<String>? = null, val sourceType: Output<Either<String, SourceType>>? = null) : ConvertibleToJava<DatasetCreateRequestParametersArgs>
Link copied to clipboard
data class DatasetCreateRequestPathArgs(val dataPath: Output<DatasetCreateRequestDataPathArgs>? = null, val httpUrl: Output<String>? = null) : ConvertibleToJava<DatasetCreateRequestPathArgs>
Link copied to clipboard
data class DatasetCreateRequestQueryArgs(val datastoreName: Output<String>? = null, val query: Output<String>? = null) : ConvertibleToJava<DatasetCreateRequestQueryArgs>
Link copied to clipboard
data class DatasetCreateRequestRegistrationArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DatasetCreateRequestRegistrationArgs>
Link copied to clipboard
data class DatasetCreateRequestTimeSeriesArgs(val coarseGrainTimestamp: Output<String>? = null, val fineGrainTimestamp: Output<String>? = null) : ConvertibleToJava<DatasetCreateRequestTimeSeriesArgs>
Link copied to clipboard
data class DefaultScaleSettingsArgs(val scaleType: Output<String>) : ConvertibleToJava<DefaultScaleSettingsArgs>
Link copied to clipboard
data class DeploymentResourceConfigurationArgs(val instanceCount: Output<Int>? = null, val instanceType: Output<String>? = null, val properties: Output<Map<String, Any>>? = null) : ConvertibleToJava<DeploymentResourceConfigurationArgs>
Link copied to clipboard
data class DockerArgs(val privileged: Output<Boolean>? = null) : ConvertibleToJava<DockerArgs>

Docker container configuration

Link copied to clipboard

Builder for DockerArgs.

Link copied to clipboard
data class DockerBuildArgs(val context: Output<String>? = null, val dockerSpecificationType: Output<String>, val dockerfile: Output<String>, val platform: Output<DockerImagePlatformArgs>? = null) : ConvertibleToJava<DockerBuildArgs>

Class to represent configuration settings for Docker Build

Link copied to clipboard
Link copied to clipboard
data class DockerImageArgs(val dockerImageUri: Output<String>, val dockerSpecificationType: Output<String>, val platform: Output<DockerImagePlatformArgs>? = null) : ConvertibleToJava<DockerImageArgs>

Class to represent configuration settings for Docker Build

Link copied to clipboard
Link copied to clipboard
data class DockerImagePlatformArgs(val operatingSystemType: Output<Either<String, OperatingSystemType>>? = null) : ConvertibleToJava<DockerImagePlatformArgs>
Link copied to clipboard
data class EncryptionKeyVaultPropertiesArgs(val identityClientId: Output<String>? = null, val keyIdentifier: Output<String>, val keyVaultArmId: Output<String>) : ConvertibleToJava<EncryptionKeyVaultPropertiesArgs>
Link copied to clipboard
data class EncryptionPropertyArgs(val identity: Output<IdentityForCmkArgs>? = null, val keyVaultProperties: Output<EncryptionKeyVaultPropertiesArgs>, val status: Output<Either<String, EncryptionStatus>>) : ConvertibleToJava<EncryptionPropertyArgs>
Link copied to clipboard
data class EndpointArgs(val hostIp: Output<String>? = null, val name: Output<String>? = null, val protocol: Output<Either<String, Protocol>>? = null, val published: Output<Int>? = null, val target: Output<Int>? = null) : ConvertibleToJava<EndpointArgs>

Describes the endpoint configuration for the container

Link copied to clipboard
Link copied to clipboard
data class EndpointAuthKeysArgs(val primaryKey: Output<String>? = null, val secondaryKey: Output<String>? = null) : ConvertibleToJava<EndpointAuthKeysArgs>

Keys for endpoint authentication.

Link copied to clipboard
data class EndpointDeploymentModelArgs(val format: Output<String>? = null, val name: Output<String>? = null, val source: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<EndpointDeploymentModelArgs>
Link copied to clipboard
data class EndpointDeploymentResourcePropertiesArgs(val model: Output<EndpointDeploymentModelArgs>, val raiPolicyName: Output<String>? = null, val versionUpgradeOption: Output<Either<String, DeploymentModelVersionUpgradeOption>>? = null) : ConvertibleToJava<EndpointDeploymentResourcePropertiesArgs>
Link copied to clipboard
data class EndpointScheduleActionArgs(val actionType: Output<String>, val endpointInvocationDefinition: Output<Any>) : ConvertibleToJava<EndpointScheduleActionArgs>
Link copied to clipboard
data class EnvironmentContainerArgs(val description: Output<String>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnvironmentContainerArgs>

Container for environment specification versions.

Link copied to clipboard
data class EnvironmentSpecificationVersionArgs(val condaFile: Output<String>? = null, val description: Output<String>? = null, val docker: Output<Either<DockerBuildArgs, DockerImageArgs>>? = null, val inferenceContainerProperties: Output<InferenceContainerPropertiesArgs>? = null, val isAnonymous: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnvironmentSpecificationVersionArgs>

Environment specification version details.

Link copied to clipboard
data class EnvironmentVariableArgs(val type: Output<Either<String, EnvironmentVariableType>>? = null, val value: Output<String>? = null) : ConvertibleToJava<EnvironmentVariableArgs>

Environment Variables for the container

Link copied to clipboard
data class EnvironmentVersionArgs(val autoRebuild: Output<Either<String, AutoRebuildSetting>>? = null, val build: Output<BuildContextArgs>? = null, val condaFile: Output<String>? = null, val description: Output<String>? = null, val image: Output<String>? = null, val inferenceConfig: Output<InferenceContainerPropertiesArgs>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val osType: Output<Either<String, OperatingSystemType>>? = null, val properties: Output<Map<String, String>>? = null, val stage: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnvironmentVersionArgs>

Environment version details.

Link copied to clipboard
data class FeaturesetContainerArgs(val description: Output<String>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FeaturesetContainerArgs>

Dto object representing feature set

Link copied to clipboard
data class FeaturesetSpecificationArgs(val path: Output<String>? = null) : ConvertibleToJava<FeaturesetSpecificationArgs>

Dto object representing specification

Link copied to clipboard
data class FeaturesetVersionArgs(val autoDeleteSetting: Output<AutoDeleteSettingArgs>? = null, val description: Output<String>? = null, val entities: Output<List<String>>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val materializationSettings: Output<MaterializationSettingsArgs>? = null, val properties: Output<Map<String, String>>? = null, val specification: Output<FeaturesetSpecificationArgs>? = null, val stage: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FeaturesetVersionArgs>

Dto object representing feature set version

Link copied to clipboard
data class FeaturestoreEntityContainerArgs(val description: Output<String>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FeaturestoreEntityContainerArgs>

Dto object representing feature entity

Link copied to clipboard
data class FeaturestoreEntityVersionArgs(val autoDeleteSetting: Output<AutoDeleteSettingArgs>? = null, val description: Output<String>? = null, val indexColumns: Output<List<IndexColumnArgs>>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val stage: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FeaturestoreEntityVersionArgs>

Dto object representing feature entity version

Link copied to clipboard
data class FlavorDataArgs(val data: Output<Map<String, String>>? = null) : ConvertibleToJava<FlavorDataArgs>
Link copied to clipboard
Link copied to clipboard
data class ForecastingArgs(val cvSplitColumnNames: Output<List<String>>? = null, val featurizationSettings: Output<TableVerticalFeaturizationSettingsArgs>? = null, val forecastingSettings: Output<ForecastingSettingsArgs>? = null, val limitSettings: Output<TableVerticalLimitSettingsArgs>? = null, val logVerbosity: Output<Either<String, LogVerbosity>>? = null, val nCrossValidations: Output<Either<AutoNCrossValidationsArgs, CustomNCrossValidationsArgs>>? = null, val primaryMetric: Output<Either<String, ForecastingPrimaryMetrics>>? = null, val targetColumnName: Output<String>? = null, val taskType: Output<String>, val testData: Output<MLTableJobInputArgs>? = null, val testDataSize: Output<Double>? = null, val trainingData: Output<MLTableJobInputArgs>, val trainingSettings: Output<ForecastingTrainingSettingsArgs>? = null, val validationData: Output<MLTableJobInputArgs>? = null, val validationDataSize: Output<Double>? = null, val weightColumnName: Output<String>? = null) : ConvertibleToJava<ForecastingArgs>

Forecasting task in AutoML Table vertical.

Link copied to clipboard
Link copied to clipboard
data class ForecastingSettingsArgs(val countryOrRegionForHolidays: Output<String>? = null, val cvStepSize: Output<Int>? = null, val featureLags: Output<Either<String, FeatureLags>>? = null, val forecastHorizon: Output<Either<AutoForecastHorizonArgs, CustomForecastHorizonArgs>>? = null, val frequency: Output<String>? = null, val seasonality: Output<Either<AutoSeasonalityArgs, CustomSeasonalityArgs>>? = null, val shortSeriesHandlingConfig: Output<Either<String, ShortSeriesHandlingConfiguration>>? = null, val targetAggregateFunction: Output<Either<String, TargetAggregationFunction>>? = null, val targetLags: Output<Either<AutoTargetLagsArgs, CustomTargetLagsArgs>>? = null, val targetRollingWindowSize: Output<Either<AutoTargetRollingWindowSizeArgs, CustomTargetRollingWindowSizeArgs>>? = null, val timeColumnName: Output<String>? = null, val timeSeriesIdColumnNames: Output<List<String>>? = null, val useStl: Output<Either<String, UseStl>>? = null) : ConvertibleToJava<ForecastingSettingsArgs>

Forecasting specific parameters.

Link copied to clipboard
data class ForecastingTrainingSettingsArgs(val allowedTrainingAlgorithms: Output<List<Either<String, ForecastingModels>>>? = null, val blockedTrainingAlgorithms: Output<List<Either<String, ForecastingModels>>>? = null, val enableDnnTraining: Output<Boolean>? = null, val enableModelExplainability: Output<Boolean>? = null, val enableOnnxCompatibleModels: Output<Boolean>? = null, val enableStackEnsemble: Output<Boolean>? = null, val enableVoteEnsemble: Output<Boolean>? = null, val ensembleModelDownloadTimeout: Output<String>? = null, val stackEnsembleSettings: Output<StackEnsembleSettingsArgs>? = null) : ConvertibleToJava<ForecastingTrainingSettingsArgs>

Forecasting Training related configuration.

Link copied to clipboard
data class FqdnOutboundRuleArgs(val category: Output<Either<String, RuleCategory>>? = null, val destination: Output<String>? = null, val status: Output<Either<String, RuleStatus>>? = null, val type: Output<String>) : ConvertibleToJava<FqdnOutboundRuleArgs>

FQDN Outbound Rule for the managed network of a machine learning workspace.

Link copied to clipboard
data class GetBatchDeploymentPlainArgs(val deploymentName: String, val endpointName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetBatchDeploymentPlainArgs>
Link copied to clipboard
data class GetBatchEndpointPlainArgs(val endpointName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetBatchEndpointPlainArgs>
Link copied to clipboard
data class GetCapabilityHostPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetCapabilityHostPlainArgs>
Link copied to clipboard
data class GetCapacityReservationGroupPlainArgs(val groupId: String, val resourceGroupName: String) : ConvertibleToJava<GetCapacityReservationGroupPlainArgs>
Link copied to clipboard
data class GetCodeContainerPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetCodeContainerPlainArgs>
Link copied to clipboard
data class GetCodeVersionPlainArgs(val name: String, val resourceGroupName: String, val version: String, val workspaceName: String) : ConvertibleToJava<GetCodeVersionPlainArgs>
Link copied to clipboard
data class GetComponentContainerPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetComponentContainerPlainArgs>
Link copied to clipboard
data class GetComponentVersionPlainArgs(val name: String, val resourceGroupName: String, val version: String, val workspaceName: String) : ConvertibleToJava<GetComponentVersionPlainArgs>
Link copied to clipboard
data class GetComputeAllowedResizeSizesPlainArgs(val computeName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetComputeAllowedResizeSizesPlainArgs>
Link copied to clipboard
data class GetComputePlainArgs(val computeName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetComputePlainArgs>
Link copied to clipboard
data class GetConnectionDeploymentPlainArgs(val connectionName: String, val deploymentName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetConnectionDeploymentPlainArgs>
Link copied to clipboard
data class GetConnectionRaiBlocklistItemPlainArgs(val connectionName: String, val raiBlocklistName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetConnectionRaiBlocklistItemPlainArgs>
Link copied to clipboard
data class GetConnectionRaiBlocklistPlainArgs(val connectionName: String, val raiBlocklistItemName: String, val raiBlocklistName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetConnectionRaiBlocklistPlainArgs>
Link copied to clipboard
data class GetConnectionRaiPolicyPlainArgs(val connectionName: String, val raiPolicyName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetConnectionRaiPolicyPlainArgs>
Link copied to clipboard
data class GetDataContainerPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetDataContainerPlainArgs>
Link copied to clipboard
data class GetDatastorePlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetDatastorePlainArgs>
Link copied to clipboard
data class GetDataVersionPlainArgs(val name: String, val resourceGroupName: String, val version: String, val workspaceName: String) : ConvertibleToJava<GetDataVersionPlainArgs>
Link copied to clipboard
data class GetEndpointDeploymentPlainArgs(val deploymentName: String, val endpointName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetEndpointDeploymentPlainArgs>
Link copied to clipboard
data class GetEnvironmentContainerPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetEnvironmentContainerPlainArgs>
data class GetEnvironmentSpecificationVersionPlainArgs(val name: String, val resourceGroupName: String, val version: String, val workspaceName: String) : ConvertibleToJava<GetEnvironmentSpecificationVersionPlainArgs>
Link copied to clipboard
data class GetEnvironmentVersionPlainArgs(val name: String, val resourceGroupName: String, val version: String, val workspaceName: String) : ConvertibleToJava<GetEnvironmentVersionPlainArgs>
Link copied to clipboard
data class GetFeaturesetContainerEntityPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetFeaturesetContainerEntityPlainArgs>
Link copied to clipboard
data class GetFeaturesetVersionFeaturePlainArgs(val featureName: String? = null, val name: String, val resourceGroupName: String, val version: String, val workspaceName: String) : ConvertibleToJava<GetFeaturesetVersionFeaturePlainArgs>
Link copied to clipboard
data class GetFeaturesetVersionPlainArgs(val name: String, val resourceGroupName: String, val version: String, val workspaceName: String) : ConvertibleToJava<GetFeaturesetVersionPlainArgs>
data class GetFeaturestoreEntityContainerEntityPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetFeaturestoreEntityContainerEntityPlainArgs>
Link copied to clipboard
data class GetFeaturestoreEntityVersionPlainArgs(val name: String, val resourceGroupName: String, val version: String, val workspaceName: String) : ConvertibleToJava<GetFeaturestoreEntityVersionPlainArgs>
Link copied to clipboard
data class GetInferenceEndpointPlainArgs(val endpointName: String, val poolName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetInferenceEndpointPlainArgs>
data class GetInferenceGroupDeltaModelsStatusAsyncPlainArgs(val deltaModels: List<String>? = null, val groupName: String, val poolName: String, val resourceGroupName: String, val targetBaseModel: String? = null, val workspaceName: String) : ConvertibleToJava<GetInferenceGroupDeltaModelsStatusAsyncPlainArgs>
Link copied to clipboard
data class GetInferenceGroupPlainArgs(val groupName: String, val poolName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetInferenceGroupPlainArgs>
Link copied to clipboard
data class GetInferenceGroupStatusPlainArgs(val groupName: String, val poolName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetInferenceGroupStatusPlainArgs>
Link copied to clipboard
data class GetInferencePoolPlainArgs(val inferencePoolName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetInferencePoolPlainArgs>
Link copied to clipboard
data class GetInferencePoolStatusPlainArgs(val inferencePoolName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetInferencePoolStatusPlainArgs>
Link copied to clipboard
data class GetJobPlainArgs(val id: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetJobPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetLabelingJobPlainArgs(val id: String, val includeJobInstructions: Boolean? = null, val includeLabelCategories: Boolean? = null, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetLabelingJobPlainArgs>
Link copied to clipboard
data class GetLinkedServicePlainArgs(val linkName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetLinkedServicePlainArgs>
Link copied to clipboard
data class GetLinkedWorkspacePlainArgs(val linkName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetLinkedWorkspacePlainArgs>
Link copied to clipboard
data class GetMachineLearningDatasetPlainArgs(val datasetName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetMachineLearningDatasetPlainArgs>
Link copied to clipboard
data class GetMachineLearningDatastorePlainArgs(val datastoreName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetMachineLearningDatastorePlainArgs>
Link copied to clipboard
data class GetManagedNetworkSettingsRulePlainArgs(val resourceGroupName: String, val ruleName: String, val workspaceName: String) : ConvertibleToJava<GetManagedNetworkSettingsRulePlainArgs>
Link copied to clipboard
data class GetMarketplaceSubscriptionPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetMarketplaceSubscriptionPlainArgs>
Link copied to clipboard
data class GetModelContainerPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetModelContainerPlainArgs>
Link copied to clipboard
data class GetModelVersionPlainArgs(val name: String, val resourceGroupName: String, val version: String, val workspaceName: String) : ConvertibleToJava<GetModelVersionPlainArgs>
Link copied to clipboard
data class GetOnlineDeploymentLogsPlainArgs(val containerType: Either<String, ContainerType>? = null, val deploymentName: String, val endpointName: String, val resourceGroupName: String, val tail: Int? = null, val workspaceName: String) : ConvertibleToJava<GetOnlineDeploymentLogsPlainArgs>
Link copied to clipboard
data class GetOnlineDeploymentPlainArgs(val deploymentName: String, val endpointName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetOnlineDeploymentPlainArgs>
Link copied to clipboard
data class GetOnlineEndpointPlainArgs(val endpointName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetOnlineEndpointPlainArgs>
Link copied to clipboard
data class GetOnlineEndpointTokenPlainArgs(val endpointName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetOnlineEndpointTokenPlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class GetRaiPolicyPlainArgs(val endpointName: String, val raiPolicyName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetRaiPolicyPlainArgs>
Link copied to clipboard
data class GetRegistryCodeContainerPlainArgs(val codeName: String, val registryName: String, val resourceGroupName: String) : ConvertibleToJava<GetRegistryCodeContainerPlainArgs>
Link copied to clipboard
data class GetRegistryCodeVersionPlainArgs(val codeName: String, val registryName: String, val resourceGroupName: String, val version: String) : ConvertibleToJava<GetRegistryCodeVersionPlainArgs>
Link copied to clipboard
data class GetRegistryComponentContainerPlainArgs(val componentName: String, val registryName: String, val resourceGroupName: String) : ConvertibleToJava<GetRegistryComponentContainerPlainArgs>
Link copied to clipboard
data class GetRegistryComponentVersionPlainArgs(val componentName: String, val registryName: String, val resourceGroupName: String, val version: String) : ConvertibleToJava<GetRegistryComponentVersionPlainArgs>
Link copied to clipboard
data class GetRegistryDataContainerPlainArgs(val name: String, val registryName: String, val resourceGroupName: String) : ConvertibleToJava<GetRegistryDataContainerPlainArgs>
Link copied to clipboard
data class GetRegistryDataVersionPlainArgs(val name: String, val registryName: String, val resourceGroupName: String, val version: String) : ConvertibleToJava<GetRegistryDataVersionPlainArgs>
Link copied to clipboard
data class GetRegistryEnvironmentContainerPlainArgs(val environmentName: String, val registryName: String, val resourceGroupName: String) : ConvertibleToJava<GetRegistryEnvironmentContainerPlainArgs>
Link copied to clipboard
data class GetRegistryEnvironmentVersionPlainArgs(val environmentName: String, val registryName: String, val resourceGroupName: String, val version: String) : ConvertibleToJava<GetRegistryEnvironmentVersionPlainArgs>
Link copied to clipboard
data class GetRegistryModelContainerPlainArgs(val modelName: String, val registryName: String, val resourceGroupName: String) : ConvertibleToJava<GetRegistryModelContainerPlainArgs>
Link copied to clipboard
data class GetRegistryModelVersionPlainArgs(val modelName: String, val registryName: String, val resourceGroupName: String, val version: String) : ConvertibleToJava<GetRegistryModelVersionPlainArgs>
Link copied to clipboard
data class GetRegistryPlainArgs(val registryName: String, val resourceGroupName: String) : ConvertibleToJava<GetRegistryPlainArgs>
Link copied to clipboard
data class GetSchedulePlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetSchedulePlainArgs>
Link copied to clipboard
data class GetServerlessEndpointPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetServerlessEndpointPlainArgs>
Link copied to clipboard
data class GetServerlessEndpointStatusPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetServerlessEndpointStatusPlainArgs>
Link copied to clipboard
data class GetWorkspaceConnectionPlainArgs(val connectionName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetWorkspaceConnectionPlainArgs>
Link copied to clipboard
data class GetWorkspacePlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetWorkspacePlainArgs>
Link copied to clipboard
data class GridSamplingAlgorithmArgs(val samplingAlgorithmType: Output<String>) : ConvertibleToJava<GridSamplingAlgorithmArgs>

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

Link copied to clipboard
data class HDInsightArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<HDInsightPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<HDInsightArgs>

A HDInsight compute.

Link copied to clipboard
Link copied to clipboard
data class HDInsightPropertiesArgs(val address: Output<String>? = null, val administratorAccount: Output<VirtualMachineSshCredentialsArgs>? = null, val sshPort: Output<Int>? = null) : ConvertibleToJava<HDInsightPropertiesArgs>

HDInsight compute properties

Link copied to clipboard
data class IdAssetReferenceArgs(val assetId: Output<String>, val referenceType: Output<String>) : ConvertibleToJava<IdAssetReferenceArgs>

Reference to an asset via its ARM resource ID.

Link copied to clipboard
data class IdentityArgs(val type: Output<ResourceIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityArgs>

Identity for the resource.

Link copied to clipboard
Link copied to clipboard
data class IdentityForCmkArgs(val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<IdentityForCmkArgs>

Identity that will be used to access key vault for encryption at rest

Link copied to clipboard
Link copied to clipboard
data class ImageArgs(val reference: Output<String>? = null, val type: Output<Either<String, ImageType>>? = null) : ConvertibleToJava<ImageArgs>

Describes the Image Specifications

Link copied to clipboard

Builder for ImageArgs.

Link copied to clipboard
data class ImageClassificationArgs(val limitSettings: Output<ImageLimitSettingsArgs>, val logVerbosity: Output<Either<String, LogVerbosity>>? = null, val modelSettings: Output<ImageModelSettingsClassificationArgs>? = null, val primaryMetric: Output<Either<String, ClassificationPrimaryMetrics>>? = null, val searchSpace: Output<List<ImageModelDistributionSettingsClassificationArgs>>? = null, val sweepSettings: Output<ImageSweepSettingsArgs>? = null, val targetColumnName: Output<String>? = null, val taskType: Output<String>, val trainingData: Output<MLTableJobInputArgs>, val validationData: Output<MLTableJobInputArgs>? = null, val validationDataSize: Output<Double>? = null) : ConvertibleToJava<ImageClassificationArgs>

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'.

Link copied to clipboard
data class ImageClassificationMultilabelArgs(val limitSettings: Output<ImageLimitSettingsArgs>, val logVerbosity: Output<Either<String, LogVerbosity>>? = null, val modelSettings: Output<ImageModelSettingsClassificationArgs>? = null, val primaryMetric: Output<Either<String, ClassificationMultilabelPrimaryMetrics>>? = null, val searchSpace: Output<List<ImageModelDistributionSettingsClassificationArgs>>? = null, val sweepSettings: Output<ImageSweepSettingsArgs>? = null, val targetColumnName: Output<String>? = null, val taskType: Output<String>, val trainingData: Output<MLTableJobInputArgs>, val validationData: Output<MLTableJobInputArgs>? = null, val validationDataSize: Output<Double>? = null) : ConvertibleToJava<ImageClassificationMultilabelArgs>

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'.

Link copied to clipboard
data class ImageInstanceSegmentationArgs(val limitSettings: Output<ImageLimitSettingsArgs>, val logVerbosity: Output<Either<String, LogVerbosity>>? = null, val modelSettings: Output<ImageModelSettingsObjectDetectionArgs>? = null, val primaryMetric: Output<Either<String, InstanceSegmentationPrimaryMetrics>>? = null, val searchSpace: Output<List<ImageModelDistributionSettingsObjectDetectionArgs>>? = null, val sweepSettings: Output<ImageSweepSettingsArgs>? = null, val targetColumnName: Output<String>? = null, val taskType: Output<String>, val trainingData: Output<MLTableJobInputArgs>, val validationData: Output<MLTableJobInputArgs>? = null, val validationDataSize: Output<Double>? = null) : ConvertibleToJava<ImageInstanceSegmentationArgs>

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.

Link copied to clipboard
data class ImageLimitSettingsArgs(val maxConcurrentTrials: Output<Int>? = null, val maxTrials: Output<Int>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<ImageLimitSettingsArgs>

Limit settings for the AutoML job.

data class ImageModelDistributionSettingsClassificationArgs(val amsGradient: Output<String>? = null, val augmentations: Output<String>? = null, val beta1: Output<String>? = null, val beta2: Output<String>? = null, val distributed: Output<String>? = null, val earlyStopping: Output<String>? = null, val earlyStoppingDelay: Output<String>? = null, val earlyStoppingPatience: Output<String>? = null, val enableOnnxNormalization: Output<String>? = null, val evaluationFrequency: Output<String>? = null, val gradientAccumulationStep: Output<String>? = null, val layersToFreeze: Output<String>? = null, val learningRate: Output<String>? = null, val learningRateScheduler: Output<String>? = null, val modelName: Output<String>? = null, val momentum: Output<String>? = null, val nesterov: Output<String>? = null, val numberOfEpochs: Output<String>? = null, val numberOfWorkers: Output<String>? = null, val optimizer: Output<String>? = null, val randomSeed: Output<String>? = null, val stepLRGamma: Output<String>? = null, val stepLRStepSize: Output<String>? = null, val trainingBatchSize: Output<String>? = null, val trainingCropSize: Output<String>? = null, val validationBatchSize: Output<String>? = null, val validationCropSize: Output<String>? = null, val validationResizeSize: Output<String>? = null, val warmupCosineLRCycles: Output<String>? = null, val warmupCosineLRWarmupEpochs: Output<String>? = null, val weightDecay: Output<String>? = null, val weightedLoss: Output<String>? = null) : ConvertibleToJava<ImageModelDistributionSettingsClassificationArgs>

Distribution expressions to sweep over values of model settings. Some examples are:

data class ImageModelDistributionSettingsObjectDetectionArgs(val amsGradient: Output<String>? = null, val augmentations: Output<String>? = null, val beta1: Output<String>? = null, val beta2: Output<String>? = null, val boxDetectionsPerImage: Output<String>? = null, val boxScoreThreshold: Output<String>? = null, val distributed: Output<String>? = null, val earlyStopping: Output<String>? = null, val earlyStoppingDelay: Output<String>? = null, val earlyStoppingPatience: Output<String>? = null, val enableOnnxNormalization: Output<String>? = null, val evaluationFrequency: Output<String>? = null, val gradientAccumulationStep: Output<String>? = null, val imageSize: Output<String>? = null, val layersToFreeze: Output<String>? = null, val learningRate: Output<String>? = null, val learningRateScheduler: Output<String>? = null, val maxSize: Output<String>? = null, val minSize: Output<String>? = null, val modelName: Output<String>? = null, val modelSize: Output<String>? = null, val momentum: Output<String>? = null, val multiScale: Output<String>? = null, val nesterov: Output<String>? = null, val nmsIouThreshold: Output<String>? = null, val numberOfEpochs: Output<String>? = null, val numberOfWorkers: Output<String>? = null, val optimizer: Output<String>? = null, val randomSeed: Output<String>? = null, val stepLRGamma: Output<String>? = null, val stepLRStepSize: Output<String>? = null, val tileGridSize: Output<String>? = null, val tileOverlapRatio: Output<String>? = null, val tilePredictionsNmsThreshold: Output<String>? = null, val trainingBatchSize: Output<String>? = null, val validationBatchSize: Output<String>? = null, val validationIouThreshold: Output<String>? = null, val validationMetricType: Output<String>? = null, val warmupCosineLRCycles: Output<String>? = null, val warmupCosineLRWarmupEpochs: Output<String>? = null, val weightDecay: Output<String>? = null) : ConvertibleToJava<ImageModelDistributionSettingsObjectDetectionArgs>

Distribution expressions to sweep over values of model settings. Some examples are:

Link copied to clipboard
data class ImageModelSettingsClassificationArgs(val advancedSettings: Output<String>? = null, val amsGradient: Output<Boolean>? = null, val augmentations: Output<String>? = null, val beta1: Output<Double>? = null, val beta2: Output<Double>? = null, val checkpointFrequency: Output<Int>? = null, val checkpointModel: Output<MLFlowModelJobInputArgs>? = null, val checkpointRunId: Output<String>? = null, val distributed: Output<Boolean>? = null, val earlyStopping: Output<Boolean>? = null, val earlyStoppingDelay: Output<Int>? = null, val earlyStoppingPatience: Output<Int>? = null, val enableOnnxNormalization: Output<Boolean>? = null, val evaluationFrequency: Output<Int>? = null, val gradientAccumulationStep: Output<Int>? = null, val layersToFreeze: Output<Int>? = null, val learningRate: Output<Double>? = null, val learningRateScheduler: Output<Either<String, LearningRateScheduler>>? = null, val modelName: Output<String>? = null, val momentum: Output<Double>? = null, val nesterov: Output<Boolean>? = null, val numberOfEpochs: Output<Int>? = null, val numberOfWorkers: Output<Int>? = null, val optimizer: Output<Either<String, StochasticOptimizer>>? = null, val randomSeed: Output<Int>? = null, val stepLRGamma: Output<Double>? = null, val stepLRStepSize: Output<Int>? = null, val trainingBatchSize: Output<Int>? = null, val trainingCropSize: Output<Int>? = null, val validationBatchSize: Output<Int>? = null, val validationCropSize: Output<Int>? = null, val validationResizeSize: Output<Int>? = null, val warmupCosineLRCycles: Output<Double>? = null, val warmupCosineLRWarmupEpochs: Output<Int>? = null, val weightDecay: Output<Double>? = null, val weightedLoss: Output<Int>? = null) : ConvertibleToJava<ImageModelSettingsClassificationArgs>

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.

Link copied to clipboard
data class ImageModelSettingsObjectDetectionArgs(val advancedSettings: Output<String>? = null, val amsGradient: Output<Boolean>? = null, val augmentations: Output<String>? = null, val beta1: Output<Double>? = null, val beta2: Output<Double>? = null, val boxDetectionsPerImage: Output<Int>? = null, val boxScoreThreshold: Output<Double>? = null, val checkpointFrequency: Output<Int>? = null, val checkpointModel: Output<MLFlowModelJobInputArgs>? = null, val checkpointRunId: Output<String>? = null, val distributed: Output<Boolean>? = null, val earlyStopping: Output<Boolean>? = null, val earlyStoppingDelay: Output<Int>? = null, val earlyStoppingPatience: Output<Int>? = null, val enableOnnxNormalization: Output<Boolean>? = null, val evaluationFrequency: Output<Int>? = null, val gradientAccumulationStep: Output<Int>? = null, val imageSize: Output<Int>? = null, val layersToFreeze: Output<Int>? = null, val learningRate: Output<Double>? = null, val learningRateScheduler: Output<Either<String, LearningRateScheduler>>? = null, val maxSize: Output<Int>? = null, val minSize: Output<Int>? = null, val modelName: Output<String>? = null, val modelSize: Output<Either<String, ModelSize>>? = null, val momentum: Output<Double>? = null, val multiScale: Output<Boolean>? = null, val nesterov: Output<Boolean>? = null, val nmsIouThreshold: Output<Double>? = null, val numberOfEpochs: Output<Int>? = null, val numberOfWorkers: Output<Int>? = null, val optimizer: Output<Either<String, StochasticOptimizer>>? = null, val randomSeed: Output<Int>? = null, val stepLRGamma: Output<Double>? = null, val stepLRStepSize: Output<Int>? = null, val tileGridSize: Output<String>? = null, val tileOverlapRatio: Output<Double>? = null, val tilePredictionsNmsThreshold: Output<Double>? = null, val trainingBatchSize: Output<Int>? = null, val validationBatchSize: Output<Int>? = null, val validationIouThreshold: Output<Double>? = null, val validationMetricType: Output<Either<String, ValidationMetricType>>? = null, val warmupCosineLRCycles: Output<Double>? = null, val warmupCosineLRWarmupEpochs: Output<Int>? = null, val weightDecay: Output<Double>? = null) : ConvertibleToJava<ImageModelSettingsObjectDetectionArgs>

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.

Link copied to clipboard
data class ImageObjectDetectionArgs(val limitSettings: Output<ImageLimitSettingsArgs>, val logVerbosity: Output<Either<String, LogVerbosity>>? = null, val modelSettings: Output<ImageModelSettingsObjectDetectionArgs>? = null, val primaryMetric: Output<Either<String, ObjectDetectionPrimaryMetrics>>? = null, val searchSpace: Output<List<ImageModelDistributionSettingsObjectDetectionArgs>>? = null, val sweepSettings: Output<ImageSweepSettingsArgs>? = null, val targetColumnName: Output<String>? = null, val taskType: Output<String>, val trainingData: Output<MLTableJobInputArgs>, val validationData: Output<MLTableJobInputArgs>? = null, val validationDataSize: Output<Double>? = null) : ConvertibleToJava<ImageObjectDetectionArgs>

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.

Link copied to clipboard
data class ImageSweepSettingsArgs(val earlyTermination: Output<Any>? = null, val samplingAlgorithm: Output<Either<String, SamplingAlgorithmType>>) : ConvertibleToJava<ImageSweepSettingsArgs>

Model sweeping and hyperparameter sweeping related settings.

Link copied to clipboard
data class IndexColumnArgs(val columnName: Output<String>? = null, val dataType: Output<Either<String, FeatureDataType>>? = null) : ConvertibleToJava<IndexColumnArgs>

Dto object representing index column

Link copied to clipboard
Link copied to clipboard
data class InferenceContainerPropertiesArgs(val livenessRoute: Output<RouteArgs>? = null, val readinessRoute: Output<RouteArgs>? = null, val scoringRoute: Output<RouteArgs>? = null) : ConvertibleToJava<InferenceContainerPropertiesArgs>
Link copied to clipboard
data class InferenceEndpointArgs(val authMode: Output<Either<String, AuthMode>>, val description: Output<String>? = null, val groupId: Output<String>, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<InferenceEndpointArgs>

InferenceEndpoint configuration

Link copied to clipboard
data class InferenceGroupArgs(val bonusExtraCapacity: Output<Int>? = null, val description: Output<String>? = null, val metadata: Output<String>? = null, val priority: Output<Int>? = null, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<InferenceGroupArgs>

Inference group configuration

Link copied to clipboard
Link copied to clipboard
data class InferencePoolArgs(val codeConfiguration: Output<CodeConfigurationArgs>? = null, val description: Output<String>? = null, val environmentConfiguration: Output<PoolEnvironmentConfigurationArgs>? = null, val modelConfiguration: Output<PoolModelConfigurationArgs>? = null, val nodeSkuType: Output<String>, val properties: Output<Map<String, String>>? = null, val requestConfiguration: Output<RequestConfigurationArgs>? = null) : ConvertibleToJava<InferencePoolArgs>

Inference pool configuration

Link copied to clipboard
Link copied to clipboard
data class InstanceTypeSchemaArgs(val nodeSelector: Output<Map<String, String>>? = null, val resources: Output<InstanceTypeSchemaResourcesArgs>? = null) : ConvertibleToJava<InstanceTypeSchemaArgs>

Instance type schema.

Link copied to clipboard
data class InstanceTypeSchemaResourcesArgs(val limits: Output<Map<String, String>>? = null, val requests: Output<Map<String, String>>? = null) : ConvertibleToJava<InstanceTypeSchemaResourcesArgs>

Resource requests/limits for this instance type

Link copied to clipboard
data class JobResourceConfigurationArgs(val dockerArgs: Output<String>? = null, val instanceCount: Output<Int>? = null, val instanceType: Output<String>? = null, val properties: Output<Map<String, Any>>? = null, val shmSize: Output<String>? = null) : ConvertibleToJava<JobResourceConfigurationArgs>
Link copied to clipboard
data class JobScheduleActionArgs(val actionType: Output<String>, val jobBaseProperties: Output<Any>) : ConvertibleToJava<JobScheduleActionArgs>
Link copied to clipboard
data class JobServiceArgs(val endpoint: Output<String>? = null, val jobServiceType: Output<String>? = null, val nodes: Output<AllNodesArgs>? = null, val port: Output<Int>? = null, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<JobServiceArgs>

Job endpoint definition

Link copied to clipboard
Link copied to clipboard
data class KubernetesArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<KubernetesPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<KubernetesArgs>

A Machine Learning compute based on Kubernetes Compute.

Link copied to clipboard
Link copied to clipboard
data class KubernetesOnlineDeploymentArgs(val appInsightsEnabled: Output<Boolean>? = null, val codeConfiguration: Output<CodeConfigurationArgs>? = null, val containerResourceRequirements: Output<ContainerResourceRequirementsArgs>? = null, val description: Output<String>? = null, val egressPublicNetworkAccess: Output<Either<String, EgressPublicNetworkAccessType>>? = null, val endpointComputeType: Output<String>, val environmentId: Output<String>? = null, val environmentVariables: Output<Map<String, String>>? = null, val instanceType: Output<String>? = null, val livenessProbe: Output<ProbeSettingsArgs>? = null, val model: Output<String>? = null, val modelMountPath: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val readinessProbe: Output<ProbeSettingsArgs>? = null, val requestSettings: Output<OnlineRequestSettingsArgs>? = null, val scaleSettings: Output<Either<DefaultScaleSettingsArgs, TargetUtilizationScaleSettingsArgs>>? = null) : ConvertibleToJava<KubernetesOnlineDeploymentArgs>

Properties specific to a KubernetesOnlineDeployment.

Link copied to clipboard
data class KubernetesPropertiesArgs(val defaultInstanceType: Output<String>? = null, val extensionInstanceReleaseTrain: Output<String>? = null, val extensionPrincipalId: Output<String>? = null, val instanceTypes: Output<Map<String, InstanceTypeSchemaArgs>>? = null, val namespace: Output<String>? = null, val relayConnectionString: Output<String>? = null, val serviceBusConnectionString: Output<String>? = null, val vcName: Output<String>? = null) : ConvertibleToJava<KubernetesPropertiesArgs>

Kubernetes properties

Link copied to clipboard
data class LabelCategoryArgs(val classes: Output<Map<String, LabelClassArgs>>? = null, val displayName: Output<String>? = null, val multiSelect: Output<Either<String, MultiSelect>>? = null) : ConvertibleToJava<LabelCategoryArgs>

Label category definition

Link copied to clipboard
Link copied to clipboard
data class LabelClassArgs(val displayName: Output<String>? = null, val subclasses: Output<Map<String, LabelClassArgs>>? = null) : ConvertibleToJava<LabelClassArgs>

Label class definition

Link copied to clipboard
Link copied to clipboard
data class LabelingDataConfigurationArgs(val dataId: Output<String>? = null, val incrementalDataRefresh: Output<Either<String, IncrementalDataRefresh>>? = null) : ConvertibleToJava<LabelingDataConfigurationArgs>

Labeling data configuration definition

Link copied to clipboard
data class LabelingJobArgs(val componentId: Output<String>? = null, val computeId: Output<String>? = null, val dataConfiguration: Output<LabelingDataConfigurationArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val experimentName: Output<String>? = null, val identity: Output<Any>? = null, val isArchived: Output<Boolean>? = null, val jobInstructions: Output<LabelingJobInstructionsArgs>? = null, val jobType: Output<String>, val labelCategories: Output<Map<String, LabelCategoryArgs>>? = null, val labelingJobMediaProperties: Output<Either<LabelingJobImagePropertiesArgs, LabelingJobTextPropertiesArgs>>? = null, val mlAssistConfiguration: Output<Either<MLAssistConfigurationDisabledArgs, MLAssistConfigurationEnabledArgs>>? = null, val notificationSetting: Output<NotificationSettingArgs>? = null, val properties: Output<Map<String, String>>? = null, val secretsConfiguration: Output<Map<String, SecretConfigurationArgs>>? = null, val services: Output<Map<String, JobServiceArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LabelingJobArgs>

Labeling job definition

Link copied to clipboard
Link copied to clipboard
data class LabelingJobImagePropertiesArgs(val annotationType: Output<Either<String, ImageAnnotationType>>? = null, val mediaType: Output<String>) : ConvertibleToJava<LabelingJobImagePropertiesArgs>

Properties of a labeling job for image data

Link copied to clipboard
data class LabelingJobInstructionsArgs(val uri: Output<String>? = null) : ConvertibleToJava<LabelingJobInstructionsArgs>

Instructions for labeling job

Link copied to clipboard
data class LabelingJobTextPropertiesArgs(val annotationType: Output<Either<String, TextAnnotationType>>? = null, val mediaType: Output<String>) : ConvertibleToJava<LabelingJobTextPropertiesArgs>

Properties of a labeling job for text data

Link copied to clipboard
data class LinkedServicePropsArgs(val createdTime: Output<String>? = null, val linkType: Output<LinkedServiceLinkType>? = null, val linkedServiceResourceId: Output<String>, val modifiedTime: Output<String>? = null) : ConvertibleToJava<LinkedServicePropsArgs>

LinkedService specific properties.

Link copied to clipboard
data class LinkedWorkspacePropsArgs(val linkedWorkspaceResourceId: Output<String>? = null, val userAssignedIdentityResourceId: Output<String>? = null) : ConvertibleToJava<LinkedWorkspacePropsArgs>

LinkedWorkspace specific properties.

Link copied to clipboard
data class ListBatchEndpointKeysPlainArgs(val endpointName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListBatchEndpointKeysPlainArgs>
Link copied to clipboard
data class ListComputeKeysPlainArgs(val computeName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListComputeKeysPlainArgs>
Link copied to clipboard
data class ListComputeNodesPlainArgs(val computeName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListComputeNodesPlainArgs>
Link copied to clipboard
data class ListConnectionAllModelsPlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListConnectionAllModelsPlainArgs>
Link copied to clipboard
data class ListConnectionModelsPlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListConnectionModelsPlainArgs>
Link copied to clipboard
data class ListDatastoreSecretsPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListDatastoreSecretsPlainArgs>
Link copied to clipboard
data class ListEndpointKeysPlainArgs(val endpointName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListEndpointKeysPlainArgs>
Link copied to clipboard
data class ListFeaturesetVersionFeaturesPlainArgs(val name: String, val resourceGroupName: String, val skip: String? = null, val tags: String? = null, val version: String, val workspaceName: String) : ConvertibleToJava<ListFeaturesetVersionFeaturesPlainArgs>
data class ListFeaturesetVersionMaterializationJobsPlainArgs(val featureWindowEnd: String? = null, val featureWindowStart: String? = null, val filters: String? = null, val name: String, val resourceGroupName: String, val skip: String? = null, val version: String, val workspaceName: String) : ConvertibleToJava<ListFeaturesetVersionMaterializationJobsPlainArgs>
data class ListInferenceGroupDeltaModelsAsyncPlainArgs(val count: Int? = null, val groupName: String, val poolName: String, val resourceGroupName: String, val skipToken: String? = null, val targetBaseModel: String? = null, val workspaceName: String) : ConvertibleToJava<ListInferenceGroupDeltaModelsAsyncPlainArgs>
Link copied to clipboard
data class ListOnlineEndpointKeysPlainArgs(val endpointName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListOnlineEndpointKeysPlainArgs>
Link copied to clipboard
data class ListServerlessEndpointKeysPlainArgs(val name: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListServerlessEndpointKeysPlainArgs>
Link copied to clipboard
data class ListWorkspaceConnectionModelsPlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListWorkspaceConnectionModelsPlainArgs>
Link copied to clipboard
data class ListWorkspaceConnectionSecretsPlainArgs(val connectionName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListWorkspaceConnectionSecretsPlainArgs>
Link copied to clipboard
data class ListWorkspaceKeysPlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListWorkspaceKeysPlainArgs>
data class ListWorkspaceNotebookAccessTokenPlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListWorkspaceNotebookAccessTokenPlainArgs>
Link copied to clipboard
data class ListWorkspaceNotebookKeysPlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListWorkspaceNotebookKeysPlainArgs>
Link copied to clipboard
data class ListWorkspaceStorageAccountKeysPlainArgs(val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListWorkspaceStorageAccountKeysPlainArgs>
Link copied to clipboard
data class LiteralJobInputArgs(val description: Output<String>? = null, val jobInputType: Output<String>, val value: Output<String>) : ConvertibleToJava<LiteralJobInputArgs>

Literal input type.

Link copied to clipboard
data class ManagedIdentityArgs(val clientId: Output<String>? = null, val identityType: Output<String>, val objectId: Output<String>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<ManagedIdentityArgs>

Managed identity configuration.

data class ManagedIdentityAuthTypeWorkspaceConnectionPropertiesArgs(val authType: Output<String>, val category: Output<Either<String, ConnectionCategory>>? = null, val credentials: Output<WorkspaceConnectionManagedIdentityArgs>? = null, val target: Output<String>? = null, val value: Output<String>? = null, val valueFormat: Output<Either<String, ValueFormat>>? = null) : ConvertibleToJava<ManagedIdentityAuthTypeWorkspaceConnectionPropertiesArgs>
Link copied to clipboard
data class ManagedOnlineDeploymentArgs(val appInsightsEnabled: Output<Boolean>? = null, val codeConfiguration: Output<CodeConfigurationArgs>? = null, val description: Output<String>? = null, val egressPublicNetworkAccess: Output<Either<String, EgressPublicNetworkAccessType>>? = null, val endpointComputeType: Output<String>, val environmentId: Output<String>? = null, val environmentVariables: Output<Map<String, String>>? = null, val instanceType: Output<String>? = null, val livenessProbe: Output<ProbeSettingsArgs>? = null, val model: Output<String>? = null, val modelMountPath: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val readinessProbe: Output<ProbeSettingsArgs>? = null, val requestSettings: Output<OnlineRequestSettingsArgs>? = null, val scaleSettings: Output<Either<DefaultScaleSettingsArgs, TargetUtilizationScaleSettingsArgs>>? = null) : ConvertibleToJava<ManagedOnlineDeploymentArgs>

Properties specific to a ManagedOnlineDeployment.

data class ManagedOnlineEndpointDeploymentResourcePropertiesArgs(val failureReason: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ManagedOnlineEndpointDeploymentResourcePropertiesArgs>
Link copied to clipboard
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class MarketplaceSubscriptionArgs(val modelId: Output<String>) : ConvertibleToJava<MarketplaceSubscriptionArgs>
Link copied to clipboard
data class MaterializationComputeResourceArgs(val instanceType: Output<String>? = null) : ConvertibleToJava<MaterializationComputeResourceArgs>

Dto object representing compute resource

Link copied to clipboard
data class MaterializationSettingsArgs(val notification: Output<NotificationSettingArgs>? = null, val resource: Output<MaterializationComputeResourceArgs>? = null, val schedule: Output<RecurrenceTriggerArgs>? = null, val sparkConfiguration: Output<Map<String, String>>? = null, val storeType: Output<Either<String, MaterializationStoreType>>? = null) : ConvertibleToJava<MaterializationSettingsArgs>
Link copied to clipboard
data class MedianStoppingPolicyArgs(val delayEvaluation: Output<Int>? = null, val evaluationInterval: Output<Int>? = null, val policyType: Output<String>) : ConvertibleToJava<MedianStoppingPolicyArgs>

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

Link copied to clipboard
data class MLAssistConfigurationDisabledArgs(val mlAssist: Output<String>) : ConvertibleToJava<MLAssistConfigurationDisabledArgs>

Labeling MLAssist configuration definition when MLAssist is disabled

Link copied to clipboard
data class MLAssistConfigurationEnabledArgs(val inferencingComputeBinding: Output<String>, val mlAssist: Output<String>, val trainingComputeBinding: Output<String>) : ConvertibleToJava<MLAssistConfigurationEnabledArgs>

Labeling MLAssist configuration definition when MLAssist is enabled

Link copied to clipboard
data class MLFlowModelJobInputArgs(val description: Output<String>? = null, val jobInputType: Output<String>, val mode: Output<Either<String, InputDeliveryMode>>? = null, val uri: Output<String>) : ConvertibleToJava<MLFlowModelJobInputArgs>
Link copied to clipboard
data class MLFlowModelJobOutputArgs(val description: Output<String>? = null, val jobOutputType: Output<String>, val mode: Output<Either<String, OutputDeliveryMode>>? = null, val uri: Output<String>? = null) : ConvertibleToJava<MLFlowModelJobOutputArgs>
Link copied to clipboard
data class MLTableDataArgs(val dataType: Output<String>, val dataUri: Output<String>, val description: Output<String>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val referencedUris: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MLTableDataArgs>

MLTable data definition

Link copied to clipboard
Link copied to clipboard
data class MLTableJobInputArgs(val description: Output<String>? = null, val jobInputType: Output<String>, val mode: Output<Either<String, InputDeliveryMode>>? = null, val uri: Output<String>) : ConvertibleToJava<MLTableJobInputArgs>
Link copied to clipboard
data class MLTableJobOutputArgs(val description: Output<String>? = null, val jobOutputType: Output<String>, val mode: Output<Either<String, OutputDeliveryMode>>? = null, val uri: Output<String>? = null) : ConvertibleToJava<MLTableJobOutputArgs>
Link copied to clipboard
data class ModelContainerArgs(val description: Output<String>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ModelContainerArgs>
Link copied to clipboard
Link copied to clipboard
data class ModelVersionArgs(val description: Output<String>? = null, val flavors: Output<Map<String, FlavorDataArgs>>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val jobName: Output<String>? = null, val modelType: Output<String>? = null, val modelUri: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val stage: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ModelVersionArgs>

Model asset version details.

Link copied to clipboard
Link copied to clipboard
data class MpiArgs(val distributionType: Output<String>, val processCountPerInstance: Output<Int>? = null) : ConvertibleToJava<MpiArgs>

MPI distribution configuration.

Link copied to clipboard

Builder for MpiArgs.

Link copied to clipboard
data class NlpVerticalFeaturizationSettingsArgs(val datasetLanguage: Output<String>? = null) : ConvertibleToJava<NlpVerticalFeaturizationSettingsArgs>
Link copied to clipboard
data class NlpVerticalLimitSettingsArgs(val maxConcurrentTrials: Output<Int>? = null, val maxTrials: Output<Int>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<NlpVerticalLimitSettingsArgs>

Job execution constraints.

data class NoneAuthTypeWorkspaceConnectionPropertiesArgs(val authType: Output<String>, val category: Output<Either<String, ConnectionCategory>>? = null, val target: Output<String>? = null, val value: Output<String>? = null, val valueFormat: Output<Either<String, ValueFormat>>? = null) : ConvertibleToJava<NoneAuthTypeWorkspaceConnectionPropertiesArgs>
Link copied to clipboard
data class NoneDatastoreCredentialsArgs(val credentialsType: Output<String>) : ConvertibleToJava<NoneDatastoreCredentialsArgs>

Empty/none datastore credentials.

Link copied to clipboard
data class NotificationSettingArgs(val emailOn: Output<List<Either<String, EmailNotificationEnableType>>>? = null, val emails: Output<List<String>>? = null, val webhooks: Output<Map<String, AzureDevOpsWebhookArgs>>? = null) : ConvertibleToJava<NotificationSettingArgs>

Configuration for notification.

Link copied to clipboard
data class ObjectiveArgs(val goal: Output<Either<String, Goal>>, val primaryMetric: Output<String>) : ConvertibleToJava<ObjectiveArgs>

Optimization objective.

Link copied to clipboard
Link copied to clipboard
data class OnlineEndpointArgs(val authMode: Output<Either<String, EndpointAuthMode>>, val compute: Output<String>? = null, val description: Output<String>? = null, val keys: Output<EndpointAuthKeysArgs>? = null, val mirrorTraffic: Output<Map<String, Int>>? = null, val properties: Output<Map<String, String>>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null, val traffic: Output<Map<String, Int>>? = null) : ConvertibleToJava<OnlineEndpointArgs>

Online endpoint configuration

Link copied to clipboard
Link copied to clipboard
data class OnlineRequestSettingsArgs(val maxConcurrentRequestsPerInstance: Output<Int>? = null, val maxQueueWait: Output<String>? = null, val requestTimeout: Output<String>? = null) : ConvertibleToJava<OnlineRequestSettingsArgs>

Online deployment scoring requests configuration.

data class OpenAIEndpointDeploymentResourcePropertiesArgs(val failureReason: Output<String>? = null, val model: Output<EndpointDeploymentModelArgs>, val raiPolicyName: Output<String>? = null, val sku: Output<CognitiveServicesSkuArgs>? = null, val type: Output<String>, val versionUpgradeOption: Output<Either<String, DeploymentModelVersionUpgradeOption>>? = null) : ConvertibleToJava<OpenAIEndpointDeploymentResourcePropertiesArgs>
Link copied to clipboard
data class OutputPathAssetReferenceArgs(val jobId: Output<String>? = null, val path: Output<String>? = null, val referenceType: Output<String>) : ConvertibleToJava<OutputPathAssetReferenceArgs>

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

data class PATAuthTypeWorkspaceConnectionPropertiesArgs(val authType: Output<String>, val category: Output<Either<String, ConnectionCategory>>? = null, val credentials: Output<WorkspaceConnectionPersonalAccessTokenArgs>? = null, val target: Output<String>? = null, val value: Output<String>? = null, val valueFormat: Output<Either<String, ValueFormat>>? = null) : ConvertibleToJava<PATAuthTypeWorkspaceConnectionPropertiesArgs>
Link copied to clipboard
data class PersonalComputeInstanceSettingsArgs(val assignedUser: Output<AssignedUserArgs>? = null) : ConvertibleToJava<PersonalComputeInstanceSettingsArgs>

Settings for a personal compute instance.

Link copied to clipboard
data class PipelineJobArgs(val componentId: Output<String>? = null, val computeId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val experimentName: Output<String>? = null, val identity: Output<Any>? = null, val inputs: Output<Map<String, Any>>? = null, val isArchived: Output<Boolean>? = null, val jobType: Output<String>, val jobs: Output<Map<String, Any>>? = null, val outputs: Output<Map<String, Any>>? = null, val properties: Output<Map<String, String>>? = null, val services: Output<Map<String, JobServiceArgs>>? = null, val settings: Output<Any>? = null, val sourceJobId: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PipelineJobArgs>

Pipeline Job definition: defines generic to MFE attributes.

Link copied to clipboard
Link copied to clipboard
data class PoolEnvironmentConfigurationArgs(val environmentId: Output<String>? = null, val environmentVariables: Output<Map<String, String>>? = null, val livenessProbe: Output<ProbeSettingsArgs>? = null, val readinessProbe: Output<ProbeSettingsArgs>? = null, val startupProbe: Output<ProbeSettingsArgs>? = null) : ConvertibleToJava<PoolEnvironmentConfigurationArgs>

Environment configuration options.

Link copied to clipboard
data class PoolModelConfigurationArgs(val modelId: Output<String>? = null) : ConvertibleToJava<PoolModelConfigurationArgs>

Model configuration options.

Link copied to clipboard
data class PrivateEndpointDestinationArgs(val serviceResourceId: Output<String>? = null, val sparkEnabled: Output<Boolean>? = null, val sparkStatus: Output<Either<String, RuleStatus>>? = null, val subresourceTarget: Output<String>? = null) : ConvertibleToJava<PrivateEndpointDestinationArgs>

Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.

Link copied to clipboard
data class PrivateEndpointOutboundRuleArgs(val category: Output<Either<String, RuleCategory>>? = null, val destination: Output<PrivateEndpointDestinationArgs>? = null, val status: Output<Either<String, RuleStatus>>? = null, val type: Output<String>) : ConvertibleToJava<PrivateEndpointOutboundRuleArgs>

Private Endpoint Outbound Rule for the managed network of a machine learning workspace.

Link copied to clipboard
data class PrivateEndpointResourceArgs(val subnetArmId: Output<String>? = null) : ConvertibleToJava<PrivateEndpointResourceArgs>

The PE network resource that is linked to this PE connection.

Link copied to clipboard
data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class ProbeSettingsArgs(val failureThreshold: Output<Int>? = null, val initialDelay: Output<String>? = null, val period: Output<String>? = null, val successThreshold: Output<Int>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<ProbeSettingsArgs>

Deployment container liveness/readiness probe configuration.

Link copied to clipboard
Link copied to clipboard
data class PyTorchArgs(val distributionType: Output<String>, val processCountPerInstance: Output<Int>? = null) : ConvertibleToJava<PyTorchArgs>

PyTorch distribution configuration.

Link copied to clipboard
Link copied to clipboard
data class RaiBlocklistConfigArgs(val blocking: Output<Boolean>? = null, val blocklistName: Output<String>? = null) : ConvertibleToJava<RaiBlocklistConfigArgs>

Azure OpenAI blocklist config.

Link copied to clipboard
data class RaiBlocklistItemPropertiesArgs(val isRegex: Output<Boolean>? = null, val pattern: Output<String>? = null) : ConvertibleToJava<RaiBlocklistItemPropertiesArgs>

RAI Custom Blocklist Item properties.

Link copied to clipboard
data class RaiBlocklistPropertiesArgs(val description: Output<String>? = null) : ConvertibleToJava<RaiBlocklistPropertiesArgs>

RAI Custom Blocklist properties.

Link copied to clipboard
data class RaiPolicyContentFilterArgs(val allowedContentLevel: Output<Either<String, AllowedContentLevel>>? = null, val blocking: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val name: Output<String>? = null, val source: Output<Either<String, RaiPolicyContentSource>>? = null) : ConvertibleToJava<RaiPolicyContentFilterArgs>

Azure OpenAI Content Filter.

Link copied to clipboard
data class RaiPolicyPropertiesArgs(val basePolicyName: Output<String>? = null, val completionBlocklists: Output<List<RaiBlocklistConfigArgs>>? = null, val contentFilters: Output<List<RaiPolicyContentFilterArgs>>? = null, val mode: Output<Either<String, RaiPolicyMode>>? = null, val promptBlocklists: Output<List<RaiBlocklistConfigArgs>>? = null, val type: Output<Either<String, RaiPolicyType>>? = null) : ConvertibleToJava<RaiPolicyPropertiesArgs>

Azure OpenAI Content Filters properties.

Link copied to clipboard
data class RandomSamplingAlgorithmArgs(val rule: Output<Either<String, RandomSamplingAlgorithmRule>>? = null, val samplingAlgorithmType: Output<String>, val seed: Output<Int>? = null) : ConvertibleToJava<RandomSamplingAlgorithmArgs>

Defines a Sampling Algorithm that generates values randomly

Link copied to clipboard
data class RecurrenceArgs(val frequency: Output<Either<String, RecurrenceFrequency>>? = null, val interval: Output<Int>? = null, val schedule: Output<RecurrenceScheduleArgs>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<RecurrenceArgs>

The workflow trigger recurrence for ComputeStartStop schedule type.

Link copied to clipboard
Link copied to clipboard
data class RecurrenceScheduleArgs(val hours: Output<List<Int>>, val minutes: Output<List<Int>>, val monthDays: Output<List<Int>>? = null, val weekDays: Output<List<Either<String, WeekDay>>>? = null) : ConvertibleToJava<RecurrenceScheduleArgs>
Link copied to clipboard
data class RecurrenceTriggerArgs(val endTime: Output<String>? = null, val frequency: Output<Either<String, RecurrenceFrequency>>, val interval: Output<Int>, val schedule: Output<RecurrenceScheduleArgs>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null, val triggerType: Output<String>) : ConvertibleToJava<RecurrenceTriggerArgs>
Link copied to clipboard
data class RegistryArgs(val discoveryUrl: Output<String>? = null, val intellectualPropertyPublisher: Output<String>? = null, val managedResourceGroup: Output<ArmResourceIdArgs>? = null, val mlFlowRegistryUri: Output<String>? = null, val privateEndpointConnections: Output<List<RegistryPrivateEndpointConnectionArgs>>? = null, val publicNetworkAccess: Output<String>? = null, val regionDetails: Output<List<RegistryRegionArmDetailsArgs>>? = null) : ConvertibleToJava<RegistryArgs>

Details of the Registry

Link copied to clipboard
Link copied to clipboard
data class RegistryPrivateEndpointConnectionArgs(val id: Output<String>? = null, val location: Output<String>? = null, val properties: Output<RegistryPrivateEndpointConnectionPropertiesArgs>? = null) : ConvertibleToJava<RegistryPrivateEndpointConnectionArgs>

Private endpoint connection definition.

data class RegistryPrivateEndpointConnectionPropertiesArgs(val groupIds: Output<List<String>>? = null, val privateEndpoint: Output<PrivateEndpointResourceArgs>? = null, val privateLinkServiceConnectionState: Output<RegistryPrivateLinkServiceConnectionStateArgs>? = null, val provisioningState: Output<String>? = null) : ConvertibleToJava<RegistryPrivateEndpointConnectionPropertiesArgs>

Properties of the Private Endpoint Connection

data class RegistryPrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, EndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<RegistryPrivateLinkServiceConnectionStateArgs>

The connection state.

Link copied to clipboard
data class RegistryRegionArmDetailsArgs(val acrDetails: Output<List<AcrDetailsArgs>>? = null, val location: Output<String>? = null, val storageAccountDetails: Output<List<StorageAccountDetailsArgs>>? = null) : ConvertibleToJava<RegistryRegionArmDetailsArgs>

Details for each region the registry is in

Link copied to clipboard
data class RegressionArgs(val cvSplitColumnNames: Output<List<String>>? = null, val featurizationSettings: Output<TableVerticalFeaturizationSettingsArgs>? = null, val limitSettings: Output<TableVerticalLimitSettingsArgs>? = null, val logVerbosity: Output<Either<String, LogVerbosity>>? = null, val nCrossValidations: Output<Either<AutoNCrossValidationsArgs, CustomNCrossValidationsArgs>>? = null, val primaryMetric: Output<Either<String, RegressionPrimaryMetrics>>? = null, val targetColumnName: Output<String>? = null, val taskType: Output<String>, val testData: Output<MLTableJobInputArgs>? = null, val testDataSize: Output<Double>? = null, val trainingData: Output<MLTableJobInputArgs>, val trainingSettings: Output<RegressionTrainingSettingsArgs>? = null, val validationData: Output<MLTableJobInputArgs>? = null, val validationDataSize: Output<Double>? = null, val weightColumnName: Output<String>? = null) : ConvertibleToJava<RegressionArgs>

Regression task in AutoML Table vertical.

Link copied to clipboard
Link copied to clipboard
data class RegressionTrainingSettingsArgs(val allowedTrainingAlgorithms: Output<List<Either<String, RegressionModels>>>? = null, val blockedTrainingAlgorithms: Output<List<Either<String, RegressionModels>>>? = null, val enableDnnTraining: Output<Boolean>? = null, val enableModelExplainability: Output<Boolean>? = null, val enableOnnxCompatibleModels: Output<Boolean>? = null, val enableStackEnsemble: Output<Boolean>? = null, val enableVoteEnsemble: Output<Boolean>? = null, val ensembleModelDownloadTimeout: Output<String>? = null, val stackEnsembleSettings: Output<StackEnsembleSettingsArgs>? = null) : ConvertibleToJava<RegressionTrainingSettingsArgs>

Regression Training related configuration.

Link copied to clipboard
data class RequestConfigurationArgs(val maxConcurrentRequestsPerInstance: Output<Int>? = null, val requestTimeout: Output<String>? = null) : ConvertibleToJava<RequestConfigurationArgs>

Scoring requests configuration.

Link copied to clipboard
data class ResourceIdArgs(val id: Output<String>) : ConvertibleToJava<ResourceIdArgs>

Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet.

Link copied to clipboard
Link copied to clipboard
data class RouteArgs(val path: Output<String>, val port: Output<Int>) : ConvertibleToJava<RouteArgs>
Link copied to clipboard

Builder for RouteArgs.

data class SASAuthTypeWorkspaceConnectionPropertiesArgs(val authType: Output<String>, val category: Output<Either<String, ConnectionCategory>>? = null, val credentials: Output<WorkspaceConnectionSharedAccessSignatureArgs>? = null, val target: Output<String>? = null, val value: Output<String>? = null, val valueFormat: Output<Either<String, ValueFormat>>? = null) : ConvertibleToJava<SASAuthTypeWorkspaceConnectionPropertiesArgs>
Link copied to clipboard
data class SasDatastoreCredentialsArgs(val credentialsType: Output<String>, val secrets: Output<SasDatastoreSecretsArgs>) : ConvertibleToJava<SasDatastoreCredentialsArgs>

SAS datastore credentials configuration.

Link copied to clipboard
data class SasDatastoreSecretsArgs(val sasToken: Output<String>? = null, val secretsType: Output<String>) : ConvertibleToJava<SasDatastoreSecretsArgs>

Datastore SAS secrets.

Link copied to clipboard
data class ScaleSettingsArgs(val maxNodeCount: Output<Int>, val minNodeCount: Output<Int>? = null, val nodeIdleTimeBeforeScaleDown: Output<String>? = null) : ConvertibleToJava<ScaleSettingsArgs>

scale settings for AML Compute

Link copied to clipboard
Link copied to clipboard
data class ScheduleArgs(val action: Output<Either<EndpointScheduleActionArgs, JobScheduleActionArgs>>, val description: Output<String>? = null, val displayName: Output<String>? = null, val isEnabled: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null, val trigger: Output<Either<CronTriggerArgs, RecurrenceTriggerArgs>>) : ConvertibleToJava<ScheduleArgs>

Base definition of a schedule

Link copied to clipboard
Link copied to clipboard
data class ScheduleBaseArgs(val id: Output<String>? = null, val provisioningStatus: Output<Either<String, ScheduleProvisioningState>>? = null, val status: Output<Either<String, ScheduleStatus>>? = null) : ConvertibleToJava<ScheduleBaseArgs>
Link copied to clipboard
Link copied to clipboard
data class ScriptReferenceArgs(val scriptArguments: Output<String>? = null, val scriptData: Output<String>? = null, val scriptSource: Output<String>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<ScriptReferenceArgs>

Script reference

Link copied to clipboard
data class ScriptsToExecuteArgs(val creationScript: Output<ScriptReferenceArgs>? = null, val startupScript: Output<ScriptReferenceArgs>? = null) : ConvertibleToJava<ScriptsToExecuteArgs>

Customized setup scripts

Link copied to clipboard
data class SecretConfigurationArgs(val uri: Output<String>? = null, val workspaceSecretName: Output<String>? = null) : ConvertibleToJava<SecretConfigurationArgs>

Secret Configuration definition.

Link copied to clipboard
data class ServerlessEndpointArgs(val authMode: Output<Either<String, ServerlessInferenceEndpointAuthMode>>? = null, val capacityReservation: Output<ServerlessEndpointCapacityReservationArgs>? = null, val offer: Output<ServerlessOfferArgs>) : ConvertibleToJava<ServerlessEndpointArgs>
data class ServerlessEndpointCapacityReservationArgs(val capacityReservationGroupId: Output<String>, val endpointReservedCapacity: Output<Int>? = null) : ConvertibleToJava<ServerlessEndpointCapacityReservationArgs>
Link copied to clipboard
data class ServerlessOfferArgs(val offerName: Output<String>, val publisher: Output<String>) : ConvertibleToJava<ServerlessOfferArgs>
Link copied to clipboard
data class ServiceManagedResourcesSettingsArgs(val cosmosDb: Output<CosmosDbSettingsArgs>? = null) : ConvertibleToJava<ServiceManagedResourcesSettingsArgs>
Link copied to clipboard
data class ServicePrincipalDatastoreCredentialsArgs(val authorityUrl: Output<String>? = null, val clientId: Output<String>, val credentialsType: Output<String>, val resourceUrl: Output<String>? = null, val secrets: Output<ServicePrincipalDatastoreSecretsArgs>, val tenantId: Output<String>) : ConvertibleToJava<ServicePrincipalDatastoreCredentialsArgs>

Service Principal datastore credentials configuration.

Link copied to clipboard
data class ServicePrincipalDatastoreSecretsArgs(val clientSecret: Output<String>? = null, val secretsType: Output<String>) : ConvertibleToJava<ServicePrincipalDatastoreSecretsArgs>

Datastore Service Principal secrets.

Link copied to clipboard
data class ServiceTagDestinationArgs(val portRanges: Output<String>? = null, val protocol: Output<String>? = null, val serviceTag: Output<String>? = null) : ConvertibleToJava<ServiceTagDestinationArgs>

Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.

Link copied to clipboard
data class ServiceTagOutboundRuleArgs(val category: Output<Either<String, RuleCategory>>? = null, val destination: Output<ServiceTagDestinationArgs>? = null, val status: Output<Either<String, RuleStatus>>? = null, val type: Output<String>) : ConvertibleToJava<ServiceTagOutboundRuleArgs>

Service Tag Outbound Rule for the managed network of a machine learning workspace.

Link copied to clipboard
data class SetupScriptsArgs(val scripts: Output<ScriptsToExecuteArgs>? = null) : ConvertibleToJava<SetupScriptsArgs>

Details of customized scripts to execute for setting up the cluster.

Link copied to clipboard
Link copied to clipboard
data class SharedPrivateLinkResourceArgs(val groupId: Output<String>? = null, val name: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val requestMessage: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<SharedPrivateLinkResourceArgs>
Link copied to clipboard
data class SkuArgs(val capacity: Output<Int>? = null, val family: Output<String>? = null, val name: Output<String>, val size: Output<String>? = null, val tier: Output<SkuTier>? = null) : ConvertibleToJava<SkuArgs>

The resource model definition representing SKU

Link copied to clipboard

Builder for SkuArgs.

data class SpeechEndpointDeploymentResourcePropertiesArgs(val failureReason: Output<String>? = null, val model: Output<EndpointDeploymentModelArgs>, val raiPolicyName: Output<String>? = null, val sku: Output<CognitiveServicesSkuArgs>? = null, val type: Output<String>, val versionUpgradeOption: Output<Either<String, DeploymentModelVersionUpgradeOption>>? = null) : ConvertibleToJava<SpeechEndpointDeploymentResourcePropertiesArgs>
Link copied to clipboard
data class SslConfigurationArgs(val cert: Output<String>? = null, val cname: Output<String>? = null, val key: Output<String>? = null, val leafDomainLabel: Output<String>? = null, val overwriteExistingDomain: Output<Boolean>? = null, val status: Output<Either<String, SslConfigStatus>>? = null) : ConvertibleToJava<SslConfigurationArgs>

The ssl configuration for scoring

Link copied to clipboard
data class StackEnsembleSettingsArgs(val stackMetaLearnerKWargs: Output<Any>? = null, val stackMetaLearnerTrainPercentage: Output<Double>? = null, val stackMetaLearnerType: Output<Either<String, StackMetaLearnerType>>? = null) : ConvertibleToJava<StackEnsembleSettingsArgs>

Advances setting to customize StackEnsemble run.

Link copied to clipboard
data class StorageAccountDetailsArgs(val systemCreatedStorageAccount: Output<SystemCreatedStorageAccountArgs>? = null) : ConvertibleToJava<StorageAccountDetailsArgs>

Details of storage account to be used for the Registry

Link copied to clipboard
data class SweepJobArgs(val componentId: Output<String>? = null, val computeId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val earlyTermination: Output<Any>? = null, val experimentName: Output<String>? = null, val identity: Output<Any>? = null, val inputs: Output<Map<String, Any>>? = null, val isArchived: Output<Boolean>? = null, val jobType: Output<String>, val limits: Output<SweepJobLimitsArgs>? = null, val objective: Output<ObjectiveArgs>, val outputs: Output<Map<String, Any>>? = null, val properties: Output<Map<String, String>>? = null, val samplingAlgorithm: Output<Any>, val searchSpace: Output<Any>, val services: Output<Map<String, JobServiceArgs>>? = null, val tags: Output<Map<String, String>>? = null, val trial: Output<TrialComponentArgs>) : ConvertibleToJava<SweepJobArgs>

Sweep job definition.

Link copied to clipboard
Link copied to clipboard
data class SweepJobLimitsArgs(val jobLimitsType: Output<String>, val maxConcurrentTrials: Output<Int>? = null, val maxTotalTrials: Output<Int>? = null, val timeout: Output<String>? = null, val trialTimeout: Output<String>? = null) : ConvertibleToJava<SweepJobLimitsArgs>

Sweep Job limit class.

Link copied to clipboard
Link copied to clipboard
data class SynapseSparkArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<SynapseSparkPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<SynapseSparkArgs>

A SynapseSpark compute.

Link copied to clipboard
Link copied to clipboard
data class SynapseSparkPropertiesArgs(val autoPauseProperties: Output<AutoPausePropertiesArgs>? = null, val autoScaleProperties: Output<AutoScalePropertiesArgs>? = null, val nodeCount: Output<Int>? = null, val nodeSize: Output<String>? = null, val nodeSizeFamily: Output<String>? = null, val poolName: Output<String>? = null, val resourceGroup: Output<String>? = null, val sparkVersion: Output<String>? = null, val subscriptionId: Output<String>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<SynapseSparkPropertiesArgs>
Link copied to clipboard
data class SystemCreatedAcrAccountArgs(val acrAccountName: Output<String>? = null, val acrAccountSku: Output<String>? = null, val armResourceId: Output<ArmResourceIdArgs>? = null) : ConvertibleToJava<SystemCreatedAcrAccountArgs>
Link copied to clipboard
data class SystemCreatedStorageAccountArgs(val allowBlobPublicAccess: Output<Boolean>? = null, val armResourceId: Output<ArmResourceIdArgs>? = null, val storageAccountHnsEnabled: Output<Boolean>? = null, val storageAccountName: Output<String>? = null, val storageAccountType: Output<String>? = null) : ConvertibleToJava<SystemCreatedStorageAccountArgs>
Link copied to clipboard
data class TableVerticalFeaturizationSettingsArgs(val blockedTransformers: Output<List<Either<String, BlockedTransformers>>>? = null, val columnNameAndTypes: Output<Map<String, String>>? = null, val datasetLanguage: Output<String>? = null, val enableDnnFeaturization: Output<Boolean>? = null, val mode: Output<Either<String, FeaturizationMode>>? = null, val transformerParams: Output<Map<String, List<ColumnTransformerArgs>>>? = null) : ConvertibleToJava<TableVerticalFeaturizationSettingsArgs>

Featurization Configuration.

Link copied to clipboard
data class TableVerticalLimitSettingsArgs(val enableEarlyTermination: Output<Boolean>? = null, val exitScore: Output<Double>? = null, val maxConcurrentTrials: Output<Int>? = null, val maxCoresPerTrial: Output<Int>? = null, val maxTrials: Output<Int>? = null, val timeout: Output<String>? = null, val trialTimeout: Output<String>? = null) : ConvertibleToJava<TableVerticalLimitSettingsArgs>

Job execution constraints.

Link copied to clipboard
data class TargetUtilizationScaleSettingsArgs(val maxInstances: Output<Int>? = null, val minInstances: Output<Int>? = null, val pollingInterval: Output<String>? = null, val scaleType: Output<String>, val targetUtilizationPercentage: Output<Int>? = null) : ConvertibleToJava<TargetUtilizationScaleSettingsArgs>
Link copied to clipboard
data class TensorFlowArgs(val distributionType: Output<String>, val parameterServerCount: Output<Int>? = null, val workerCount: Output<Int>? = null) : ConvertibleToJava<TensorFlowArgs>

TensorFlow distribution configuration.

Link copied to clipboard
Link copied to clipboard
data class TextClassificationArgs(val featurizationSettings: Output<NlpVerticalFeaturizationSettingsArgs>? = null, val limitSettings: Output<NlpVerticalLimitSettingsArgs>? = null, val logVerbosity: Output<Either<String, LogVerbosity>>? = null, val primaryMetric: Output<Either<String, ClassificationPrimaryMetrics>>? = null, val targetColumnName: Output<String>? = null, val taskType: Output<String>, val trainingData: Output<MLTableJobInputArgs>, val validationData: Output<MLTableJobInputArgs>? = null) : ConvertibleToJava<TextClassificationArgs>

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

Link copied to clipboard
data class TextClassificationMultilabelArgs(val featurizationSettings: Output<NlpVerticalFeaturizationSettingsArgs>? = null, val limitSettings: Output<NlpVerticalLimitSettingsArgs>? = null, val logVerbosity: Output<Either<String, LogVerbosity>>? = null, val targetColumnName: Output<String>? = null, val taskType: Output<String>, val trainingData: Output<MLTableJobInputArgs>, val validationData: Output<MLTableJobInputArgs>? = null) : ConvertibleToJava<TextClassificationMultilabelArgs>

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

Link copied to clipboard
data class TextNerArgs(val featurizationSettings: Output<NlpVerticalFeaturizationSettingsArgs>? = null, val limitSettings: Output<NlpVerticalLimitSettingsArgs>? = null, val logVerbosity: Output<Either<String, LogVerbosity>>? = null, val targetColumnName: Output<String>? = null, val taskType: Output<String>, val trainingData: Output<MLTableJobInputArgs>, val validationData: Output<MLTableJobInputArgs>? = null) : ConvertibleToJava<TextNerArgs>

Text-NER task in AutoML NLP vertical. NER - Named Entity Recognition. NLP - Natural Language Processing.

Link copied to clipboard
Link copied to clipboard
data class TmpfsOptionsArgs(val size: Output<Int>? = null) : ConvertibleToJava<TmpfsOptionsArgs>

Describes the tmpfs options for the container

Link copied to clipboard
Link copied to clipboard
data class TrialComponentArgs(val codeId: Output<String>? = null, val command: Output<String>, val distribution: Output<Any>? = null, val environmentId: Output<String>, val environmentVariables: Output<Map<String, String>>? = null, val resources: Output<JobResourceConfigurationArgs>? = null) : ConvertibleToJava<TrialComponentArgs>

Trial component definition.

Link copied to clipboard
Link copied to clipboard
data class TritonModelJobInputArgs(val description: Output<String>? = null, val jobInputType: Output<String>, val mode: Output<Either<String, InputDeliveryMode>>? = null, val uri: Output<String>) : ConvertibleToJava<TritonModelJobInputArgs>
Link copied to clipboard
data class TritonModelJobOutputArgs(val description: Output<String>? = null, val jobOutputType: Output<String>, val mode: Output<Either<String, OutputDeliveryMode>>? = null, val uri: Output<String>? = null) : ConvertibleToJava<TritonModelJobOutputArgs>
Link copied to clipboard
data class TruncationSelectionPolicyArgs(val delayEvaluation: Output<Int>? = null, val evaluationInterval: Output<Int>? = null, val policyType: Output<String>, val truncationPercentage: Output<Int>? = null) : ConvertibleToJava<TruncationSelectionPolicyArgs>

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

Link copied to clipboard
data class UriFileDataVersionArgs(val dataType: Output<String>, val dataUri: Output<String>, val description: Output<String>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<UriFileDataVersionArgs>

uri-file data version entity

Link copied to clipboard
data class UriFileJobInputArgs(val description: Output<String>? = null, val jobInputType: Output<String>, val mode: Output<Either<String, InputDeliveryMode>>? = null, val uri: Output<String>) : ConvertibleToJava<UriFileJobInputArgs>
Link copied to clipboard
data class UriFileJobOutputArgs(val description: Output<String>? = null, val jobOutputType: Output<String>, val mode: Output<Either<String, OutputDeliveryMode>>? = null, val uri: Output<String>? = null) : ConvertibleToJava<UriFileJobOutputArgs>
Link copied to clipboard
data class UriFolderDataVersionArgs(val dataType: Output<String>, val dataUri: Output<String>, val description: Output<String>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<UriFolderDataVersionArgs>

uri-folder data version entity

Link copied to clipboard
data class UriFolderJobInputArgs(val description: Output<String>? = null, val jobInputType: Output<String>, val mode: Output<Either<String, InputDeliveryMode>>? = null, val uri: Output<String>) : ConvertibleToJava<UriFolderJobInputArgs>
Link copied to clipboard
data class UriFolderJobOutputArgs(val description: Output<String>? = null, val jobOutputType: Output<String>, val mode: Output<Either<String, OutputDeliveryMode>>? = null, val uri: Output<String>? = null) : ConvertibleToJava<UriFolderJobOutputArgs>
Link copied to clipboard
data class UserAccountCredentialsArgs(val adminUserName: Output<String>, val adminUserPassword: Output<String>? = null, val adminUserSshPublicKey: Output<String>? = null) : ConvertibleToJava<UserAccountCredentialsArgs>

Settings for user account that gets created on each on the nodes of a compute.

Link copied to clipboard
data class UserIdentityArgs(val identityType: Output<String>) : ConvertibleToJava<UserIdentityArgs>

User identity configuration.

Link copied to clipboard
data class UsernamePasswordAuthTypeWorkspaceConnectionPropertiesArgs(val authType: Output<String>, val category: Output<Either<String, ConnectionCategory>>? = null, val credentials: Output<WorkspaceConnectionUsernamePasswordArgs>? = null, val target: Output<String>? = null, val value: Output<String>? = null, val valueFormat: Output<Either<String, ValueFormat>>? = null) : ConvertibleToJava<UsernamePasswordAuthTypeWorkspaceConnectionPropertiesArgs>
Link copied to clipboard
data class VirtualMachineArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<VirtualMachineSchemaPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<VirtualMachineArgs>

A Machine Learning compute based on Azure Virtual Machines.

Link copied to clipboard
Link copied to clipboard
data class VirtualMachineImageArgs(val id: Output<String>) : ConvertibleToJava<VirtualMachineImageArgs>

Virtual Machine image for Windows AML Compute

Link copied to clipboard
data class VirtualMachineSchemaPropertiesArgs(val address: Output<String>? = null, val administratorAccount: Output<VirtualMachineSshCredentialsArgs>? = null, val isNotebookInstanceCompute: Output<Boolean>? = null, val notebookServerPort: Output<Int>? = null, val sshPort: Output<Int>? = null, val virtualMachineSize: Output<String>? = null) : ConvertibleToJava<VirtualMachineSchemaPropertiesArgs>
Link copied to clipboard
data class VirtualMachineSshCredentialsArgs(val password: Output<String>? = null, val privateKeyData: Output<String>? = null, val publicKeyData: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<VirtualMachineSshCredentialsArgs>

Admin credentials for virtual machine

Link copied to clipboard
data class VolumeDefinitionArgs(val bind: Output<BindOptionsArgs>? = null, val consistency: Output<String>? = null, val readOnly: Output<Boolean>? = null, val source: Output<String>? = null, val target: Output<String>? = null, val tmpfs: Output<TmpfsOptionsArgs>? = null, val type: Output<Either<String, VolumeDefinitionType>>? = null, val volume: Output<VolumeOptionsArgs>? = null) : ConvertibleToJava<VolumeDefinitionArgs>

Describes the volume configuration for the container

Link copied to clipboard
data class VolumeOptionsArgs(val nocopy: Output<Boolean>? = null) : ConvertibleToJava<VolumeOptionsArgs>

Describes the volume options for the container

Link copied to clipboard
Link copied to clipboard
data class WorkspaceConnectionManagedIdentityArgs(val clientId: Output<String>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<WorkspaceConnectionManagedIdentityArgs>
data class WorkspaceConnectionPersonalAccessTokenArgs(val pat: Output<String>? = null) : ConvertibleToJava<WorkspaceConnectionPersonalAccessTokenArgs>
data class WorkspaceConnectionSharedAccessSignatureArgs(val sas: Output<String>? = null) : ConvertibleToJava<WorkspaceConnectionSharedAccessSignatureArgs>
Link copied to clipboard
data class WorkspaceConnectionUsernamePasswordArgs(val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<WorkspaceConnectionUsernamePasswordArgs>