public static interface PutRecordRequest.Builder extends SageMakerFeatureStoreRuntimeRequest.Builder, SdkPojo, CopyableBuilder<PutRecordRequest.Builder,PutRecordRequest>
| Modifier and Type | Method and Description |
|---|---|
PutRecordRequest.Builder |
featureGroupName(String featureGroupName)
The name of the feature group that you want to insert the record into.
|
PutRecordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutRecordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutRecordRequest.Builder |
record(Collection<FeatureValue> record)
List of FeatureValues to be inserted.
|
PutRecordRequest.Builder |
record(Consumer<FeatureValue.Builder>... record)
List of FeatureValues to be inserted.
|
PutRecordRequest.Builder |
record(FeatureValue... record)
List of FeatureValues to be inserted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutRecordRequest.Builder featureGroupName(String featureGroupName)
The name of the feature group that you want to insert the record into.
featureGroupName - The name of the feature group that you want to insert the record into.PutRecordRequest.Builder record(Collection<FeatureValue> record)
List of FeatureValues to be inserted. This will be a full over-write. If you only want to update few of the feature values, do the following:
Use GetRecord to retrieve the latest record.
Update the record returned from GetRecord.
Use PutRecord to update feature values.
record - List of FeatureValues to be inserted. This will be a full over-write. If you only want to update few
of the feature values, do the following:
Use GetRecord to retrieve the latest record.
Update the record returned from GetRecord.
Use PutRecord to update feature values.
PutRecordRequest.Builder record(FeatureValue... record)
List of FeatureValues to be inserted. This will be a full over-write. If you only want to update few of the feature values, do the following:
Use GetRecord to retrieve the latest record.
Update the record returned from GetRecord.
Use PutRecord to update feature values.
record - List of FeatureValues to be inserted. This will be a full over-write. If you only want to update few
of the feature values, do the following:
Use GetRecord to retrieve the latest record.
Update the record returned from GetRecord.
Use PutRecord to update feature values.
PutRecordRequest.Builder record(Consumer<FeatureValue.Builder>... record)
List of FeatureValues to be inserted. This will be a full over-write. If you only want to update few of the feature values, do the following:
Use GetRecord to retrieve the latest record.
Update the record returned from GetRecord.
Use PutRecord to update feature values.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #record(List) .record - a consumer that will call methods on List.Builder #record(List) PutRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.