| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static NotebookInstanceStatus |
NotebookInstanceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NotebookInstanceStatus |
NotebookInstanceSummary.notebookInstanceStatus()
The status of the notebook instance.
|
NotebookInstanceStatus |
DescribeNotebookInstanceResponse.notebookInstanceStatus()
The status of the notebook instance.
|
NotebookInstanceStatus |
ListNotebookInstancesRequest.statusEquals()
A filter that returns only notebook instances with the specified status.
|
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 |
|---|---|
static Set<NotebookInstanceStatus> |
NotebookInstanceStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NotebookInstanceSummary.Builder |
NotebookInstanceSummary.Builder.notebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.notebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
ListNotebookInstancesRequest.Builder |
ListNotebookInstancesRequest.Builder.statusEquals(NotebookInstanceStatus statusEquals)
A filter that returns only notebook instances with the specified status.
|
Copyright © 2019. All rights reserved.