Struct aws_sdk_sagemaker::types::HubContentDependency
source · #[non_exhaustive]pub struct HubContentDependency { /* private fields */ }
Expand description
Any dependencies related to hub content, such as scripts, model artifacts, datasets, or notebooks.
Implementations§
source§impl HubContentDependency
impl HubContentDependency
sourcepub fn dependency_origin_path(&self) -> Option<&str>
pub fn dependency_origin_path(&self) -> Option<&str>
The hub content dependency origin path.
sourcepub fn dependency_copy_path(&self) -> Option<&str>
pub fn dependency_copy_path(&self) -> Option<&str>
The hub content dependency copy path.
source§impl HubContentDependency
impl HubContentDependency
sourcepub fn builder() -> HubContentDependencyBuilder
pub fn builder() -> HubContentDependencyBuilder
Creates a new builder-style object to manufacture HubContentDependency
.
Trait Implementations§
source§impl Clone for HubContentDependency
impl Clone for HubContentDependency
source§fn clone(&self) -> HubContentDependency
fn clone(&self) -> HubContentDependency
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 HubContentDependency
impl Debug for HubContentDependency
source§impl PartialEq<HubContentDependency> for HubContentDependency
impl PartialEq<HubContentDependency> for HubContentDependency
source§fn eq(&self, other: &HubContentDependency) -> bool
fn eq(&self, other: &HubContentDependency) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HubContentDependency
Auto Trait Implementations§
impl RefUnwindSafe for HubContentDependency
impl Send for HubContentDependency
impl Sync for HubContentDependency
impl Unpin for HubContentDependency
impl UnwindSafe for HubContentDependency
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