Struct aws_sdk_sagemaker::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.