Uses of Class
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.BatchGetRecordResultDetail
-
Packages that use BatchGetRecordResultDetail Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model -
-
Uses of BatchGetRecordResultDetail in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return types with arguments of type BatchGetRecordResultDetail Modifier and Type Method Description List<BatchGetRecordResultDetail>BatchGetRecordResponse. records()A list of Records you requested to be retrieved in batch.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with parameters of type BatchGetRecordResultDetail Modifier and Type Method Description BatchGetRecordResponse.BuilderBatchGetRecordResponse.Builder. records(BatchGetRecordResultDetail... records)A list of Records you requested to be retrieved in batch.Method parameters in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with type arguments of type BatchGetRecordResultDetail Modifier and Type Method Description BatchGetRecordResponse.BuilderBatchGetRecordResponse.Builder. records(Collection<BatchGetRecordResultDetail> records)A list of Records you requested to be retrieved in batch.
-