### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse"
name: "AksVariantResponse"
nameWithType: "AksVariantResponse"
summary: "The response for an AKS variant."
inheritances:
- ""
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ")?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResponseBase.withKvTags&text=withKvTags\" data-throw-if-not-resolved=\"False\" />"
- ")?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResponseBase.withProperties&text=withProperties\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public class **AksVariantResponse** extends "
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.AksVariantResponse()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.AksVariantResponse()"
name: "AksVariantResponse()"
nameWithType: "AksVariantResponse.AksVariantResponse()"
syntax: "public AksVariantResponse()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.isDefault()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.isDefault()"
name: "isDefault()"
nameWithType: "AksVariantResponse.isDefault()"
summary: "Get the isDefault property: Is this the default variant."
syntax: "public Boolean isDefault()"
desc: "Get the isDefault property: Is this the default variant."
returns:
description: "the isDefault value."
type: "Boolean"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.trafficPercentile()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.trafficPercentile()"
name: "trafficPercentile()"
nameWithType: "AksVariantResponse.trafficPercentile()"
summary: "Get the trafficPercentile property: The amount of traffic variant receives."
syntax: "public Float trafficPercentile()"
desc: "Get the trafficPercentile property: The amount of traffic variant receives."
returns:
description: "the trafficPercentile value."
type: "Float"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.type()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.type()"
name: "type()"
nameWithType: "AksVariantResponse.type()"
summary: "Get the type property: The type of the variant."
syntax: "public VariantType type()"
desc: "Get the type property: The type of the variant."
returns:
description: "the type value."
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.validate()"
name: "validate()"
nameWithType: "AksVariantResponse.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearningservices.models.ServiceResponseBase.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withDeploymentType(com.azure.resourcemanager.machinelearningservices.models.DeploymentType)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withDeploymentType(DeploymentType deploymentType)"
name: "withDeploymentType(DeploymentType deploymentType)"
nameWithType: "AksVariantResponse.withDeploymentType(DeploymentType deploymentType)"
summary: "Set the deploymentType property: The deployment type for the service."
overridden: "com.azure.resourcemanager.machinelearningservices.models.ServiceResponseBase.withDeploymentType(com.azure.resourcemanager.machinelearningservices.models.DeploymentType)"
parameters:
- name: "deploymentType"
type: ""
syntax: "public AksVariantResponse withDeploymentType(DeploymentType deploymentType)"
desc: "Set the deploymentType property: The deployment type for the service."
returns:
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "AksVariantResponse.withDescription(String description)"
summary: "Set the description property: The service description."
overridden: "com.azure.resourcemanager.machinelearningservices.models.ServiceResponseBase.withDescription(java.lang.String)"
parameters:
- name: "description"
type: "String"
syntax: "public AksVariantResponse withDescription(String description)"
desc: "Set the description property: The service description."
returns:
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withIsDefault(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withIsDefault(Boolean isDefault)"
name: "withIsDefault(Boolean isDefault)"
nameWithType: "AksVariantResponse.withIsDefault(Boolean isDefault)"
summary: "Set the isDefault property: Is this the default variant."
parameters:
- description: "the isDefault value to set."
name: "isDefault"
type: "Boolean"
syntax: "public AksVariantResponse withIsDefault(Boolean isDefault)"
desc: "Set the isDefault property: Is this the default variant."
returns:
description: "the AksVariantResponse object itself."
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withKvTags(java.util.Map)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withKvTags(Map kvTags)"
name: "withKvTags(Map kvTags)"
nameWithType: "AksVariantResponse.withKvTags(Map kvTags)"
summary: "Set the kvTags property: The service tag dictionary."
overridden: "com.azure.resourcemanager.machinelearningservices.models.ServiceResponseBase.withKvTags(java.util.Map)"
parameters:
- name: "kvTags"
type: "Map<String,String>"
syntax: "public AksVariantResponse withKvTags(Map kvTags)"
desc: "Set the kvTags property: The service tag dictionary. Tags are mutable."
returns:
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withProperties(java.util.Map)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withProperties(Map properties)"
name: "withProperties(Map properties)"
nameWithType: "AksVariantResponse.withProperties(Map properties)"
summary: "Set the properties property: The service property dictionary."
overridden: "com.azure.resourcemanager.machinelearningservices.models.ServiceResponseBase.withProperties(java.util.Map)"
parameters:
- name: "properties"
type: "Map<String,String>"
syntax: "public AksVariantResponse withProperties(Map properties)"
desc: "Set the properties property: The service property dictionary. Properties are immutable."
returns:
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withTrafficPercentile(java.lang.Float)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withTrafficPercentile(Float trafficPercentile)"
name: "withTrafficPercentile(Float trafficPercentile)"
nameWithType: "AksVariantResponse.withTrafficPercentile(Float trafficPercentile)"
summary: "Set the trafficPercentile property: The amount of traffic variant receives."
parameters:
- description: "the trafficPercentile value to set."
name: "trafficPercentile"
type: "Float"
syntax: "public AksVariantResponse withTrafficPercentile(Float trafficPercentile)"
desc: "Set the trafficPercentile property: The amount of traffic variant receives."
returns:
description: "the AksVariantResponse object itself."
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withType(com.azure.resourcemanager.machinelearningservices.models.VariantType)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksVariantResponse.withType(VariantType type)"
name: "withType(VariantType type)"
nameWithType: "AksVariantResponse.withType(VariantType type)"
summary: "Set the type property: The type of the variant."
parameters:
- description: "the type value to set."
name: "type"
type: ""
syntax: "public AksVariantResponse withType(VariantType type)"
desc: "Set the type property: The type of the variant."
returns:
description: "the AksVariantResponse object itself."
type: ""
type: "class"
desc: "The response for an AKS variant."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1