| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static NotebookInstanceAcceleratorType |
NotebookInstanceAcceleratorType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static NotebookInstanceAcceleratorType |
NotebookInstanceAcceleratorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotebookInstanceAcceleratorType[] |
NotebookInstanceAcceleratorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotebookInstanceAcceleratorType> |
CreateNotebookInstanceRequest.acceleratorTypes()
A list of Elastic Inference (EI) instance types to associate with this notebook instance.
|
List<NotebookInstanceAcceleratorType> |
UpdateNotebookInstanceRequest.acceleratorTypes()
A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
|
List<NotebookInstanceAcceleratorType> |
DescribeNotebookInstanceResponse.acceleratorTypes()
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
static Set<NotebookInstanceAcceleratorType> |
NotebookInstanceAcceleratorType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of Elastic Inference (EI) instance types to associate with this notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)
A list of Elastic Inference (EI) instance types to associate with this notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)
A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
Copyright © 2021. All rights reserved.