Struct aws_sdk_sagemaker::model::MetadataProperties [−][src]
#[non_exhaustive]pub struct MetadataProperties {
pub commit_id: Option<String>,
pub repository: Option<String>,
pub generated_by: Option<String>,
pub project_id: Option<String>,
}
Expand description
Metadata properties of the tracking entity, trial, or trial component.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.commit_id: Option<String>
The commit ID.
repository: Option<String>
The repository.
generated_by: Option<String>
The entity this entity was generated by.
project_id: Option<String>
The project ID.
Implementations
Creates a new builder-style object to manufacture MetadataProperties
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 MetadataProperties
impl Send for MetadataProperties
impl Sync for MetadataProperties
impl Unpin for MetadataProperties
impl UnwindSafe for MetadataProperties
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