91 строка
6.2 KiB
YAML
91 строка
6.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError"
|
|
name: "NotebookPreparationError"
|
|
nameWithType: "NotebookPreparationError"
|
|
summary: "The Notebook<wbr>Preparation<wbr>Error 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 **NotebookPreparationError**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.NotebookPreparationError()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.NotebookPreparationError()"
|
|
name: "NotebookPreparationError()"
|
|
nameWithType: "NotebookPreparationError.NotebookPreparationError()"
|
|
syntax: "public NotebookPreparationError()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.errorMessage()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.errorMessage()"
|
|
name: "errorMessage()"
|
|
nameWithType: "NotebookPreparationError.errorMessage()"
|
|
summary: "Get the error<wbr>Message property: The error<wbr>Message property."
|
|
syntax: "public String errorMessage()"
|
|
desc: "Get the errorMessage property: The errorMessage property."
|
|
returns:
|
|
description: "the errorMessage value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.statusCode()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.statusCode()"
|
|
name: "statusCode()"
|
|
nameWithType: "NotebookPreparationError.statusCode()"
|
|
summary: "Get the status<wbr>Code property: The status<wbr>Code property."
|
|
syntax: "public Integer statusCode()"
|
|
desc: "Get the statusCode property: The statusCode property."
|
|
returns:
|
|
description: "the statusCode value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.validate()"
|
|
name: "validate()"
|
|
nameWithType: "NotebookPreparationError.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.withErrorMessage(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.withErrorMessage(String errorMessage)"
|
|
name: "withErrorMessage(String errorMessage)"
|
|
nameWithType: "NotebookPreparationError.withErrorMessage(String errorMessage)"
|
|
summary: "Set the error<wbr>Message property: The error<wbr>Message property."
|
|
parameters:
|
|
- description: "the errorMessage value to set."
|
|
name: "errorMessage"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NotebookPreparationError withErrorMessage(String errorMessage)"
|
|
desc: "Set the errorMessage property: The errorMessage property."
|
|
returns:
|
|
description: "the NotebookPreparationError object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError?alt=com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError&text=NotebookPreparationError\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.withStatusCode(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError.withStatusCode(Integer statusCode)"
|
|
name: "withStatusCode(Integer statusCode)"
|
|
nameWithType: "NotebookPreparationError.withStatusCode(Integer statusCode)"
|
|
summary: "Set the status<wbr>Code property: The status<wbr>Code property."
|
|
parameters:
|
|
- description: "the statusCode value to set."
|
|
name: "statusCode"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public NotebookPreparationError withStatusCode(Integer statusCode)"
|
|
desc: "Set the statusCode property: The statusCode property."
|
|
returns:
|
|
description: "the NotebookPreparationError object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError?alt=com.azure.resourcemanager.machinelearningservices.models.NotebookPreparationError&text=NotebookPreparationError\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The NotebookPreparationError model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|