azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

246 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.CustomService"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService"
name: "CustomService"
nameWithType: "CustomService"
summary: "Specifies the custom service configuration."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CustomService**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomService?alt=com.azure.resourcemanager.machinelearning.models.CustomService&text=CustomService\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.CustomService()"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.CustomService()"
name: "CustomService()"
nameWithType: "CustomService.CustomService()"
summary: "Creates an instance of Custom<wbr>Service class."
syntax: "public CustomService()"
desc: "Creates an instance of CustomService class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.additionalProperties()"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.additionalProperties()"
name: "additionalProperties()"
nameWithType: "CustomService.additionalProperties()"
summary: "Get the additional<wbr>Properties property: Specifies the custom service configuration."
syntax: "public Map<String,Object> additionalProperties()"
desc: "Get the additionalProperties property: Specifies the custom service configuration."
returns:
description: "the additionalProperties value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.docker()"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.docker()"
name: "docker()"
nameWithType: "CustomService.docker()"
summary: "Get the docker property: Describes the docker settings for the image."
syntax: "public Docker docker()"
desc: "Get the docker property: Describes the docker settings for the image."
returns:
description: "the docker value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Docker?alt=com.azure.resourcemanager.machinelearning.models.Docker&text=Docker\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.endpoints()"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.endpoints()"
name: "endpoints()"
nameWithType: "CustomService.endpoints()"
summary: "Get the endpoints property: Configuring the endpoints for the container."
syntax: "public List<Endpoint> endpoints()"
desc: "Get the endpoints property: Configuring the endpoints for the container."
returns:
description: "the endpoints value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.Endpoint?alt=com.azure.resourcemanager.machinelearning.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.environmentVariables()"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.environmentVariables()"
name: "environmentVariables()"
nameWithType: "CustomService.environmentVariables()"
summary: "Get the environment<wbr>Variables property: Environment Variable for the container."
syntax: "public Map<String,EnvironmentVariable> environmentVariables()"
desc: "Get the environmentVariables property: Environment Variable for the container."
returns:
description: "the environmentVariables value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.machinelearning.models.EnvironmentVariable?alt=com.azure.resourcemanager.machinelearning.models.EnvironmentVariable&text=EnvironmentVariable\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "CustomService.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Custom<wbr>Service from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CustomService fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the CustomService."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CustomService from the JsonReader."
returns:
description: "An instance of CustomService if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomService?alt=com.azure.resourcemanager.machinelearning.models.CustomService&text=CustomService\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.image()"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.image()"
name: "image()"
nameWithType: "CustomService.image()"
summary: "Get the image property: Describes the Image Specifications."
syntax: "public Image image()"
desc: "Get the image property: Describes the Image Specifications."
returns:
description: "the image value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Image?alt=com.azure.resourcemanager.machinelearning.models.Image&text=Image\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.name()"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.name()"
name: "name()"
nameWithType: "CustomService.name()"
summary: "Get the name property: Name of the Custom Service."
syntax: "public String name()"
desc: "Get the name property: Name of the Custom Service."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "CustomService.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.validate()"
name: "validate()"
nameWithType: "CustomService.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.volumes()"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.volumes()"
name: "volumes()"
nameWithType: "CustomService.volumes()"
summary: "Get the volumes property: Configuring the volumes for the container."
syntax: "public List<VolumeDefinition> volumes()"
desc: "Get the volumes property: Configuring the volumes for the container."
returns:
description: "the volumes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.VolumeDefinition?alt=com.azure.resourcemanager.machinelearning.models.VolumeDefinition&text=VolumeDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.withAdditionalProperties(Map<String,Object> additionalProperties)"
name: "withAdditionalProperties(Map<String,Object> additionalProperties)"
nameWithType: "CustomService.withAdditionalProperties(Map<String,Object> additionalProperties)"
summary: "Set the additional<wbr>Properties property: Specifies the custom service configuration."
parameters:
- description: "the additionalProperties value to set."
name: "additionalProperties"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
syntax: "public CustomService withAdditionalProperties(Map<String,Object> additionalProperties)"
desc: "Set the additionalProperties property: Specifies the custom service configuration."
returns:
description: "the CustomService object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomService?alt=com.azure.resourcemanager.machinelearning.models.CustomService&text=CustomService\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.withDocker(com.azure.resourcemanager.machinelearning.models.Docker)"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.withDocker(Docker docker)"
name: "withDocker(Docker docker)"
nameWithType: "CustomService.withDocker(Docker docker)"
summary: "Set the docker property: Describes the docker settings for the image."
parameters:
- description: "the docker value to set."
name: "docker"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Docker?alt=com.azure.resourcemanager.machinelearning.models.Docker&text=Docker\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CustomService withDocker(Docker docker)"
desc: "Set the docker property: Describes the docker settings for the image."
returns:
description: "the CustomService object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomService?alt=com.azure.resourcemanager.machinelearning.models.CustomService&text=CustomService\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.withEndpoints(java.util.List<com.azure.resourcemanager.machinelearning.models.Endpoint>)"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.withEndpoints(List<Endpoint> endpoints)"
name: "withEndpoints(List<Endpoint> endpoints)"
nameWithType: "CustomService.withEndpoints(List<Endpoint> endpoints)"
summary: "Set the endpoints property: Configuring the endpoints for the container."
parameters:
- description: "the endpoints value to set."
name: "endpoints"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.Endpoint?alt=com.azure.resourcemanager.machinelearning.models.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CustomService withEndpoints(List<Endpoint> endpoints)"
desc: "Set the endpoints property: Configuring the endpoints for the container."
returns:
description: "the CustomService object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomService?alt=com.azure.resourcemanager.machinelearning.models.CustomService&text=CustomService\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.withEnvironmentVariables(java.util.Map<java.lang.String,com.azure.resourcemanager.machinelearning.models.EnvironmentVariable>)"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.withEnvironmentVariables(Map<String,EnvironmentVariable> environmentVariables)"
name: "withEnvironmentVariables(Map<String,EnvironmentVariable> environmentVariables)"
nameWithType: "CustomService.withEnvironmentVariables(Map<String,EnvironmentVariable> environmentVariables)"
summary: "Set the environment<wbr>Variables property: Environment Variable for the container."
parameters:
- description: "the environmentVariables value to set."
name: "environmentVariables"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.machinelearning.models.EnvironmentVariable?alt=com.azure.resourcemanager.machinelearning.models.EnvironmentVariable&text=EnvironmentVariable\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CustomService withEnvironmentVariables(Map<String,EnvironmentVariable> environmentVariables)"
desc: "Set the environmentVariables property: Environment Variable for the container."
returns:
description: "the CustomService object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomService?alt=com.azure.resourcemanager.machinelearning.models.CustomService&text=CustomService\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.withImage(com.azure.resourcemanager.machinelearning.models.Image)"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.withImage(Image image)"
name: "withImage(Image image)"
nameWithType: "CustomService.withImage(Image image)"
summary: "Set the image property: Describes the Image Specifications."
parameters:
- description: "the image value to set."
name: "image"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Image?alt=com.azure.resourcemanager.machinelearning.models.Image&text=Image\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CustomService withImage(Image image)"
desc: "Set the image property: Describes the Image Specifications."
returns:
description: "the CustomService object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomService?alt=com.azure.resourcemanager.machinelearning.models.CustomService&text=CustomService\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.withName(String name)"
name: "withName(String name)"
nameWithType: "CustomService.withName(String name)"
summary: "Set the name property: Name of the Custom Service."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CustomService withName(String name)"
desc: "Set the name property: Name of the Custom Service."
returns:
description: "the CustomService object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomService?alt=com.azure.resourcemanager.machinelearning.models.CustomService&text=CustomService\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CustomService.withVolumes(java.util.List<com.azure.resourcemanager.machinelearning.models.VolumeDefinition>)"
fullName: "com.azure.resourcemanager.machinelearning.models.CustomService.withVolumes(List<VolumeDefinition> volumes)"
name: "withVolumes(List<VolumeDefinition> volumes)"
nameWithType: "CustomService.withVolumes(List<VolumeDefinition> volumes)"
summary: "Set the volumes property: Configuring the volumes for the container."
parameters:
- description: "the volumes value to set."
name: "volumes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.VolumeDefinition?alt=com.azure.resourcemanager.machinelearning.models.VolumeDefinition&text=VolumeDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CustomService withVolumes(List<VolumeDefinition> volumes)"
desc: "Set the volumes property: Configuring the volumes for the container."
returns:
description: "the CustomService object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomService?alt=com.azure.resourcemanager.machinelearning.models.CustomService&text=CustomService\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies the custom service configuration."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomService?alt=com.azure.resourcemanager.machinelearning.models.CustomService&text=CustomService\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0