libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.Types.CollectionConfiguration

Description

 
Synopsis

Documentation

data CollectionConfiguration Source #

Configuration information for the Debugger output tensor collections.

See: newCollectionConfiguration smart constructor.

Constructors

CollectionConfiguration' 

Fields

  • collectionParameters :: Maybe (HashMap Text Text)

    Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".

  • collectionName :: Maybe Text

    The name of the tensor collection. The name must be unique relative to other rule configuration names.

Instances

Instances details
Eq CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Read CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Show CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Generic CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Associated Types

type Rep CollectionConfiguration :: Type -> Type #

NFData CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Methods

rnf :: CollectionConfiguration -> () #

Hashable CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

ToJSON CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

FromJSON CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

type Rep CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

type Rep CollectionConfiguration = D1 ('MetaData "CollectionConfiguration" "Amazonka.SageMaker.Types.CollectionConfiguration" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CollectionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "collectionParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "collectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.