#[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.
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.
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.
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<EdgePackagingJobSummaryBuilder> for EdgePackagingJobSummaryBuilder
impl PartialEq<EdgePackagingJobSummaryBuilder> 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 ==
.