Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SageMakerMetrics

import { SageMakerMetrics } from "https://aws-api.deno.dev/v0.4/services/sagemakermetrics.ts?docs=full";
class SageMakerMetrics {
constructor(apiFactory: client.ApiFactory);
async batchPutMetrics(params: BatchPutMetricsRequest, opts?: client.RequestOptions): Promise<BatchPutMetricsResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new SageMakerMetrics(apiFactory: client.ApiFactory)
[src]

§Methods

§

Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and retrieved with the GetMetrics API.

§Static Properties