Class: Aws::SageMaker::Types::CollectionConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Configuration information for the Amazon SageMaker Debugger output tensor collections.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_nameString

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

Returns:

  • (String)


4415
4416
4417
4418
4419
4420
# File 'lib/aws-sdk-sagemaker/types.rb', line 4415

class CollectionConfiguration < Struct.new(
  :collection_name,
  :collection_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#collection_parametersHash<String,String>

Parameter values for the tensor collection. The allowed parameters are ‘“name”`, `“include_regex”`, `“reduction_config”`, `“save_config”`, `“tensor_names”`, and `“save_histogram”`.

Returns:

  • (Hash<String,String>)


4415
4416
4417
4418
4419
4420
# File 'lib/aws-sdk-sagemaker/types.rb', line 4415

class CollectionConfiguration < Struct.new(
  :collection_name,
  :collection_parameters)
  SENSITIVE = []
  include Aws::Structure
end