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

202 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.CodeVersion"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion"
name: "CodeVersion"
nameWithType: "CodeVersion"
summary: "An immutable client-side representation of Code<wbr>Version."
syntax: "public interface **CodeVersion**"
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.CodeVersion.createOrGetStartPendingUpload(com.azure.resourcemanager.machinelearning.models.PendingUploadRequestDto)"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.createOrGetStartPendingUpload(PendingUploadRequestDto body)"
name: "createOrGetStartPendingUpload(PendingUploadRequestDto body)"
nameWithType: "CodeVersion.createOrGetStartPendingUpload(PendingUploadRequestDto body)"
summary: "Generate a storage location and credential for the client to upload a code asset to."
modifiers:
- "abstract"
parameters:
- description: "Pending upload request object."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.PendingUploadRequestDto?alt=com.azure.resourcemanager.machinelearning.models.PendingUploadRequestDto&text=PendingUploadRequestDto\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PendingUploadResponseDto createOrGetStartPendingUpload(PendingUploadRequestDto body)"
desc: "Generate a storage location and credential for the client to upload a code asset to."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.PendingUploadResponseDto?alt=com.azure.resourcemanager.machinelearning.models.PendingUploadResponseDto&text=PendingUploadResponseDto\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CodeVersion.createOrGetStartPendingUploadWithResponse(com.azure.resourcemanager.machinelearning.models.PendingUploadRequestDto,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.createOrGetStartPendingUploadWithResponse(PendingUploadRequestDto body, Context context)"
name: "createOrGetStartPendingUploadWithResponse(PendingUploadRequestDto body, Context context)"
nameWithType: "CodeVersion.createOrGetStartPendingUploadWithResponse(PendingUploadRequestDto body, Context context)"
summary: "Generate a storage location and credential for the client to upload a code asset to."
modifiers:
- "abstract"
parameters:
- description: "Pending upload request object."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.PendingUploadRequestDto?alt=com.azure.resourcemanager.machinelearning.models.PendingUploadRequestDto&text=PendingUploadRequestDto\" data-throw-if-not-resolved=\"False\" />"
- 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 Response<PendingUploadResponseDto> createOrGetStartPendingUploadWithResponse(PendingUploadRequestDto body, Context context)"
desc: "Generate a storage location and credential for the client to upload a code asset to."
returns:
description: "the response body along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.PendingUploadResponseDto?alt=com.azure.resourcemanager.machinelearning.models.PendingUploadResponseDto&text=PendingUploadResponseDto\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.CodeVersion.id()"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.id()"
name: "id()"
nameWithType: "CodeVersion.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.CodeVersion.innerModel()"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.innerModel()"
name: "innerModel()"
nameWithType: "CodeVersion.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>machinelearning.<wbr>fluent.<wbr>models.<wbr>Code<wbr>Version<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract CodeVersionInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.CodeVersionInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.CodeVersionInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.CodeVersionInner&text=CodeVersionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CodeVersion.name()"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.name()"
name: "name()"
nameWithType: "CodeVersion.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.CodeVersion.properties()"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.properties()"
name: "properties()"
nameWithType: "CodeVersion.properties()"
summary: "Gets the properties property: \\[Required\\] Additional attributes of the entity."
modifiers:
- "abstract"
syntax: "public abstract CodeVersionProperties 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.CodeVersionProperties?alt=com.azure.resourcemanager.machinelearning.models.CodeVersionProperties&text=CodeVersionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CodeVersion.publish(com.azure.resourcemanager.machinelearning.models.DestinationAsset)"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.publish(DestinationAsset body)"
name: "publish(DestinationAsset body)"
nameWithType: "CodeVersion.publish(DestinationAsset body)"
summary: "Publish version asset into registry."
modifiers:
- "abstract"
parameters:
- description: "Destination registry info."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DestinationAsset?alt=com.azure.resourcemanager.machinelearning.models.DestinationAsset&text=DestinationAsset\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void publish(DestinationAsset body)"
desc: "Publish version asset into registry."
- uid: "com.azure.resourcemanager.machinelearning.models.CodeVersion.publish(com.azure.resourcemanager.machinelearning.models.DestinationAsset,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.publish(DestinationAsset body, Context context)"
name: "publish(DestinationAsset body, Context context)"
nameWithType: "CodeVersion.publish(DestinationAsset body, Context context)"
summary: "Publish version asset into registry."
modifiers:
- "abstract"
parameters:
- description: "Destination registry info."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DestinationAsset?alt=com.azure.resourcemanager.machinelearning.models.DestinationAsset&text=DestinationAsset\" data-throw-if-not-resolved=\"False\" />"
- 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 publish(DestinationAsset body, Context context)"
desc: "Publish version asset into registry."
- uid: "com.azure.resourcemanager.machinelearning.models.CodeVersion.refresh()"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.refresh()"
name: "refresh()"
nameWithType: "CodeVersion.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract CodeVersion refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CodeVersion?alt=com.azure.resourcemanager.machinelearning.models.CodeVersion&text=CodeVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CodeVersion.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "CodeVersion.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 CodeVersion refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CodeVersion?alt=com.azure.resourcemanager.machinelearning.models.CodeVersion&text=CodeVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CodeVersion.resourceGroupName()"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "CodeVersion.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.CodeVersion.systemData()"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.systemData()"
name: "systemData()"
nameWithType: "CodeVersion.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.CodeVersion.type()"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.type()"
name: "type()"
nameWithType: "CodeVersion.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.CodeVersion.update()"
fullName: "com.azure.resourcemanager.machinelearning.models.CodeVersion.update()"
name: "update()"
nameWithType: "CodeVersion.update()"
summary: "Begins update for the Code<wbr>Version resource."
modifiers:
- "abstract"
syntax: "public abstract CodeVersion.Update update()"
desc: "Begins update for the CodeVersion resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CodeVersion.Update?alt=com.azure.resourcemanager.machinelearning.models.CodeVersion.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of CodeVersion."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0