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

160 строки
8.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.JobBase"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase"
name: "JobBase"
nameWithType: "JobBase"
summary: "An immutable client-side representation of Job<wbr>Base."
syntax: "public interface **JobBase**"
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.JobBase.cancel()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.cancel()"
name: "cancel()"
nameWithType: "JobBase.cancel()"
summary: "Cancels a Job (asynchronous)."
modifiers:
- "abstract"
syntax: "public abstract void cancel()"
desc: "Cancels a Job (asynchronous)."
- uid: "com.azure.resourcemanager.machinelearning.models.JobBase.cancel(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.cancel(Context context)"
name: "cancel(Context context)"
nameWithType: "JobBase.cancel(Context context)"
summary: "Cancels a Job (asynchronous)."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void cancel(Context context)"
desc: "Cancels a Job (asynchronous)."
- uid: "com.azure.resourcemanager.machinelearning.models.JobBase.id()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.id()"
name: "id()"
nameWithType: "JobBase.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBase.innerModel()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.innerModel()"
name: "innerModel()"
nameWithType: "JobBase.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>machinelearning.<wbr>fluent.<wbr>models.<wbr>Job<wbr>Base<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract JobBaseInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.JobBaseInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.JobBaseInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.JobBaseInner&text=JobBaseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBase.name()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.name()"
name: "name()"
nameWithType: "JobBase.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
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.JobBase.properties()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.properties()"
name: "properties()"
nameWithType: "JobBase.properties()"
summary: "Gets the properties property: \\[Required\\] Additional attributes of the entity."
modifiers:
- "abstract"
syntax: "public abstract JobBaseProperties properties()"
desc: "Gets the properties property: \\[Required\\] Additional attributes of the entity."
returns:
description: "the properties value."
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.JobBase.refresh()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.refresh()"
name: "refresh()"
nameWithType: "JobBase.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract JobBase refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBase?alt=com.azure.resourcemanager.machinelearning.models.JobBase&text=JobBase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBase.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "JobBase.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract JobBase refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBase?alt=com.azure.resourcemanager.machinelearning.models.JobBase&text=JobBase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBase.resourceGroupName()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "JobBase.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBase.systemData()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.systemData()"
name: "systemData()"
nameWithType: "JobBase.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBase.type()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.type()"
name: "type()"
nameWithType: "JobBase.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.JobBase.update()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobBase.update()"
name: "update()"
nameWithType: "JobBase.update()"
summary: "Begins update for the Job<wbr>Base resource."
modifiers:
- "abstract"
syntax: "public abstract JobBase.Update update()"
desc: "Begins update for the JobBase resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobBase.Update?alt=com.azure.resourcemanager.machinelearning.models.JobBase.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of JobBase."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0