class Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordRequest

@note When making an API call, you may pass BatchGetRecordRequest

data as a hash:

    {
      identifiers: [ # required
        {
          feature_group_name: "FeatureGroupName", # required
          record_identifiers_value_as_string: ["ValueAsString"], # required
          feature_names: ["FeatureName"],
        },
      ],
    }

@!attribute [rw] identifiers

A list of `FeatureGroup` names, with their corresponding
`RecordIdentifier` value, and Feature name that have been requested
to be retrieved in batch.
@return [Array<Types::BatchGetRecordIdentifier>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-featurestore-runtime-2020-07-01/BatchGetRecordRequest AWS API Documentation

Constants

SENSITIVE