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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakermetrics/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:



66
67
68
69
70
# File 'gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/types.rb', line 66

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