SageMakerMetricsClient
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.
Functions
Inherited functions
Link copied to clipboard
inline suspend fun SageMakerMetricsClient.batchPutMetrics(crossinline block: BatchPutMetricsRequest.Builder.() -> Unit): BatchPutMetricsResponse
Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and retrieved with the GetMetrics
API.
Link copied to clipboard
fun SageMakerMetricsClient.withConfig(block: SageMakerMetricsClient.Config.Builder.() -> Unit): SageMakerMetricsClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.