@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonSageMakerMetricsAsync extends AbstractAmazonSageMakerMetrics implements AmazonSageMakerMetricsAsync
AmazonSageMakerMetricsAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<BatchPutMetricsResult> |
batchPutMetricsAsync(BatchPutMetricsRequest request)
Used to ingest training metrics into SageMaker.
|
Future<BatchPutMetricsResult> |
batchPutMetricsAsync(BatchPutMetricsRequest request,
AsyncHandler<BatchPutMetricsRequest,BatchPutMetricsResult> asyncHandler)
Used to ingest training metrics into SageMaker.
|
batchPutMetrics, getCachedResponseMetadata, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
batchPutMetrics, getCachedResponseMetadata, shutdown
public Future<BatchPutMetricsResult> batchPutMetricsAsync(BatchPutMetricsRequest request)
AmazonSageMakerMetricsAsync
Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and retrieved
with the GetMetrics
API.
batchPutMetricsAsync
in interface AmazonSageMakerMetricsAsync
public Future<BatchPutMetricsResult> batchPutMetricsAsync(BatchPutMetricsRequest request, AsyncHandler<BatchPutMetricsRequest,BatchPutMetricsResult> asyncHandler)
AmazonSageMakerMetricsAsync
Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and retrieved
with the GetMetrics
API.
batchPutMetricsAsync
in interface AmazonSageMakerMetricsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.