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

115 строки
7.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage"
name: "SparkMavenPackage"
nameWithType: "SparkMavenPackage"
summary: "The Spark<wbr>Maven<wbr>Package model."
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 **SparkMavenPackage**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.SparkMavenPackage()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.SparkMavenPackage()"
name: "SparkMavenPackage()"
nameWithType: "SparkMavenPackage.SparkMavenPackage()"
syntax: "public SparkMavenPackage()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.artifact()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.artifact()"
name: "artifact()"
nameWithType: "SparkMavenPackage.artifact()"
summary: "Get the artifact property: The artifact property."
syntax: "public String artifact()"
desc: "Get the artifact property: The artifact property."
returns:
description: "the artifact value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.group()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.group()"
name: "group()"
nameWithType: "SparkMavenPackage.group()"
summary: "Get the group property: The group property."
syntax: "public String group()"
desc: "Get the group property: The group property."
returns:
description: "the group value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.validate()"
name: "validate()"
nameWithType: "SparkMavenPackage.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.version()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.version()"
name: "version()"
nameWithType: "SparkMavenPackage.version()"
summary: "Get the version property: The version property."
syntax: "public String version()"
desc: "Get the version property: The version property."
returns:
description: "the version value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.withArtifact(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.withArtifact(String artifact)"
name: "withArtifact(String artifact)"
nameWithType: "SparkMavenPackage.withArtifact(String artifact)"
summary: "Set the artifact property: The artifact property."
parameters:
- description: "the artifact value to set."
name: "artifact"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SparkMavenPackage withArtifact(String artifact)"
desc: "Set the artifact property: The artifact property."
returns:
description: "the SparkMavenPackage object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage?alt=com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage&text=SparkMavenPackage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.withGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.withGroup(String group)"
name: "withGroup(String group)"
nameWithType: "SparkMavenPackage.withGroup(String group)"
summary: "Set the group property: The group property."
parameters:
- description: "the group value to set."
name: "group"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SparkMavenPackage withGroup(String group)"
desc: "Set the group property: The group property."
returns:
description: "the SparkMavenPackage object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage?alt=com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage&text=SparkMavenPackage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.withVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage.withVersion(String version)"
name: "withVersion(String version)"
nameWithType: "SparkMavenPackage.withVersion(String version)"
summary: "Set the version property: The version property."
parameters:
- description: "the version value to set."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SparkMavenPackage withVersion(String version)"
desc: "Set the version property: The version property."
returns:
description: "the SparkMavenPackage object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage?alt=com.azure.resourcemanager.machinelearningservices.models.SparkMavenPackage&text=SparkMavenPackage\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The SparkMavenPackage model."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1