Uses of Class
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.BatchGetRecordResponse
-
Packages that use BatchGetRecordResponse Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime Contains all data plane API operations and data types for the Amazon SageMaker Feature Store. -
-
Uses of BatchGetRecordResponse in software.amazon.awssdk.services.sagemakerfeaturestoreruntime
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime that return BatchGetRecordResponse Modifier and Type Method Description default BatchGetRecordResponseSageMakerFeatureStoreRuntimeClient. batchGetRecord(Consumer<BatchGetRecordRequest.Builder> batchGetRecordRequest)Retrieves a batch ofRecordsfrom aFeatureGroup.default BatchGetRecordResponseSageMakerFeatureStoreRuntimeClient. batchGetRecord(BatchGetRecordRequest batchGetRecordRequest)Retrieves a batch ofRecordsfrom aFeatureGroup.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime that return types with arguments of type BatchGetRecordResponse Modifier and Type Method Description default CompletableFuture<BatchGetRecordResponse>SageMakerFeatureStoreRuntimeAsyncClient. batchGetRecord(Consumer<BatchGetRecordRequest.Builder> batchGetRecordRequest)Retrieves a batch ofRecordsfrom aFeatureGroup.default CompletableFuture<BatchGetRecordResponse>SageMakerFeatureStoreRuntimeAsyncClient. batchGetRecord(BatchGetRecordRequest batchGetRecordRequest)Retrieves a batch ofRecordsfrom aFeatureGroup.
-