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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4371

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>)


4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4371

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