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

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_dataArray<Types::RawMetricData>

A list of raw metric values to put.

Returns:



78
79
80
81
82
83
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 78

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. The Trial Component name must be entirely lowercase.

Returns:

  • (String)


78
79
80
81
82
83
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 78

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