ManagedClusterAiToolchainOperatorProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When enabling the operator, a set of AKS managed CRDs and controllers will be installed in the cluster. The operator automates the deployment of OSS models for inference and/or training purposes. It provides a set of preset models and enables distributed inference against them.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterAiToolchainOperatorProfileTypeConverter))]
public class ManagedClusterAiToolchainOperatorProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterAiToolchainOperatorProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterAiToolchainOperatorProfileTypeConverter))>]
type ManagedClusterAiToolchainOperatorProfile = class
interface IManagedClusterAiToolchainOperatorProfile
interface IJsonSerializable
Public Class ManagedClusterAiToolchainOperatorProfile
Implements IManagedClusterAiToolchainOperatorProfile
- Inheritance
-
ManagedClusterAiToolchainOperatorProfile
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterAiToolchainOperatorProfile() |
Creates an new ManagedClusterAiToolchainOperatorProfile instance. |
Properties
| Name | Description |
|---|---|
| Enabled |
Whether to enable AI toolchain operator to the cluster. Indicates if AI toolchain operator enabled or not. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterAiToolchainOperatorProfile. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterAiToolchainOperatorProfile. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterAiToolchainOperatorProfile. |
| FromJsonString(String) |
Creates a new instance of ManagedClusterAiToolchainOperatorProfile, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterAiToolchainOperatorProfile into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |