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.BatchGetRecordResultDetail

Description

 
Synopsis

Documentation

data BatchGetRecordResultDetail Source #

The output of Records that have been retrieved in a batch.

See: newBatchGetRecordResultDetail smart constructor.

Constructors

BatchGetRecordResultDetail' 

Fields

Instances

Instances details
Eq BatchGetRecordResultDetail Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordResultDetail

Read BatchGetRecordResultDetail Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordResultDetail

Show BatchGetRecordResultDetail Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordResultDetail

Generic BatchGetRecordResultDetail Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordResultDetail

Associated Types

type Rep BatchGetRecordResultDetail :: Type -> Type #

NFData BatchGetRecordResultDetail Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordResultDetail

Hashable BatchGetRecordResultDetail Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordResultDetail

FromJSON BatchGetRecordResultDetail Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordResultDetail

type Rep BatchGetRecordResultDetail Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordResultDetail

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

newBatchGetRecordResultDetail Source #

Create a value of BatchGetRecordResultDetail 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:featureGroupName:BatchGetRecordResultDetail', batchGetRecordResultDetail_featureGroupName - The FeatureGroupName containing Records you retrieved in a batch.

$sel:recordIdentifierValueAsString:BatchGetRecordResultDetail', batchGetRecordResultDetail_recordIdentifierValueAsString - The value of the record identifer in string format.

$sel:record:BatchGetRecordResultDetail', batchGetRecordResultDetail_record - The Record retrieved.

batchGetRecordResultDetail_featureGroupName :: Lens' BatchGetRecordResultDetail Text Source #

The FeatureGroupName containing Records you retrieved in a batch.