Microsoft.MachineLearningServices-werkruimten/rekent 2018-03-01-preview
Artikel 12/09/2024
2 inzenders
Feedback
In dit artikel
Bicep-resourcedefinitie
Het resourcetype werkruimten/computes kan worden geïmplementeerd met bewerkingen die als doel hebben:
Zie logboek wijzigen voor een lijst met gewijzigde eigenschappen in elke API-versie.
Als u een Resource microsoft.MachineLearningServices/werkruimten/computes wilt maken, voegt u de volgende Bicep toe aan uw sjabloon.
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/computes@2018-03-01-preview' = {
parent: resourceSymbolicName
identity: {
type: 'SystemAssigned'
}
location: 'string'
name: 'string'
properties: {
computeLocation: 'string'
description: 'string'
resourceId: 'string'
computeType: 'string'
// For remaining properties, see Compute objects
}
tags: {
{customized property}: 'string'
}
}
Rekenobjecten
Stel de eigenschap computeType in om het type object op te geven.
Gebruik voor AKS- :
{
computeType: 'AKS'
properties: {
agentCount: int
agentVMSize: 'string'
clusterFqdn: 'string'
sslConfiguration: {
cert: 'string'
cname: 'string'
key: 'string'
status: 'string'
}
systemServices: [
{}
]
}
}
Gebruik voor BatchAI- :
{
computeType: 'BatchAI'
properties: {
scaleSettings: {
autoScaleEnabled: bool
maxNodeCount: int
minNodeCount: int
}
vmPriority: 'string'
vmSize: 'string'
}
}
Gebruik voor DataFactory- :
{
computeType: 'DataFactory'
}
Gebruik voor HDInsight- :
{
computeType: 'HDInsight'
properties: {
address: 'string'
administratorAccount: {
password: 'string'
privateKeyData: 'string'
publicKeyData: 'string'
username: 'string'
}
sshPort: int
}
}
Gebruik voor VirtualMachine :
{
computeType: 'VirtualMachine'
properties: {
address: 'string'
administratorAccount: {
password: 'string'
privateKeyData: 'string'
publicKeyData: 'string'
username: 'string'
}
sshPort: int
virtualMachineSize: 'string'
}
}
Eigenschapswaarden
AKS
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
AKS (vereist)
Eigenschappen
AKS-eigenschappen
AKSProperties-
AKSProperties
Naam
Beschrijving
Waarde
agentCount
Aantal agents
Int Beperkingen: Minimumwaarde = 1
agentVMSize
Grootte van virtuele agentmachine
snaar
clusterFqdn
Volledig gekwalificeerde clusterdomeinnaam
snaar
sslConfiguration
SSL-configuratie
SslConfiguration-
systemServices
Systeemservices
SystemService []
BatchAI
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
'BatchAI' (vereist)
Eigenschappen
BatchAI-eigenschappen
BatchAIProperties-
BatchAIProperties
Naam
Beschrijving
Waarde
scaleSettings
Schaalinstellingen voor BatchAI
ScaleSettings
vmPriority
Prioriteit van virtuele machine
snaar
vmSize
Grootte van virtuele machine
snaar
Berekenen
Naam
Beschrijving
Waarde
computeLocation
Locatie voor de onderliggende berekening
snaar
computeType
Ingesteld op AKS voor het type AKS- . Ingesteld op 'BatchAI' voor het type BatchAI- . Ingesteld op 'DataFactory' voor het type DataFactory- . Ingesteld op HDInsight voor het type HDInsight- . Ingesteld op 'VirtualMachine' voor het type VirtualMachine .
'AKS' 'BatchAI' 'DataFactory' HDInsight VirtualMachine (vereist)
beschrijving
De beschrijving van de Machine Learning-berekening.
snaar
resourceId
ARM-resource-id van de berekening
snaar
DataFactory
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
DataFactory (vereist)
HDInsight
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
HDInsight (vereist)
Eigenschappen
HDInsightProperties-
HDInsightProperties
Naam
Beschrijving
Waarde
adres
Openbaar IP-adres van het hoofdknooppunt van het cluster.
snaar
administratorAccount
Beheerdersreferenties voor hoofdknooppunt van het cluster
VirtualMachineSshCredentials
sshPort
Poort geopend voor ssh-verbindingen op het hoofdknooppunt van het cluster.
Int
Identiteit
Naam
Beschrijving
Waarde
type
Het identiteitstype.
'SystemAssigned'
Microsoft.MachineLearningServices/workspaces/computes
Naam
Beschrijving
Waarde
identiteit
De identiteit van de resource.
Identiteit
plaats
Hiermee geeft u de locatie van de resource.
snaar
naam
De resourcenaam
tekenreeks (vereist)
ouder
In Bicep kunt u de bovenliggende resource voor een onderliggende resource opgeven. U hoeft deze eigenschap alleen toe te voegen wanneer de onderliggende resource buiten de bovenliggende resource wordt gedeclareerd. Zie onderliggende resource buiten de bovenliggende resource voor meer informatie.
Symbolische naam voor resource van het type: werkruimten
Eigenschappen
Rekeneigenschappen
Compute
Tags
Resourcetags
Woordenlijst met tagnamen en -waarden. Zie Tags in sjablonen
ScaleSettings
Naam
Beschrijving
Waarde
autoScaleEnabled
Automatisch schalen in- of uitschakelen
Bool
maxNodeCount
Maximum aantal knooppunten dat moet worden gebruikt
Int
minNodeCount
Minimum aantal knooppunten dat moet worden gebruikt
Int
SslConfiguration
Naam
Beschrijving
Waarde
Cert
Certificaatgegevens
snaar
cname
CNAME van het certificaat
snaar
sleutel
Sleutelgegevens
snaar
status
SSL in- of uitschakelen voor scoren
'Uitgeschakeld' 'Ingeschakeld'
SystemService
VirtualMachine
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
VirtualMachine (vereist)
Eigenschappen
VirtualMachineProperties
VirtualMachineProperties
Naam
Beschrijving
Waarde
adres
Openbaar IP-adres van de virtuele machine.
snaar
administratorAccount
Beheerdersreferenties voor virtuele machine
VirtualMachineSshCredentials
sshPort
Poort geopend voor ssh-verbindingen.
Int
virtualMachineSize
Grootte van virtuele machine
snaar
VirtualMachineSshCredentials
Naam
Beschrijving
Waarde
wachtwoord
Wachtwoord van beheerdersaccount
snaar
privateKeyData
Persoonlijke sleutelgegevens
snaar
publicKeyData
Openbare-sleutelgegevens
snaar
gebruikersnaam
Gebruikersnaam van beheerdersaccount
snaar
Quickstart-voorbeelden
In de volgende quickstartvoorbeelden wordt dit resourcetype geïmplementeerd.
Resourcedefinitie van ARM-sjabloon
Het resourcetype werkruimten/computes kan worden geïmplementeerd met bewerkingen die als doel hebben:
Zie logboek wijzigen voor een lijst met gewijzigde eigenschappen in elke API-versie.
Als u een Resource Microsoft.MachineLearningServices/workspaces/computes wilt maken, voegt u de volgende JSON toe aan uw sjabloon.
{
"type": "Microsoft.MachineLearningServices/workspaces/computes",
"apiVersion": "2018-03-01-preview",
"name": "string",
"identity": {
"type": "SystemAssigned"
},
"location": "string",
"properties": {
"computeLocation": "string",
"description": "string",
"resourceId": "string",
"computeType": "string"
// For remaining properties, see Compute objects
},
"tags": {
"{customized property}": "string"
}
}
Rekenobjecten
Stel de eigenschap computeType in om het type object op te geven.
Gebruik voor AKS- :
{
"computeType": "AKS",
"properties": {
"agentCount": "int",
"agentVMSize": "string",
"clusterFqdn": "string",
"sslConfiguration": {
"cert": "string",
"cname": "string",
"key": "string",
"status": "string"
},
"systemServices": [
{
}
]
}
}
Gebruik voor BatchAI- :
{
"computeType": "BatchAI",
"properties": {
"scaleSettings": {
"autoScaleEnabled": "bool",
"maxNodeCount": "int",
"minNodeCount": "int"
},
"vmPriority": "string",
"vmSize": "string"
}
}
Gebruik voor DataFactory- :
{
"computeType": "DataFactory"
}
Gebruik voor HDInsight- :
{
"computeType": "HDInsight",
"properties": {
"address": "string",
"administratorAccount": {
"password": "string",
"privateKeyData": "string",
"publicKeyData": "string",
"username": "string"
},
"sshPort": "int"
}
}
Gebruik voor VirtualMachine :
{
"computeType": "VirtualMachine",
"properties": {
"address": "string",
"administratorAccount": {
"password": "string",
"privateKeyData": "string",
"publicKeyData": "string",
"username": "string"
},
"sshPort": "int",
"virtualMachineSize": "string"
}
}
Eigenschapswaarden
AKS
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
AKS (vereist)
Eigenschappen
AKS-eigenschappen
AKSProperties-
AKSProperties
Naam
Beschrijving
Waarde
agentCount
Aantal agents
Int Beperkingen: Minimumwaarde = 1
agentVMSize
Grootte van virtuele agentmachine
snaar
clusterFqdn
Volledig gekwalificeerde clusterdomeinnaam
snaar
sslConfiguration
SSL-configuratie
SslConfiguration-
systemServices
Systeemservices
SystemService []
BatchAI
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
'BatchAI' (vereist)
Eigenschappen
BatchAI-eigenschappen
BatchAIProperties-
BatchAIProperties
Naam
Beschrijving
Waarde
scaleSettings
Schaalinstellingen voor BatchAI
ScaleSettings
vmPriority
Prioriteit van virtuele machine
snaar
vmSize
Grootte van virtuele machine
snaar
Berekenen
Naam
Beschrijving
Waarde
computeLocation
Locatie voor de onderliggende berekening
snaar
computeType
Ingesteld op AKS voor het type AKS- . Ingesteld op 'BatchAI' voor het type BatchAI- . Ingesteld op 'DataFactory' voor het type DataFactory- . Ingesteld op HDInsight voor het type HDInsight- . Ingesteld op 'VirtualMachine' voor het type VirtualMachine .
'AKS' 'BatchAI' 'DataFactory' HDInsight VirtualMachine (vereist)
beschrijving
De beschrijving van de Machine Learning-berekening.
snaar
resourceId
ARM-resource-id van de berekening
snaar
DataFactory
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
DataFactory (vereist)
HDInsight
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
HDInsight (vereist)
Eigenschappen
HDInsightProperties-
HDInsightProperties
Naam
Beschrijving
Waarde
adres
Openbaar IP-adres van het hoofdknooppunt van het cluster.
snaar
administratorAccount
Beheerdersreferenties voor hoofdknooppunt van het cluster
VirtualMachineSshCredentials
sshPort
Poort geopend voor ssh-verbindingen op het hoofdknooppunt van het cluster.
Int
Identiteit
Naam
Beschrijving
Waarde
type
Het identiteitstype.
'SystemAssigned'
Microsoft.MachineLearningServices/workspaces/computes
Naam
Beschrijving
Waarde
apiVersion
De API-versie
'2018-03-01-preview'
identiteit
De identiteit van de resource.
Identiteit
plaats
Hiermee geeft u de locatie van de resource.
snaar
naam
De resourcenaam
tekenreeks (vereist)
Eigenschappen
Rekeneigenschappen
Compute
Tags
Resourcetags
Woordenlijst met tagnamen en -waarden. Zie Tags in sjablonen
type
Het resourcetype
'Microsoft.MachineLearningServices/workspaces/computes'
ScaleSettings
Naam
Beschrijving
Waarde
autoScaleEnabled
Automatisch schalen in- of uitschakelen
Bool
maxNodeCount
Maximum aantal knooppunten dat moet worden gebruikt
Int
minNodeCount
Minimum aantal knooppunten dat moet worden gebruikt
Int
SslConfiguration
Naam
Beschrijving
Waarde
Cert
Certificaatgegevens
snaar
cname
CNAME van het certificaat
snaar
sleutel
Sleutelgegevens
snaar
status
SSL in- of uitschakelen voor scoren
'Uitgeschakeld' 'Ingeschakeld'
SystemService
VirtualMachine
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
VirtualMachine (vereist)
Eigenschappen
VirtualMachineProperties
VirtualMachineProperties
Naam
Beschrijving
Waarde
adres
Openbaar IP-adres van de virtuele machine.
snaar
administratorAccount
Beheerdersreferenties voor virtuele machine
VirtualMachineSshCredentials
sshPort
Poort geopend voor ssh-verbindingen.
Int
virtualMachineSize
Grootte van virtuele machine
snaar
VirtualMachineSshCredentials
Naam
Beschrijving
Waarde
wachtwoord
Wachtwoord van beheerdersaccount
snaar
privateKeyData
Persoonlijke sleutelgegevens
snaar
publicKeyData
Openbare-sleutelgegevens
snaar
gebruikersnaam
Gebruikersnaam van beheerdersaccount
snaar
Quickstart-sjablonen
Met de volgende quickstart-sjablonen wordt dit resourcetype geïmplementeerd.
Het resourcetype werkruimten/computes kan worden geïmplementeerd met bewerkingen die als doel hebben:
Zie logboek wijzigen voor een lijst met gewijzigde eigenschappen in elke API-versie.
Als u een Resource Microsoft.MachineLearningServices/workspaces/computes wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/computes@2018-03-01-preview"
name = "string"
identity = {
type = "SystemAssigned"
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
computeLocation = "string"
description = "string"
resourceId = "string"
computeType = "string"
// For remaining properties, see Compute objects
}
})
}
Rekenobjecten
Stel de eigenschap computeType in om het type object op te geven.
Gebruik voor AKS- :
{
computeType = "AKS"
properties = {
agentCount = int
agentVMSize = "string"
clusterFqdn = "string"
sslConfiguration = {
cert = "string"
cname = "string"
key = "string"
status = "string"
}
systemServices = [
{
}
]
}
}
Gebruik voor BatchAI- :
{
computeType = "BatchAI"
properties = {
scaleSettings = {
autoScaleEnabled = bool
maxNodeCount = int
minNodeCount = int
}
vmPriority = "string"
vmSize = "string"
}
}
Gebruik voor DataFactory- :
{
computeType = "DataFactory"
}
Gebruik voor HDInsight- :
{
computeType = "HDInsight"
properties = {
address = "string"
administratorAccount = {
password = "string"
privateKeyData = "string"
publicKeyData = "string"
username = "string"
}
sshPort = int
}
}
Gebruik voor VirtualMachine :
{
computeType = "VirtualMachine"
properties = {
address = "string"
administratorAccount = {
password = "string"
privateKeyData = "string"
publicKeyData = "string"
username = "string"
}
sshPort = int
virtualMachineSize = "string"
}
}
Eigenschapswaarden
AKS
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
AKS (vereist)
Eigenschappen
AKS-eigenschappen
AKSProperties-
AKSProperties
Naam
Beschrijving
Waarde
agentCount
Aantal agents
Int Beperkingen: Minimumwaarde = 1
agentVMSize
Grootte van virtuele agentmachine
snaar
clusterFqdn
Volledig gekwalificeerde clusterdomeinnaam
snaar
sslConfiguration
SSL-configuratie
SslConfiguration-
systemServices
Systeemservices
SystemService []
BatchAI
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
'BatchAI' (vereist)
Eigenschappen
BatchAI-eigenschappen
BatchAIProperties-
BatchAIProperties
Naam
Beschrijving
Waarde
scaleSettings
Schaalinstellingen voor BatchAI
ScaleSettings
vmPriority
Prioriteit van virtuele machine
snaar
vmSize
Grootte van virtuele machine
snaar
Berekenen
Naam
Beschrijving
Waarde
computeLocation
Locatie voor de onderliggende berekening
snaar
computeType
Ingesteld op AKS voor het type AKS- . Ingesteld op 'BatchAI' voor het type BatchAI- . Ingesteld op 'DataFactory' voor het type DataFactory- . Ingesteld op HDInsight voor het type HDInsight- . Ingesteld op 'VirtualMachine' voor het type VirtualMachine .
'AKS' 'BatchAI' 'DataFactory' HDInsight VirtualMachine (vereist)
beschrijving
De beschrijving van de Machine Learning-berekening.
snaar
resourceId
ARM-resource-id van de berekening
snaar
DataFactory
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
DataFactory (vereist)
HDInsight
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
HDInsight (vereist)
Eigenschappen
HDInsightProperties-
HDInsightProperties
Naam
Beschrijving
Waarde
adres
Openbaar IP-adres van het hoofdknooppunt van het cluster.
snaar
administratorAccount
Beheerdersreferenties voor hoofdknooppunt van het cluster
VirtualMachineSshCredentials
sshPort
Poort geopend voor ssh-verbindingen op het hoofdknooppunt van het cluster.
Int
Identiteit
Naam
Beschrijving
Waarde
type
Het identiteitstype.
'SystemAssigned'
Microsoft.MachineLearningServices/workspaces/computes
Naam
Beschrijving
Waarde
identiteit
De identiteit van de resource.
Identiteit
plaats
Hiermee geeft u de locatie van de resource.
snaar
naam
De resourcenaam
tekenreeks (vereist)
parent_id
De id van de resource die het bovenliggende item voor deze resource is.
Id voor resource van het type: werkruimten
Eigenschappen
Rekeneigenschappen
Compute
Tags
Resourcetags
Woordenlijst met tagnamen en -waarden.
type
Het resourcetype
"Microsoft.MachineLearningServices/workspaces/computes@2018-03-01-preview"
ScaleSettings
Naam
Beschrijving
Waarde
autoScaleEnabled
Automatisch schalen in- of uitschakelen
Bool
maxNodeCount
Maximum aantal knooppunten dat moet worden gebruikt
Int
minNodeCount
Minimum aantal knooppunten dat moet worden gebruikt
Int
SslConfiguration
Naam
Beschrijving
Waarde
Cert
Certificaatgegevens
snaar
cname
CNAME van het certificaat
snaar
sleutel
Sleutelgegevens
snaar
status
SSL in- of uitschakelen voor scoren
'Uitgeschakeld' 'Ingeschakeld'
SystemService
VirtualMachine
Naam
Beschrijving
Waarde
computeType
Het type rekenproces
VirtualMachine (vereist)
Eigenschappen
VirtualMachineProperties
VirtualMachineProperties
Naam
Beschrijving
Waarde
adres
Openbaar IP-adres van de virtuele machine.
snaar
administratorAccount
Beheerdersreferenties voor virtuele machine
VirtualMachineSshCredentials
sshPort
Poort geopend voor ssh-verbindingen.
Int
virtualMachineSize
Grootte van virtuele machine
snaar
VirtualMachineSshCredentials
Naam
Beschrijving
Waarde
wachtwoord
Wachtwoord van beheerdersaccount
snaar
privateKeyData
Persoonlijke sleutelgegevens
snaar
publicKeyData
Openbare-sleutelgegevens
snaar
gebruikersnaam
Gebruikersnaam van beheerdersaccount
snaar