Uses of Interface
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.BatchGetRecordRequest.Builder
-
Packages that use BatchGetRecordRequest.Builder Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime Contains all data plane API operations and data types for the Amazon SageMaker Feature Store.software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model -
-
Uses of BatchGetRecordRequest.Builder in software.amazon.awssdk.services.sagemakerfeaturestoreruntime
Method parameters in software.amazon.awssdk.services.sagemakerfeaturestoreruntime with type arguments of type BatchGetRecordRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetRecordResponse>SageMakerFeatureStoreRuntimeAsyncClient. batchGetRecord(Consumer<BatchGetRecordRequest.Builder> batchGetRecordRequest)Retrieves a batch ofRecordsfrom aFeatureGroup.default BatchGetRecordResponseSageMakerFeatureStoreRuntimeClient. batchGetRecord(Consumer<BatchGetRecordRequest.Builder> batchGetRecordRequest)Retrieves a batch ofRecordsfrom aFeatureGroup. -
Uses of BatchGetRecordRequest.Builder in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return BatchGetRecordRequest.Builder Modifier and Type Method Description static BatchGetRecordRequest.BuilderBatchGetRecordRequest. builder()BatchGetRecordRequest.BuilderBatchGetRecordRequest.Builder. expirationTimeResponse(String expirationTimeResponse)Parameter to requestExpiresAtin response.BatchGetRecordRequest.BuilderBatchGetRecordRequest.Builder. expirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)Parameter to requestExpiresAtin response.BatchGetRecordRequest.BuilderBatchGetRecordRequest.Builder. identifiers(Collection<BatchGetRecordIdentifier> identifiers)A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.BatchGetRecordRequest.BuilderBatchGetRecordRequest.Builder. identifiers(Consumer<BatchGetRecordIdentifier.Builder>... identifiers)A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.BatchGetRecordRequest.BuilderBatchGetRecordRequest.Builder. identifiers(BatchGetRecordIdentifier... identifiers)A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.BatchGetRecordRequest.BuilderBatchGetRecordRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetRecordRequest.BuilderBatchGetRecordRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetRecordRequest.BuilderBatchGetRecordRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return types with arguments of type BatchGetRecordRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetRecordRequest.Builder>BatchGetRecordRequest. serializableBuilderClass()
-