TrainingJobExperimentConfig class
Constructors
-
TrainingJobExperimentConfig({Input<
String?> ? experimentName, Input<String?> ? runName, Input<String?> ? trialComponentDisplayName, Input<String?> ? trialName}) -
Creates a new TrainingJobExperimentConfig.
experimentNameName of the SageMaker AI Experiment to associate with.runNameName of the Experiment Run to associate with.trialComponentDisplayNameDisplay name for the trial component.trialNameName of the SageMaker AI Trial to associate with.const -
TrainingJobExperimentConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
experimentName
→ Input<
String?> ? -
Name of the SageMaker AI Experiment to associate with.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
runName
→ Input<
String?> ? -
Name of the Experiment Run to associate with.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trialComponentDisplayName
→ Input<
String?> ? -
Display name for the trial component.
final
-
trialName
→ Input<
String?> ? -
Name of the SageMaker AI Trial to associate with.
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