Struct aws_sdk_lookoutvision::operation::start_model_packaging_job::StartModelPackagingJobOutput
source · #[non_exhaustive]pub struct StartModelPackagingJobOutput {
pub job_name: Option<String>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.job_name: Option<String>The job name for the model packaging job. If you don't supply a job name in the JobName input parameter, the service creates a job name for you.
Implementations§
source§impl StartModelPackagingJobOutput
impl StartModelPackagingJobOutput
sourcepub fn builder() -> StartModelPackagingJobOutputBuilder
pub fn builder() -> StartModelPackagingJobOutputBuilder
Creates a new builder-style object to manufacture StartModelPackagingJobOutput.
Trait Implementations§
source§impl Clone for StartModelPackagingJobOutput
impl Clone for StartModelPackagingJobOutput
source§fn clone(&self) -> StartModelPackagingJobOutput
fn clone(&self) -> StartModelPackagingJobOutput
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 StartModelPackagingJobOutput
impl Debug for StartModelPackagingJobOutput
source§impl PartialEq for StartModelPackagingJobOutput
impl PartialEq for StartModelPackagingJobOutput
source§fn eq(&self, other: &StartModelPackagingJobOutput) -> bool
fn eq(&self, other: &StartModelPackagingJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for StartModelPackagingJobOutput
impl RequestId for StartModelPackagingJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for StartModelPackagingJobOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartModelPackagingJobOutput
impl Send for StartModelPackagingJobOutput
impl Sync for StartModelPackagingJobOutput
impl Unpin for StartModelPackagingJobOutput
impl UnwindSafe for StartModelPackagingJobOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.