public static interface HPOConfig.Builder extends SdkPojo, CopyableBuilder<HPOConfig.Builder,HPOConfig>
| Modifier and Type | Method and Description |
|---|---|
default HPOConfig.Builder |
algorithmHyperParameterRanges(Consumer<HyperParameterRanges.Builder> algorithmHyperParameterRanges)
The hyperparameters and their allowable ranges.
|
HPOConfig.Builder |
algorithmHyperParameterRanges(HyperParameterRanges algorithmHyperParameterRanges)
The hyperparameters and their allowable ranges.
|
default HPOConfig.Builder |
hpoObjective(Consumer<HPOObjective.Builder> hpoObjective)
The metric to optimize during HPO.
|
HPOConfig.Builder |
hpoObjective(HPOObjective hpoObjective)
The metric to optimize during HPO.
|
default HPOConfig.Builder |
hpoResourceConfig(Consumer<HPOResourceConfig.Builder> hpoResourceConfig)
Describes the resource configuration for HPO.
|
HPOConfig.Builder |
hpoResourceConfig(HPOResourceConfig hpoResourceConfig)
Describes the resource configuration for HPO.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHPOConfig.Builder hpoObjective(HPOObjective hpoObjective)
The metric to optimize during HPO.
Amazon Personalize doesn't support configuring the hpoObjective at this time.
hpoObjective - The metric to optimize during HPO.
Amazon Personalize doesn't support configuring the hpoObjective at this time.
default HPOConfig.Builder hpoObjective(Consumer<HPOObjective.Builder> hpoObjective)
The metric to optimize during HPO.
Amazon Personalize doesn't support configuring the hpoObjective at this time.
HPOObjective.Builder avoiding
the need to create one manually via HPOObjective.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to hpoObjective(HPOObjective).
hpoObjective - a consumer that will call methods on HPOObjective.BuilderhpoObjective(HPOObjective)HPOConfig.Builder hpoResourceConfig(HPOResourceConfig hpoResourceConfig)
Describes the resource configuration for HPO.
hpoResourceConfig - Describes the resource configuration for HPO.default HPOConfig.Builder hpoResourceConfig(Consumer<HPOResourceConfig.Builder> hpoResourceConfig)
Describes the resource configuration for HPO.
This is a convenience method that creates an instance of theHPOResourceConfig.Builder avoiding the
need to create one manually via HPOResourceConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to hpoResourceConfig(HPOResourceConfig).
hpoResourceConfig - a consumer that will call methods on HPOResourceConfig.BuilderhpoResourceConfig(HPOResourceConfig)HPOConfig.Builder algorithmHyperParameterRanges(HyperParameterRanges algorithmHyperParameterRanges)
The hyperparameters and their allowable ranges.
algorithmHyperParameterRanges - The hyperparameters and their allowable ranges.default HPOConfig.Builder algorithmHyperParameterRanges(Consumer<HyperParameterRanges.Builder> algorithmHyperParameterRanges)
The hyperparameters and their allowable ranges.
This is a convenience method that creates an instance of theHyperParameterRanges.Builder avoiding
the need to create one manually via HyperParameterRanges.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to algorithmHyperParameterRanges(HyperParameterRanges).
algorithmHyperParameterRanges - a consumer that will call methods on HyperParameterRanges.BuilderalgorithmHyperParameterRanges(HyperParameterRanges)Copyright © 2023. All rights reserved.