@Stability(value=Stable)
public static interface CfnSolution.AutoMLConfigProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
AutoMLConfigProperty autoMLConfigProperty = AutoMLConfigProperty.builder()
.metricName("metricName")
.recipeList(List.of("recipeList"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSolution.AutoMLConfigProperty.Builder
A builder for
CfnSolution.AutoMLConfigProperty |
static class |
CfnSolution.AutoMLConfigProperty.Jsii$Proxy
An implementation for
CfnSolution.AutoMLConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSolution.AutoMLConfigProperty.Builder |
builder() |
default String |
getMetricName()
The metric to optimize.
|
default List<String> |
getRecipeList()
The list of candidate recipes.
|
@Stability(value=Stable) @Nullable default String getMetricName()
@Stability(value=Stable) @Nullable default List<String> getRecipeList()
@Stability(value=Stable) static CfnSolution.AutoMLConfigProperty.Builder builder()
Copyright © 2023. All rights reserved.