class Aws::SageMaker::Types::TrialComponentMetricSummary

A summary of the metrics of a trial component.

@!attribute [rw] metric_name

The name of the metric.
@return [String]

@!attribute [rw] source_arn

The Amazon Resource Name (ARN) of the source.
@return [String]

@!attribute [rw] time_stamp

When the metric was last updated.
@return [Time]

@!attribute [rw] max

The maximum value of the metric.
@return [Float]

@!attribute [rw] min

The minimum value of the metric.
@return [Float]

@!attribute [rw] last

The most recent value of the metric.
@return [Float]

@!attribute [rw] count

The number of samples used to generate the metric.
@return [Integer]

@!attribute [rw] avg

The average value of the metric.
@return [Float]

@!attribute [rw] std_dev

The standard deviation of the metric.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrialComponentMetricSummary AWS API Documentation

Constants

SENSITIVE