Class: AWS.SageMakerMetrics
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.SageMakerMetrics
- Identifier:
- sagemakermetrics
- API Version:
- 2022-09-30
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
Contains all data plane API operations and data types for Amazon SageMaker Metrics. Use these APIs to put and retrieve (get) features related to your training run.
Sending a Request Using SageMakerMetrics
var sagemakermetrics = new AWS.SageMakerMetrics();
sagemakermetrics.batchPutMetrics(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the SageMakerMetrics object uses this specific API, you can
construct the object by passing the apiVersion
option to the constructor:
var sagemakermetrics = new AWS.SageMakerMetrics({apiVersion: '2022-09-30'});
You can also set the API version globally in AWS.config.apiVersions
using
the sagemakermetrics service identifier:
AWS.config.apiVersions = {
sagemakermetrics: '2022-09-30',
// other service API versions
};
var sagemakermetrics = new AWS.SageMakerMetrics();
Constructor Summary collapse
-
new AWS.SageMakerMetrics(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary collapse
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary collapse
-
batchPutMetrics(params = {}, callback) ⇒ AWS.Request
Used to ingest training metrics into SageMaker.
Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService
Constructor Details
new AWS.SageMakerMetrics(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.