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

Description

Deletes a Record from a FeatureGroup. A new record will show up in the OfflineStore when the DeleteRecord API is called. This record will have a value of True in the is_deleted column.

Synopsis

Creating a Request

data DeleteRecord Source #

See: newDeleteRecord smart constructor.

Constructors

DeleteRecord' 

Fields

  • featureGroupName :: Text

    The name of the feature group to delete the record from.

  • recordIdentifierValueAsString :: Text

    The value for the RecordIdentifier that uniquely identifies the record, in string format.

  • eventTime :: Text

    Timestamp indicating when the deletion event occurred. EventTime can be used to query data at a certain point in time.

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.

Request Lenses

deleteRecord_featureGroupName :: Lens' DeleteRecord Text Source #

The name of the feature group to delete the record from.

deleteRecord_recordIdentifierValueAsString :: Lens' DeleteRecord Text Source #

The value for the RecordIdentifier that uniquely identifies the record, in string format.

deleteRecord_eventTime :: Lens' DeleteRecord Text Source #

Timestamp indicating when the deletion event occurred. EventTime can be used to query data at a certain point in time.

Destructuring the Response

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.