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

341 строка
28 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties"
name: "JobBaseProperties"
nameWithType: "JobBaseProperties"
summary: "Base definition for a job."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase&text=ResourceBase\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase.description()?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase.description&text=description\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase.properties()?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase.properties&text=properties\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase.tags()?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase.validate()?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase.withDescription(java.lang.String)?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase.withDescription&text=withDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase.withProperties(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase.withProperties&text=withProperties\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- 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 **JobBaseProperties**</br> extends <xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceBase?alt=com.azure.resourcemanager.machinelearning.models.ResourceBase&text=ResourceBase\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.JobBaseProperties()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.JobBaseProperties()"
name: "JobBaseProperties()"
nameWithType: "JobBaseProperties.JobBaseProperties()"
summary: "Creates an instance of Job<wbr>Base<wbr>Properties class."
syntax: "public JobBaseProperties()"
desc: "Creates an instance of JobBaseProperties class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.componentId()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.componentId()"
name: "componentId()"
nameWithType: "JobBaseProperties.componentId()"
summary: "Get the component<wbr>Id property: ARM resource ID of the component resource."
syntax: "public String componentId()"
desc: "Get the componentId property: ARM resource ID of the component resource."
returns:
description: "the componentId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.computeId()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.computeId()"
name: "computeId()"
nameWithType: "JobBaseProperties.computeId()"
summary: "Get the compute<wbr>Id property: ARM resource ID of the compute resource."
syntax: "public String computeId()"
desc: "Get the computeId property: ARM resource ID of the compute resource."
returns:
description: "the computeId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.displayName()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.displayName()"
name: "displayName()"
nameWithType: "JobBaseProperties.displayName()"
summary: "Get the display<wbr>Name property: Display name of job."
syntax: "public String displayName()"
desc: "Get the displayName property: Display name of job."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.experimentName()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.experimentName()"
name: "experimentName()"
nameWithType: "JobBaseProperties.experimentName()"
summary: "Get the experiment<wbr>Name property: The name of the experiment the job belongs to."
syntax: "public String experimentName()"
desc: "Get the experimentName property: The name of the experiment the job belongs to. If not set, the job is placed in the \"Default\" experiment."
returns:
description: "the experimentName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "JobBaseProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Job<wbr>Base<wbr>Properties 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 JobBaseProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the JobBaseProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of JobBaseProperties from the JsonReader."
returns:
description: "An instance of JobBaseProperties 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.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.identity()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.identity()"
name: "identity()"
nameWithType: "JobBaseProperties.identity()"
summary: "Get the identity property: Identity configuration."
syntax: "public IdentityConfiguration identity()"
desc: "Get the identity property: Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.IdentityConfiguration?alt=com.azure.resourcemanager.machinelearning.models.IdentityConfiguration&text=IdentityConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.isArchived()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.isArchived()"
name: "isArchived()"
nameWithType: "JobBaseProperties.isArchived()"
summary: "Get the is<wbr>Archived property: Is the asset archived?."
syntax: "public Boolean isArchived()"
desc: "Get the isArchived property: Is the asset archived?."
returns:
description: "the isArchived value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.jobType()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.jobType()"
name: "jobType()"
nameWithType: "JobBaseProperties.jobType()"
summary: "Get the job<wbr>Type property: \\[Required\\] Specifies the type of job."
syntax: "public JobType jobType()"
desc: "Get the jobType property: \\[Required\\] Specifies the type of job."
returns:
description: "the jobType value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobType?alt=com.azure.resourcemanager.machinelearning.models.JobType&text=JobType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.notificationSetting()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.notificationSetting()"
name: "notificationSetting()"
nameWithType: "JobBaseProperties.notificationSetting()"
summary: "Get the notification<wbr>Setting property: Notification setting for the job."
syntax: "public NotificationSetting notificationSetting()"
desc: "Get the notificationSetting property: Notification setting for the job."
returns:
description: "the notificationSetting value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.NotificationSetting?alt=com.azure.resourcemanager.machinelearning.models.NotificationSetting&text=NotificationSetting\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.services()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.services()"
name: "services()"
nameWithType: "JobBaseProperties.services()"
summary: "Get the services property: List of Job<wbr>Endpoints."
syntax: "public Map<String,JobService> services()"
desc: "Get the services property: List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject."
returns:
description: "the services 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.JobService?alt=com.azure.resourcemanager.machinelearning.models.JobService&text=JobService\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.status()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.status()"
name: "status()"
nameWithType: "JobBaseProperties.status()"
summary: "Get the status property: Status of the job."
syntax: "public JobStatus status()"
desc: "Get the status property: Status of the job."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "JobBaseProperties.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.machinelearning.models.ResourceBase.toJson(com.azure.json.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.JobBaseProperties.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.validate()"
name: "validate()"
nameWithType: "JobBaseProperties.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearning.models.ResourceBase.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withComponentId(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withComponentId(String componentId)"
name: "withComponentId(String componentId)"
nameWithType: "JobBaseProperties.withComponentId(String componentId)"
summary: "Set the component<wbr>Id property: ARM resource ID of the component resource."
parameters:
- description: "the componentId value to set."
name: "componentId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobBaseProperties withComponentId(String componentId)"
desc: "Set the componentId property: ARM resource ID of the component resource."
returns:
description: "the JobBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withComputeId(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withComputeId(String computeId)"
name: "withComputeId(String computeId)"
nameWithType: "JobBaseProperties.withComputeId(String computeId)"
summary: "Set the compute<wbr>Id property: ARM resource ID of the compute resource."
parameters:
- description: "the computeId value to set."
name: "computeId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobBaseProperties withComputeId(String computeId)"
desc: "Set the computeId property: ARM resource ID of the compute resource."
returns:
description: "the JobBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "JobBaseProperties.withDescription(String description)"
summary: "Set the description property: The asset description text."
overridden: "com.azure.resourcemanager.machinelearning.models.ResourceBase.withDescription(java.lang.String)"
parameters:
- name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobBaseProperties withDescription(String description)"
desc: "Set the description property: The asset description text."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "JobBaseProperties.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name property: Display name of job."
parameters:
- description: "the displayName value to set."
name: "displayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobBaseProperties withDisplayName(String displayName)"
desc: "Set the displayName property: Display name of job."
returns:
description: "the JobBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withExperimentName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withExperimentName(String experimentName)"
name: "withExperimentName(String experimentName)"
nameWithType: "JobBaseProperties.withExperimentName(String experimentName)"
summary: "Set the experiment<wbr>Name property: The name of the experiment the job belongs to."
parameters:
- description: "the experimentName value to set."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobBaseProperties withExperimentName(String experimentName)"
desc: "Set the experimentName property: The name of the experiment the job belongs to. If not set, the job is placed in the \"Default\" experiment."
returns:
description: "the JobBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withIdentity(com.azure.resourcemanager.machinelearning.models.IdentityConfiguration)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withIdentity(IdentityConfiguration identity)"
name: "withIdentity(IdentityConfiguration identity)"
nameWithType: "JobBaseProperties.withIdentity(IdentityConfiguration identity)"
summary: "Set the identity property: Identity configuration."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.IdentityConfiguration?alt=com.azure.resourcemanager.machinelearning.models.IdentityConfiguration&text=IdentityConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobBaseProperties withIdentity(IdentityConfiguration identity)"
desc: "Set the identity property: Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null."
returns:
description: "the JobBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withIsArchived(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withIsArchived(Boolean isArchived)"
name: "withIsArchived(Boolean isArchived)"
nameWithType: "JobBaseProperties.withIsArchived(Boolean isArchived)"
summary: "Set the is<wbr>Archived property: Is the asset archived?."
parameters:
- description: "the isArchived value to set."
name: "isArchived"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public JobBaseProperties withIsArchived(Boolean isArchived)"
desc: "Set the isArchived property: Is the asset archived?."
returns:
description: "the JobBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withNotificationSetting(com.azure.resourcemanager.machinelearning.models.NotificationSetting)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withNotificationSetting(NotificationSetting notificationSetting)"
name: "withNotificationSetting(NotificationSetting notificationSetting)"
nameWithType: "JobBaseProperties.withNotificationSetting(NotificationSetting notificationSetting)"
summary: "Set the notification<wbr>Setting property: Notification setting for the job."
parameters:
- description: "the notificationSetting value to set."
name: "notificationSetting"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.NotificationSetting?alt=com.azure.resourcemanager.machinelearning.models.NotificationSetting&text=NotificationSetting\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobBaseProperties withNotificationSetting(NotificationSetting notificationSetting)"
desc: "Set the notificationSetting property: Notification setting for the job."
returns:
description: "the JobBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withProperties(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withProperties(Map<String,String> properties)"
name: "withProperties(Map<String,String> properties)"
nameWithType: "JobBaseProperties.withProperties(Map<String,String> properties)"
summary: "Set the properties property: The asset property dictionary."
overridden: "com.azure.resourcemanager.machinelearning.models.ResourceBase.withProperties(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- 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 JobBaseProperties withProperties(Map<String,String> properties)"
desc: "Set the properties property: The asset property dictionary."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withServices(java.util.Map<java.lang.String,com.azure.resourcemanager.machinelearning.models.JobService>)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withServices(Map<String,JobService> services)"
name: "withServices(Map<String,JobService> services)"
nameWithType: "JobBaseProperties.withServices(Map<String,JobService> services)"
summary: "Set the services property: List of Job<wbr>Endpoints."
parameters:
- description: "the services value to set."
name: "services"
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.JobService?alt=com.azure.resourcemanager.machinelearning.models.JobService&text=JobService\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public JobBaseProperties withServices(Map<String,JobService> services)"
desc: "Set the services property: List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject."
returns:
description: "the JobBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBaseProperties.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "JobBaseProperties.withTags(Map<String,String> tags)"
summary: "Set the tags property: Tag dictionary."
overridden: "com.azure.resourcemanager.machinelearning.models.ResourceBase.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
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 JobBaseProperties withTags(Map<String,String> tags)"
desc: "Set the tags property: Tag dictionary. Tags can be added, removed, and updated."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBaseProperties?alt=com.azure.resourcemanager.machinelearning.models.JobBaseProperties&text=JobBaseProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Base definition for a job."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0