HyperParameterTuningJobArgs class
The set of arguments for HyperParameterTuningJob. The set of arguments for HyperParameterTuningJob.
Constructors
-
HyperParameterTuningJobArgs({Input<
HyperParameterTuningJobAutotune?> ? autotune, required Input<HyperParameterTuningJobConfig> config, Input<String?> ? name, Input<String?> ? region, Input<Map< ? tags, Input<String, String> ?>HyperParameterTuningJobTimeouts?> ? timeouts, Input<HyperParameterTuningJobTrainingJobDefinition?> ? trainingJobDefinition, Input<List< ? trainingJobDefinitions, Input<HyperParameterTuningJobTrainingJobDefinition> ?>HyperParameterTuningJobWarmStartConfig?> ? warmStartConfig}) -
Creates a new HyperParameterTuningJobArgs.
autotuneAutotune settings. Seeautotune.configTuning job settings. Seeconfig.nameName of the tuning job.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsMap of tags to assign to this resource.timeoutsOptional.trainingJobDefinitionSingle training job definition for tuning. SeetrainingJobDefinition.trainingJobDefinitionsMultiple training job definitions for tuning. SeetrainingJobDefinition.warmStartConfigWarm start settings. SeewarmStartConfig.const -
HyperParameterTuningJobArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
autotune
→ Input<
HyperParameterTuningJobAutotune?> ? -
Autotune settings. See
autotune.final -
config
→ Input<
HyperParameterTuningJobConfig> -
Tuning job settings. See
config.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
name
→ Input<
String?> ? -
Name of the tuning job.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Map of tags to assign to this resource.
final
-
timeouts
→ Input<
HyperParameterTuningJobTimeouts?> ? -
final
-
trainingJobDefinition
→ Input<
HyperParameterTuningJobTrainingJobDefinition?> ? -
Single training job definition for tuning. See
trainingJobDefinition.final -
trainingJobDefinitions
→ Input<
List< ?HyperParameterTuningJobTrainingJobDefinition> ?> -
Multiple training job definitions for tuning. See
trainingJobDefinition.final -
warmStartConfig
→ Input<
HyperParameterTuningJobWarmStartConfig?> ? -
Warm start settings. See
warmStartConfig.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