HyperParameterTuningJobTrainingJobDefinitionResourceConfig class

Constructors

HyperParameterTuningJobTrainingJobDefinitionResourceConfig({Input<int?>? instanceCount, Input<List<HyperParameterTuningJobTrainingJobDefinitionResourceConfigInstanceGroup>?>? instanceGroups, Input<HyperParameterTuningJobTrainingJobDefinitionResourceConfigInstancePlacementConfig?>? instancePlacementConfig, Input<String?>? instanceType, Input<int?>? keepAlivePeriodInSeconds, Input<String?>? trainingPlanArn, Input<String?>? volumeKmsKeyId, Input<int?>? volumeSizeInGb})
Creates a new HyperParameterTuningJobTrainingJobDefinitionResourceConfig. instanceCount Number of instances. instanceGroups Instance group settings. See instanceGroups. instancePlacementConfig Placement settings. See instancePlacementConfig. instanceType Instance type. keepAlivePeriodInSeconds Warm pool keep-alive period in seconds. trainingPlanArn Training plan ARN. volumeKmsKeyId KMS key ID for volume encryption. volumeSizeInGb Volume size in GB.
const
HyperParameterTuningJobTrainingJobDefinitionResourceConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceCount → Input<int?>?
Number of instances.
final
instanceGroups → Input<List<HyperParameterTuningJobTrainingJobDefinitionResourceConfigInstanceGroup>?>?
Instance group settings. See instanceGroups.
final
instancePlacementConfig → Input<HyperParameterTuningJobTrainingJobDefinitionResourceConfigInstancePlacementConfig?>?
Placement settings. See instancePlacementConfig.
final
instanceType → Input<String?>?
Instance type.
final
keepAlivePeriodInSeconds → Input<int?>?
Warm pool keep-alive period in seconds.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trainingPlanArn → Input<String?>?
Training plan ARN.
final
volumeKmsKeyId → Input<String?>?
KMS key ID for volume encryption.
final
volumeSizeInGb → Input<int?>?
Volume size in GB.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited