public static interface GetRecordRequest.Builder extends SageMakerFeatureStoreRuntimeRequest.Builder, SdkPojo, CopyableBuilder<GetRecordRequest.Builder,GetRecordRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRecordRequest.Builder |
featureGroupName(String featureGroupName)
The name of the feature group from which you want to retrieve a record.
|
GetRecordRequest.Builder |
featureNames(Collection<String> featureNames)
List of names of Features to be retrieved.
|
GetRecordRequest.Builder |
featureNames(String... featureNames)
List of names of Features to be retrieved.
|
GetRecordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRecordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRecordRequest.Builder |
recordIdentifierValueAsString(String recordIdentifierValueAsString)
The value that corresponds to
RecordIdentifier type and uniquely identifies the record in the
FeatureGroup. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRecordRequest.Builder featureGroupName(String featureGroupName)
The name of the feature group from which you want to retrieve a record.
featureGroupName - The name of the feature group from which you want to retrieve a record.GetRecordRequest.Builder recordIdentifierValueAsString(String recordIdentifierValueAsString)
The value that corresponds to RecordIdentifier type and uniquely identifies the record in the
FeatureGroup.
recordIdentifierValueAsString - The value that corresponds to RecordIdentifier type and uniquely identifies the record in
the FeatureGroup.GetRecordRequest.Builder featureNames(Collection<String> featureNames)
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
featureNames - List of names of Features to be retrieved. If not specified, the latest value for all the Features are
returned.GetRecordRequest.Builder featureNames(String... featureNames)
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
featureNames - List of names of Features to be retrieved. If not specified, the latest value for all the Features are
returned.GetRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.