| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.InstanceGroup
Description
Synopsis
- data InstanceGroup = InstanceGroup' {}
 - newInstanceGroup :: TrainingInstanceType -> Natural -> Text -> InstanceGroup
 - instanceGroup_instanceType :: Lens' InstanceGroup TrainingInstanceType
 - instanceGroup_instanceCount :: Lens' InstanceGroup Natural
 - instanceGroup_instanceGroupName :: Lens' InstanceGroup Text
 
Documentation
data InstanceGroup Source #
Defines an instance group for heterogeneous cluster training. When requesting a training job using the CreateTrainingJob API, you can configure multiple instance groups .
See: newInstanceGroup smart constructor.
Constructors
| InstanceGroup' | |
Fields 
  | |
Instances
Arguments
| :: TrainingInstanceType | |
| -> Natural | |
| -> Text | |
| -> InstanceGroup | 
Create a value of InstanceGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:instanceType:InstanceGroup', instanceGroup_instanceType - Specifies the instance type of the instance group.
$sel:instanceCount:InstanceGroup', instanceGroup_instanceCount - Specifies the number of instances of the instance group.
$sel:instanceGroupName:InstanceGroup', instanceGroup_instanceGroupName - Specifies the name of the instance group.
instanceGroup_instanceType :: Lens' InstanceGroup TrainingInstanceType Source #
Specifies the instance type of the instance group.
instanceGroup_instanceCount :: Lens' InstanceGroup Natural Source #
Specifies the number of instances of the instance group.
instanceGroup_instanceGroupName :: Lens' InstanceGroup Text Source #
Specifies the name of the instance group.