Class: Aws::SageMakerMetrics::Types::BatchPutMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerMetrics::Types::BatchPutMetricsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakermetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_data ⇒ Array<Types::RawMetricData>
A list of raw metric values to put.
-
#trial_component_name ⇒ String
The name of the Trial Component to associate with the metrics.
Instance Attribute Details
#metric_data ⇒ Array<Types::RawMetricData>
A list of raw metric values to put.
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_name ⇒ String
The name of the Trial Component to associate with the metrics. The Trial Component name must be entirely lowercase.
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 |