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<String, String>?>? tags, Input<HyperParameterTuningJobTimeouts?>? timeouts, Input<HyperParameterTuningJobTrainingJobDefinition?>? trainingJobDefinition, Input<List<HyperParameterTuningJobTrainingJobDefinition>?>? trainingJobDefinitions, Input<HyperParameterTuningJobWarmStartConfig?>? warmStartConfig})
Creates a new HyperParameterTuningJobArgs. autotune Autotune settings. See autotune. config Tuning job settings. See config. name Name of the tuning job. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Map of tags to assign to this resource. 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.
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
tags → Input<Map<String, String>?>?
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