Uses of Class
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.BatchGetRecordError
-
Packages that use BatchGetRecordError Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model -
-
Uses of BatchGetRecordError in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return types with arguments of type BatchGetRecordError Modifier and Type Method Description List<BatchGetRecordError>BatchGetRecordResponse. errors()A list of errors that have occurred when retrieving a batch of Records.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with parameters of type BatchGetRecordError Modifier and Type Method Description BatchGetRecordResponse.BuilderBatchGetRecordResponse.Builder. errors(BatchGetRecordError... errors)A list of errors that have occurred when retrieving a batch of Records.Method parameters in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with type arguments of type BatchGetRecordError Modifier and Type Method Description BatchGetRecordResponse.BuilderBatchGetRecordResponse.Builder. errors(Collection<BatchGetRecordError> errors)A list of errors that have occurred when retrieving a batch of Records.
-