139 строки
8.2 KiB
YAML
139 строки
8.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset"
|
|
name: "ImageAsset"
|
|
nameWithType: "ImageAsset"
|
|
summary: "An Image asset."
|
|
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 final class **ImageAsset**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.ImageAsset()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.ImageAsset()"
|
|
name: "ImageAsset()"
|
|
nameWithType: "ImageAsset.ImageAsset()"
|
|
syntax: "public ImageAsset()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.id()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.id()"
|
|
name: "id()"
|
|
nameWithType: "ImageAsset.id()"
|
|
summary: "Get the id property: The Asset Id."
|
|
syntax: "public String id()"
|
|
desc: "Get the id property: The Asset Id."
|
|
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.machinelearningservices.models.ImageAsset.mimeType()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.mimeType()"
|
|
name: "mimeType()"
|
|
nameWithType: "ImageAsset.mimeType()"
|
|
summary: "Get the mime<wbr>Type property: The mime type."
|
|
syntax: "public String mimeType()"
|
|
desc: "Get the mimeType property: The mime type."
|
|
returns:
|
|
description: "the mimeType value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.unpack()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.unpack()"
|
|
name: "unpack()"
|
|
nameWithType: "ImageAsset.unpack()"
|
|
summary: "Get the unpack property: Whether the Asset is unpacked."
|
|
syntax: "public Boolean unpack()"
|
|
desc: "Get the unpack property: Whether the Asset is unpacked."
|
|
returns:
|
|
description: "the unpack value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.url()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.url()"
|
|
name: "url()"
|
|
nameWithType: "ImageAsset.url()"
|
|
summary: "Get the url property: The Url of the Asset."
|
|
syntax: "public String url()"
|
|
desc: "Get the url property: The Url of the Asset."
|
|
returns:
|
|
description: "the url value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ImageAsset.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.withId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.withId(String id)"
|
|
name: "withId(String id)"
|
|
nameWithType: "ImageAsset.withId(String id)"
|
|
summary: "Set the id property: The Asset Id."
|
|
parameters:
|
|
- description: "the id value to set."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ImageAsset withId(String id)"
|
|
desc: "Set the id property: The Asset Id."
|
|
returns:
|
|
description: "the ImageAsset object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ImageAsset?alt=com.azure.resourcemanager.machinelearningservices.models.ImageAsset&text=ImageAsset\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.withMimeType(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.withMimeType(String mimeType)"
|
|
name: "withMimeType(String mimeType)"
|
|
nameWithType: "ImageAsset.withMimeType(String mimeType)"
|
|
summary: "Set the mime<wbr>Type property: The mime type."
|
|
parameters:
|
|
- description: "the mimeType value to set."
|
|
name: "mimeType"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ImageAsset withMimeType(String mimeType)"
|
|
desc: "Set the mimeType property: The mime type."
|
|
returns:
|
|
description: "the ImageAsset object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ImageAsset?alt=com.azure.resourcemanager.machinelearningservices.models.ImageAsset&text=ImageAsset\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.withUnpack(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.withUnpack(Boolean unpack)"
|
|
name: "withUnpack(Boolean unpack)"
|
|
nameWithType: "ImageAsset.withUnpack(Boolean unpack)"
|
|
summary: "Set the unpack property: Whether the Asset is unpacked."
|
|
parameters:
|
|
- description: "the unpack value to set."
|
|
name: "unpack"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public ImageAsset withUnpack(Boolean unpack)"
|
|
desc: "Set the unpack property: Whether the Asset is unpacked."
|
|
returns:
|
|
description: "the ImageAsset object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ImageAsset?alt=com.azure.resourcemanager.machinelearningservices.models.ImageAsset&text=ImageAsset\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.withUrl(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ImageAsset.withUrl(String url)"
|
|
name: "withUrl(String url)"
|
|
nameWithType: "ImageAsset.withUrl(String url)"
|
|
summary: "Set the url property: The Url of the Asset."
|
|
parameters:
|
|
- description: "the url value to set."
|
|
name: "url"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ImageAsset withUrl(String url)"
|
|
desc: "Set the url property: The Url of the Asset."
|
|
returns:
|
|
description: "the ImageAsset object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ImageAsset?alt=com.azure.resourcemanager.machinelearningservices.models.ImageAsset&text=ImageAsset\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "An Image asset."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|