@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-08-28T10:19:42.031Z") @Stability(value=Experimental) public interface MetricDefinition extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| 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=Experimental) @NotNull String getName()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull String getRegex()
EXPERIMENTAL
@Stability(value=Experimental) static MetricDefinition.Builder builder()
MetricDefinition.Builder of MetricDefinitionCopyright © 2020. All rights reserved.