Struct aws_sdk_sagemaker::model::CollectionConfiguration [−][src]
#[non_exhaustive]pub struct CollectionConfiguration {
pub collection_name: Option<String>,
pub collection_parameters: Option<HashMap<String, String>>,
}
Expand description
Configuration information for the Debugger output tensor collections.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.collection_name: Option<String>
The name of the tensor collection. The name must be unique relative to other rule configuration names.
collection_parameters: Option<HashMap<String, String>>
Parameter values for the tensor collection. The allowed parameters are
"name"
, "include_regex"
, "reduction_config"
,
"save_config"
, "tensor_names"
, and
"save_histogram"
.
Implementations
The name of the tensor collection. The name must be unique relative to other rule configuration names.
Creates a new builder-style object to manufacture CollectionConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CollectionConfiguration
impl Send for CollectionConfiguration
impl Sync for CollectionConfiguration
impl Unpin for CollectionConfiguration
impl UnwindSafe for CollectionConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more