ComputeSecrets Class
Secrets related to a Machine Learning compute. Might differ for every type of compute.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: AksComputeSecrets, DatabricksComputeSecrets, VirtualMachineSecrets.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ComputeSecrets
Constructor
ComputeSecrets(**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".
Feedback
Submit and view feedback for