| 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.UpdateFeatureGroup
Description
Updates the feature group.
Synopsis
- data UpdateFeatureGroup = UpdateFeatureGroup' {}
 - newUpdateFeatureGroup :: Text -> UpdateFeatureGroup
 - updateFeatureGroup_featureAdditions :: Lens' UpdateFeatureGroup (Maybe (NonEmpty FeatureDefinition))
 - updateFeatureGroup_featureGroupName :: Lens' UpdateFeatureGroup Text
 - data UpdateFeatureGroupResponse = UpdateFeatureGroupResponse' {
- httpStatus :: Int
 - featureGroupArn :: Text
 
 - newUpdateFeatureGroupResponse :: Int -> Text -> UpdateFeatureGroupResponse
 - updateFeatureGroupResponse_httpStatus :: Lens' UpdateFeatureGroupResponse Int
 - updateFeatureGroupResponse_featureGroupArn :: Lens' UpdateFeatureGroupResponse Text
 
Creating a Request
data UpdateFeatureGroup Source #
See: newUpdateFeatureGroup smart constructor.
Constructors
| UpdateFeatureGroup' | |
Fields 
  | |
Instances
newUpdateFeatureGroup Source #
Arguments
| :: Text | |
| -> UpdateFeatureGroup | 
Create a value of UpdateFeatureGroup 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:featureAdditions:UpdateFeatureGroup', updateFeatureGroup_featureAdditions - Updates the feature group. Updating a feature group is an asynchronous
 operation. When you get an HTTP 200 response, you've made a valid
 request. It takes some time after you've made a valid request for
 Feature Store to update the feature group.
UpdateFeatureGroup, updateFeatureGroup_featureGroupName - The name of the feature group that you're updating.
Request Lenses
updateFeatureGroup_featureAdditions :: Lens' UpdateFeatureGroup (Maybe (NonEmpty FeatureDefinition)) Source #
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
updateFeatureGroup_featureGroupName :: Lens' UpdateFeatureGroup Text Source #
The name of the feature group that you're updating.
Destructuring the Response
data UpdateFeatureGroupResponse Source #
See: newUpdateFeatureGroupResponse smart constructor.
Constructors
| UpdateFeatureGroupResponse' | |
Fields 
  | |
Instances
newUpdateFeatureGroupResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UpdateFeatureGroupResponse | 
Create a value of UpdateFeatureGroupResponse 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:UpdateFeatureGroupResponse', updateFeatureGroupResponse_httpStatus - The response's http status code.
UpdateFeatureGroupResponse, updateFeatureGroupResponse_featureGroupArn - The Amazon Resource Number (ARN) of the feature group that you're
 updating.
Response Lenses
updateFeatureGroupResponse_httpStatus :: Lens' UpdateFeatureGroupResponse Int Source #
The response's http status code.
updateFeatureGroupResponse_featureGroupArn :: Lens' UpdateFeatureGroupResponse Text Source #
The Amazon Resource Number (ARN) of the feature group that you're updating.