| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceType |
InstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstanceType |
NotebookInstanceSummary.instanceType()
The type of ML compute instance that the notebook instance is running on.
|
InstanceType |
CreateNotebookInstanceRequest.instanceType()
The type of ML compute instance to launch for the notebook instance.
|
InstanceType |
DescribeNotebookInstanceResponse.instanceType()
The type of ML compute instance running on the notebook instance.
|
InstanceType |
UpdateNotebookInstanceRequest.instanceType()
The Amazon ML compute instance type.
|
InstanceType |
RealTimeInferenceConfig.instanceType()
The instance type the model is deployed to.
|
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 |
|---|---|
static Set<InstanceType> |
InstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NotebookInstanceSummary.Builder |
NotebookInstanceSummary.Builder.instanceType(InstanceType instanceType)
The type of ML compute instance that the notebook instance is running on.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.instanceType(InstanceType instanceType)
The type of ML compute instance to launch for the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.instanceType(InstanceType instanceType)
The type of ML compute instance running on the notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.instanceType(InstanceType instanceType)
The Amazon ML compute instance type.
|
RealTimeInferenceConfig.Builder |
RealTimeInferenceConfig.Builder.instanceType(InstanceType instanceType)
The instance type the model is deployed to.
|
Copyright © 2022. All rights reserved.