| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerfeaturestoreruntime |
Contains all data plane API operations and data types for the Amazon SageMaker Feature Store.
|
| Modifier and Type | Method and Description |
|---|---|
default PutRecordResponse |
SageMakerFeatureStoreRuntimeClient.putRecord(Consumer<PutRecordRequest.Builder> putRecordRequest)
Used for data ingestion into the
FeatureStore. |
default PutRecordResponse |
SageMakerFeatureStoreRuntimeClient.putRecord(PutRecordRequest putRecordRequest)
Used for data ingestion into the
FeatureStore. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutRecordResponse> |
SageMakerFeatureStoreRuntimeAsyncClient.putRecord(Consumer<PutRecordRequest.Builder> putRecordRequest)
Used for data ingestion into the
FeatureStore. |
default CompletableFuture<PutRecordResponse> |
SageMakerFeatureStoreRuntimeAsyncClient.putRecord(PutRecordRequest putRecordRequest)
Used for data ingestion into the
FeatureStore. |
Copyright © 2022. All rights reserved.