@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.563Z") @Stability(value=Experimental) public interface MetricDefinition extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetricDefinition.Builder
A builder for
MetricDefinition |
static class |
MetricDefinition.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| 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) String getName()
@Stability(value=Experimental) String getRegex()
@Stability(value=Experimental) static MetricDefinition.Builder builder()
MetricDefinition.Builder of MetricDefinitionCopyright © 2019. All rights reserved.