#[non_exhaustive]pub struct EdgePackagingJobSummaryBuilder { /* private fields */ }
Expand description
A builder for EdgePackagingJobSummary
.
Implementations§
source§impl EdgePackagingJobSummaryBuilder
impl EdgePackagingJobSummaryBuilder
sourcepub fn edge_packaging_job_arn(self, input: impl Into<String>) -> Self
pub fn edge_packaging_job_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the edge packaging job.
This field is required.sourcepub fn set_edge_packaging_job_arn(self, input: Option<String>) -> Self
pub fn set_edge_packaging_job_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the edge packaging job.
sourcepub fn get_edge_packaging_job_arn(&self) -> &Option<String>
pub fn get_edge_packaging_job_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the edge packaging job.
sourcepub fn edge_packaging_job_name(self, input: impl Into<String>) -> Self
pub fn edge_packaging_job_name(self, input: impl Into<String>) -> Self
The name of the edge packaging job.
This field is required.sourcepub fn set_edge_packaging_job_name(self, input: Option<String>) -> Self
pub fn set_edge_packaging_job_name(self, input: Option<String>) -> Self
The name of the edge packaging job.
sourcepub fn get_edge_packaging_job_name(&self) -> &Option<String>
pub fn get_edge_packaging_job_name(&self) -> &Option<String>
The name of the edge packaging job.
sourcepub fn edge_packaging_job_status(self, input: EdgePackagingJobStatus) -> Self
pub fn edge_packaging_job_status(self, input: EdgePackagingJobStatus) -> Self
The status of the edge packaging job.
This field is required.sourcepub fn set_edge_packaging_job_status(
self,
input: Option<EdgePackagingJobStatus>,
) -> Self
pub fn set_edge_packaging_job_status( self, input: Option<EdgePackagingJobStatus>, ) -> Self
The status of the edge packaging job.
sourcepub fn get_edge_packaging_job_status(&self) -> &Option<EdgePackagingJobStatus>
pub fn get_edge_packaging_job_status(&self) -> &Option<EdgePackagingJobStatus>
The status of the edge packaging job.
sourcepub fn compilation_job_name(self, input: impl Into<String>) -> Self
pub fn compilation_job_name(self, input: impl Into<String>) -> Self
The name of the SageMaker Neo compilation job.
sourcepub fn set_compilation_job_name(self, input: Option<String>) -> Self
pub fn set_compilation_job_name(self, input: Option<String>) -> Self
The name of the SageMaker Neo compilation job.
sourcepub fn get_compilation_job_name(&self) -> &Option<String>
pub fn get_compilation_job_name(&self) -> &Option<String>
The name of the SageMaker Neo compilation job.
sourcepub fn model_name(self, input: impl Into<String>) -> Self
pub fn model_name(self, input: impl Into<String>) -> Self
The name of the model.
sourcepub fn set_model_name(self, input: Option<String>) -> Self
pub fn set_model_name(self, input: Option<String>) -> Self
The name of the model.
sourcepub fn get_model_name(&self) -> &Option<String>
pub fn get_model_name(&self) -> &Option<String>
The name of the model.
sourcepub fn model_version(self, input: impl Into<String>) -> Self
pub fn model_version(self, input: impl Into<String>) -> Self
The version of the model.
sourcepub fn set_model_version(self, input: Option<String>) -> Self
pub fn set_model_version(self, input: Option<String>) -> Self
The version of the model.
sourcepub fn get_model_version(&self) -> &Option<String>
pub fn get_model_version(&self) -> &Option<String>
The version of the model.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The timestamp of when the job was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The timestamp of when the job was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The timestamp of when the job was created.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The timestamp of when the edge packaging job was last updated.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The timestamp of when the edge packaging job was last updated.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The timestamp of when the edge packaging job was last updated.
sourcepub fn build(self) -> EdgePackagingJobSummary
pub fn build(self) -> EdgePackagingJobSummary
Consumes the builder and constructs a EdgePackagingJobSummary
.
Trait Implementations§
source§impl Clone for EdgePackagingJobSummaryBuilder
impl Clone for EdgePackagingJobSummaryBuilder
source§fn clone(&self) -> EdgePackagingJobSummaryBuilder
fn clone(&self) -> EdgePackagingJobSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for EdgePackagingJobSummaryBuilder
impl Default for EdgePackagingJobSummaryBuilder
source§fn default() -> EdgePackagingJobSummaryBuilder
fn default() -> EdgePackagingJobSummaryBuilder
source§impl PartialEq for EdgePackagingJobSummaryBuilder
impl PartialEq for EdgePackagingJobSummaryBuilder
source§fn eq(&self, other: &EdgePackagingJobSummaryBuilder) -> bool
fn eq(&self, other: &EdgePackagingJobSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EdgePackagingJobSummaryBuilder
Auto Trait Implementations§
impl Freeze for EdgePackagingJobSummaryBuilder
impl RefUnwindSafe for EdgePackagingJobSummaryBuilder
impl Send for EdgePackagingJobSummaryBuilder
impl Sync for EdgePackagingJobSummaryBuilder
impl Unpin for EdgePackagingJobSummaryBuilder
impl UnwindSafe for EdgePackagingJobSummaryBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more