Uses of Class
software.amazon.awssdk.services.sagemakermetrics.model.BatchPutMetricsError
-
Packages that use BatchPutMetricsError Package Description software.amazon.awssdk.services.sagemakermetrics.model -
-
Uses of BatchPutMetricsError in software.amazon.awssdk.services.sagemakermetrics.model
Methods in software.amazon.awssdk.services.sagemakermetrics.model that return types with arguments of type BatchPutMetricsError Modifier and Type Method Description List<BatchPutMetricsError>BatchPutMetricsResponse. errors()Lists any errors that occur when inserting metric data.Methods in software.amazon.awssdk.services.sagemakermetrics.model with parameters of type BatchPutMetricsError Modifier and Type Method Description BatchPutMetricsResponse.BuilderBatchPutMetricsResponse.Builder. errors(BatchPutMetricsError... errors)Lists any errors that occur when inserting metric data.Method parameters in software.amazon.awssdk.services.sagemakermetrics.model with type arguments of type BatchPutMetricsError Modifier and Type Method Description BatchPutMetricsResponse.BuilderBatchPutMetricsResponse.Builder. errors(Collection<BatchPutMetricsError> errors)Lists any errors that occur when inserting metric data.
-