Class: Aws::SageMakerMetrics::Types::BatchPutMetricsResponse

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

#errorsArray<Types::BatchPutMetricsError>

Lists any errors that occur when inserting metric data.

Returns:



91
92
93
94
95
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 91

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