| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.DescribeFeatureMetadata
Description
Shows the metadata for a feature within a feature group.
Synopsis
- data DescribeFeatureMetadata = DescribeFeatureMetadata' {}
- newDescribeFeatureMetadata :: Text -> Text -> DescribeFeatureMetadata
- describeFeatureMetadata_featureGroupName :: Lens' DescribeFeatureMetadata Text
- describeFeatureMetadata_featureName :: Lens' DescribeFeatureMetadata Text
- data DescribeFeatureMetadataResponse = DescribeFeatureMetadataResponse' {}
- newDescribeFeatureMetadataResponse :: Int -> Text -> Text -> Text -> FeatureType -> UTCTime -> UTCTime -> DescribeFeatureMetadataResponse
- describeFeatureMetadataResponse_description :: Lens' DescribeFeatureMetadataResponse (Maybe Text)
- describeFeatureMetadataResponse_parameters :: Lens' DescribeFeatureMetadataResponse (Maybe [FeatureParameter])
- describeFeatureMetadataResponse_httpStatus :: Lens' DescribeFeatureMetadataResponse Int
- describeFeatureMetadataResponse_featureGroupArn :: Lens' DescribeFeatureMetadataResponse Text
- describeFeatureMetadataResponse_featureGroupName :: Lens' DescribeFeatureMetadataResponse Text
- describeFeatureMetadataResponse_featureName :: Lens' DescribeFeatureMetadataResponse Text
- describeFeatureMetadataResponse_featureType :: Lens' DescribeFeatureMetadataResponse FeatureType
- describeFeatureMetadataResponse_creationTime :: Lens' DescribeFeatureMetadataResponse UTCTime
- describeFeatureMetadataResponse_lastModifiedTime :: Lens' DescribeFeatureMetadataResponse UTCTime
Creating a Request
data DescribeFeatureMetadata Source #
See: newDescribeFeatureMetadata smart constructor.
Constructors
| DescribeFeatureMetadata' | |
Fields
| |
Instances
newDescribeFeatureMetadata Source #
Create a value of DescribeFeatureMetadata 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:
DescribeFeatureMetadata, describeFeatureMetadata_featureGroupName - The name of the feature group containing the feature.
DescribeFeatureMetadata, describeFeatureMetadata_featureName - The name of the feature.
Request Lenses
describeFeatureMetadata_featureGroupName :: Lens' DescribeFeatureMetadata Text Source #
The name of the feature group containing the feature.
describeFeatureMetadata_featureName :: Lens' DescribeFeatureMetadata Text Source #
The name of the feature.
Destructuring the Response
data DescribeFeatureMetadataResponse Source #
See: newDescribeFeatureMetadataResponse smart constructor.
Constructors
| DescribeFeatureMetadataResponse' | |
Fields
| |
Instances
newDescribeFeatureMetadataResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> FeatureType | |
| -> UTCTime | |
| -> UTCTime | |
| -> DescribeFeatureMetadataResponse |
Create a value of DescribeFeatureMetadataResponse 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:
DescribeFeatureMetadataResponse, describeFeatureMetadataResponse_description - The description you added to describe the feature.
DescribeFeatureMetadataResponse, describeFeatureMetadataResponse_parameters - The key-value pairs that you added to describe the feature.
$sel:httpStatus:DescribeFeatureMetadataResponse', describeFeatureMetadataResponse_httpStatus - The response's http status code.
DescribeFeatureMetadataResponse, describeFeatureMetadataResponse_featureGroupArn - The Amazon Resource Number (ARN) of the feature group that contains the
feature.
DescribeFeatureMetadata, describeFeatureMetadataResponse_featureGroupName - The name of the feature group that you've specified.
DescribeFeatureMetadata, describeFeatureMetadataResponse_featureName - The name of the feature that you've specified.
DescribeFeatureMetadataResponse, describeFeatureMetadataResponse_featureType - The data type of the feature.
DescribeFeatureMetadataResponse, describeFeatureMetadataResponse_creationTime - A timestamp indicating when the feature was created.
DescribeFeatureMetadataResponse, describeFeatureMetadataResponse_lastModifiedTime - A timestamp indicating when the metadata for the feature group was
modified. For example, if you add a parameter describing the feature,
the timestamp changes to reflect the last time you
Response Lenses
describeFeatureMetadataResponse_description :: Lens' DescribeFeatureMetadataResponse (Maybe Text) Source #
The description you added to describe the feature.
describeFeatureMetadataResponse_parameters :: Lens' DescribeFeatureMetadataResponse (Maybe [FeatureParameter]) Source #
The key-value pairs that you added to describe the feature.
describeFeatureMetadataResponse_httpStatus :: Lens' DescribeFeatureMetadataResponse Int Source #
The response's http status code.
describeFeatureMetadataResponse_featureGroupArn :: Lens' DescribeFeatureMetadataResponse Text Source #
The Amazon Resource Number (ARN) of the feature group that contains the feature.
describeFeatureMetadataResponse_featureGroupName :: Lens' DescribeFeatureMetadataResponse Text Source #
The name of the feature group that you've specified.
describeFeatureMetadataResponse_featureName :: Lens' DescribeFeatureMetadataResponse Text Source #
The name of the feature that you've specified.
describeFeatureMetadataResponse_featureType :: Lens' DescribeFeatureMetadataResponse FeatureType Source #
The data type of the feature.
describeFeatureMetadataResponse_creationTime :: Lens' DescribeFeatureMetadataResponse UTCTime Source #
A timestamp indicating when the feature was created.
describeFeatureMetadataResponse_lastModifiedTime :: Lens' DescribeFeatureMetadataResponse UTCTime Source #
A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you