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

187 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest"
name: "CreateServiceRequest"
nameWithType: "CreateServiceRequest"
summary: "The base class for creating a service."
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 class **CreateServiceRequest**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.CreateServiceRequest()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.CreateServiceRequest()"
name: "CreateServiceRequest()"
nameWithType: "CreateServiceRequest.CreateServiceRequest()"
syntax: "public CreateServiceRequest()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.description()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.description()"
name: "description()"
nameWithType: "CreateServiceRequest.description()"
summary: "Get the description property: The description of the service."
syntax: "public String description()"
desc: "Get the description property: The description of the service."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.environmentImageRequest()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.environmentImageRequest()"
name: "environmentImageRequest()"
nameWithType: "CreateServiceRequest.environmentImageRequest()"
summary: "Get the environment<wbr>Image<wbr>Request property: The Environment, models and assets needed for inferencing."
syntax: "public CreateServiceRequestEnvironmentImageRequest environmentImageRequest()"
desc: "Get the environmentImageRequest property: The Environment, models and assets needed for inferencing."
returns:
description: "the environmentImageRequest value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestEnvironmentImageRequest?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestEnvironmentImageRequest&text=CreateServiceRequestEnvironmentImageRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.keys()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.keys()"
name: "keys()"
nameWithType: "CreateServiceRequest.keys()"
summary: "Get the keys property: The authentication keys."
syntax: "public CreateServiceRequestKeys keys()"
desc: "Get the keys property: The authentication keys."
returns:
description: "the keys value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys&text=CreateServiceRequestKeys\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.kvTags()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.kvTags()"
name: "kvTags()"
nameWithType: "CreateServiceRequest.kvTags()"
summary: "Get the kv<wbr>Tags property: The service tag dictionary."
syntax: "public Map<String,String> kvTags()"
desc: "Get the kvTags property: The service tag dictionary. Tags are mutable."
returns:
description: "the kvTags 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/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.location()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.location()"
name: "location()"
nameWithType: "CreateServiceRequest.location()"
summary: "Get the location property: The name of the Azure location/region."
syntax: "public String location()"
desc: "Get the location property: The name of the Azure location/region."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.properties()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.properties()"
name: "properties()"
nameWithType: "CreateServiceRequest.properties()"
summary: "Get the properties property: The service properties dictionary."
syntax: "public Map<String,String> properties()"
desc: "Get the properties property: The service properties dictionary. Properties are immutable."
returns:
description: "the properties 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/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.validate()"
name: "validate()"
nameWithType: "CreateServiceRequest.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "CreateServiceRequest.withDescription(String description)"
summary: "Set the description property: The description of the service."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CreateServiceRequest withDescription(String description)"
desc: "Set the description property: The description of the service."
returns:
description: "the CreateServiceRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest&text=CreateServiceRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withEnvironmentImageRequest(com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestEnvironmentImageRequest)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withEnvironmentImageRequest(CreateServiceRequestEnvironmentImageRequest environmentImageRequest)"
name: "withEnvironmentImageRequest(CreateServiceRequestEnvironmentImageRequest environmentImageRequest)"
nameWithType: "CreateServiceRequest.withEnvironmentImageRequest(CreateServiceRequestEnvironmentImageRequest environmentImageRequest)"
summary: "Set the environment<wbr>Image<wbr>Request property: The Environment, models and assets needed for inferencing."
parameters:
- description: "the environmentImageRequest value to set."
name: "environmentImageRequest"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestEnvironmentImageRequest?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestEnvironmentImageRequest&text=CreateServiceRequestEnvironmentImageRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CreateServiceRequest withEnvironmentImageRequest(CreateServiceRequestEnvironmentImageRequest environmentImageRequest)"
desc: "Set the environmentImageRequest property: The Environment, models and assets needed for inferencing."
returns:
description: "the CreateServiceRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest&text=CreateServiceRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withKeys(com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withKeys(CreateServiceRequestKeys keys)"
name: "withKeys(CreateServiceRequestKeys keys)"
nameWithType: "CreateServiceRequest.withKeys(CreateServiceRequestKeys keys)"
summary: "Set the keys property: The authentication keys."
parameters:
- description: "the keys value to set."
name: "keys"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys&text=CreateServiceRequestKeys\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CreateServiceRequest withKeys(CreateServiceRequestKeys keys)"
desc: "Set the keys property: The authentication keys."
returns:
description: "the CreateServiceRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest&text=CreateServiceRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withKvTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withKvTags(Map<String,String> kvTags)"
name: "withKvTags(Map<String,String> kvTags)"
nameWithType: "CreateServiceRequest.withKvTags(Map<String,String> kvTags)"
summary: "Set the kv<wbr>Tags property: The service tag dictionary."
parameters:
- description: "the kvTags value to set."
name: "kvTags"
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/String.html\">String</a>&gt;"
syntax: "public CreateServiceRequest withKvTags(Map<String,String> kvTags)"
desc: "Set the kvTags property: The service tag dictionary. Tags are mutable."
returns:
description: "the CreateServiceRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest&text=CreateServiceRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "CreateServiceRequest.withLocation(String location)"
summary: "Set the location property: The name of the Azure location/region."
parameters:
- description: "the location value to set."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CreateServiceRequest withLocation(String location)"
desc: "Set the location property: The name of the Azure location/region."
returns:
description: "the CreateServiceRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest&text=CreateServiceRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withProperties(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest.withProperties(Map<String,String> properties)"
name: "withProperties(Map<String,String> properties)"
nameWithType: "CreateServiceRequest.withProperties(Map<String,String> properties)"
summary: "Set the properties property: The service properties dictionary."
parameters:
- description: "the properties value to set."
name: "properties"
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/String.html\">String</a>&gt;"
syntax: "public CreateServiceRequest withProperties(Map<String,String> properties)"
desc: "Set the properties property: The service properties dictionary. Properties are immutable."
returns:
description: "the CreateServiceRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequest&text=CreateServiceRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The base class for creating a service."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1