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
- Struct
- Aws::SageMaker::Types::CollectionConfiguration
- 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
-
#collection_name ⇒ String
The name of the tensor collection.
-
#collection_parameters ⇒ Hash<String,String>
Parameter values for the tensor collection.
Instance Attribute Details
#collection_name ⇒ String
The name of the tensor collection. The name must be unique relative to other rule configuration names.
#collection_parameters ⇒ Hash<String,String>
Parameter values for the tensor collection. The allowed parameters are
"name"
, "include_regex"
, "reduction_config"
, "save_config"
,
"tensor_names"
, and "save_histogram"
.