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

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

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

You do not have permission to perform an action.

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

The service is currently unavailable.

_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was an error validating your request.

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

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

BatchGetRecordError

data BatchGetRecordError Source #

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

See: newBatchGetRecordError smart constructor.

Constructors

BatchGetRecordError' 

Fields

  • featureGroupName :: Text

    The name of the feature group that the record belongs to.

  • recordIdentifierValueAsString :: Text

    The value for the RecordIdentifier in string format of a Record from a FeatureGroup that is causing an error when attempting to be retrieved.

  • errorCode :: Text

    The error code of an error that has occured when attempting to retrieve a batch of Records. For more information on errors, see Errors.

  • errorMessage :: Text

    The error message of an error that has occured when attempting to retrieve a record in the batch.

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.

batchGetRecordError_featureGroupName :: Lens' BatchGetRecordError Text Source #

The name of the feature group that the record belongs to.

batchGetRecordError_recordIdentifierValueAsString :: Lens' BatchGetRecordError Text Source #

The value for the RecordIdentifier in string format of a Record from a FeatureGroup that is causing an error when attempting to be retrieved.

batchGetRecordError_errorCode :: Lens' BatchGetRecordError Text Source #

The error code of an error that has occured when attempting to retrieve a batch of Records. For more information on errors, see Errors.

batchGetRecordError_errorMessage :: Lens' BatchGetRecordError Text Source #

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.

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.

BatchGetRecordResultDetail

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.

FeatureValue

data FeatureValue Source #

The value associated with a feature.

See: newFeatureValue smart constructor.

Constructors

FeatureValue' 

Fields

  • featureName :: Text

    The name of a feature that a feature value corresponds to.

  • valueAsString :: Text

    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.

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.

featureValue_featureName :: Lens' FeatureValue Text Source #

The name of a feature that a feature value corresponds to.

featureValue_valueAsString :: Lens' FeatureValue Text Source #

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.