Class: Aws::SageMakerMetrics::Types::BatchPutMetricsRequest

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

#metric_dataArray<Types::RawMetricData>

A list of raw metric values to put.

Returns:



53
54
55
56
57
58
# File 'gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/types.rb', line 53

class BatchPutMetricsRequest < Struct.new(
  :trial_component_name,
  :metric_data)
  SENSITIVE = []
  include Aws::Structure
end

#trial_component_nameString

The name of the Trial Component to associate with the metrics.

Returns:

  • (String)


53
54
55
56
57
58
# File 'gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/types.rb', line 53

class BatchPutMetricsRequest < Struct.new(
  :trial_component_name,
  :metric_data)
  SENSITIVE = []
  include Aws::Structure
end