public static interface GetRecordRequest.Builder extends SageMakerFeatureStoreRuntimeRequest.Builder, SdkPojo, CopyableBuilder<GetRecordRequest.Builder,GetRecordRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRecordRequest.Builder |
expirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)
Parameter to request
ExpiresAt in response. |
GetRecordRequest.Builder |
expirationTimeResponse(String expirationTimeResponse)
Parameter to request
ExpiresAt in response. |
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 expirationTimeResponse(String expirationTimeResponse)
Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord
will return the value of ExpiresAt, if it is not null. If Disabled and null,
BatchGetRecord will return null.
expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled,
BatchGetRecord will return the value of ExpiresAt, if it is not null. If
Disabled and null, BatchGetRecord will return null.ExpirationTimeResponse,
ExpirationTimeResponseGetRecordRequest.Builder expirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)
Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord
will return the value of ExpiresAt, if it is not null. If Disabled and null,
BatchGetRecord will return null.
expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled,
BatchGetRecord will return the value of ExpiresAt, if it is not null. If
Disabled and null, BatchGetRecord will return null.ExpirationTimeResponse,
ExpirationTimeResponseGetRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.