Struct aws_sdk_sagemaker::model::CollectionConfiguration
source · #[non_exhaustive]pub struct CollectionConfiguration { /* private fields */ }
Expand description
Configuration information for the Amazon SageMaker Debugger output tensor collections.
Implementations§
source§impl CollectionConfiguration
impl CollectionConfiguration
sourcepub fn collection_name(&self) -> Option<&str>
pub fn collection_name(&self) -> Option<&str>
The name of the tensor collection. The name must be unique relative to other rule configuration names.
source§impl CollectionConfiguration
impl CollectionConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CollectionConfiguration
.
Trait Implementations§
source§impl Clone for CollectionConfiguration
impl Clone for CollectionConfiguration
source§fn clone(&self) -> CollectionConfiguration
fn clone(&self) -> CollectionConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CollectionConfiguration
impl Debug for CollectionConfiguration
source§impl PartialEq<CollectionConfiguration> for CollectionConfiguration
impl PartialEq<CollectionConfiguration> for CollectionConfiguration
source§fn eq(&self, other: &CollectionConfiguration) -> bool
fn eq(&self, other: &CollectionConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.