167 строки
9.5 KiB
YAML
167 строки
9.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.ModelVersion"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion"
|
|
name: "ModelVersion"
|
|
nameWithType: "ModelVersion"
|
|
summary: "An immutable client-side representation of Model<wbr>Version."
|
|
syntax: "public interface **ModelVersion**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ModelVersion.id()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.id()"
|
|
name: "id()"
|
|
nameWithType: "ModelVersion.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.ModelVersion.innerModel()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "ModelVersion.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>machinelearning.<wbr>fluent.<wbr>models.<wbr>Model<wbr>Version<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ModelVersionInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ModelVersionInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.ModelVersionInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.ModelVersionInner&text=ModelVersionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ModelVersion.name()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.name()"
|
|
name: "name()"
|
|
nameWithType: "ModelVersion.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.ModelVersion.properties()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.properties()"
|
|
name: "properties()"
|
|
nameWithType: "ModelVersion.properties()"
|
|
summary: "Gets the properties property: \\[Required\\] Additional attributes of the entity."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ModelVersionProperties 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.ModelVersionProperties?alt=com.azure.resourcemanager.machinelearning.models.ModelVersionProperties&text=ModelVersionProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ModelVersion.publish(com.azure.resourcemanager.machinelearning.models.DestinationAsset)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.publish(DestinationAsset body)"
|
|
name: "publish(DestinationAsset body)"
|
|
nameWithType: "ModelVersion.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.ModelVersion.publish(com.azure.resourcemanager.machinelearning.models.DestinationAsset,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.publish(DestinationAsset body, Context context)"
|
|
name: "publish(DestinationAsset body, Context context)"
|
|
nameWithType: "ModelVersion.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.ModelVersion.refresh()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "ModelVersion.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ModelVersion refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ModelVersion?alt=com.azure.resourcemanager.machinelearning.models.ModelVersion&text=ModelVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ModelVersion.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "ModelVersion.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 ModelVersion refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ModelVersion?alt=com.azure.resourcemanager.machinelearning.models.ModelVersion&text=ModelVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ModelVersion.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "ModelVersion.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.ModelVersion.systemData()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "ModelVersion.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.ModelVersion.type()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.type()"
|
|
name: "type()"
|
|
nameWithType: "ModelVersion.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.ModelVersion.update()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ModelVersion.update()"
|
|
name: "update()"
|
|
nameWithType: "ModelVersion.update()"
|
|
summary: "Begins update for the Model<wbr>Version resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ModelVersion.Update update()"
|
|
desc: "Begins update for the ModelVersion resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ModelVersion.Update?alt=com.azure.resourcemanager.machinelearning.models.ModelVersion.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of ModelVersion."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|