Class: Aws::SageMakerMetrics::Types::BatchGetMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerMetrics::Types::BatchGetMetricsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakermetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_query_results ⇒ Array<Types::MetricQueryResult>
The results of a query to retrieve training metrics from SageMaker.
Instance Attribute Details
#metric_query_results ⇒ Array<Types::MetricQueryResult>
The results of a query to retrieve training metrics from SageMaker.
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 |