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<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<HyperParameterTuningJobTimeouts?>? timeouts, Input<HyperParameterTuningJobTrainingJobDefinition?>? trainingJobDefinition, Input<List<HyperParameterTuningJobTrainingJobDefinition>?>? trainingJobDefinitions, 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.
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
tags → Input<Map<String, String>?>?
Map of tags to assign to this resource.
final
tagsAll → Input<Map<String, String>?>?
Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration 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