| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static NotebookInstanceStatus |
NotebookInstanceStatus.fromValue(String value)
Use this in place of valueOf.
|
static NotebookInstanceStatus |
NotebookInstanceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotebookInstanceStatus[] |
NotebookInstanceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookInstanceSummary |
NotebookInstanceSummary.withNotebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withNotebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
ListNotebookInstancesRequest |
ListNotebookInstancesRequest.withStatusEquals(NotebookInstanceStatus statusEquals)
A filter that returns only notebook instances with the specified status.
|
Copyright © 2022. All rights reserved.