#[non_exhaustive]pub struct PipelineDefinitionS3Location { /* private fields */ }
Expand description
The location of the pipeline definition stored in Amazon S3.
Implementations
sourceimpl PipelineDefinitionS3Location
impl PipelineDefinitionS3Location
sourcepub fn object_key(&self) -> Option<&str>
pub fn object_key(&self) -> Option<&str>
The object key (or key name) uniquely identifies the object in an S3 bucket.
sourcepub fn version_id(&self) -> Option<&str>
pub fn version_id(&self) -> Option<&str>
Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
sourceimpl PipelineDefinitionS3Location
impl PipelineDefinitionS3Location
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PipelineDefinitionS3Location
.
Trait Implementations
sourceimpl Clone for PipelineDefinitionS3Location
impl Clone for PipelineDefinitionS3Location
sourcefn clone(&self) -> PipelineDefinitionS3Location
fn clone(&self) -> PipelineDefinitionS3Location
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PipelineDefinitionS3Location
impl Debug for PipelineDefinitionS3Location
sourceimpl PartialEq<PipelineDefinitionS3Location> for PipelineDefinitionS3Location
impl PartialEq<PipelineDefinitionS3Location> for PipelineDefinitionS3Location
sourcefn eq(&self, other: &PipelineDefinitionS3Location) -> bool
fn eq(&self, other: &PipelineDefinitionS3Location) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for PipelineDefinitionS3Location
Auto Trait Implementations
impl RefUnwindSafe for PipelineDefinitionS3Location
impl Send for PipelineDefinitionS3Location
impl Sync for PipelineDefinitionS3Location
impl Unpin for PipelineDefinitionS3Location
impl UnwindSafe for PipelineDefinitionS3Location
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more