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
- data CollectionConfiguration = CollectionConfiguration' {}
- newCollectionConfiguration :: CollectionConfiguration
- collectionConfiguration_collectionParameters :: Lens' CollectionConfiguration (Maybe (HashMap Text Text))
- collectionConfiguration_collectionName :: Lens' CollectionConfiguration (Maybe Text)
Documentation
data CollectionConfiguration Source #
Configuration information for the Debugger output tensor collections.
See: newCollectionConfiguration
smart constructor.
CollectionConfiguration' | |
|
Instances
newCollectionConfiguration :: CollectionConfiguration Source #
Create a value of CollectionConfiguration
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:collectionParameters:CollectionConfiguration'
, collectionConfiguration_collectionParameters
- Parameter values for the tensor collection. The allowed parameters are
"name"
, "include_regex"
, "reduction_config"
,
"save_config"
, "tensor_names"
, and "save_histogram"
.
$sel:collectionName:CollectionConfiguration'
, collectionConfiguration_collectionName
- The name of the tensor collection. The name must be unique relative to
other rule configuration names.
collectionConfiguration_collectionParameters :: Lens' CollectionConfiguration (Maybe (HashMap Text Text)) Source #
Parameter values for the tensor collection. The allowed parameters are
"name"
, "include_regex"
, "reduction_config"
,
"save_config"
, "tensor_names"
, and "save_histogram"
.
collectionConfiguration_collectionName :: Lens' CollectionConfiguration (Maybe Text) Source #
The name of the tensor collection. The name must be unique relative to other rule configuration names.