AksComputeSecrets Class

Secrets related to a Machine Learning compute based on AKS.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.machinelearningservices.models._models_py3.ComputeSecrets
AksComputeSecrets

Constructor

AksComputeSecrets(*, user_kube_config: Optional[str] = None, admin_kube_config: Optional[str] = None, image_pull_secret_name: Optional[str] = None, **kwargs)

Parameters

compute_type
str or ComputeType
Required

Required. The type of compute.Constant filled by server. Possible values include: "AKS", "AmlCompute", "ComputeInstance", "DataFactory", "VirtualMachine", "HDInsight", "Databricks", "DataLakeAnalytics".

user_kube_config
str
Required

Content of kubeconfig file that can be used to connect to the Kubernetes cluster.

admin_kube_config
str
Required

Content of kubeconfig file that can be used to connect to the Kubernetes cluster.

image_pull_secret_name
str
Required

Image registry pull secret.