| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterInstanceType |
ClusterInstanceType.fromValue(String value)
Use this in place of valueOf.
|
static ClusterInstanceType |
ClusterInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterInstanceType[] |
ClusterInstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterNodeSummary |
ClusterNodeSummary.withInstanceType(ClusterInstanceType instanceType)
The type of the instance.
|
ClusterNodeDetails |
ClusterNodeDetails.withInstanceType(ClusterInstanceType instanceType)
The type of the instance.
|
ClusterInstanceGroupSpecification |
ClusterInstanceGroupSpecification.withInstanceType(ClusterInstanceType instanceType)
Specifies the instance type of the instance group.
|
ClusterInstanceGroupDetails |
ClusterInstanceGroupDetails.withInstanceType(ClusterInstanceType instanceType)
The instance type of the instance group of a SageMaker HyperPod cluster.
|
Copyright © 2024. All rights reserved.