Struct aws_sdk_sagemaker::types::MetadataProperties
source · #[non_exhaustive]pub struct MetadataProperties { /* private fields */ }
Expand description
Metadata properties of the tracking entity, trial, or trial component.
Implementations§
source§impl MetadataProperties
impl MetadataProperties
sourcepub fn builder() -> MetadataPropertiesBuilder
pub fn builder() -> MetadataPropertiesBuilder
Creates a new builder-style object to manufacture MetadataProperties
.
Trait Implementations§
source§impl Clone for MetadataProperties
impl Clone for MetadataProperties
source§fn clone(&self) -> MetadataProperties
fn clone(&self) -> MetadataProperties
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 MetadataProperties
impl Debug for MetadataProperties
source§impl PartialEq<MetadataProperties> for MetadataProperties
impl PartialEq<MetadataProperties> for MetadataProperties
source§fn eq(&self, other: &MetadataProperties) -> bool
fn eq(&self, other: &MetadataProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.