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

126 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.BuildContext"
fullName: "com.azure.resourcemanager.machinelearning.models.BuildContext"
name: "BuildContext"
nameWithType: "BuildContext"
summary: "Configuration settings for Docker build context."
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 **BuildContext**</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.BuildContext?alt=com.azure.resourcemanager.machinelearning.models.BuildContext&text=BuildContext\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.BuildContext.BuildContext()"
fullName: "com.azure.resourcemanager.machinelearning.models.BuildContext.BuildContext()"
name: "BuildContext()"
nameWithType: "BuildContext.BuildContext()"
summary: "Creates an instance of Build<wbr>Context class."
syntax: "public BuildContext()"
desc: "Creates an instance of BuildContext class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.BuildContext.contextUri()"
fullName: "com.azure.resourcemanager.machinelearning.models.BuildContext.contextUri()"
name: "contextUri()"
nameWithType: "BuildContext.contextUri()"
summary: "Get the context<wbr>Uri property: \\[Required\\] URI of the Docker build context used to build the image."
syntax: "public String contextUri()"
desc: "Get the contextUri property: \\[Required\\] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs. <seealso href=\"https://docs.docker.com/engine/reference/commandline/build/\\#extended-description\" />."
returns:
description: "the contextUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.BuildContext.dockerfilePath()"
fullName: "com.azure.resourcemanager.machinelearning.models.BuildContext.dockerfilePath()"
name: "dockerfilePath()"
nameWithType: "BuildContext.dockerfilePath()"
summary: "Get the dockerfile<wbr>Path property: Path to the Dockerfile in the build context."
syntax: "public String dockerfilePath()"
desc: "Get the dockerfilePath property: Path to the Dockerfile in the build context. <seealso href=\"https://docs.docker.com/engine/reference/builder/\" />."
returns:
description: "the dockerfilePath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.BuildContext.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.BuildContext.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "BuildContext.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Build<wbr>Context 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 BuildContext fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of BuildContext from the JsonReader."
returns:
description: "An instance of BuildContext 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.BuildContext?alt=com.azure.resourcemanager.machinelearning.models.BuildContext&text=BuildContext\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.BuildContext.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.BuildContext.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "BuildContext.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.BuildContext.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.BuildContext.validate()"
name: "validate()"
nameWithType: "BuildContext.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.BuildContext.withContextUri(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.BuildContext.withContextUri(String contextUri)"
name: "withContextUri(String contextUri)"
nameWithType: "BuildContext.withContextUri(String contextUri)"
summary: "Set the context<wbr>Uri property: \\[Required\\] URI of the Docker build context used to build the image."
parameters:
- description: "the contextUri value to set."
name: "contextUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BuildContext withContextUri(String contextUri)"
desc: "Set the contextUri property: \\[Required\\] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs. <seealso href=\"https://docs.docker.com/engine/reference/commandline/build/\\#extended-description\" />."
returns:
description: "the BuildContext object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.BuildContext?alt=com.azure.resourcemanager.machinelearning.models.BuildContext&text=BuildContext\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.BuildContext.withDockerfilePath(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.BuildContext.withDockerfilePath(String dockerfilePath)"
name: "withDockerfilePath(String dockerfilePath)"
nameWithType: "BuildContext.withDockerfilePath(String dockerfilePath)"
summary: "Set the dockerfile<wbr>Path property: Path to the Dockerfile in the build context."
parameters:
- description: "the dockerfilePath value to set."
name: "dockerfilePath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BuildContext withDockerfilePath(String dockerfilePath)"
desc: "Set the dockerfilePath property: Path to the Dockerfile in the build context. <seealso href=\"https://docs.docker.com/engine/reference/builder/\" />."
returns:
description: "the BuildContext object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.BuildContext?alt=com.azure.resourcemanager.machinelearning.models.BuildContext&text=BuildContext\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Configuration settings for Docker build context."
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.BuildContext?alt=com.azure.resourcemanager.machinelearning.models.BuildContext&text=BuildContext\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0