1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. getCompute
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi

azure-native.machinelearningservices.getCompute

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi

Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use ‘keys’ nested resource to get them.

Uses Azure REST API version 2024-10-01.

Other available API versions: 2021-03-01-preview, 2021-07-01, 2022-01-01-preview, 2022-02-01-preview, 2022-05-01, 2022-06-01-preview, 2022-10-01, 2022-10-01-preview, 2022-12-01-preview, 2023-02-01-preview, 2023-04-01, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-07-01-preview, 2024-10-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native machinelearningservices [ApiVersion]. See the version guide for details.

Using getCompute

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getCompute(args: GetComputeArgs, opts?: InvokeOptions): Promise<GetComputeResult>
function getComputeOutput(args: GetComputeOutputArgs, opts?: InvokeOptions): Output<GetComputeResult>
Copy
def get_compute(compute_name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                workspace_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetComputeResult
def get_compute_output(compute_name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[pulumi.Input[str]] = None,
                workspace_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetComputeResult]
Copy
func LookupCompute(ctx *Context, args *LookupComputeArgs, opts ...InvokeOption) (*LookupComputeResult, error)
func LookupComputeOutput(ctx *Context, args *LookupComputeOutputArgs, opts ...InvokeOption) LookupComputeResultOutput
Copy

> Note: This function is named LookupCompute in the Go SDK.

public static class GetCompute 
{
    public static Task<GetComputeResult> InvokeAsync(GetComputeArgs args, InvokeOptions? opts = null)
    public static Output<GetComputeResult> Invoke(GetComputeInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetComputeResult> getCompute(GetComputeArgs args, InvokeOptions options)
public static Output<GetComputeResult> getCompute(GetComputeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:machinelearningservices:getCompute
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ComputeName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Azure Machine Learning compute.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
ComputeName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Azure Machine Learning compute.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
computeName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Azure Machine Learning compute.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Azure Machine Learning workspace.
computeName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Azure Machine Learning compute.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
compute_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the Azure Machine Learning compute.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
Name of Azure Machine Learning workspace.
computeName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Azure Machine Learning compute.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Azure Machine Learning workspace.

getCompute Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
Properties Pulumi.AzureNative.MachineLearningServices.Outputs.AKSResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.AmlComputeResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.ComputeInstanceResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.DataFactoryResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.DataLakeAnalyticsResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.DatabricksResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.HDInsightResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.KubernetesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.SynapseSparkResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.VirtualMachineResponse
Compute properties
SystemData Pulumi.AzureNative.MachineLearningServices.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Identity Pulumi.AzureNative.MachineLearningServices.Outputs.ManagedServiceIdentityResponse
The identity of the resource.
Location string
Specifies the location of the resource.
Sku Pulumi.AzureNative.MachineLearningServices.Outputs.SkuResponse
The sku of the workspace.
Tags Dictionary<string, string>
Contains resource tags defined as key/value pairs.
AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
Properties AKSResponse | AmlComputeResponse | ComputeInstanceResponse | DataFactoryResponse | DataLakeAnalyticsResponse | DatabricksResponse | HDInsightResponse | KubernetesResponse | SynapseSparkResponse | VirtualMachineResponse
Compute properties
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Identity ManagedServiceIdentityResponse
The identity of the resource.
Location string
Specifies the location of the resource.
Sku SkuResponse
The sku of the workspace.
Tags map[string]string
Contains resource tags defined as key/value pairs.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
properties AKSResponse | AmlComputeResponse | ComputeInstanceResponse | DataFactoryResponse | DataLakeAnalyticsResponse | DatabricksResponse | HDInsightResponse | KubernetesResponse | SynapseSparkResponse | VirtualMachineResponse
Compute properties
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
identity ManagedServiceIdentityResponse
The identity of the resource.
location String
Specifies the location of the resource.
sku SkuResponse
The sku of the workspace.
tags Map<String,String>
Contains resource tags defined as key/value pairs.
azureApiVersion string
The Azure API version of the resource.
id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name string
The name of the resource
properties AKSResponse | AmlComputeResponse | ComputeInstanceResponse | DataFactoryResponse | DataLakeAnalyticsResponse | DatabricksResponse | HDInsightResponse | KubernetesResponse | SynapseSparkResponse | VirtualMachineResponse
Compute properties
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
identity ManagedServiceIdentityResponse
The identity of the resource.
location string
Specifies the location of the resource.
sku SkuResponse
The sku of the workspace.
tags {[key: string]: string}
Contains resource tags defined as key/value pairs.
azure_api_version str
The Azure API version of the resource.
id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name str
The name of the resource
properties AKSResponse | AmlComputeResponse | ComputeInstanceResponse | DataFactoryResponse | DataLakeAnalyticsResponse | DatabricksResponse | HDInsightResponse | KubernetesResponse | SynapseSparkResponse | VirtualMachineResponse
Compute properties
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
identity ManagedServiceIdentityResponse
The identity of the resource.
location str
Specifies the location of the resource.
sku SkuResponse
The sku of the workspace.
tags Mapping[str, str]
Contains resource tags defined as key/value pairs.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
properties Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
Compute properties
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
identity Property Map
The identity of the resource.
location String
Specifies the location of the resource.
sku Property Map
The sku of the workspace.
tags Map<String>
Contains resource tags defined as key/value pairs.

Supporting Types

AKSResponse

CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties Pulumi.AzureNative.MachineLearningServices.Inputs.AKSSchemaResponseProperties
AKS properties
ResourceId string
ARM resource id of the underlying compute
CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. []ErrorResponseResponse
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties AKSSchemaResponseProperties
AKS properties
ResourceId string
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<ErrorResponseResponse>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties AKSSchemaResponseProperties
AKS properties
resourceId String
ARM resource id of the underlying compute
createdOn This property is required. string
The time at which the compute was created.
isAttachedCompute This property is required. boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. string
The time at which the compute was last modified.
provisioningErrors This property is required. ErrorResponseResponse[]
Errors during provisioning
provisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation string
Location for the underlying compute
description string
The description of the Machine Learning compute.
disableLocalAuth boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties AKSSchemaResponseProperties
AKS properties
resourceId string
ARM resource id of the underlying compute
created_on This property is required. str
The time at which the compute was created.
is_attached_compute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modified_on This property is required. str
The time at which the compute was last modified.
provisioning_errors This property is required. Sequence[ErrorResponseResponse]
Errors during provisioning
provisioning_state This property is required. str
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
compute_location str
Location for the underlying compute
description str
The description of the Machine Learning compute.
disable_local_auth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties AKSSchemaResponseProperties
AKS properties
resource_id str
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<Property Map>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties Property Map
AKS properties
resourceId String
ARM resource id of the underlying compute

AKSSchemaResponseProperties

SystemServices This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.SystemServiceResponse>
System services
AgentCount int
Number of agents
AgentVmSize string
Agent virtual machine size
AksNetworkingConfiguration Pulumi.AzureNative.MachineLearningServices.Inputs.AksNetworkingConfigurationResponse
AKS networking configuration for vnet
ClusterFqdn string
Cluster full qualified domain name
ClusterPurpose string
Intended usage of the cluster
LoadBalancerSubnet string
Load Balancer Subnet
LoadBalancerType string
Load Balancer Type
SslConfiguration Pulumi.AzureNative.MachineLearningServices.Inputs.SslConfigurationResponse
SSL configuration
SystemServices This property is required. []SystemServiceResponse
System services
AgentCount int
Number of agents
AgentVmSize string
Agent virtual machine size
AksNetworkingConfiguration AksNetworkingConfigurationResponse
AKS networking configuration for vnet
ClusterFqdn string
Cluster full qualified domain name
ClusterPurpose string
Intended usage of the cluster
LoadBalancerSubnet string
Load Balancer Subnet
LoadBalancerType string
Load Balancer Type
SslConfiguration SslConfigurationResponse
SSL configuration
systemServices This property is required. List<SystemServiceResponse>
System services
agentCount Integer
Number of agents
agentVmSize String
Agent virtual machine size
aksNetworkingConfiguration AksNetworkingConfigurationResponse
AKS networking configuration for vnet
clusterFqdn String
Cluster full qualified domain name
clusterPurpose String
Intended usage of the cluster
loadBalancerSubnet String
Load Balancer Subnet
loadBalancerType String
Load Balancer Type
sslConfiguration SslConfigurationResponse
SSL configuration
systemServices This property is required. SystemServiceResponse[]
System services
agentCount number
Number of agents
agentVmSize string
Agent virtual machine size
aksNetworkingConfiguration AksNetworkingConfigurationResponse
AKS networking configuration for vnet
clusterFqdn string
Cluster full qualified domain name
clusterPurpose string
Intended usage of the cluster
loadBalancerSubnet string
Load Balancer Subnet
loadBalancerType string
Load Balancer Type
sslConfiguration SslConfigurationResponse
SSL configuration
system_services This property is required. Sequence[SystemServiceResponse]
System services
agent_count int
Number of agents
agent_vm_size str
Agent virtual machine size
aks_networking_configuration AksNetworkingConfigurationResponse
AKS networking configuration for vnet
cluster_fqdn str
Cluster full qualified domain name
cluster_purpose str
Intended usage of the cluster
load_balancer_subnet str
Load Balancer Subnet
load_balancer_type str
Load Balancer Type
ssl_configuration SslConfigurationResponse
SSL configuration
systemServices This property is required. List<Property Map>
System services
agentCount Number
Number of agents
agentVmSize String
Agent virtual machine size
aksNetworkingConfiguration Property Map
AKS networking configuration for vnet
clusterFqdn String
Cluster full qualified domain name
clusterPurpose String
Intended usage of the cluster
loadBalancerSubnet String
Load Balancer Subnet
loadBalancerType String
Load Balancer Type
sslConfiguration Property Map
SSL configuration

AksNetworkingConfigurationResponse

DnsServiceIP string
An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
DockerBridgeCidr string
A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range.
ServiceCidr string
A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.
SubnetId string
Virtual network subnet resource ID the compute nodes belong to
DnsServiceIP string
An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
DockerBridgeCidr string
A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range.
ServiceCidr string
A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.
SubnetId string
Virtual network subnet resource ID the compute nodes belong to
dnsServiceIP String
An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
dockerBridgeCidr String
A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range.
serviceCidr String
A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.
subnetId String
Virtual network subnet resource ID the compute nodes belong to
dnsServiceIP string
An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
dockerBridgeCidr string
A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range.
serviceCidr string
A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.
subnetId string
Virtual network subnet resource ID the compute nodes belong to
dns_service_ip str
An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
docker_bridge_cidr str
A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range.
service_cidr str
A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.
subnet_id str
Virtual network subnet resource ID the compute nodes belong to
dnsServiceIP String
An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
dockerBridgeCidr String
A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range.
serviceCidr String
A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.
subnetId String
Virtual network subnet resource ID the compute nodes belong to

AmlComputePropertiesResponse

AllocationState This property is required. string
Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute.
AllocationStateTransitionTime This property is required. string
The time at which the compute entered its current allocation state.
CurrentNodeCount This property is required. int
The number of compute nodes currently assigned to the compute.
Errors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Collection of errors encountered by various compute nodes during node setup.
NodeStateCounts This property is required. Pulumi.AzureNative.MachineLearningServices.Inputs.NodeStateCountsResponse
Counts of various node states on the compute.
TargetNodeCount This property is required. int
The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation.
EnableNodePublicIp bool
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
IsolatedNetwork bool
Network is isolated or not
OsType string
Compute OS Type
PropertyBag object
A property bag containing additional properties.
RemoteLoginPortPublicAccess string
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled.
ScaleSettings Pulumi.AzureNative.MachineLearningServices.Inputs.ScaleSettingsResponse
Scale settings for AML Compute
Subnet Pulumi.AzureNative.MachineLearningServices.Inputs.ResourceIdResponse
Virtual network subnet resource ID the compute nodes belong to.
UserAccountCredentials Pulumi.AzureNative.MachineLearningServices.Inputs.UserAccountCredentialsResponse
Credentials for an administrator user account that will be created on each compute node.
VirtualMachineImage Pulumi.AzureNative.MachineLearningServices.Inputs.VirtualMachineImageResponse
Virtual Machine image for AML Compute - windows only
VmPriority string
Virtual Machine priority
VmSize string
Virtual Machine Size
AllocationState This property is required. string
Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute.
AllocationStateTransitionTime This property is required. string
The time at which the compute entered its current allocation state.
CurrentNodeCount This property is required. int
The number of compute nodes currently assigned to the compute.
Errors This property is required. []ErrorResponseResponse
Collection of errors encountered by various compute nodes during node setup.
NodeStateCounts This property is required. NodeStateCountsResponse
Counts of various node states on the compute.
TargetNodeCount This property is required. int
The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation.
EnableNodePublicIp bool
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
IsolatedNetwork bool
Network is isolated or not
OsType string
Compute OS Type
PropertyBag interface{}
A property bag containing additional properties.
RemoteLoginPortPublicAccess string
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled.
ScaleSettings ScaleSettingsResponse
Scale settings for AML Compute
Subnet ResourceIdResponse
Virtual network subnet resource ID the compute nodes belong to.
UserAccountCredentials UserAccountCredentialsResponse
Credentials for an administrator user account that will be created on each compute node.
VirtualMachineImage VirtualMachineImageResponse
Virtual Machine image for AML Compute - windows only
VmPriority string
Virtual Machine priority
VmSize string
Virtual Machine Size
allocationState This property is required. String
Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute.
allocationStateTransitionTime This property is required. String
The time at which the compute entered its current allocation state.
currentNodeCount This property is required. Integer
The number of compute nodes currently assigned to the compute.
errors This property is required. List<ErrorResponseResponse>
Collection of errors encountered by various compute nodes during node setup.
nodeStateCounts This property is required. NodeStateCountsResponse
Counts of various node states on the compute.
targetNodeCount This property is required. Integer
The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation.
enableNodePublicIp Boolean
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
isolatedNetwork Boolean
Network is isolated or not
osType String
Compute OS Type
propertyBag Object
A property bag containing additional properties.
remoteLoginPortPublicAccess String
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled.
scaleSettings ScaleSettingsResponse
Scale settings for AML Compute
subnet ResourceIdResponse
Virtual network subnet resource ID the compute nodes belong to.
userAccountCredentials UserAccountCredentialsResponse
Credentials for an administrator user account that will be created on each compute node.
virtualMachineImage VirtualMachineImageResponse
Virtual Machine image for AML Compute - windows only
vmPriority String
Virtual Machine priority
vmSize String
Virtual Machine Size
allocationState This property is required. string
Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute.
allocationStateTransitionTime This property is required. string
The time at which the compute entered its current allocation state.
currentNodeCount This property is required. number
The number of compute nodes currently assigned to the compute.
errors This property is required. ErrorResponseResponse[]
Collection of errors encountered by various compute nodes during node setup.
nodeStateCounts This property is required. NodeStateCountsResponse
Counts of various node states on the compute.
targetNodeCount This property is required. number
The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation.
enableNodePublicIp boolean
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
isolatedNetwork boolean
Network is isolated or not
osType string
Compute OS Type
propertyBag any
A property bag containing additional properties.
remoteLoginPortPublicAccess string
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled.
scaleSettings ScaleSettingsResponse
Scale settings for AML Compute
subnet ResourceIdResponse
Virtual network subnet resource ID the compute nodes belong to.
userAccountCredentials UserAccountCredentialsResponse
Credentials for an administrator user account that will be created on each compute node.
virtualMachineImage VirtualMachineImageResponse
Virtual Machine image for AML Compute - windows only
vmPriority string
Virtual Machine priority
vmSize string
Virtual Machine Size
allocation_state This property is required. str
Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute.
allocation_state_transition_time This property is required. str
The time at which the compute entered its current allocation state.
current_node_count This property is required. int
The number of compute nodes currently assigned to the compute.
errors This property is required. Sequence[ErrorResponseResponse]
Collection of errors encountered by various compute nodes during node setup.
node_state_counts This property is required. NodeStateCountsResponse
Counts of various node states on the compute.
target_node_count This property is required. int
The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation.
enable_node_public_ip bool
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
isolated_network bool
Network is isolated or not
os_type str
Compute OS Type
property_bag Any
A property bag containing additional properties.
remote_login_port_public_access str
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled.
scale_settings ScaleSettingsResponse
Scale settings for AML Compute
subnet ResourceIdResponse
Virtual network subnet resource ID the compute nodes belong to.
user_account_credentials UserAccountCredentialsResponse
Credentials for an administrator user account that will be created on each compute node.
virtual_machine_image VirtualMachineImageResponse
Virtual Machine image for AML Compute - windows only
vm_priority str
Virtual Machine priority
vm_size str
Virtual Machine Size
allocationState This property is required. String
Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute.
allocationStateTransitionTime This property is required. String
The time at which the compute entered its current allocation state.
currentNodeCount This property is required. Number
The number of compute nodes currently assigned to the compute.
errors This property is required. List<Property Map>
Collection of errors encountered by various compute nodes during node setup.
nodeStateCounts This property is required. Property Map
Counts of various node states on the compute.
targetNodeCount This property is required. Number
The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation.
enableNodePublicIp Boolean
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
isolatedNetwork Boolean
Network is isolated or not
osType String
Compute OS Type
propertyBag Any
A property bag containing additional properties.
remoteLoginPortPublicAccess String
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled.
scaleSettings Property Map
Scale settings for AML Compute
subnet Property Map
Virtual network subnet resource ID the compute nodes belong to.
userAccountCredentials Property Map
Credentials for an administrator user account that will be created on each compute node.
virtualMachineImage Property Map
Virtual Machine image for AML Compute - windows only
vmPriority String
Virtual Machine priority
vmSize String
Virtual Machine Size

AmlComputeResponse

CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties Pulumi.AzureNative.MachineLearningServices.Inputs.AmlComputePropertiesResponse
Properties of AmlCompute
ResourceId string
ARM resource id of the underlying compute
CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. []ErrorResponseResponse
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties AmlComputePropertiesResponse
Properties of AmlCompute
ResourceId string
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<ErrorResponseResponse>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties AmlComputePropertiesResponse
Properties of AmlCompute
resourceId String
ARM resource id of the underlying compute
createdOn This property is required. string
The time at which the compute was created.
isAttachedCompute This property is required. boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. string
The time at which the compute was last modified.
provisioningErrors This property is required. ErrorResponseResponse[]
Errors during provisioning
provisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation string
Location for the underlying compute
description string
The description of the Machine Learning compute.
disableLocalAuth boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties AmlComputePropertiesResponse
Properties of AmlCompute
resourceId string
ARM resource id of the underlying compute
created_on This property is required. str
The time at which the compute was created.
is_attached_compute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modified_on This property is required. str
The time at which the compute was last modified.
provisioning_errors This property is required. Sequence[ErrorResponseResponse]
Errors during provisioning
provisioning_state This property is required. str
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
compute_location str
Location for the underlying compute
description str
The description of the Machine Learning compute.
disable_local_auth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties AmlComputePropertiesResponse
Properties of AmlCompute
resource_id str
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<Property Map>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties Property Map
Properties of AmlCompute
resourceId String
ARM resource id of the underlying compute

AssignedUserResponse

ObjectId This property is required. string
User’s AAD Object Id.
TenantId This property is required. string
User’s AAD Tenant Id.
ObjectId This property is required. string
User’s AAD Object Id.
TenantId This property is required. string
User’s AAD Tenant Id.
objectId This property is required. String
User’s AAD Object Id.
tenantId This property is required. String
User’s AAD Tenant Id.
objectId This property is required. string
User’s AAD Object Id.
tenantId This property is required. string
User’s AAD Tenant Id.
object_id This property is required. str
User’s AAD Object Id.
tenant_id This property is required. str
User’s AAD Tenant Id.
objectId This property is required. String
User’s AAD Object Id.
tenantId This property is required. String
User’s AAD Tenant Id.

AutoPausePropertiesResponse

delayInMinutes Integer
enabled Boolean
delayInMinutes number
enabled boolean
delayInMinutes Number
enabled Boolean

AutoScalePropertiesResponse

enabled Boolean
maxNodeCount Integer
minNodeCount Integer
enabled boolean
maxNodeCount number
minNodeCount number
enabled Boolean
maxNodeCount Number
minNodeCount Number

BindOptionsResponse

CreateHostPath bool
Indicate whether to create host path.
Propagation string
Type of Bind Option
Selinux string
Mention the selinux options.
CreateHostPath bool
Indicate whether to create host path.
Propagation string
Type of Bind Option
Selinux string
Mention the selinux options.
createHostPath Boolean
Indicate whether to create host path.
propagation String
Type of Bind Option
selinux String
Mention the selinux options.
createHostPath boolean
Indicate whether to create host path.
propagation string
Type of Bind Option
selinux string
Mention the selinux options.
create_host_path bool
Indicate whether to create host path.
propagation str
Type of Bind Option
selinux str
Mention the selinux options.
createHostPath Boolean
Indicate whether to create host path.
propagation String
Type of Bind Option
selinux String
Mention the selinux options.

ComputeInstanceApplicationResponse

DisplayName string
Name of the ComputeInstance application.
EndpointUri string
Application' endpoint URI.
DisplayName string
Name of the ComputeInstance application.
EndpointUri string
Application' endpoint URI.
displayName String
Name of the ComputeInstance application.
endpointUri String
Application' endpoint URI.
displayName string
Name of the ComputeInstance application.
endpointUri string
Application' endpoint URI.
display_name str
Name of the ComputeInstance application.
endpoint_uri str
Application' endpoint URI.
displayName String
Name of the ComputeInstance application.
endpointUri String
Application' endpoint URI.

ComputeInstanceConnectivityEndpointsResponse

PrivateIpAddress This property is required. string
Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).
PublicIpAddress This property is required. string
Public IP Address of this ComputeInstance.
PrivateIpAddress This property is required. string
Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).
PublicIpAddress This property is required. string
Public IP Address of this ComputeInstance.
privateIpAddress This property is required. String
Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).
publicIpAddress This property is required. String
Public IP Address of this ComputeInstance.
privateIpAddress This property is required. string
Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).
publicIpAddress This property is required. string
Public IP Address of this ComputeInstance.
private_ip_address This property is required. str
Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).
public_ip_address This property is required. str
Public IP Address of this ComputeInstance.
privateIpAddress This property is required. String
Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).
publicIpAddress This property is required. String
Public IP Address of this ComputeInstance.

ComputeInstanceContainerResponse

Services This property is required. List<object>
services of this containers.
Autosave string
Auto save settings.
Environment Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstanceEnvironmentInfoResponse
Environment information of this container.
Gpu string
Information of GPU.
Name string
Name of the ComputeInstance container.
Network string
network of this container.
Services This property is required. []interface{}
services of this containers.
Autosave string
Auto save settings.
Environment ComputeInstanceEnvironmentInfoResponse
Environment information of this container.
Gpu string
Information of GPU.
Name string
Name of the ComputeInstance container.
Network string
network of this container.
services This property is required. List<Object>
services of this containers.
autosave String
Auto save settings.
environment ComputeInstanceEnvironmentInfoResponse
Environment information of this container.
gpu String
Information of GPU.
name String
Name of the ComputeInstance container.
network String
network of this container.
services This property is required. any[]
services of this containers.
autosave string
Auto save settings.
environment ComputeInstanceEnvironmentInfoResponse
Environment information of this container.
gpu string
Information of GPU.
name string
Name of the ComputeInstance container.
network string
network of this container.
services This property is required. Sequence[Any]
services of this containers.
autosave str
Auto save settings.
environment ComputeInstanceEnvironmentInfoResponse
Environment information of this container.
gpu str
Information of GPU.
name str
Name of the ComputeInstance container.
network str
network of this container.
services This property is required. List<Any>
services of this containers.
autosave String
Auto save settings.
environment Property Map
Environment information of this container.
gpu String
Information of GPU.
name String
Name of the ComputeInstance container.
network String
network of this container.

ComputeInstanceCreatedByResponse

UserId This property is required. string
Uniquely identifies the user within his/her organization.
UserName This property is required. string
Name of the user.
UserOrgId This property is required. string
Uniquely identifies user' Azure Active Directory organization.
UserId This property is required. string
Uniquely identifies the user within his/her organization.
UserName This property is required. string
Name of the user.
UserOrgId This property is required. string
Uniquely identifies user' Azure Active Directory organization.
userId This property is required. String
Uniquely identifies the user within his/her organization.
userName This property is required. String
Name of the user.
userOrgId This property is required. String
Uniquely identifies user' Azure Active Directory organization.
userId This property is required. string
Uniquely identifies the user within his/her organization.
userName This property is required. string
Name of the user.
userOrgId This property is required. string
Uniquely identifies user' Azure Active Directory organization.
user_id This property is required. str
Uniquely identifies the user within his/her organization.
user_name This property is required. str
Name of the user.
user_org_id This property is required. str
Uniquely identifies user' Azure Active Directory organization.
userId This property is required. String
Uniquely identifies the user within his/her organization.
userName This property is required. String
Name of the user.
userOrgId This property is required. String
Uniquely identifies user' Azure Active Directory organization.

ComputeInstanceDataDiskResponse

Caching string
Caching type of Data Disk.
DiskSizeGB int
The initial disk size in gigabytes.
Lun int
The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.
StorageAccountType string
type of this storage account.
Caching string
Caching type of Data Disk.
DiskSizeGB int
The initial disk size in gigabytes.
Lun int
The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.
StorageAccountType string
type of this storage account.
caching String
Caching type of Data Disk.
diskSizeGB Integer
The initial disk size in gigabytes.
lun Integer
The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.
storageAccountType String
type of this storage account.
caching string
Caching type of Data Disk.
diskSizeGB number
The initial disk size in gigabytes.
lun number
The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.
storageAccountType string
type of this storage account.
caching str
Caching type of Data Disk.
disk_size_gb int
The initial disk size in gigabytes.
lun int
The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.
storage_account_type str
type of this storage account.
caching String
Caching type of Data Disk.
diskSizeGB Number
The initial disk size in gigabytes.
lun Number
The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.
storageAccountType String
type of this storage account.

ComputeInstanceDataMountResponse

CreatedBy string
who this data mount created by.
Error string
Error of this data mount.
MountAction string
Mount Action.
MountName string
name of the ComputeInstance data mount.
MountPath string
Path of this data mount.
MountState string
Mount state.
MountedOn string
The time when the disk mounted.
Source string
Source of the ComputeInstance data mount.
SourceType string
Data source type.
CreatedBy string
who this data mount created by.
Error string
Error of this data mount.
MountAction string
Mount Action.
MountName string
name of the ComputeInstance data mount.
MountPath string
Path of this data mount.
MountState string
Mount state.
MountedOn string
The time when the disk mounted.
Source string
Source of the ComputeInstance data mount.
SourceType string
Data source type.
createdBy String
who this data mount created by.
error String
Error of this data mount.
mountAction String
Mount Action.
mountName String
name of the ComputeInstance data mount.
mountPath String
Path of this data mount.
mountState String
Mount state.
mountedOn String
The time when the disk mounted.
source String
Source of the ComputeInstance data mount.
sourceType String
Data source type.
createdBy string
who this data mount created by.
error string
Error of this data mount.
mountAction string
Mount Action.
mountName string
name of the ComputeInstance data mount.
mountPath string
Path of this data mount.
mountState string
Mount state.
mountedOn string
The time when the disk mounted.
source string
Source of the ComputeInstance data mount.
sourceType string
Data source type.
created_by str
who this data mount created by.
error str
Error of this data mount.
mount_action str
Mount Action.
mount_name str
name of the ComputeInstance data mount.
mount_path str
Path of this data mount.
mount_state str
Mount state.
mounted_on str
The time when the disk mounted.
source str
Source of the ComputeInstance data mount.
source_type str
Data source type.
createdBy String
who this data mount created by.
error String
Error of this data mount.
mountAction String
Mount Action.
mountName String
name of the ComputeInstance data mount.
mountPath String
Path of this data mount.
mountState String
Mount state.
mountedOn String
The time when the disk mounted.
source String
Source of the ComputeInstance data mount.
sourceType String
Data source type.

ComputeInstanceEnvironmentInfoResponse

Name string
name of environment.
Version string
version of environment.
Name string
name of environment.
Version string
version of environment.
name String
name of environment.
version String
version of environment.
name string
name of environment.
version string
version of environment.
name str
name of environment.
version str
version of environment.
name String
name of environment.
version String
version of environment.

ComputeInstanceLastOperationResponse

OperationName string
Name of the last operation.
OperationStatus string
Operation status.
OperationTime string
Time of the last operation.
OperationTrigger string
Trigger of operation.
OperationName string
Name of the last operation.
OperationStatus string
Operation status.
OperationTime string
Time of the last operation.
OperationTrigger string
Trigger of operation.
operationName String
Name of the last operation.
operationStatus String
Operation status.
operationTime String
Time of the last operation.
operationTrigger String
Trigger of operation.
operationName string
Name of the last operation.
operationStatus string
Operation status.
operationTime string
Time of the last operation.
operationTrigger string
Trigger of operation.
operation_name str
Name of the last operation.
operation_status str
Operation status.
operation_time str
Time of the last operation.
operation_trigger str
Trigger of operation.
operationName String
Name of the last operation.
operationStatus String
Operation status.
operationTime String
Time of the last operation.
operationTrigger String
Trigger of operation.

ComputeInstancePropertiesResponse

Applications This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstanceApplicationResponse>
Describes available applications and their endpoints on this ComputeInstance.
ConnectivityEndpoints This property is required. Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstanceConnectivityEndpointsResponse
Describes all connectivity endpoints available for this ComputeInstance.
Containers This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstanceContainerResponse>
Describes informations of containers on this ComputeInstance.
CreatedBy This property is required. Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstanceCreatedByResponse
Describes information on user who created this ComputeInstance.
DataDisks This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstanceDataDiskResponse>
Describes informations of dataDisks on this ComputeInstance.
DataMounts This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstanceDataMountResponse>
Describes informations of dataMounts on this ComputeInstance.
Errors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Collection of errors encountered on this ComputeInstance.
LastOperation This property is required. Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstanceLastOperationResponse
The last operation on ComputeInstance.
OsImageMetadata This property is required. Pulumi.AzureNative.MachineLearningServices.Inputs.ImageMetadataResponse
Returns metadata about the operating system image for this compute instance.
State This property is required. string
The current state of this ComputeInstance.
Versions This property is required. Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstanceVersionResponse
ComputeInstance version.
ApplicationSharingPolicy string
Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.
ComputeInstanceAuthorizationType string
The Compute Instance Authorization type. Available values are personal (default).
CustomServices List<Pulumi.AzureNative.MachineLearningServices.Inputs.CustomServiceResponse>
List of Custom Services added to the compute.
EnableNodePublicIp bool
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
PersonalComputeInstanceSettings Pulumi.AzureNative.MachineLearningServices.Inputs.PersonalComputeInstanceSettingsResponse
Settings for a personal compute instance.
Schedules Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeSchedulesResponse
The list of schedules to be applied on the computes.
SetupScripts Pulumi.AzureNative.MachineLearningServices.Inputs.SetupScriptsResponse
Details of customized scripts to execute for setting up the cluster.
SshSettings Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstanceSshSettingsResponse
Specifies policy and settings for SSH access.
Subnet Pulumi.AzureNative.MachineLearningServices.Inputs.ResourceIdResponse
Virtual network subnet resource ID the compute nodes belong to.
VmSize string
Virtual Machine Size
Applications This property is required. []ComputeInstanceApplicationResponse
Describes available applications and their endpoints on this ComputeInstance.
ConnectivityEndpoints This property is required. ComputeInstanceConnectivityEndpointsResponse
Describes all connectivity endpoints available for this ComputeInstance.
Containers This property is required. []ComputeInstanceContainerResponse
Describes informations of containers on this ComputeInstance.
CreatedBy This property is required. ComputeInstanceCreatedByResponse
Describes information on user who created this ComputeInstance.
DataDisks This property is required. []ComputeInstanceDataDiskResponse
Describes informations of dataDisks on this ComputeInstance.
DataMounts This property is required. []ComputeInstanceDataMountResponse
Describes informations of dataMounts on this ComputeInstance.
Errors This property is required. []ErrorResponseResponse
Collection of errors encountered on this ComputeInstance.
LastOperation This property is required. ComputeInstanceLastOperationResponse
The last operation on ComputeInstance.
OsImageMetadata This property is required. ImageMetadataResponse
Returns metadata about the operating system image for this compute instance.
State This property is required. string
The current state of this ComputeInstance.
Versions This property is required. ComputeInstanceVersionResponse
ComputeInstance version.
ApplicationSharingPolicy string
Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.
ComputeInstanceAuthorizationType string
The Compute Instance Authorization type. Available values are personal (default).
CustomServices []CustomServiceResponse
List of Custom Services added to the compute.
EnableNodePublicIp bool
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
PersonalComputeInstanceSettings PersonalComputeInstanceSettingsResponse
Settings for a personal compute instance.
Schedules ComputeSchedulesResponse
The list of schedules to be applied on the computes.
SetupScripts SetupScriptsResponse
Details of customized scripts to execute for setting up the cluster.
SshSettings ComputeInstanceSshSettingsResponse
Specifies policy and settings for SSH access.
Subnet ResourceIdResponse
Virtual network subnet resource ID the compute nodes belong to.
VmSize string
Virtual Machine Size
applications This property is required. List<ComputeInstanceApplicationResponse>
Describes available applications and their endpoints on this ComputeInstance.
connectivityEndpoints This property is required. ComputeInstanceConnectivityEndpointsResponse
Describes all connectivity endpoints available for this ComputeInstance.
containers This property is required. List<ComputeInstanceContainerResponse>
Describes informations of containers on this ComputeInstance.
createdBy This property is required. ComputeInstanceCreatedByResponse
Describes information on user who created this ComputeInstance.
dataDisks This property is required. List<ComputeInstanceDataDiskResponse>
Describes informations of dataDisks on this ComputeInstance.
dataMounts This property is required. List<ComputeInstanceDataMountResponse>
Describes informations of dataMounts on this ComputeInstance.
errors This property is required. List<ErrorResponseResponse>
Collection of errors encountered on this ComputeInstance.
lastOperation This property is required. ComputeInstanceLastOperationResponse
The last operation on ComputeInstance.
osImageMetadata This property is required. ImageMetadataResponse
Returns metadata about the operating system image for this compute instance.
state This property is required. String
The current state of this ComputeInstance.
versions This property is required. ComputeInstanceVersionResponse
ComputeInstance version.
applicationSharingPolicy String
Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.
computeInstanceAuthorizationType String
The Compute Instance Authorization type. Available values are personal (default).
customServices List<CustomServiceResponse>
List of Custom Services added to the compute.
enableNodePublicIp Boolean
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
personalComputeInstanceSettings PersonalComputeInstanceSettingsResponse
Settings for a personal compute instance.
schedules ComputeSchedulesResponse
The list of schedules to be applied on the computes.
setupScripts SetupScriptsResponse
Details of customized scripts to execute for setting up the cluster.
sshSettings ComputeInstanceSshSettingsResponse
Specifies policy and settings for SSH access.
subnet ResourceIdResponse
Virtual network subnet resource ID the compute nodes belong to.
vmSize String
Virtual Machine Size
applications This property is required. ComputeInstanceApplicationResponse[]
Describes available applications and their endpoints on this ComputeInstance.
connectivityEndpoints This property is required. ComputeInstanceConnectivityEndpointsResponse
Describes all connectivity endpoints available for this ComputeInstance.
containers This property is required. ComputeInstanceContainerResponse[]
Describes informations of containers on this ComputeInstance.
createdBy This property is required. ComputeInstanceCreatedByResponse
Describes information on user who created this ComputeInstance.
dataDisks This property is required. ComputeInstanceDataDiskResponse[]
Describes informations of dataDisks on this ComputeInstance.
dataMounts This property is required. ComputeInstanceDataMountResponse[]
Describes informations of dataMounts on this ComputeInstance.
errors This property is required. ErrorResponseResponse[]
Collection of errors encountered on this ComputeInstance.
lastOperation This property is required. ComputeInstanceLastOperationResponse
The last operation on ComputeInstance.
osImageMetadata This property is required. ImageMetadataResponse
Returns metadata about the operating system image for this compute instance.
state This property is required. string
The current state of this ComputeInstance.
versions This property is required. ComputeInstanceVersionResponse
ComputeInstance version.
applicationSharingPolicy string
Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.
computeInstanceAuthorizationType string
The Compute Instance Authorization type. Available values are personal (default).
customServices CustomServiceResponse[]
List of Custom Services added to the compute.
enableNodePublicIp boolean
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
personalComputeInstanceSettings PersonalComputeInstanceSettingsResponse
Settings for a personal compute instance.
schedules ComputeSchedulesResponse
The list of schedules to be applied on the computes.
setupScripts SetupScriptsResponse
Details of customized scripts to execute for setting up the cluster.
sshSettings ComputeInstanceSshSettingsResponse
Specifies policy and settings for SSH access.
subnet ResourceIdResponse
Virtual network subnet resource ID the compute nodes belong to.
vmSize string
Virtual Machine Size
applications This property is required. Sequence[ComputeInstanceApplicationResponse]
Describes available applications and their endpoints on this ComputeInstance.
connectivity_endpoints This property is required. ComputeInstanceConnectivityEndpointsResponse
Describes all connectivity endpoints available for this ComputeInstance.
containers This property is required. Sequence[ComputeInstanceContainerResponse]
Describes informations of containers on this ComputeInstance.
created_by This property is required. ComputeInstanceCreatedByResponse
Describes information on user who created this ComputeInstance.
data_disks This property is required. Sequence[ComputeInstanceDataDiskResponse]
Describes informations of dataDisks on this ComputeInstance.
data_mounts This property is required. Sequence[ComputeInstanceDataMountResponse]
Describes informations of dataMounts on this ComputeInstance.
errors This property is required. Sequence[ErrorResponseResponse]
Collection of errors encountered on this ComputeInstance.
last_operation This property is required. ComputeInstanceLastOperationResponse
The last operation on ComputeInstance.
os_image_metadata This property is required. ImageMetadataResponse
Returns metadata about the operating system image for this compute instance.
state This property is required. str
The current state of this ComputeInstance.
versions This property is required. ComputeInstanceVersionResponse
ComputeInstance version.
application_sharing_policy str
Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.
compute_instance_authorization_type str
The Compute Instance Authorization type. Available values are personal (default).
custom_services Sequence[CustomServiceResponse]
List of Custom Services added to the compute.
enable_node_public_ip bool
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
personal_compute_instance_settings PersonalComputeInstanceSettingsResponse
Settings for a personal compute instance.
schedules ComputeSchedulesResponse
The list of schedules to be applied on the computes.
setup_scripts SetupScriptsResponse
Details of customized scripts to execute for setting up the cluster.
ssh_settings ComputeInstanceSshSettingsResponse
Specifies policy and settings for SSH access.
subnet ResourceIdResponse
Virtual network subnet resource ID the compute nodes belong to.
vm_size str
Virtual Machine Size
applications This property is required. List<Property Map>
Describes available applications and their endpoints on this ComputeInstance.
connectivityEndpoints This property is required. Property Map
Describes all connectivity endpoints available for this ComputeInstance.
containers This property is required. List<Property Map>
Describes informations of containers on this ComputeInstance.
createdBy This property is required. Property Map
Describes information on user who created this ComputeInstance.
dataDisks This property is required. List<Property Map>
Describes informations of dataDisks on this ComputeInstance.
dataMounts This property is required. List<Property Map>
Describes informations of dataMounts on this ComputeInstance.
errors This property is required. List<Property Map>
Collection of errors encountered on this ComputeInstance.
lastOperation This property is required. Property Map
The last operation on ComputeInstance.
osImageMetadata This property is required. Property Map
Returns metadata about the operating system image for this compute instance.
state This property is required. String
The current state of this ComputeInstance.
versions This property is required. Property Map
ComputeInstance version.
applicationSharingPolicy String
Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.
computeInstanceAuthorizationType String
The Compute Instance Authorization type. Available values are personal (default).
customServices List<Property Map>
List of Custom Services added to the compute.
enableNodePublicIp Boolean
Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.
personalComputeInstanceSettings Property Map
Settings for a personal compute instance.
schedules Property Map
The list of schedules to be applied on the computes.
setupScripts Property Map
Details of customized scripts to execute for setting up the cluster.
sshSettings Property Map
Specifies policy and settings for SSH access.
subnet Property Map
Virtual network subnet resource ID the compute nodes belong to.
vmSize String
Virtual Machine Size

ComputeInstanceResponse

CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeInstancePropertiesResponse
Properties of ComputeInstance
ResourceId string
ARM resource id of the underlying compute
CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. []ErrorResponseResponse
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties ComputeInstancePropertiesResponse
Properties of ComputeInstance
ResourceId string
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<ErrorResponseResponse>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties ComputeInstancePropertiesResponse
Properties of ComputeInstance
resourceId String
ARM resource id of the underlying compute
createdOn This property is required. string
The time at which the compute was created.
isAttachedCompute This property is required. boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. string
The time at which the compute was last modified.
provisioningErrors This property is required. ErrorResponseResponse[]
Errors during provisioning
provisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation string
Location for the underlying compute
description string
The description of the Machine Learning compute.
disableLocalAuth boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties ComputeInstancePropertiesResponse
Properties of ComputeInstance
resourceId string
ARM resource id of the underlying compute
created_on This property is required. str
The time at which the compute was created.
is_attached_compute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modified_on This property is required. str
The time at which the compute was last modified.
provisioning_errors This property is required. Sequence[ErrorResponseResponse]
Errors during provisioning
provisioning_state This property is required. str
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
compute_location str
Location for the underlying compute
description str
The description of the Machine Learning compute.
disable_local_auth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties ComputeInstancePropertiesResponse
Properties of ComputeInstance
resource_id str
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<Property Map>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties Property Map
Properties of ComputeInstance
resourceId String
ARM resource id of the underlying compute

ComputeInstanceSshSettingsResponse

AdminUserName This property is required. string
Describes the admin user name.
SshPort This property is required. int
Describes the port for connecting through SSH.
AdminPublicKey string
Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.
SshPublicAccess string
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.
AdminUserName This property is required. string
Describes the admin user name.
SshPort This property is required. int
Describes the port for connecting through SSH.
AdminPublicKey string
Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.
SshPublicAccess string
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.
adminUserName This property is required. String
Describes the admin user name.
sshPort This property is required. Integer
Describes the port for connecting through SSH.
adminPublicKey String
Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.
sshPublicAccess String
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.
adminUserName This property is required. string
Describes the admin user name.
sshPort This property is required. number
Describes the port for connecting through SSH.
adminPublicKey string
Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.
sshPublicAccess string
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.
admin_user_name This property is required. str
Describes the admin user name.
ssh_port This property is required. int
Describes the port for connecting through SSH.
admin_public_key str
Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.
ssh_public_access str
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.
adminUserName This property is required. String
Describes the admin user name.
sshPort This property is required. Number
Describes the port for connecting through SSH.
adminPublicKey String
Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.
sshPublicAccess String
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.

ComputeInstanceVersionResponse

Runtime string
Runtime of compute instance.
Runtime string
Runtime of compute instance.
runtime String
Runtime of compute instance.
runtime string
Runtime of compute instance.
runtime str
Runtime of compute instance.
runtime String
Runtime of compute instance.

ComputeRecurrenceScheduleResponse

Hours This property is required. List<int>
[Required] List of hours for the schedule.
Minutes This property is required. List<int>
[Required] List of minutes for the schedule.
MonthDays List<int>
List of month days for the schedule
WeekDays List<string>
List of days for the schedule.
Hours This property is required. []int
[Required] List of hours for the schedule.
Minutes This property is required. []int
[Required] List of minutes for the schedule.
MonthDays []int
List of month days for the schedule
WeekDays []string
List of days for the schedule.
hours This property is required. List<Integer>
[Required] List of hours for the schedule.
minutes This property is required. List<Integer>
[Required] List of minutes for the schedule.
monthDays List<Integer>
List of month days for the schedule
weekDays List<String>
List of days for the schedule.
hours This property is required. number[]
[Required] List of hours for the schedule.
minutes This property is required. number[]
[Required] List of minutes for the schedule.
monthDays number[]
List of month days for the schedule
weekDays string[]
List of days for the schedule.
hours This property is required. Sequence[int]
[Required] List of hours for the schedule.
minutes This property is required. Sequence[int]
[Required] List of minutes for the schedule.
month_days Sequence[int]
List of month days for the schedule
week_days Sequence[str]
List of days for the schedule.
hours This property is required. List<Number>
[Required] List of hours for the schedule.
minutes This property is required. List<Number>
[Required] List of minutes for the schedule.
monthDays List<Number>
List of month days for the schedule
weekDays List<String>
List of days for the schedule.

ComputeSchedulesResponse

ComputeStartStop []ComputeStartStopScheduleResponse
The list of compute start stop schedules to be applied.
computeStartStop List<ComputeStartStopScheduleResponse>
The list of compute start stop schedules to be applied.
computeStartStop ComputeStartStopScheduleResponse[]
The list of compute start stop schedules to be applied.
compute_start_stop Sequence[ComputeStartStopScheduleResponse]
The list of compute start stop schedules to be applied.
computeStartStop List<Property Map>
The list of compute start stop schedules to be applied.

ComputeStartStopScheduleResponse

Id This property is required. string
A system assigned id for the schedule.
ProvisioningStatus This property is required. string
The current deployment state of schedule.
Action string
[Required] The compute power action.
Cron Pulumi.AzureNative.MachineLearningServices.Inputs.CronResponse
Required if triggerType is Cron.
Recurrence Pulumi.AzureNative.MachineLearningServices.Inputs.RecurrenceResponse
Required if triggerType is Recurrence.
Schedule Pulumi.AzureNative.MachineLearningServices.Inputs.ScheduleBaseResponse
[Deprecated] Not used any more.
Status string
Is the schedule enabled or disabled?
TriggerType string
[Required] The schedule trigger type.
Id This property is required. string
A system assigned id for the schedule.
ProvisioningStatus This property is required. string
The current deployment state of schedule.
Action string
[Required] The compute power action.
Cron CronResponse
Required if triggerType is Cron.
Recurrence RecurrenceResponse
Required if triggerType is Recurrence.
Schedule ScheduleBaseResponse
[Deprecated] Not used any more.
Status string
Is the schedule enabled or disabled?
TriggerType string
[Required] The schedule trigger type.
id This property is required. String
A system assigned id for the schedule.
provisioningStatus This property is required. String
The current deployment state of schedule.
action String
[Required] The compute power action.
cron CronResponse
Required if triggerType is Cron.
recurrence RecurrenceResponse
Required if triggerType is Recurrence.
schedule ScheduleBaseResponse
[Deprecated] Not used any more.
status String
Is the schedule enabled or disabled?
triggerType String
[Required] The schedule trigger type.
id This property is required. string
A system assigned id for the schedule.
provisioningStatus This property is required. string
The current deployment state of schedule.
action string
[Required] The compute power action.
cron CronResponse
Required if triggerType is Cron.
recurrence RecurrenceResponse
Required if triggerType is Recurrence.
schedule ScheduleBaseResponse
[Deprecated] Not used any more.
status string
Is the schedule enabled or disabled?
triggerType string
[Required] The schedule trigger type.
id This property is required. str
A system assigned id for the schedule.
provisioning_status This property is required. str
The current deployment state of schedule.
action str
[Required] The compute power action.
cron CronResponse
Required if triggerType is Cron.
recurrence RecurrenceResponse
Required if triggerType is Recurrence.
schedule ScheduleBaseResponse
[Deprecated] Not used any more.
status str
Is the schedule enabled or disabled?
trigger_type str
[Required] The schedule trigger type.
id This property is required. String
A system assigned id for the schedule.
provisioningStatus This property is required. String
The current deployment state of schedule.
action String
[Required] The compute power action.
cron Property Map
Required if triggerType is Cron.
recurrence Property Map
Required if triggerType is Recurrence.
schedule Property Map
[Deprecated] Not used any more.
status String
Is the schedule enabled or disabled?
triggerType String
[Required] The schedule trigger type.

CronResponse

Expression string
[Required] Specifies cron expression of schedule. The expression should follow NCronTab format.
StartTime string
The start time in yyyy-MM-ddTHH:mm:ss format.
TimeZone string
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
Expression string
[Required] Specifies cron expression of schedule. The expression should follow NCronTab format.
StartTime string
The start time in yyyy-MM-ddTHH:mm:ss format.
TimeZone string
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
expression String
[Required] Specifies cron expression of schedule. The expression should follow NCronTab format.
startTime String
The start time in yyyy-MM-ddTHH:mm:ss format.
timeZone String
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
expression string
[Required] Specifies cron expression of schedule. The expression should follow NCronTab format.
startTime string
The start time in yyyy-MM-ddTHH:mm:ss format.
timeZone string
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
expression str
[Required] Specifies cron expression of schedule. The expression should follow NCronTab format.
start_time str
The start time in yyyy-MM-ddTHH:mm:ss format.
time_zone str
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
expression String
[Required] Specifies cron expression of schedule. The expression should follow NCronTab format.
startTime String
The start time in yyyy-MM-ddTHH:mm:ss format.
timeZone String
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11

CustomServiceResponse

Docker Pulumi.AzureNative.MachineLearningServices.Inputs.DockerResponse
Describes the docker settings for the image
Endpoints List<Pulumi.AzureNative.MachineLearningServices.Inputs.EndpointResponse>
Configuring the endpoints for the container
EnvironmentVariables Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.EnvironmentVariableResponse>
Environment Variable for the container
Image Pulumi.AzureNative.MachineLearningServices.Inputs.ImageResponse
Describes the Image Specifications
Name string
Name of the Custom Service
Volumes List<Pulumi.AzureNative.MachineLearningServices.Inputs.VolumeDefinitionResponse>
Configuring the volumes for the container
Docker DockerResponse
Describes the docker settings for the image
Endpoints []EndpointResponse
Configuring the endpoints for the container
EnvironmentVariables map[string]EnvironmentVariableResponse
Environment Variable for the container
Image ImageResponse
Describes the Image Specifications
Name string
Name of the Custom Service
Volumes []VolumeDefinitionResponse
Configuring the volumes for the container
docker DockerResponse
Describes the docker settings for the image
endpoints List<EndpointResponse>
Configuring the endpoints for the container
environmentVariables Map<String,EnvironmentVariableResponse>
Environment Variable for the container
image ImageResponse
Describes the Image Specifications
name String
Name of the Custom Service
volumes List<VolumeDefinitionResponse>
Configuring the volumes for the container
docker DockerResponse
Describes the docker settings for the image
endpoints EndpointResponse[]
Configuring the endpoints for the container
environmentVariables {[key: string]: EnvironmentVariableResponse}
Environment Variable for the container
image ImageResponse
Describes the Image Specifications
name string
Name of the Custom Service
volumes VolumeDefinitionResponse[]
Configuring the volumes for the container
docker DockerResponse
Describes the docker settings for the image
endpoints Sequence[EndpointResponse]
Configuring the endpoints for the container
environment_variables Mapping[str, EnvironmentVariableResponse]
Environment Variable for the container
image ImageResponse
Describes the Image Specifications
name str
Name of the Custom Service
volumes Sequence[VolumeDefinitionResponse]
Configuring the volumes for the container
docker Property Map
Describes the docker settings for the image
endpoints List<Property Map>
Configuring the endpoints for the container
environmentVariables Map<Property Map>
Environment Variable for the container
image Property Map
Describes the Image Specifications
name String
Name of the Custom Service
volumes List<Property Map>
Configuring the volumes for the container

DataFactoryResponse

CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
ResourceId string
ARM resource id of the underlying compute
CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. []ErrorResponseResponse
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
ResourceId string
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<ErrorResponseResponse>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
resourceId String
ARM resource id of the underlying compute
createdOn This property is required. string
The time at which the compute was created.
isAttachedCompute This property is required. boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. string
The time at which the compute was last modified.
provisioningErrors This property is required. ErrorResponseResponse[]
Errors during provisioning
provisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation string
Location for the underlying compute
description string
The description of the Machine Learning compute.
disableLocalAuth boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
resourceId string
ARM resource id of the underlying compute
created_on This property is required. str
The time at which the compute was created.
is_attached_compute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modified_on This property is required. str
The time at which the compute was last modified.
provisioning_errors This property is required. Sequence[ErrorResponseResponse]
Errors during provisioning
provisioning_state This property is required. str
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
compute_location str
Location for the underlying compute
description str
The description of the Machine Learning compute.
disable_local_auth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
resource_id str
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<Property Map>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
resourceId String
ARM resource id of the underlying compute

DataLakeAnalyticsResponse

CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties Pulumi.AzureNative.MachineLearningServices.Inputs.DataLakeAnalyticsSchemaResponseProperties
ResourceId string
ARM resource id of the underlying compute
CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. []ErrorResponseResponse
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties DataLakeAnalyticsSchemaResponseProperties
ResourceId string
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<ErrorResponseResponse>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties DataLakeAnalyticsSchemaResponseProperties
resourceId String
ARM resource id of the underlying compute
createdOn This property is required. string
The time at which the compute was created.
isAttachedCompute This property is required. boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. string
The time at which the compute was last modified.
provisioningErrors This property is required. ErrorResponseResponse[]
Errors during provisioning
provisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation string
Location for the underlying compute
description string
The description of the Machine Learning compute.
disableLocalAuth boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties DataLakeAnalyticsSchemaResponseProperties
resourceId string
ARM resource id of the underlying compute
created_on This property is required. str
The time at which the compute was created.
is_attached_compute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modified_on This property is required. str
The time at which the compute was last modified.
provisioning_errors This property is required. Sequence[ErrorResponseResponse]
Errors during provisioning
provisioning_state This property is required. str
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
compute_location str
Location for the underlying compute
description str
The description of the Machine Learning compute.
disable_local_auth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties DataLakeAnalyticsSchemaResponseProperties
resource_id str
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<Property Map>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties Property Map
resourceId String
ARM resource id of the underlying compute

DataLakeAnalyticsSchemaResponseProperties

DataLakeStoreAccountName string
DataLake Store Account Name
DataLakeStoreAccountName string
DataLake Store Account Name
dataLakeStoreAccountName String
DataLake Store Account Name
dataLakeStoreAccountName string
DataLake Store Account Name
data_lake_store_account_name str
DataLake Store Account Name
dataLakeStoreAccountName String
DataLake Store Account Name

DatabricksPropertiesResponse

DatabricksAccessToken string
Databricks access token
WorkspaceUrl string
Workspace Url
DatabricksAccessToken string
Databricks access token
WorkspaceUrl string
Workspace Url
databricksAccessToken String
Databricks access token
workspaceUrl String
Workspace Url
databricksAccessToken string
Databricks access token
workspaceUrl string
Workspace Url
databricks_access_token str
Databricks access token
workspace_url str
Workspace Url
databricksAccessToken String
Databricks access token
workspaceUrl String
Workspace Url

DatabricksResponse

CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties Pulumi.AzureNative.MachineLearningServices.Inputs.DatabricksPropertiesResponse
Properties of Databricks
ResourceId string
ARM resource id of the underlying compute
CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. []ErrorResponseResponse
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties DatabricksPropertiesResponse
Properties of Databricks
ResourceId string
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<ErrorResponseResponse>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties DatabricksPropertiesResponse
Properties of Databricks
resourceId String
ARM resource id of the underlying compute
createdOn This property is required. string
The time at which the compute was created.
isAttachedCompute This property is required. boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. string
The time at which the compute was last modified.
provisioningErrors This property is required. ErrorResponseResponse[]
Errors during provisioning
provisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation string
Location for the underlying compute
description string
The description of the Machine Learning compute.
disableLocalAuth boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties DatabricksPropertiesResponse
Properties of Databricks
resourceId string
ARM resource id of the underlying compute
created_on This property is required. str
The time at which the compute was created.
is_attached_compute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modified_on This property is required. str
The time at which the compute was last modified.
provisioning_errors This property is required. Sequence[ErrorResponseResponse]
Errors during provisioning
provisioning_state This property is required. str
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
compute_location str
Location for the underlying compute
description str
The description of the Machine Learning compute.
disable_local_auth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties DatabricksPropertiesResponse
Properties of Databricks
resource_id str
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<Property Map>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties Property Map
Properties of Databricks
resourceId String
ARM resource id of the underlying compute

DockerResponse

Privileged bool
Indicate whether container shall run in privileged or non-privileged mode.
Privileged bool
Indicate whether container shall run in privileged or non-privileged mode.
privileged Boolean
Indicate whether container shall run in privileged or non-privileged mode.
privileged boolean
Indicate whether container shall run in privileged or non-privileged mode.
privileged bool
Indicate whether container shall run in privileged or non-privileged mode.
privileged Boolean
Indicate whether container shall run in privileged or non-privileged mode.

EndpointResponse

HostIp string
Host IP over which the application is exposed from the container
Name string
Name of the Endpoint
Protocol string
Protocol over which communication will happen over this endpoint
Published int
Port over which the application is exposed from container.
Target int
Application port inside the container.
HostIp string
Host IP over which the application is exposed from the container
Name string
Name of the Endpoint
Protocol string
Protocol over which communication will happen over this endpoint
Published int
Port over which the application is exposed from container.
Target int
Application port inside the container.
hostIp String
Host IP over which the application is exposed from the container
name String
Name of the Endpoint
protocol String
Protocol over which communication will happen over this endpoint
published Integer
Port over which the application is exposed from container.
target Integer
Application port inside the container.
hostIp string
Host IP over which the application is exposed from the container
name string
Name of the Endpoint
protocol string
Protocol over which communication will happen over this endpoint
published number
Port over which the application is exposed from container.
target number
Application port inside the container.
host_ip str
Host IP over which the application is exposed from the container
name str
Name of the Endpoint
protocol str
Protocol over which communication will happen over this endpoint
published int
Port over which the application is exposed from container.
target int
Application port inside the container.
hostIp String
Host IP over which the application is exposed from the container
name String
Name of the Endpoint
protocol String
Protocol over which communication will happen over this endpoint
published Number
Port over which the application is exposed from container.
target Number
Application port inside the container.

EnvironmentVariableResponse

Type string
Type of the Environment Variable. Possible values are: local - For local variable
Value string
Value of the Environment variable
Type string
Type of the Environment Variable. Possible values are: local - For local variable
Value string
Value of the Environment variable
type String
Type of the Environment Variable. Possible values are: local - For local variable
value String
Value of the Environment variable
type string
Type of the Environment Variable. Possible values are: local - For local variable
value string
Value of the Environment variable
type str
Type of the Environment Variable. Possible values are: local - For local variable
value str
Value of the Environment variable
type String
Type of the Environment Variable. Possible values are: local - For local variable
value String
Value of the Environment variable

ErrorAdditionalInfoResponse

Info This property is required. object
The additional info.
Type This property is required. string
The additional info type.
Info This property is required. interface{}
The additional info.
Type This property is required. string
The additional info type.
info This property is required. Object
The additional info.
type This property is required. String
The additional info type.
info This property is required. any
The additional info.
type This property is required. string
The additional info type.
info This property is required. Any
The additional info.
type This property is required. str
The additional info type.
info This property is required. Any
The additional info.
type This property is required. String
The additional info type.

ErrorDetailResponse

AdditionalInfo This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorAdditionalInfoResponse>
The error additional info.
Code This property is required. string
The error code.
Details This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorDetailResponse>
The error details.
Message This property is required. string
The error message.
Target This property is required. string
The error target.
AdditionalInfo This property is required. []ErrorAdditionalInfoResponse
The error additional info.
Code This property is required. string
The error code.
Details This property is required. []ErrorDetailResponse
The error details.
Message This property is required. string
The error message.
Target This property is required. string
The error target.
additionalInfo This property is required. List<ErrorAdditionalInfoResponse>
The error additional info.
code This property is required. String
The error code.
details This property is required. List<ErrorDetailResponse>
The error details.
message This property is required. String
The error message.
target This property is required. String
The error target.
additionalInfo This property is required. ErrorAdditionalInfoResponse[]
The error additional info.
code This property is required. string
The error code.
details This property is required. ErrorDetailResponse[]
The error details.
message This property is required. string
The error message.
target This property is required. string
The error target.
additional_info This property is required. Sequence[ErrorAdditionalInfoResponse]
The error additional info.
code This property is required. str
The error code.
details This property is required. Sequence[ErrorDetailResponse]
The error details.
message This property is required. str
The error message.
target This property is required. str
The error target.
additionalInfo This property is required. List<Property Map>
The error additional info.
code This property is required. String
The error code.
details This property is required. List<Property Map>
The error details.
message This property is required. String
The error message.
target This property is required. String
The error target.

ErrorResponseResponse

Error ErrorDetailResponse
The error object.
error ErrorDetailResponse
The error object.
error ErrorDetailResponse
The error object.
error ErrorDetailResponse
The error object.
error Property Map
The error object.

HDInsightPropertiesResponse

Address string
Public IP address of the master node of the cluster.
AdministratorAccount Pulumi.AzureNative.MachineLearningServices.Inputs.VirtualMachineSshCredentialsResponse
Admin credentials for master node of the cluster
SshPort int
Port open for ssh connections on the master node of the cluster.
Address string
Public IP address of the master node of the cluster.
AdministratorAccount VirtualMachineSshCredentialsResponse
Admin credentials for master node of the cluster
SshPort int
Port open for ssh connections on the master node of the cluster.
address String
Public IP address of the master node of the cluster.
administratorAccount VirtualMachineSshCredentialsResponse
Admin credentials for master node of the cluster
sshPort Integer
Port open for ssh connections on the master node of the cluster.
address string
Public IP address of the master node of the cluster.
administratorAccount VirtualMachineSshCredentialsResponse
Admin credentials for master node of the cluster
sshPort number
Port open for ssh connections on the master node of the cluster.
address str
Public IP address of the master node of the cluster.
administrator_account VirtualMachineSshCredentialsResponse
Admin credentials for master node of the cluster
ssh_port int
Port open for ssh connections on the master node of the cluster.
address String
Public IP address of the master node of the cluster.
administratorAccount Property Map
Admin credentials for master node of the cluster
sshPort Number
Port open for ssh connections on the master node of the cluster.

HDInsightResponse

CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties Pulumi.AzureNative.MachineLearningServices.Inputs.HDInsightPropertiesResponse
HDInsight compute properties
ResourceId string
ARM resource id of the underlying compute
CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. []ErrorResponseResponse
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties HDInsightPropertiesResponse
HDInsight compute properties
ResourceId string
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<ErrorResponseResponse>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties HDInsightPropertiesResponse
HDInsight compute properties
resourceId String
ARM resource id of the underlying compute
createdOn This property is required. string
The time at which the compute was created.
isAttachedCompute This property is required. boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. string
The time at which the compute was last modified.
provisioningErrors This property is required. ErrorResponseResponse[]
Errors during provisioning
provisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation string
Location for the underlying compute
description string
The description of the Machine Learning compute.
disableLocalAuth boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties HDInsightPropertiesResponse
HDInsight compute properties
resourceId string
ARM resource id of the underlying compute
created_on This property is required. str
The time at which the compute was created.
is_attached_compute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modified_on This property is required. str
The time at which the compute was last modified.
provisioning_errors This property is required. Sequence[ErrorResponseResponse]
Errors during provisioning
provisioning_state This property is required. str
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
compute_location str
Location for the underlying compute
description str
The description of the Machine Learning compute.
disable_local_auth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties HDInsightPropertiesResponse
HDInsight compute properties
resource_id str
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<Property Map>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties Property Map
HDInsight compute properties
resourceId String
ARM resource id of the underlying compute

ImageMetadataResponse

CurrentImageVersion string
Specifies the current operating system image version this compute instance is running on.
IsLatestOsImageVersion bool
Specifies whether this compute instance is running on the latest operating system image.
LatestImageVersion string
Specifies the latest available operating system image version.
CurrentImageVersion string
Specifies the current operating system image version this compute instance is running on.
IsLatestOsImageVersion bool
Specifies whether this compute instance is running on the latest operating system image.
LatestImageVersion string
Specifies the latest available operating system image version.
currentImageVersion String
Specifies the current operating system image version this compute instance is running on.
isLatestOsImageVersion Boolean
Specifies whether this compute instance is running on the latest operating system image.
latestImageVersion String
Specifies the latest available operating system image version.
currentImageVersion string
Specifies the current operating system image version this compute instance is running on.
isLatestOsImageVersion boolean
Specifies whether this compute instance is running on the latest operating system image.
latestImageVersion string
Specifies the latest available operating system image version.
current_image_version str
Specifies the current operating system image version this compute instance is running on.
is_latest_os_image_version bool
Specifies whether this compute instance is running on the latest operating system image.
latest_image_version str
Specifies the latest available operating system image version.
currentImageVersion String
Specifies the current operating system image version this compute instance is running on.
isLatestOsImageVersion Boolean
Specifies whether this compute instance is running on the latest operating system image.
latestImageVersion String
Specifies the latest available operating system image version.

ImageResponse

Reference string
Image reference
Type string
Type of the image. Possible values are: docker - For docker images. azureml - For AzureML images
Reference string
Image reference
Type string
Type of the image. Possible values are: docker - For docker images. azureml - For AzureML images
reference String
Image reference
type String
Type of the image. Possible values are: docker - For docker images. azureml - For AzureML images
reference string
Image reference
type string
Type of the image. Possible values are: docker - For docker images. azureml - For AzureML images
reference str
Image reference
type str
Type of the image. Possible values are: docker - For docker images. azureml - For AzureML images
reference String
Image reference
type String
Type of the image. Possible values are: docker - For docker images. azureml - For AzureML images

InstanceTypeSchemaResponse

NodeSelector Dictionary<string, string>
Node Selector
Resources Pulumi.AzureNative.MachineLearningServices.Inputs.InstanceTypeSchemaResponseResources
Resource requests/limits for this instance type
NodeSelector map[string]string
Node Selector
Resources InstanceTypeSchemaResponseResources
Resource requests/limits for this instance type
nodeSelector Map<String,String>
Node Selector
resources InstanceTypeSchemaResponseResources
Resource requests/limits for this instance type
nodeSelector {[key: string]: string}
Node Selector
resources InstanceTypeSchemaResponseResources
Resource requests/limits for this instance type
node_selector Mapping[str, str]
Node Selector
resources InstanceTypeSchemaResponseResources
Resource requests/limits for this instance type
nodeSelector Map<String>
Node Selector
resources Property Map
Resource requests/limits for this instance type

InstanceTypeSchemaResponseResources

Limits Dictionary<string, string>
Resource limits for this instance type
Requests Dictionary<string, string>
Resource requests for this instance type
Limits map[string]string
Resource limits for this instance type
Requests map[string]string
Resource requests for this instance type
limits Map<String,String>
Resource limits for this instance type
requests Map<String,String>
Resource requests for this instance type
limits {[key: string]: string}
Resource limits for this instance type
requests {[key: string]: string}
Resource requests for this instance type
limits Mapping[str, str]
Resource limits for this instance type
requests Mapping[str, str]
Resource requests for this instance type
limits Map<String>
Resource limits for this instance type
requests Map<String>
Resource requests for this instance type

KubernetesPropertiesResponse

DefaultInstanceType string
Default instance type
ExtensionInstanceReleaseTrain string
Extension instance release train.
ExtensionPrincipalId string
Extension principal-id.
InstanceTypes Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.InstanceTypeSchemaResponse>
Instance Type Schema
Namespace string
Compute namespace
RelayConnectionString string
Relay connection string.
ServiceBusConnectionString string
ServiceBus connection string.
VcName string
VC name.
DefaultInstanceType string
Default instance type
ExtensionInstanceReleaseTrain string
Extension instance release train.
ExtensionPrincipalId string
Extension principal-id.
InstanceTypes map[string]InstanceTypeSchemaResponse
Instance Type Schema
Namespace string
Compute namespace
RelayConnectionString string
Relay connection string.
ServiceBusConnectionString string
ServiceBus connection string.
VcName string
VC name.
defaultInstanceType String
Default instance type
extensionInstanceReleaseTrain String
Extension instance release train.
extensionPrincipalId String
Extension principal-id.
instanceTypes Map<String,InstanceTypeSchemaResponse>
Instance Type Schema
namespace String
Compute namespace
relayConnectionString String
Relay connection string.
serviceBusConnectionString String
ServiceBus connection string.
vcName String
VC name.
defaultInstanceType string
Default instance type
extensionInstanceReleaseTrain string
Extension instance release train.
extensionPrincipalId string
Extension principal-id.
instanceTypes {[key: string]: InstanceTypeSchemaResponse}
Instance Type Schema
namespace string
Compute namespace
relayConnectionString string
Relay connection string.
serviceBusConnectionString string
ServiceBus connection string.
vcName string
VC name.
default_instance_type str
Default instance type
extension_instance_release_train str
Extension instance release train.
extension_principal_id str
Extension principal-id.
instance_types Mapping[str, InstanceTypeSchemaResponse]
Instance Type Schema
namespace str
Compute namespace
relay_connection_string str
Relay connection string.
service_bus_connection_string str
ServiceBus connection string.
vc_name str
VC name.
defaultInstanceType String
Default instance type
extensionInstanceReleaseTrain String
Extension instance release train.
extensionPrincipalId String
Extension principal-id.
instanceTypes Map<Property Map>
Instance Type Schema
namespace String
Compute namespace
relayConnectionString String
Relay connection string.
serviceBusConnectionString String
ServiceBus connection string.
vcName String
VC name.

KubernetesResponse

CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties Pulumi.AzureNative.MachineLearningServices.Inputs.KubernetesPropertiesResponse
Properties of Kubernetes
ResourceId string
ARM resource id of the underlying compute
CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. []ErrorResponseResponse
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties KubernetesPropertiesResponse
Properties of Kubernetes
ResourceId string
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<ErrorResponseResponse>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties KubernetesPropertiesResponse
Properties of Kubernetes
resourceId String
ARM resource id of the underlying compute
createdOn This property is required. string
The time at which the compute was created.
isAttachedCompute This property is required. boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. string
The time at which the compute was last modified.
provisioningErrors This property is required. ErrorResponseResponse[]
Errors during provisioning
provisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation string
Location for the underlying compute
description string
The description of the Machine Learning compute.
disableLocalAuth boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties KubernetesPropertiesResponse
Properties of Kubernetes
resourceId string
ARM resource id of the underlying compute
created_on This property is required. str
The time at which the compute was created.
is_attached_compute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modified_on This property is required. str
The time at which the compute was last modified.
provisioning_errors This property is required. Sequence[ErrorResponseResponse]
Errors during provisioning
provisioning_state This property is required. str
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
compute_location str
Location for the underlying compute
description str
The description of the Machine Learning compute.
disable_local_auth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties KubernetesPropertiesResponse
Properties of Kubernetes
resource_id str
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<Property Map>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties Property Map
Properties of Kubernetes
resourceId String
ARM resource id of the underlying compute

ManagedServiceIdentityResponse

PrincipalId This property is required. string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
TenantId This property is required. string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
Type This property is required. string
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.UserAssignedIdentityResponse>
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
PrincipalId This property is required. string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
TenantId This property is required. string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
Type This property is required. string
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
UserAssignedIdentities map[string]UserAssignedIdentityResponse
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principalId This property is required. String
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. String
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. String
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
userAssignedIdentities Map<String,UserAssignedIdentityResponse>
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principalId This property is required. string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. string
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principal_id This property is required. str
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenant_id This property is required. str
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. str
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principalId This property is required. String
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. String
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. String
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
userAssignedIdentities Map<Property Map>
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

NodeStateCountsResponse

IdleNodeCount This property is required. int
Number of compute nodes in idle state.
LeavingNodeCount This property is required. int
Number of compute nodes which are leaving the amlCompute.
PreemptedNodeCount This property is required. int
Number of compute nodes which are in preempted state.
PreparingNodeCount This property is required. int
Number of compute nodes which are being prepared.
RunningNodeCount This property is required. int
Number of compute nodes which are running jobs.
UnusableNodeCount This property is required. int
Number of compute nodes which are in unusable state.
IdleNodeCount This property is required. int
Number of compute nodes in idle state.
LeavingNodeCount This property is required. int
Number of compute nodes which are leaving the amlCompute.
PreemptedNodeCount This property is required. int
Number of compute nodes which are in preempted state.
PreparingNodeCount This property is required. int
Number of compute nodes which are being prepared.
RunningNodeCount This property is required. int
Number of compute nodes which are running jobs.
UnusableNodeCount This property is required. int
Number of compute nodes which are in unusable state.
idleNodeCount This property is required. Integer
Number of compute nodes in idle state.
leavingNodeCount This property is required. Integer
Number of compute nodes which are leaving the amlCompute.
preemptedNodeCount This property is required. Integer
Number of compute nodes which are in preempted state.
preparingNodeCount This property is required. Integer
Number of compute nodes which are being prepared.
runningNodeCount This property is required. Integer
Number of compute nodes which are running jobs.
unusableNodeCount This property is required. Integer
Number of compute nodes which are in unusable state.
idleNodeCount This property is required. number
Number of compute nodes in idle state.
leavingNodeCount This property is required. number
Number of compute nodes which are leaving the amlCompute.
preemptedNodeCount This property is required. number
Number of compute nodes which are in preempted state.
preparingNodeCount This property is required. number
Number of compute nodes which are being prepared.
runningNodeCount This property is required. number
Number of compute nodes which are running jobs.
unusableNodeCount This property is required. number
Number of compute nodes which are in unusable state.
idle_node_count This property is required. int
Number of compute nodes in idle state.
leaving_node_count This property is required. int
Number of compute nodes which are leaving the amlCompute.
preempted_node_count This property is required. int
Number of compute nodes which are in preempted state.
preparing_node_count This property is required. int
Number of compute nodes which are being prepared.
running_node_count This property is required. int
Number of compute nodes which are running jobs.
unusable_node_count This property is required. int
Number of compute nodes which are in unusable state.
idleNodeCount This property is required. Number
Number of compute nodes in idle state.
leavingNodeCount This property is required. Number
Number of compute nodes which are leaving the amlCompute.
preemptedNodeCount This property is required. Number
Number of compute nodes which are in preempted state.
preparingNodeCount This property is required. Number
Number of compute nodes which are being prepared.
runningNodeCount This property is required. Number
Number of compute nodes which are running jobs.
unusableNodeCount This property is required. Number
Number of compute nodes which are in unusable state.

PersonalComputeInstanceSettingsResponse

AssignedUser Pulumi.AzureNative.MachineLearningServices.Inputs.AssignedUserResponse
A user explicitly assigned to a personal compute instance.
AssignedUser AssignedUserResponse
A user explicitly assigned to a personal compute instance.
assignedUser AssignedUserResponse
A user explicitly assigned to a personal compute instance.
assignedUser AssignedUserResponse
A user explicitly assigned to a personal compute instance.
assigned_user AssignedUserResponse
A user explicitly assigned to a personal compute instance.
assignedUser Property Map
A user explicitly assigned to a personal compute instance.

RecurrenceResponse

Frequency string
[Required] The frequency to trigger schedule.
Interval int
[Required] Specifies schedule interval in conjunction with frequency
Schedule Pulumi.AzureNative.MachineLearningServices.Inputs.ComputeRecurrenceScheduleResponse
[Required] The recurrence schedule.
StartTime string
The start time in yyyy-MM-ddTHH:mm:ss format.
TimeZone string
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
Frequency string
[Required] The frequency to trigger schedule.
Interval int
[Required] Specifies schedule interval in conjunction with frequency
Schedule ComputeRecurrenceScheduleResponse
[Required] The recurrence schedule.
StartTime string
The start time in yyyy-MM-ddTHH:mm:ss format.
TimeZone string
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
frequency String
[Required] The frequency to trigger schedule.
interval Integer
[Required] Specifies schedule interval in conjunction with frequency
schedule ComputeRecurrenceScheduleResponse
[Required] The recurrence schedule.
startTime String
The start time in yyyy-MM-ddTHH:mm:ss format.
timeZone String
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
frequency string
[Required] The frequency to trigger schedule.
interval number
[Required] Specifies schedule interval in conjunction with frequency
schedule ComputeRecurrenceScheduleResponse
[Required] The recurrence schedule.
startTime string
The start time in yyyy-MM-ddTHH:mm:ss format.
timeZone string
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
frequency str
[Required] The frequency to trigger schedule.
interval int
[Required] Specifies schedule interval in conjunction with frequency
schedule ComputeRecurrenceScheduleResponse
[Required] The recurrence schedule.
start_time str
The start time in yyyy-MM-ddTHH:mm:ss format.
time_zone str
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
frequency String
[Required] The frequency to trigger schedule.
interval Number
[Required] Specifies schedule interval in conjunction with frequency
schedule Property Map
[Required] The recurrence schedule.
startTime String
The start time in yyyy-MM-ddTHH:mm:ss format.
timeZone String
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11

ResourceIdResponse

Id This property is required. string
The ID of the resource
Id This property is required. string
The ID of the resource
id This property is required. String
The ID of the resource
id This property is required. string
The ID of the resource
id This property is required. str
The ID of the resource
id This property is required. String
The ID of the resource

ScaleSettingsResponse

MaxNodeCount This property is required. int
Max number of nodes to use
MinNodeCount int
Min number of nodes to use
NodeIdleTimeBeforeScaleDown string
Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format.
MaxNodeCount This property is required. int
Max number of nodes to use
MinNodeCount int
Min number of nodes to use
NodeIdleTimeBeforeScaleDown string
Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format.
maxNodeCount This property is required. Integer
Max number of nodes to use
minNodeCount Integer
Min number of nodes to use
nodeIdleTimeBeforeScaleDown String
Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format.
maxNodeCount This property is required. number
Max number of nodes to use
minNodeCount number
Min number of nodes to use
nodeIdleTimeBeforeScaleDown string
Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format.
max_node_count This property is required. int
Max number of nodes to use
min_node_count int
Min number of nodes to use
node_idle_time_before_scale_down str
Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format.
maxNodeCount This property is required. Number
Max number of nodes to use
minNodeCount Number
Min number of nodes to use
nodeIdleTimeBeforeScaleDown String
Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format.

ScheduleBaseResponse

Id string
A system assigned id for the schedule.
ProvisioningStatus string
The current deployment state of schedule.
Status string
Is the schedule enabled or disabled?
Id string
A system assigned id for the schedule.
ProvisioningStatus string
The current deployment state of schedule.
Status string
Is the schedule enabled or disabled?
id String
A system assigned id for the schedule.
provisioningStatus String
The current deployment state of schedule.
status String
Is the schedule enabled or disabled?
id string
A system assigned id for the schedule.
provisioningStatus string
The current deployment state of schedule.
status string
Is the schedule enabled or disabled?
id str
A system assigned id for the schedule.
provisioning_status str
The current deployment state of schedule.
status str
Is the schedule enabled or disabled?
id String
A system assigned id for the schedule.
provisioningStatus String
The current deployment state of schedule.
status String
Is the schedule enabled or disabled?

ScriptReferenceResponse

ScriptArguments string
Optional command line arguments passed to the script to run.
ScriptData string
The location of scripts in the mounted volume.
ScriptSource string
The storage source of the script: workspace.
Timeout string
Optional time period passed to timeout command.
ScriptArguments string
Optional command line arguments passed to the script to run.
ScriptData string
The location of scripts in the mounted volume.
ScriptSource string
The storage source of the script: workspace.
Timeout string
Optional time period passed to timeout command.
scriptArguments String
Optional command line arguments passed to the script to run.
scriptData String
The location of scripts in the mounted volume.
scriptSource String
The storage source of the script: workspace.
timeout String
Optional time period passed to timeout command.
scriptArguments string
Optional command line arguments passed to the script to run.
scriptData string
The location of scripts in the mounted volume.
scriptSource string
The storage source of the script: workspace.
timeout string
Optional time period passed to timeout command.
script_arguments str
Optional command line arguments passed to the script to run.
script_data str
The location of scripts in the mounted volume.
script_source str
The storage source of the script: workspace.
timeout str
Optional time period passed to timeout command.
scriptArguments String
Optional command line arguments passed to the script to run.
scriptData String
The location of scripts in the mounted volume.
scriptSource String
The storage source of the script: workspace.
timeout String
Optional time period passed to timeout command.

ScriptsToExecuteResponse

CreationScript ScriptReferenceResponse
Script that's run only once during provision of the compute.
StartupScript ScriptReferenceResponse
Script that's run every time the machine starts.
creationScript ScriptReferenceResponse
Script that's run only once during provision of the compute.
startupScript ScriptReferenceResponse
Script that's run every time the machine starts.
creationScript ScriptReferenceResponse
Script that's run only once during provision of the compute.
startupScript ScriptReferenceResponse
Script that's run every time the machine starts.
creation_script ScriptReferenceResponse
Script that's run only once during provision of the compute.
startup_script ScriptReferenceResponse
Script that's run every time the machine starts.
creationScript Property Map
Script that's run only once during provision of the compute.
startupScript Property Map
Script that's run every time the machine starts.

SetupScriptsResponse

Scripts ScriptsToExecuteResponse
Customized setup scripts
scripts ScriptsToExecuteResponse
Customized setup scripts
scripts ScriptsToExecuteResponse
Customized setup scripts
scripts ScriptsToExecuteResponse
Customized setup scripts
scripts Property Map
Customized setup scripts

SkuResponse

Name This property is required. string
The name of the SKU. Ex - P3. It is typically a letter+number code
Capacity int
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
Family string
If the service has different generations of hardware, for the same SKU, then that can be captured here.
Size string
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
Tier string
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
Name This property is required. string
The name of the SKU. Ex - P3. It is typically a letter+number code
Capacity int
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
Family string
If the service has different generations of hardware, for the same SKU, then that can be captured here.
Size string
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
Tier string
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
name This property is required. String
The name of the SKU. Ex - P3. It is typically a letter+number code
capacity Integer
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
family String
If the service has different generations of hardware, for the same SKU, then that can be captured here.
size String
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
tier String
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
name This property is required. string
The name of the SKU. Ex - P3. It is typically a letter+number code
capacity number
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
family string
If the service has different generations of hardware, for the same SKU, then that can be captured here.
size string
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
tier string
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
name This property is required. str
The name of the SKU. Ex - P3. It is typically a letter+number code
capacity int
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
family str
If the service has different generations of hardware, for the same SKU, then that can be captured here.
size str
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
tier str
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
name This property is required. String
The name of the SKU. Ex - P3. It is typically a letter+number code
capacity Number
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
family String
If the service has different generations of hardware, for the same SKU, then that can be captured here.
size String
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
tier String
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

SslConfigurationResponse

Cert string
Cert data
Cname string
CNAME of the cert
Key string
Key data
LeafDomainLabel string
Leaf domain label of public endpoint
OverwriteExistingDomain bool
Indicates whether to overwrite existing domain label.
Status string
Enable or disable ssl for scoring
Cert string
Cert data
Cname string
CNAME of the cert
Key string
Key data
LeafDomainLabel string
Leaf domain label of public endpoint
OverwriteExistingDomain bool
Indicates whether to overwrite existing domain label.
Status string
Enable or disable ssl for scoring
cert String
Cert data
cname String
CNAME of the cert
key String
Key data
leafDomainLabel String
Leaf domain label of public endpoint
overwriteExistingDomain Boolean
Indicates whether to overwrite existing domain label.
status String
Enable or disable ssl for scoring
cert string
Cert data
cname string
CNAME of the cert
key string
Key data
leafDomainLabel string
Leaf domain label of public endpoint
overwriteExistingDomain boolean
Indicates whether to overwrite existing domain label.
status string
Enable or disable ssl for scoring
cert str
Cert data
cname str
CNAME of the cert
key str
Key data
leaf_domain_label str
Leaf domain label of public endpoint
overwrite_existing_domain bool
Indicates whether to overwrite existing domain label.
status str
Enable or disable ssl for scoring
cert String
Cert data
cname String
CNAME of the cert
key String
Key data
leafDomainLabel String
Leaf domain label of public endpoint
overwriteExistingDomain Boolean
Indicates whether to overwrite existing domain label.
status String
Enable or disable ssl for scoring

SynapseSparkResponse

CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties Pulumi.AzureNative.MachineLearningServices.Inputs.SynapseSparkResponseProperties
ResourceId string
ARM resource id of the underlying compute
CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. []ErrorResponseResponse
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties SynapseSparkResponseProperties
ResourceId string
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<ErrorResponseResponse>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties SynapseSparkResponseProperties
resourceId String
ARM resource id of the underlying compute
createdOn This property is required. string
The time at which the compute was created.
isAttachedCompute This property is required. boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. string
The time at which the compute was last modified.
provisioningErrors This property is required. ErrorResponseResponse[]
Errors during provisioning
provisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation string
Location for the underlying compute
description string
The description of the Machine Learning compute.
disableLocalAuth boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties SynapseSparkResponseProperties
resourceId string
ARM resource id of the underlying compute
created_on This property is required. str
The time at which the compute was created.
is_attached_compute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modified_on This property is required. str
The time at which the compute was last modified.
provisioning_errors This property is required. Sequence[ErrorResponseResponse]
Errors during provisioning
provisioning_state This property is required. str
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
compute_location str
Location for the underlying compute
description str
The description of the Machine Learning compute.
disable_local_auth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties SynapseSparkResponseProperties
resource_id str
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<Property Map>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties Property Map
resourceId String
ARM resource id of the underlying compute

SynapseSparkResponseProperties

AutoPauseProperties Pulumi.AzureNative.MachineLearningServices.Inputs.AutoPausePropertiesResponse
Auto pause properties.
AutoScaleProperties Pulumi.AzureNative.MachineLearningServices.Inputs.AutoScalePropertiesResponse
Auto scale properties.
NodeCount int
The number of compute nodes currently assigned to the compute.
NodeSize string
Node size.
NodeSizeFamily string
Node size family.
PoolName string
Pool name.
ResourceGroup string
Name of the resource group in which workspace is located.
SparkVersion string
Spark version.
SubscriptionId string
Azure subscription identifier.
WorkspaceName string
Name of Azure Machine Learning workspace.
AutoPauseProperties AutoPausePropertiesResponse
Auto pause properties.
AutoScaleProperties AutoScalePropertiesResponse
Auto scale properties.
NodeCount int
The number of compute nodes currently assigned to the compute.
NodeSize string
Node size.
NodeSizeFamily string
Node size family.
PoolName string
Pool name.
ResourceGroup string
Name of the resource group in which workspace is located.
SparkVersion string
Spark version.
SubscriptionId string
Azure subscription identifier.
WorkspaceName string
Name of Azure Machine Learning workspace.
autoPauseProperties AutoPausePropertiesResponse
Auto pause properties.
autoScaleProperties AutoScalePropertiesResponse
Auto scale properties.
nodeCount Integer
The number of compute nodes currently assigned to the compute.
nodeSize String
Node size.
nodeSizeFamily String
Node size family.
poolName String
Pool name.
resourceGroup String
Name of the resource group in which workspace is located.
sparkVersion String
Spark version.
subscriptionId String
Azure subscription identifier.
workspaceName String
Name of Azure Machine Learning workspace.
autoPauseProperties AutoPausePropertiesResponse
Auto pause properties.
autoScaleProperties AutoScalePropertiesResponse
Auto scale properties.
nodeCount number
The number of compute nodes currently assigned to the compute.
nodeSize string
Node size.
nodeSizeFamily string
Node size family.
poolName string
Pool name.
resourceGroup string
Name of the resource group in which workspace is located.
sparkVersion string
Spark version.
subscriptionId string
Azure subscription identifier.
workspaceName string
Name of Azure Machine Learning workspace.
auto_pause_properties AutoPausePropertiesResponse
Auto pause properties.
auto_scale_properties AutoScalePropertiesResponse
Auto scale properties.
node_count int
The number of compute nodes currently assigned to the compute.
node_size str
Node size.
node_size_family str
Node size family.
pool_name str
Pool name.
resource_group str
Name of the resource group in which workspace is located.
spark_version str
Spark version.
subscription_id str
Azure subscription identifier.
workspace_name str
Name of Azure Machine Learning workspace.
autoPauseProperties Property Map
Auto pause properties.
autoScaleProperties Property Map
Auto scale properties.
nodeCount Number
The number of compute nodes currently assigned to the compute.
nodeSize String
Node size.
nodeSizeFamily String
Node size family.
poolName String
Pool name.
resourceGroup String
Name of the resource group in which workspace is located.
sparkVersion String
Spark version.
subscriptionId String
Azure subscription identifier.
workspaceName String
Name of Azure Machine Learning workspace.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

SystemServiceResponse

PublicIpAddress This property is required. string
Public IP address
SystemServiceType This property is required. string
The type of this system service.
Version This property is required. string
The version for this type.
PublicIpAddress This property is required. string
Public IP address
SystemServiceType This property is required. string
The type of this system service.
Version This property is required. string
The version for this type.
publicIpAddress This property is required. String
Public IP address
systemServiceType This property is required. String
The type of this system service.
version This property is required. String
The version for this type.
publicIpAddress This property is required. string
Public IP address
systemServiceType This property is required. string
The type of this system service.
version This property is required. string
The version for this type.
public_ip_address This property is required. str
Public IP address
system_service_type This property is required. str
The type of this system service.
version This property is required. str
The version for this type.
publicIpAddress This property is required. String
Public IP address
systemServiceType This property is required. String
The type of this system service.
version This property is required. String
The version for this type.

TmpfsOptionsResponse

Size int
Mention the Tmpfs size
Size int
Mention the Tmpfs size
size Integer
Mention the Tmpfs size
size number
Mention the Tmpfs size
size int
Mention the Tmpfs size
size Number
Mention the Tmpfs size

UserAccountCredentialsResponse

AdminUserName This property is required. string
Name of the administrator user account which can be used to SSH to nodes.
AdminUserPassword string
Password of the administrator user account.
AdminUserSshPublicKey string
SSH public key of the administrator user account.
AdminUserName This property is required. string
Name of the administrator user account which can be used to SSH to nodes.
AdminUserPassword string
Password of the administrator user account.
AdminUserSshPublicKey string
SSH public key of the administrator user account.
adminUserName This property is required. String
Name of the administrator user account which can be used to SSH to nodes.
adminUserPassword String
Password of the administrator user account.
adminUserSshPublicKey String
SSH public key of the administrator user account.
adminUserName This property is required. string
Name of the administrator user account which can be used to SSH to nodes.
adminUserPassword string
Password of the administrator user account.
adminUserSshPublicKey string
SSH public key of the administrator user account.
admin_user_name This property is required. str
Name of the administrator user account which can be used to SSH to nodes.
admin_user_password str
Password of the administrator user account.
admin_user_ssh_public_key str
SSH public key of the administrator user account.
adminUserName This property is required. String
Name of the administrator user account which can be used to SSH to nodes.
adminUserPassword String
Password of the administrator user account.
adminUserSshPublicKey String
SSH public key of the administrator user account.

UserAssignedIdentityResponse

ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
TenantId string
The tenant ID of the user assigned identity.
ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
TenantId string
The tenant ID of the user assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.
tenantId String
The tenant ID of the user assigned identity.
clientId This property is required. string
The client ID of the assigned identity.
principalId This property is required. string
The principal ID of the assigned identity.
tenantId string
The tenant ID of the user assigned identity.
client_id This property is required. str
The client ID of the assigned identity.
principal_id This property is required. str
The principal ID of the assigned identity.
tenant_id str
The tenant ID of the user assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.
tenantId String
The tenant ID of the user assigned identity.

VirtualMachineImageResponse

Id This property is required. string
Virtual Machine image path
Id This property is required. string
Virtual Machine image path
id This property is required. String
Virtual Machine image path
id This property is required. string
Virtual Machine image path
id This property is required. str
Virtual Machine image path
id This property is required. String
Virtual Machine image path

VirtualMachineResponse

CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. List<Pulumi.AzureNative.MachineLearningServices.Inputs.ErrorResponseResponse>
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties Pulumi.AzureNative.MachineLearningServices.Inputs.VirtualMachineSchemaResponseProperties
ResourceId string
ARM resource id of the underlying compute
CreatedOn This property is required. string
The time at which the compute was created.
IsAttachedCompute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
ModifiedOn This property is required. string
The time at which the compute was last modified.
ProvisioningErrors This property is required. []ErrorResponseResponse
Errors during provisioning
ProvisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
ComputeLocation string
Location for the underlying compute
Description string
The description of the Machine Learning compute.
DisableLocalAuth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Properties VirtualMachineSchemaResponseProperties
ResourceId string
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<ErrorResponseResponse>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties VirtualMachineSchemaResponseProperties
resourceId String
ARM resource id of the underlying compute
createdOn This property is required. string
The time at which the compute was created.
isAttachedCompute This property is required. boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. string
The time at which the compute was last modified.
provisioningErrors This property is required. ErrorResponseResponse[]
Errors during provisioning
provisioningState This property is required. string
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation string
Location for the underlying compute
description string
The description of the Machine Learning compute.
disableLocalAuth boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties VirtualMachineSchemaResponseProperties
resourceId string
ARM resource id of the underlying compute
created_on This property is required. str
The time at which the compute was created.
is_attached_compute This property is required. bool
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modified_on This property is required. str
The time at which the compute was last modified.
provisioning_errors This property is required. Sequence[ErrorResponseResponse]
Errors during provisioning
provisioning_state This property is required. str
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
compute_location str
Location for the underlying compute
description str
The description of the Machine Learning compute.
disable_local_auth bool
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties VirtualMachineSchemaResponseProperties
resource_id str
ARM resource id of the underlying compute
createdOn This property is required. String
The time at which the compute was created.
isAttachedCompute This property is required. Boolean
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
modifiedOn This property is required. String
The time at which the compute was last modified.
provisioningErrors This property is required. List<Property Map>
Errors during provisioning
provisioningState This property is required. String
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
computeLocation String
Location for the underlying compute
description String
The description of the Machine Learning compute.
disableLocalAuth Boolean
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
properties Property Map
resourceId String
ARM resource id of the underlying compute

VirtualMachineSchemaResponseProperties

Address string
Public IP address of the virtual machine.
AdministratorAccount Pulumi.AzureNative.MachineLearningServices.Inputs.VirtualMachineSshCredentialsResponse
Admin credentials for virtual machine
IsNotebookInstanceCompute bool
Indicates whether this compute will be used for running notebooks.
NotebookServerPort int
Notebook server port open for ssh connections.
SshPort int
Port open for ssh connections.
VirtualMachineSize string
Virtual Machine size
Address string
Public IP address of the virtual machine.
AdministratorAccount VirtualMachineSshCredentialsResponse
Admin credentials for virtual machine
IsNotebookInstanceCompute bool
Indicates whether this compute will be used for running notebooks.
NotebookServerPort int
Notebook server port open for ssh connections.
SshPort int
Port open for ssh connections.
VirtualMachineSize string
Virtual Machine size
address String
Public IP address of the virtual machine.
administratorAccount VirtualMachineSshCredentialsResponse
Admin credentials for virtual machine
isNotebookInstanceCompute Boolean
Indicates whether this compute will be used for running notebooks.
notebookServerPort Integer
Notebook server port open for ssh connections.
sshPort Integer
Port open for ssh connections.
virtualMachineSize String
Virtual Machine size
address string
Public IP address of the virtual machine.
administratorAccount VirtualMachineSshCredentialsResponse
Admin credentials for virtual machine
isNotebookInstanceCompute boolean
Indicates whether this compute will be used for running notebooks.
notebookServerPort number
Notebook server port open for ssh connections.
sshPort number
Port open for ssh connections.
virtualMachineSize string
Virtual Machine size
address str
Public IP address of the virtual machine.
administrator_account VirtualMachineSshCredentialsResponse
Admin credentials for virtual machine
is_notebook_instance_compute bool
Indicates whether this compute will be used for running notebooks.
notebook_server_port int
Notebook server port open for ssh connections.
ssh_port int
Port open for ssh connections.
virtual_machine_size str
Virtual Machine size
address String
Public IP address of the virtual machine.
administratorAccount Property Map
Admin credentials for virtual machine
isNotebookInstanceCompute Boolean
Indicates whether this compute will be used for running notebooks.
notebookServerPort Number
Notebook server port open for ssh connections.
sshPort Number
Port open for ssh connections.
virtualMachineSize String
Virtual Machine size

VirtualMachineSshCredentialsResponse

Password string
Password of admin account
PrivateKeyData string
Private key data
PublicKeyData string
Public key data
Username string
Username of admin account
Password string
Password of admin account
PrivateKeyData string
Private key data
PublicKeyData string
Public key data
Username string
Username of admin account
password String
Password of admin account
privateKeyData String
Private key data
publicKeyData String
Public key data
username String
Username of admin account
password string
Password of admin account
privateKeyData string
Private key data
publicKeyData string
Public key data
username string
Username of admin account
password str
Password of admin account
private_key_data str
Private key data
public_key_data str
Public key data
username str
Username of admin account
password String
Password of admin account
privateKeyData String
Private key data
publicKeyData String
Public key data
username String
Username of admin account

VolumeDefinitionResponse

Bind Pulumi.AzureNative.MachineLearningServices.Inputs.BindOptionsResponse
Bind Options of the mount
Consistency string
Consistency of the volume
ReadOnly bool
Indicate whether to mount volume as readOnly. Default value for this is false.
Source string
Source of the mount. For bind mounts this is the host path.
Target string
Target of the mount. For bind mounts this is the path in the container.
Tmpfs Pulumi.AzureNative.MachineLearningServices.Inputs.TmpfsOptionsResponse
tmpfs option of the mount
Type string
Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe
Volume Pulumi.AzureNative.MachineLearningServices.Inputs.VolumeOptionsResponse
Volume Options of the mount
Bind BindOptionsResponse
Bind Options of the mount
Consistency string
Consistency of the volume
ReadOnly bool
Indicate whether to mount volume as readOnly. Default value for this is false.
Source string
Source of the mount. For bind mounts this is the host path.
Target string
Target of the mount. For bind mounts this is the path in the container.
Tmpfs TmpfsOptionsResponse
tmpfs option of the mount
Type string
Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe
Volume VolumeOptionsResponse
Volume Options of the mount
bind BindOptionsResponse
Bind Options of the mount
consistency String
Consistency of the volume
readOnly Boolean
Indicate whether to mount volume as readOnly. Default value for this is false.
source String
Source of the mount. For bind mounts this is the host path.
target String
Target of the mount. For bind mounts this is the path in the container.
tmpfs TmpfsOptionsResponse
tmpfs option of the mount
type String
Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe
volume VolumeOptionsResponse
Volume Options of the mount
bind BindOptionsResponse
Bind Options of the mount
consistency string
Consistency of the volume
readOnly boolean
Indicate whether to mount volume as readOnly. Default value for this is false.
source string
Source of the mount. For bind mounts this is the host path.
target string
Target of the mount. For bind mounts this is the path in the container.
tmpfs TmpfsOptionsResponse
tmpfs option of the mount
type string
Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe
volume VolumeOptionsResponse
Volume Options of the mount
bind BindOptionsResponse
Bind Options of the mount
consistency str
Consistency of the volume
read_only bool
Indicate whether to mount volume as readOnly. Default value for this is false.
source str
Source of the mount. For bind mounts this is the host path.
target str
Target of the mount. For bind mounts this is the path in the container.
tmpfs TmpfsOptionsResponse
tmpfs option of the mount
type str
Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe
volume VolumeOptionsResponse
Volume Options of the mount
bind Property Map
Bind Options of the mount
consistency String
Consistency of the volume
readOnly Boolean
Indicate whether to mount volume as readOnly. Default value for this is false.
source String
Source of the mount. For bind mounts this is the host path.
target String
Target of the mount. For bind mounts this is the path in the container.
tmpfs Property Map
tmpfs option of the mount
type String
Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe
volume Property Map
Volume Options of the mount

VolumeOptionsResponse

Nocopy bool
Indicate whether volume is nocopy
Nocopy bool
Indicate whether volume is nocopy
nocopy Boolean
Indicate whether volume is nocopy
nocopy boolean
Indicate whether volume is nocopy
nocopy bool
Indicate whether volume is nocopy
nocopy Boolean
Indicate whether volume is nocopy

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi