Interface SageMakerMetricsClient
- All Superinterfaces:
- AutoCloseable,- AwsClient,- SdkAutoCloseable,- SdkClient
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.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String
- 
Method SummaryModifier and TypeMethodDescriptiondefault BatchGetMetricsResponsebatchGetMetrics(Consumer<BatchGetMetricsRequest.Builder> batchGetMetricsRequest) Used to retrieve training metrics from SageMaker.default BatchGetMetricsResponsebatchGetMetrics(BatchGetMetricsRequest batchGetMetricsRequest) Used to retrieve training metrics from SageMaker.default BatchPutMetricsResponsebatchPutMetrics(Consumer<BatchPutMetricsRequest.Builder> batchPutMetricsRequest) Used to ingest training metrics into SageMaker.default BatchPutMetricsResponsebatchPutMetrics(BatchPutMetricsRequest batchPutMetricsRequest) Used to ingest training metrics into SageMaker.builder()Create a builder that can be used to configure and create aSageMakerMetricsClient.static SageMakerMetricsClientcreate()Create aSageMakerMetricsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadataMethods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseablecloseMethods inherited from interface software.amazon.awssdk.core.SdkClientserviceName
- 
Field Details- 
SERVICE_NAME- See Also:
 
- 
SERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.- See Also:
 
 
- 
- 
Method Details- 
batchGetMetricsdefault BatchGetMetricsResponse batchGetMetrics(BatchGetMetricsRequest batchGetMetricsRequest) throws AwsServiceException, SdkClientException, SageMakerMetricsException Used to retrieve training metrics from SageMaker. - Parameters:
- batchGetMetricsRequest-
- Returns:
- Result of the BatchGetMetrics operation returned by the service.
- See Also:
 
- 
batchGetMetricsdefault BatchGetMetricsResponse batchGetMetrics(Consumer<BatchGetMetricsRequest.Builder> batchGetMetricsRequest) throws AwsServiceException, SdkClientException, SageMakerMetricsException Used to retrieve training metrics from SageMaker. 
 This is a convenience which creates an instance of the BatchGetMetricsRequest.Builderavoiding the need to create one manually viaBatchGetMetricsRequest.builder()- Parameters:
- batchGetMetricsRequest- A- Consumerthat will call methods on- BatchGetMetricsRequest.Builderto create a request.
- Returns:
- Result of the BatchGetMetrics operation returned by the service.
- See Also:
 
- 
batchPutMetricsdefault BatchPutMetricsResponse batchPutMetrics(BatchPutMetricsRequest batchPutMetricsRequest) throws AwsServiceException, SdkClientException, SageMakerMetricsException Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio. - Parameters:
- batchPutMetricsRequest-
- Returns:
- Result of the BatchPutMetrics operation returned by the service.
- See Also:
 
- 
batchPutMetricsdefault BatchPutMetricsResponse batchPutMetrics(Consumer<BatchPutMetricsRequest.Builder> batchPutMetricsRequest) throws AwsServiceException, SdkClientException, SageMakerMetricsException Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio. 
 This is a convenience which creates an instance of the BatchPutMetricsRequest.Builderavoiding the need to create one manually viaBatchPutMetricsRequest.builder()- Parameters:
- batchPutMetricsRequest- A- Consumerthat will call methods on- BatchPutMetricsRequest.Builderto create a request.
- Returns:
- Result of the BatchPutMetrics operation returned by the service.
- See Also:
 
- 
createCreate aSageMakerMetricsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
- 
builderCreate a builder that can be used to configure and create aSageMakerMetricsClient.
- 
serviceMetadata
- 
serviceClientConfigurationDescription copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
- serviceClientConfigurationin interface- AwsClient
- Specified by:
- serviceClientConfigurationin interface- SdkClient
- Returns:
- SdkServiceClientConfiguration
 
 
-