@Stability(value=Stable)
public static interface CfnSolution.HpoObjectiveProperty
extends software.amazon.jsii.JsiiSerializable
Amazon Personalize doesn't support configuring the
hpoObjectiveat this time.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.personalize.*;
HpoObjectiveProperty hpoObjectiveProperty = HpoObjectiveProperty.builder()
.metricName("metricName")
.metricRegex("metricRegex")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSolution.HpoObjectiveProperty.Builder
A builder for
CfnSolution.HpoObjectiveProperty |
static class |
CfnSolution.HpoObjectiveProperty.Jsii$Proxy
An implementation for
CfnSolution.HpoObjectiveProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSolution.HpoObjectiveProperty.Builder |
builder() |
default String |
getMetricName()
The name of the metric.
|
default String |
getMetricRegex()
A regular expression for finding the metric in the training job logs.
|
default String |
getType()
The type of the metric.
|
@Stability(value=Stable) @Nullable default String getMetricName()
@Stability(value=Stable) @Nullable default String getMetricRegex()
@Stability(value=Stable) @Nullable default String getType()
Valid values are Maximize and Minimize .
@Stability(value=Stable) static CfnSolution.HpoObjectiveProperty.Builder builder()
Copyright © 2023. All rights reserved.