@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface SageMakerMetricsAsyncClient extends AwsClient
builder() method.
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchPutMetricsResponse> |
batchPutMetrics(BatchPutMetricsRequest batchPutMetricsRequest)
Used to ingest training metrics into SageMaker.
|
default CompletableFuture<BatchPutMetricsResponse> |
batchPutMetrics(Consumer<BatchPutMetricsRequest.Builder> batchPutMetricsRequest)
Used to ingest training metrics into SageMaker.
|
static SageMakerMetricsAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
SageMakerMetricsAsyncClient. |
static SageMakerMetricsAsyncClient |
create()
Create a
SageMakerMetricsAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default SageMakerMetricsServiceClientConfiguration |
serviceClientConfiguration() |
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default CompletableFuture<BatchPutMetricsResponse> batchPutMetrics(BatchPutMetricsRequest batchPutMetricsRequest)
Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and retrieved
with the GetMetrics API.
batchPutMetricsRequest - default CompletableFuture<BatchPutMetricsResponse> batchPutMetrics(Consumer<BatchPutMetricsRequest.Builder> batchPutMetricsRequest)
Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and retrieved
with the GetMetrics API.
This is a convenience which creates an instance of the BatchPutMetricsRequest.Builder avoiding the need
to create one manually via BatchPutMetricsRequest.builder()
batchPutMetricsRequest - A Consumer that will call methods on BatchPutMetricsRequest.Builder to create a request.default SageMakerMetricsServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientstatic SageMakerMetricsAsyncClient create()
SageMakerMetricsAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static SageMakerMetricsAsyncClientBuilder builder()
SageMakerMetricsAsyncClient.Copyright © 2023. All rights reserved.