Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAIToolchainOperatorProfile
Packages that use ManagedClusterAIToolchainOperatorProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterAIToolchainOperatorProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterAIToolchainOperatorProfileModifier and TypeMethodDescriptionManagedClusterInner.aiToolchainOperatorProfile()Get the aiToolchainOperatorProfile property: AI toolchain operator settings that apply to the whole cluster.ManagedClusterProperties.aiToolchainOperatorProfile()Get the aiToolchainOperatorProfile property: AI toolchain operator settings that apply to the whole cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterAIToolchainOperatorProfileModifier and TypeMethodDescriptionManagedClusterInner.withAiToolchainOperatorProfile(ManagedClusterAIToolchainOperatorProfile aiToolchainOperatorProfile) Set the aiToolchainOperatorProfile property: AI toolchain operator settings that apply to the whole cluster.ManagedClusterProperties.withAiToolchainOperatorProfile(ManagedClusterAIToolchainOperatorProfile aiToolchainOperatorProfile) Set the aiToolchainOperatorProfile property: AI toolchain operator settings that apply to the whole cluster. -
Uses of ManagedClusterAIToolchainOperatorProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterAIToolchainOperatorProfileModifier and TypeMethodDescriptionManagedClusterAIToolchainOperatorProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterAIToolchainOperatorProfile from the JsonReader.ManagedClusterAIToolchainOperatorProfile.withEnabled(Boolean enabled) Set the enabled property: Whether to enable AI toolchain operator to the cluster.