lib/aws-sdk-sagemakermetrics/client.rb in aws-sdk-sagemakermetrics-1.0.0 vs lib/aws-sdk-sagemakermetrics/client.rb in aws-sdk-sagemakermetrics-1.1.0

- old
+ new

@@ -366,15 +366,16 @@ super end # @!group API Operations - # Used to ingest training metrics into SageMaker which can be visualized - # in SageMaker Studio and retrieved with the `GetMetrics` API. + # Used to ingest training metrics into SageMaker. These metrics can be + # visualized in SageMaker Studio and retrieved with the `GetMetrics` + # API. # # @option params [required, String] :trial_component_name - # The name of Trial Component to associate the metrics with. + # The name of the Trial Component to associate with the metrics. # # @option params [required, Array<Types::RawMetricData>] :metric_data # A list of raw metric values to put. # # @return [Types::BatchPutMetricsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: @@ -421,10 +422,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-sagemakermetrics' - context[:gem_version] = '1.0.0' + context[:gem_version] = '1.1.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated