class Aws::SageMakerFeatureStoreRuntime::Types::GetRecordRequest

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

data as a hash:

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

@!attribute [rw] feature_group_name

The name of the feature group in which you want to put the records.
@return [String]

@!attribute [rw] record_identifier_value_as_string

The value that corresponds to `RecordIdentifier` type and uniquely
identifies the record in the `FeatureGroup`.
@return [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/GetRecordRequest AWS API Documentation

Constants

SENSITIVE