Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- defaultService :: Service
- _AccessForbidden :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceUnavailable :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalFailure :: AsError a => Getting (First ServiceError) a ServiceError
- _ValidationError :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFound :: AsError a => Getting (First ServiceError) a ServiceError
- data BatchGetRecordError = BatchGetRecordError' {}
- newBatchGetRecordError :: Text -> Text -> Text -> Text -> BatchGetRecordError
- batchGetRecordError_featureGroupName :: Lens' BatchGetRecordError Text
- batchGetRecordError_recordIdentifierValueAsString :: Lens' BatchGetRecordError Text
- batchGetRecordError_errorCode :: Lens' BatchGetRecordError Text
- batchGetRecordError_errorMessage :: Lens' BatchGetRecordError Text
- data BatchGetRecordIdentifier = BatchGetRecordIdentifier' {}
- newBatchGetRecordIdentifier :: Text -> NonEmpty Text -> BatchGetRecordIdentifier
- batchGetRecordIdentifier_featureNames :: Lens' BatchGetRecordIdentifier (Maybe (NonEmpty Text))
- batchGetRecordIdentifier_featureGroupName :: Lens' BatchGetRecordIdentifier Text
- batchGetRecordIdentifier_recordIdentifiersValueAsString :: Lens' BatchGetRecordIdentifier (NonEmpty Text)
- data BatchGetRecordResultDetail = BatchGetRecordResultDetail' {}
- newBatchGetRecordResultDetail :: Text -> Text -> NonEmpty FeatureValue -> BatchGetRecordResultDetail
- batchGetRecordResultDetail_featureGroupName :: Lens' BatchGetRecordResultDetail Text
- batchGetRecordResultDetail_recordIdentifierValueAsString :: Lens' BatchGetRecordResultDetail Text
- batchGetRecordResultDetail_record :: Lens' BatchGetRecordResultDetail (NonEmpty FeatureValue)
- data FeatureValue = FeatureValue' {
- featureName :: Text
- valueAsString :: Text
- newFeatureValue :: Text -> Text -> FeatureValue
- featureValue_featureName :: Lens' FeatureValue Text
- featureValue_valueAsString :: Lens' FeatureValue Text
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.
BatchGetRecordError' | |
|
Instances
newBatchGetRecordError Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> BatchGetRecordError |
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.
BatchGetRecordIdentifier' | |
|
Instances
newBatchGetRecordIdentifier Source #
:: Text | |
-> NonEmpty Text |
|
-> BatchGetRecordIdentifier |
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.
BatchGetRecordResultDetail' | |
|
Instances
newBatchGetRecordResultDetail Source #
:: Text | |
-> Text |
|
-> NonEmpty FeatureValue | |
-> BatchGetRecordResultDetail |
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.
batchGetRecordResultDetail_recordIdentifierValueAsString :: Lens' BatchGetRecordResultDetail Text Source #
The value of the record identifer in string format.
batchGetRecordResultDetail_record :: Lens' BatchGetRecordResultDetail (NonEmpty FeatureValue) Source #
The Record
retrieved.
FeatureValue
data FeatureValue Source #
The value associated with a feature.
See: newFeatureValue
smart constructor.
FeatureValue' | |
|
Instances
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.