| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceType |
InstanceType.fromValue(String value)
Use this in place of valueOf.
|
static InstanceType |
InstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceType[] |
InstanceType.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.withInstanceType(InstanceType instanceType)
The type of ML compute instance that the notebook instance is running on.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withInstanceType(InstanceType instanceType)
The Amazon ML compute instance type.
|
DescribeNotebookInstanceResult |
DescribeNotebookInstanceResult.withInstanceType(InstanceType instanceType)
The type of ML compute instance running on the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withInstanceType(InstanceType instanceType)
The type of ML compute instance to launch for the notebook instance.
|
RealTimeInferenceConfig |
RealTimeInferenceConfig.withInstanceType(InstanceType instanceType)
The instance type the model is deployed to.
|
Copyright © 2023. All rights reserved.