HPOConfig class

Describes the properties for hyperparameter optimization (HPO). For use with the bring-your-own-recipe feature. Do not use for Amazon Personalize native recipes.

Constructors

HPOConfig({HyperParameterRanges? algorithmHyperParameterRanges, HPOObjective? hpoObjective, HPOResourceConfig? hpoResourceConfig})
HPOConfig.fromJson(Map<String, dynamic> json)
factory

Properties

algorithmHyperParameterRanges HyperParameterRanges?
The hyperparameters and their allowable ranges.
final
hashCode int
The hash code for this object.
no setterinherited
hpoObjective HPOObjective?
The metric to optimize during HPO.
final
hpoResourceConfig HPOResourceConfig?
Describes the resource configuration for HPO.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited