Share via


ManagedClusterAiToolchainOperatorProfile Class

Definition

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()

Applies to