class Aws::SageMaker::Types::CollectionConfiguration

Configuration information for the Debugger output tensor collections.

@note When making an API call, you may pass CollectionConfiguration

data as a hash:

    {
      collection_name: "CollectionName",
      collection_parameters: {
        "ConfigKey" => "ConfigValue",
      },
    }

@!attribute [rw] collection_name

The name of the tensor collection. The name must be unique relative
to other rule configuration names.
@return [String]

@!attribute [rw] collection_parameters

Parameter values for the tensor collection. The allowed parameters
are `"name"`, `"include_regex"`, `"reduction_config"`,
`"save_config"`, `"tensor_names"`, and `"save_histogram"`.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CollectionConfiguration AWS API Documentation

Constants

SENSITIVE