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.

public class ManagedClusterAIToolchainOperatorProfile
type ManagedClusterAIToolchainOperatorProfile = class
Public Class ManagedClusterAIToolchainOperatorProfile
Inheritance
ManagedClusterAIToolchainOperatorProfile

Constructors

Name Description
ManagedClusterAIToolchainOperatorProfile()

Initializes a new instance of the ManagedClusterAIToolchainOperatorProfile class.

ManagedClusterAIToolchainOperatorProfile(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterAIToolchainOperatorProfile class.

Properties

Name Description
Enabled

Gets or sets whether to enable AI toolchain operator to the cluster. Indicates if AI toolchain operator enabled or not.

Applies to