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

Description

Derived from API version 2020-07-01 of the AWS service descriptions, licensed under Apache 2.0.

Contains all data plane API operations and data types for the Amazon SageMaker Feature Store. Use this API to put, delete, and retrieve (get) features from a feature store.

Use the following operations to configure your OnlineStore and OfflineStore features, and to create and manage feature groups:

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-07-01 of the Amazon SageMaker Feature Store Runtime SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by SageMakerFeatureStoreRuntime.

AccessForbidden

_AccessForbidden :: AsError a => Getting (First ServiceError) a ServiceError Source #

You do not have permission to perform an action.

ServiceUnavailable

_ServiceUnavailable :: AsError a => Getting (First ServiceError) a ServiceError Source #

The service is currently unavailable.

InternalFailure

_InternalFailure :: AsError a => Getting (First ServiceError) a ServiceError Source #

An internal failure occurred. Try your request again. If the problem persists, contact AWS customer support.

ValidationError

_ValidationError :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was an error validating your request.

ResourceNotFound

_ResourceNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

A resource that is required to perform an action was not found.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

PutRecord

data PutRecord Source #

See: newPutRecord smart constructor.

Instances

Instances details
Eq PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Read PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Show PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Generic PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Associated Types

type Rep PutRecord :: Type -> Type #

NFData PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Methods

rnf :: PutRecord -> () #

Hashable PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

ToJSON PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

AWSRequest PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Associated Types

type AWSResponse PutRecord #

ToHeaders PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Methods

toHeaders :: PutRecord -> [Header] #

ToPath PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

ToQuery PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

type Rep PutRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

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

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

newPutRecord Source #

Create a value of PutRecord 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:PutRecord', putRecord_featureGroupName - The name of the feature group that you want to insert the record into.

$sel:record:PutRecord', putRecord_record - List of FeatureValues to be inserted. This will be a full over-write. If you only want to update few of the feature values, do the following:

  • Use GetRecord to retrieve the latest record.
  • Update the record returned from GetRecord.
  • Use PutRecord to update feature values.

data PutRecordResponse Source #

See: newPutRecordResponse smart constructor.

Constructors

PutRecordResponse' 

Instances

Instances details
Eq PutRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Read PutRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Show PutRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Generic PutRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Associated Types

type Rep PutRecordResponse :: Type -> Type #

NFData PutRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

Methods

rnf :: PutRecordResponse -> () #

type Rep PutRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.PutRecord

type Rep PutRecordResponse = D1 ('MetaData "PutRecordResponse" "Amazonka.SageMakerFeatureStoreRuntime.PutRecord" "libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime" 'False) (C1 ('MetaCons "PutRecordResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutRecordResponse :: PutRecordResponse Source #

Create a value of PutRecordResponse with all optional fields omitted.

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

DeleteRecord

data DeleteRecord Source #

See: newDeleteRecord smart constructor.

Constructors

DeleteRecord' Text Text Text 

Instances

Instances details
Eq DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Read DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Show DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Generic DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Associated Types

type Rep DeleteRecord :: Type -> Type #

NFData DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Methods

rnf :: DeleteRecord -> () #

Hashable DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

AWSRequest DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Associated Types

type AWSResponse DeleteRecord #

ToHeaders DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

ToPath DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

ToQuery DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

type Rep DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

type Rep DeleteRecord = D1 ('MetaData "DeleteRecord" "Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord" "libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime" 'False) (C1 ('MetaCons "DeleteRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "recordIdentifierValueAsString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

newDeleteRecord Source #

Create a value of DeleteRecord 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:DeleteRecord', deleteRecord_featureGroupName - The name of the feature group to delete the record from.

$sel:recordIdentifierValueAsString:DeleteRecord', deleteRecord_recordIdentifierValueAsString - The value for the RecordIdentifier that uniquely identifies the record, in string format.

$sel:eventTime:DeleteRecord', deleteRecord_eventTime - Timestamp indicating when the deletion event occurred. EventTime can be used to query data at a certain point in time.

data DeleteRecordResponse Source #

See: newDeleteRecordResponse smart constructor.

Constructors

DeleteRecordResponse' 

Instances

Instances details
Eq DeleteRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Read DeleteRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Show DeleteRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Generic DeleteRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Associated Types

type Rep DeleteRecordResponse :: Type -> Type #

NFData DeleteRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

Methods

rnf :: DeleteRecordResponse -> () #

type Rep DeleteRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord

type Rep DeleteRecordResponse = D1 ('MetaData "DeleteRecordResponse" "Amazonka.SageMakerFeatureStoreRuntime.DeleteRecord" "libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime" 'False) (C1 ('MetaCons "DeleteRecordResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRecordResponse :: DeleteRecordResponse Source #

Create a value of DeleteRecordResponse with all optional fields omitted.

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

BatchGetRecord

data BatchGetRecord Source #

See: newBatchGetRecord smart constructor.

Instances

Instances details
Eq BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Read BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Show BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Generic BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Associated Types

type Rep BatchGetRecord :: Type -> Type #

NFData BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Methods

rnf :: BatchGetRecord -> () #

Hashable BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

ToJSON BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

AWSRequest BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Associated Types

type AWSResponse BatchGetRecord #

ToHeaders BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

ToPath BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

ToQuery BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

type Rep BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

type Rep BatchGetRecord = D1 ('MetaData "BatchGetRecord" "Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord" "libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime" 'False) (C1 ('MetaCons "BatchGetRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty BatchGetRecordIdentifier))))
type AWSResponse BatchGetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

newBatchGetRecord Source #

Create a value of BatchGetRecord 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:identifiers:BatchGetRecord', batchGetRecord_identifiers - A list of FeatureGroup names, with their corresponding RecordIdentifier value, and Feature name that have been requested to be retrieved in batch.

data BatchGetRecordResponse Source #

See: newBatchGetRecordResponse smart constructor.

Instances

Instances details
Eq BatchGetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Read BatchGetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Show BatchGetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Generic BatchGetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Associated Types

type Rep BatchGetRecordResponse :: Type -> Type #

NFData BatchGetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

Methods

rnf :: BatchGetRecordResponse -> () #

type Rep BatchGetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord

type Rep BatchGetRecordResponse = D1 ('MetaData "BatchGetRecordResponse" "Amazonka.SageMakerFeatureStoreRuntime.BatchGetRecord" "libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime" 'False) (C1 ('MetaCons "BatchGetRecordResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "records") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchGetRecordResultDetail])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchGetRecordError]) :*: S1 ('MetaSel ('Just "unprocessedIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchGetRecordIdentifier]))))

newBatchGetRecordResponse Source #

Create a value of BatchGetRecordResponse 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:httpStatus:BatchGetRecordResponse', batchGetRecordResponse_httpStatus - The response's http status code.

$sel:records:BatchGetRecordResponse', batchGetRecordResponse_records - A list of Records you requested to be retrieved in batch.

$sel:errors:BatchGetRecordResponse', batchGetRecordResponse_errors - A list of errors that have occured when retrieving a batch of Records.

$sel:unprocessedIdentifiers:BatchGetRecordResponse', batchGetRecordResponse_unprocessedIdentifiers - A unprocessed list of FeatureGroup names, with their corresponding RecordIdentifier value, and Feature name.

GetRecord

data GetRecord Source #

See: newGetRecord smart constructor.

Instances

Instances details
Eq GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Read GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Show GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Generic GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Associated Types

type Rep GetRecord :: Type -> Type #

NFData GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Methods

rnf :: GetRecord -> () #

Hashable GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

AWSRequest GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Associated Types

type AWSResponse GetRecord #

ToHeaders GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Methods

toHeaders :: GetRecord -> [Header] #

ToPath GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

ToQuery GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

type Rep GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

type Rep GetRecord = D1 ('MetaData "GetRecord" "Amazonka.SageMakerFeatureStoreRuntime.GetRecord" "libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime" 'False) (C1 ('MetaCons "GetRecord'" '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 "recordIdentifierValueAsString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetRecord Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

newGetRecord Source #

Create a value of GetRecord 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:GetRecord', getRecord_featureNames - List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.

$sel:featureGroupName:GetRecord', getRecord_featureGroupName - The name of the feature group in which you want to put the records.

$sel:recordIdentifierValueAsString:GetRecord', getRecord_recordIdentifierValueAsString - The value that corresponds to RecordIdentifier type and uniquely identifies the record in the FeatureGroup.

data GetRecordResponse Source #

See: newGetRecordResponse smart constructor.

Instances

Instances details
Eq GetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Read GetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Show GetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Generic GetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Associated Types

type Rep GetRecordResponse :: Type -> Type #

NFData GetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

Methods

rnf :: GetRecordResponse -> () #

type Rep GetRecordResponse Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.GetRecord

type Rep GetRecordResponse = D1 ('MetaData "GetRecordResponse" "Amazonka.SageMakerFeatureStoreRuntime.GetRecord" "libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime" 'False) (C1 ('MetaCons "GetRecordResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "record") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty FeatureValue))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetRecordResponse Source #

Create a value of GetRecordResponse 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:record:GetRecordResponse', getRecordResponse_record - The record you requested. A list of FeatureValues.

$sel:httpStatus:GetRecordResponse', getRecordResponse_httpStatus - The response's http status code.

Types

BatchGetRecordError

data BatchGetRecordError Source #

The error that has occurred when attempting to retrieve a batch of Records.

See: newBatchGetRecordError smart constructor.

Instances

Instances details
Eq BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Read BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Show BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Generic BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Associated Types

type Rep BatchGetRecordError :: Type -> Type #

NFData BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Methods

rnf :: BatchGetRecordError -> () #

Hashable BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

FromJSON BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

type Rep BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

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

newBatchGetRecordError Source #

Create a value of BatchGetRecordError 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:BatchGetRecordError', batchGetRecordError_featureGroupName - The name of the feature group that the record belongs to.

$sel:recordIdentifierValueAsString:BatchGetRecordError', batchGetRecordError_recordIdentifierValueAsString - The value for the RecordIdentifier in string format of a Record from a FeatureGroup that is causing an error when attempting to be retrieved.

$sel:errorCode:BatchGetRecordError', batchGetRecordError_errorCode - The error code of an error that has occured when attempting to retrieve a batch of Records. For more information on errors, see Errors.

$sel:errorMessage:BatchGetRecordError', batchGetRecordError_errorMessage - The error message of an error that has occured when attempting to retrieve a record in the batch.

BatchGetRecordIdentifier

data BatchGetRecordIdentifier Source #

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

See: newBatchGetRecordIdentifier smart constructor.

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.

BatchGetRecordResultDetail

data BatchGetRecordResultDetail Source #

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

See: newBatchGetRecordResultDetail smart constructor.

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.

FeatureValue

data FeatureValue Source #

The value associated with a feature.

See: newFeatureValue smart constructor.

Constructors

FeatureValue' Text Text 

Instances

Instances details
Eq FeatureValue Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.FeatureValue

Read FeatureValue Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.FeatureValue

Show FeatureValue Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.FeatureValue

Generic FeatureValue Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.FeatureValue

Associated Types

type Rep FeatureValue :: Type -> Type #

NFData FeatureValue Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.FeatureValue

Methods

rnf :: FeatureValue -> () #

Hashable FeatureValue Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.FeatureValue

ToJSON FeatureValue Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.FeatureValue

FromJSON FeatureValue Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.FeatureValue

type Rep FeatureValue Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.FeatureValue

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

newFeatureValue Source #

Create a value of FeatureValue 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:featureName:FeatureValue', featureValue_featureName - The name of a feature that a feature value corresponds to.

$sel:valueAsString:FeatureValue', featureValue_valueAsString - The value associated with a feature, in string format. Note that features types can be String, Integral, or Fractional. This value represents all three types as a string.