HyperParameterTuningJobTrainingJobDefinitionHyperParameterTuningResourceConfig constructor
const
HyperParameterTuningJobTrainingJobDefinitionHyperParameterTuningResourceConfig({})
Creates a new HyperParameterTuningJobTrainingJobDefinitionHyperParameterTuningResourceConfig.
allocationStrategy Allocation strategy for tuning resources.
instanceConfigs Per-instance-type resource settings. See instanceConfigs.
instanceCount Number of training instances.
instanceType Training instance type.
volumeKmsKeyId KMS key ID for volume encryption.
volumeSizeInGb Volume size in GB.
Implementation
const HyperParameterTuningJobTrainingJobDefinitionHyperParameterTuningResourceConfig({
this.allocationStrategy,
this.instanceConfigs,
this.instanceCount,
this.instanceType,
this.volumeKmsKeyId,
this.volumeSizeInGb,
});