### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest"
name: "AksServiceResponseEnvironmentImageRequest"
nameWithType: "AksServiceResponseEnvironmentImageRequest"
summary: "The Environment, models and assets used for inferencing."
inheritances:
- ""
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ")?alt=com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponse.withAssets&text=withAssets\" data-throw-if-not-resolved=\"False\" />"
- ""
- ""
- ""
- ")?alt=com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponse.withModelIds&text=withModelIds\" data-throw-if-not-resolved=\"False\" />"
- ")?alt=com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponse.withModels&text=withModels\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **AksServiceResponseEnvironmentImageRequest** extends "
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.AksServiceResponseEnvironmentImageRequest()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.AksServiceResponseEnvironmentImageRequest()"
name: "AksServiceResponseEnvironmentImageRequest()"
nameWithType: "AksServiceResponseEnvironmentImageRequest.AksServiceResponseEnvironmentImageRequest()"
syntax: "public AksServiceResponseEnvironmentImageRequest()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.validate()"
name: "validate()"
nameWithType: "AksServiceResponseEnvironmentImageRequest.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponse.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withAssets(java.util.List)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withAssets(List assets)"
name: "withAssets(List assets)"
nameWithType: "AksServiceResponseEnvironmentImageRequest.withAssets(List assets)"
summary: "Set the assets property: The list of assets."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponse.withAssets(java.util.List)"
parameters:
- name: "assets"
type: "List<>"
syntax: "public AksServiceResponseEnvironmentImageRequest withAssets(List assets)"
desc: "Set the assets property: The list of assets."
returns:
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withDriverProgram(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withDriverProgram(String driverProgram)"
name: "withDriverProgram(String driverProgram)"
nameWithType: "AksServiceResponseEnvironmentImageRequest.withDriverProgram(String driverProgram)"
summary: "Set the driverProgram property: The name of the driver file."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponse.withDriverProgram(java.lang.String)"
parameters:
- name: "driverProgram"
type: "String"
syntax: "public AksServiceResponseEnvironmentImageRequest withDriverProgram(String driverProgram)"
desc: "Set the driverProgram property: The name of the driver file."
returns:
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withEnvironment(com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponseEnvironment)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withEnvironment(EnvironmentImageResponseEnvironment environment)"
name: "withEnvironment(EnvironmentImageResponseEnvironment environment)"
nameWithType: "AksServiceResponseEnvironmentImageRequest.withEnvironment(EnvironmentImageResponseEnvironment environment)"
summary: "Set the environment property: The details of the AZURE ML environment."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponse.withEnvironment(com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponseEnvironment)"
parameters:
- name: "environment"
type: ""
syntax: "public AksServiceResponseEnvironmentImageRequest withEnvironment(EnvironmentImageResponseEnvironment environment)"
desc: "Set the environment property: The details of the AZURE ML environment."
returns:
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withEnvironmentReference(com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponseEnvironmentReference)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withEnvironmentReference(EnvironmentImageResponseEnvironmentReference environmentReference)"
name: "withEnvironmentReference(EnvironmentImageResponseEnvironmentReference environmentReference)"
nameWithType: "AksServiceResponseEnvironmentImageRequest.withEnvironmentReference(EnvironmentImageResponseEnvironmentReference environmentReference)"
summary: "Set the environmentReference property: The unique identifying details of the AZURE ML environment."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponse.withEnvironmentReference(com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponseEnvironmentReference)"
parameters:
- name: "environmentReference"
type: ""
syntax: "public AksServiceResponseEnvironmentImageRequest withEnvironmentReference(EnvironmentImageResponseEnvironmentReference environmentReference)"
desc: "Set the environmentReference property: The unique identifying details of the AZURE ML environment."
returns:
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withModelIds(java.util.List)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withModelIds(List modelIds)"
name: "withModelIds(List modelIds)"
nameWithType: "AksServiceResponseEnvironmentImageRequest.withModelIds(List modelIds)"
summary: "Set the modelIds property: The list of model Ids."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponse.withModelIds(java.util.List)"
parameters:
- name: "modelIds"
type: "List<String>"
syntax: "public AksServiceResponseEnvironmentImageRequest withModelIds(List modelIds)"
desc: "Set the modelIds property: The list of model Ids."
returns:
type: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withModels(java.util.List)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksServiceResponseEnvironmentImageRequest.withModels(List models)"
name: "withModels(List models)"
nameWithType: "AksServiceResponseEnvironmentImageRequest.withModels(List models)"
summary: "Set the models property: The list of models."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentImageResponse.withModels(java.util.List)"
parameters:
- name: "models"
type: "List<>"
syntax: "public AksServiceResponseEnvironmentImageRequest withModels(List models)"
desc: "Set the models property: The list of models."
returns:
type: ""
type: "class"
desc: "The Environment, models and assets used for inferencing."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1