@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.655Z") @Stability(value=Stable) public interface MetricDefinition 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.stepfunctions.tasks.*;
MetricDefinition metricDefinition = MetricDefinition.builder()
.name("name")
.regex("regex")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetricDefinition.Builder
A builder for
MetricDefinition |
static class |
MetricDefinition.Jsii$Proxy
An implementation for
MetricDefinition |
| Modifier and Type | Method and Description |
|---|---|
static MetricDefinition.Builder |
builder() |
String |
getName()
Name of the metric.
|
String |
getRegex()
Regular expression that searches the output of a training job and gets the value of the metric.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getRegex()
@Stability(value=Stable) static MetricDefinition.Builder builder()
MetricDefinition.Builder of MetricDefinitionCopyright © 2023. All rights reserved.