You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CollectionConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

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

Configuration information for tensor collections.

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)

    The name of the tensor collection.

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

    Parameter values for the tensor collection.