Struct aws_sdk_sagemaker::types::ArtifactSource
source · #[non_exhaustive]pub struct ArtifactSource { /* private fields */ }
Expand description
A structure describing the source of an artifact.
Implementations§
source§impl ArtifactSource
impl ArtifactSource
sourcepub fn source_uri(&self) -> Option<&str>
pub fn source_uri(&self) -> Option<&str>
The URI of the source.
sourcepub fn source_types(&self) -> Option<&[ArtifactSourceType]>
pub fn source_types(&self) -> Option<&[ArtifactSourceType]>
A list of source types.
source§impl ArtifactSource
impl ArtifactSource
sourcepub fn builder() -> ArtifactSourceBuilder
pub fn builder() -> ArtifactSourceBuilder
Creates a new builder-style object to manufacture ArtifactSource
.
Trait Implementations§
source§impl Clone for ArtifactSource
impl Clone for ArtifactSource
source§fn clone(&self) -> ArtifactSource
fn clone(&self) -> ArtifactSource
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 ArtifactSource
impl Debug for ArtifactSource
source§impl PartialEq<ArtifactSource> for ArtifactSource
impl PartialEq<ArtifactSource> for ArtifactSource
source§fn eq(&self, other: &ArtifactSource) -> bool
fn eq(&self, other: &ArtifactSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ArtifactSource
Auto Trait Implementations§
impl RefUnwindSafe for ArtifactSource
impl Send for ArtifactSource
impl Sync for ArtifactSource
impl Unpin for ArtifactSource
impl UnwindSafe for ArtifactSource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more