class Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordIdentifier
The identifier that identifies the batch of Records you are retrieving in a batch.
@note When making an API call, you may pass BatchGetRecordIdentifier
data as a hash: { feature_group_name: "FeatureGroupName", # required record_identifiers_value_as_string: ["ValueAsString"], # required feature_names: ["FeatureName"], }
@!attribute [rw] feature_group_name
A `FeatureGroupName` containing Records you are retrieving in a batch. @return [String]
@!attribute [rw] record_identifiers_value_as_string
The value for a list of record identifiers in string format. @return [Array<String>]
@!attribute [rw] feature_names
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-featurestore-runtime-2020-07-01/BatchGetRecordIdentifier AWS API Documentation
Constants
- SENSITIVE