libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier

Description

 
Synopsis

Documentation

data BatchGetRecordIdentifier Source #

The identifier that identifies the batch of Records you are retrieving in a batch.

See: newBatchGetRecordIdentifier smart constructor.

Constructors

BatchGetRecordIdentifier' 

Fields

Instances

Instances details
Eq BatchGetRecordIdentifier Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier

Read BatchGetRecordIdentifier Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier

Show BatchGetRecordIdentifier Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier

Generic BatchGetRecordIdentifier Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier

Associated Types

type Rep BatchGetRecordIdentifier :: Type -> Type #

NFData BatchGetRecordIdentifier Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier

Hashable BatchGetRecordIdentifier Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier

ToJSON BatchGetRecordIdentifier Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier

FromJSON BatchGetRecordIdentifier Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier

type Rep BatchGetRecordIdentifier Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier

type Rep BatchGetRecordIdentifier = D1 ('MetaData "BatchGetRecordIdentifier" "Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordIdentifier" "libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime" 'False) (C1 ('MetaCons "BatchGetRecordIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recordIdentifiersValueAsString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newBatchGetRecordIdentifier Source #

Create a value of BatchGetRecordIdentifier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:featureNames:BatchGetRecordIdentifier', batchGetRecordIdentifier_featureNames - List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.

$sel:featureGroupName:BatchGetRecordIdentifier', batchGetRecordIdentifier_featureGroupName - A FeatureGroupName containing Records you are retrieving in a batch.

$sel:recordIdentifiersValueAsString:BatchGetRecordIdentifier', batchGetRecordIdentifier_recordIdentifiersValueAsString - The value for a list of record identifiers in string format.

batchGetRecordIdentifier_featureNames :: Lens' BatchGetRecordIdentifier (Maybe (NonEmpty Text)) Source #

List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.

batchGetRecordIdentifier_featureGroupName :: Lens' BatchGetRecordIdentifier Text Source #

A FeatureGroupName containing Records you are retrieving in a batch.

batchGetRecordIdentifier_recordIdentifiersValueAsString :: Lens' BatchGetRecordIdentifier (NonEmpty Text) Source #

The value for a list of record identifiers in string format.