HyperParameterTuningJobState constructor
- Input<
String?> ? arn, - Input<
HyperParameterTuningJobAutotune?> ? autotune, - Input<
HyperParameterTuningJobConfig?> ? config, - Input<
String?> ? failureReason, - Input<
String?> ? name, - Input<
String?> ? region, - Input<
String?> ? status, - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?> - Input<
HyperParameterTuningJobTimeouts?> ? timeouts, - Input<
HyperParameterTuningJobTrainingJobDefinition?> ? trainingJobDefinition, - Input<
List< ? trainingJobDefinitions,HyperParameterTuningJobTrainingJobDefinition> ?> - Input<
HyperParameterTuningJobWarmStartConfig?> ? warmStartConfig,
Creates a new HyperParameterTuningJobState.
arn ARN of the Hyper Parameter Tuning Job.
autotune Autotune settings. See autotune.
config Tuning job settings. See config.
failureReason Reason returned by SageMaker AI when a job fails.
name Name of the tuning job.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
status Current tuning job status.
tags Map of tags to assign to this resource.
tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
timeouts Optional.
trainingJobDefinition Single training job definition for tuning. See trainingJobDefinition.
trainingJobDefinitions Multiple training job definitions for tuning. See trainingJobDefinition.
warmStartConfig Warm start settings. See warmStartConfig.
Implementation
const HyperParameterTuningJobState({
this.arn,
this.autotune,
this.config,
this.failureReason,
this.name,
this.region,
this.status,
this.tags,
this.tagsAll,
this.timeouts,
this.trainingJobDefinition,
this.trainingJobDefinitions,
this.warmStartConfig,
});