| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceGroup |
InstanceGroup.clone() |
InstanceGroup |
InstanceGroup.withInstanceCount(Integer instanceCount)
Specifies the number of instances of the instance group.
|
InstanceGroup |
InstanceGroup.withInstanceGroupName(String instanceGroupName)
Specifies the name of the instance group.
|
InstanceGroup |
InstanceGroup.withInstanceType(String instanceType)
Specifies the instance type of the instance group.
|
InstanceGroup |
InstanceGroup.withInstanceType(TrainingInstanceType instanceType)
Specifies the instance type of the instance group.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceGroup> |
ResourceConfig.getInstanceGroups()
The configuration of a heterogeneous cluster in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceConfig |
ResourceConfig.withInstanceGroups(InstanceGroup... instanceGroups)
The configuration of a heterogeneous cluster in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceConfig.setInstanceGroups(Collection<InstanceGroup> instanceGroups)
The configuration of a heterogeneous cluster in JSON format.
|
ResourceConfig |
ResourceConfig.withInstanceGroups(Collection<InstanceGroup> instanceGroups)
The configuration of a heterogeneous cluster in JSON format.
|
Copyright © 2023. All rights reserved.