Struct aws_sdk_sagemaker::model::collection_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CollectionConfiguration
Implementations
The name of the tensor collection. The name must be unique relative to other rule configuration names.
The name of the tensor collection. The name must be unique relative to other rule configuration names.
Adds a key-value pair to collection_parameters
.
To override the contents of this collection use set_collection_parameters
.
Parameter values for the tensor collection. The allowed parameters are
"name"
, "include_regex"
, "reduction_config"
,
"save_config"
, "tensor_names"
, and
"save_histogram"
.
Parameter values for the tensor collection. The allowed parameters are
"name"
, "include_regex"
, "reduction_config"
,
"save_config"
, "tensor_names"
, and
"save_histogram"
.
Consumes the builder and constructs a CollectionConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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