#[non_exhaustive]pub struct CreateProjectVersionOutput { /* private fields */ }Implementations
sourceimpl CreateProjectVersionOutput
impl CreateProjectVersionOutput
sourcepub fn project_version_arn(&self) -> Option<&str>
pub fn project_version_arn(&self) -> Option<&str>
The ARN of the model version that was created. Use DescribeProjectVersion to get the current status of the training operation.
sourceimpl CreateProjectVersionOutput
impl CreateProjectVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateProjectVersionOutput.
Trait Implementations
sourceimpl Clone for CreateProjectVersionOutput
impl Clone for CreateProjectVersionOutput
sourcefn clone(&self) -> CreateProjectVersionOutput
fn clone(&self) -> CreateProjectVersionOutput
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 moresourceimpl Debug for CreateProjectVersionOutput
impl Debug for CreateProjectVersionOutput
sourceimpl PartialEq<CreateProjectVersionOutput> for CreateProjectVersionOutput
impl PartialEq<CreateProjectVersionOutput> for CreateProjectVersionOutput
sourcefn eq(&self, other: &CreateProjectVersionOutput) -> bool
fn eq(&self, other: &CreateProjectVersionOutput) -> bool
impl StructuralPartialEq for CreateProjectVersionOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateProjectVersionOutput
impl Send for CreateProjectVersionOutput
impl Sync for CreateProjectVersionOutput
impl Unpin for CreateProjectVersionOutput
impl UnwindSafe for CreateProjectVersionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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