@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:15.019Z") @Stability(value=Experimental) 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()
(experimental) Name of the metric.
|
String |
getRegex()
(experimental) Regular expression that searches the output of a training job and gets the value of the metric.
|
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @NotNull String getRegex()
@Stability(value=Experimental) static MetricDefinition.Builder builder()
MetricDefinition.Builder of MetricDefinitionCopyright © 2022. All rights reserved.