MetricDefinition¶
-
class
aws_cdk.aws_stepfunctions_tasks.
MetricDefinition
(*, name, regex)¶ Bases:
object
(experimental) Specifies the metric name and regular expressions used to parse algorithm logs.
- Parameters
name (
str
) – (experimental) Name of the metric.regex (
str
) – (experimental) Regular expression that searches the output of a training job and gets the value of the metric.
- Stability
experimental
Attributes
-
name
¶ (experimental) Name of the metric.
- Stability
experimental
- Return type
str
-
regex
¶ (experimental) Regular expression that searches the output of a training job and gets the value of the metric.
- Stability
experimental
- Return type
str