Class: Aws::SageMakerMetrics::Types::BatchGetMetricsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemakermetrics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_query_resultsArray<Types::MetricQueryResult>

The results of a query to retrieve training metrics from SageMaker.

Returns:



31
32
33
34
35
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 31

class BatchGetMetricsResponse < Struct.new(
  :metric_query_results)
  SENSITIVE = []
  include Aws::Structure
end