| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MetricDefinition.Jsii$Proxy
An implementation for
MetricDefinition |
| Modifier and Type | Method and Description |
|---|---|
MetricDefinition |
MetricDefinition.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<MetricDefinition> |
AlgorithmSpecification.getMetricDefinitions()
(experimental) List of metric definition objects.
|
List<MetricDefinition> |
AlgorithmSpecification.Jsii$Proxy.getMetricDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSpecification.Builder |
AlgorithmSpecification.Builder.metricDefinitions(List<? extends MetricDefinition> metricDefinitions)
Sets the value of
AlgorithmSpecification.getMetricDefinitions() |
| Constructor and Description |
|---|
Jsii$Proxy(String algorithmName,
List<? extends MetricDefinition> metricDefinitions,
DockerImage trainingImage,
InputMode trainingInputMode)
Constructor that initializes the object based on literal property values passed by the
AlgorithmSpecification.Builder. |
Copyright © 2021. All rights reserved.