HyperParameterTuningJobState class
Input properties used for looking up and filtering HyperParameterTuningJob resources.
Constructors
-
HyperParameterTuningJobState({Input<
String?> ? arn, Input<HyperParameterTuningJobAutotune?> ? autotune, Input<HyperParameterTuningJobConfig?> ? config, Input<String?> ? failureReason, Input<String?> ? name, Input<String?> ? region, Input<String?> ? status, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>HyperParameterTuningJobTimeouts?> ? timeouts, Input<HyperParameterTuningJobTrainingJobDefinition?> ? trainingJobDefinition, Input<List< ? trainingJobDefinitions, Input<HyperParameterTuningJobTrainingJobDefinition> ?>HyperParameterTuningJobWarmStartConfig?> ? warmStartConfig}) -
Creates a new HyperParameterTuningJobState.
arnARN of the Hyper Parameter Tuning Job.autotuneAutotune settings. Seeautotune.configTuning job settings. Seeconfig.failureReasonReason returned by SageMaker AI when a job fails.nameName of the tuning job.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.statusCurrent tuning job status.tagsMap of tags to assign to this resource.tagsAllMap of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.timeoutsOptional.trainingJobDefinitionSingle training job definition for tuning. SeetrainingJobDefinition.trainingJobDefinitionsMultiple training job definitions for tuning. SeetrainingJobDefinition.warmStartConfigWarm start settings. SeewarmStartConfig.const -
HyperParameterTuningJobState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
ARN of the Hyper Parameter Tuning Job.
final
-
autotune
→ Input<
HyperParameterTuningJobAutotune?> ? -
Autotune settings. See
autotune.final -
config
→ Input<
HyperParameterTuningJobConfig?> ? -
Tuning job settings. See
config.final -
failureReason
→ Input<
String?> ? -
Reason returned by SageMaker AI when a job fails.
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
-
status
→ Input<
String?> ? -
Current tuning job status.
final
-
Map of tags to assign to this resource.
final
-
Map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.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