#[non_exhaustive]pub struct InferenceRecommendationsJobBuilder { /* private fields */ }
Expand description
A builder for InferenceRecommendationsJob
.
Implementations§
source§impl InferenceRecommendationsJobBuilder
impl InferenceRecommendationsJobBuilder
sourcepub fn set_job_name(self, input: Option<String>) -> Self
pub fn set_job_name(self, input: Option<String>) -> Self
The name of the job.
sourcepub fn job_description(self, input: impl Into<String>) -> Self
pub fn job_description(self, input: impl Into<String>) -> Self
The job description.
sourcepub fn set_job_description(self, input: Option<String>) -> Self
pub fn set_job_description(self, input: Option<String>) -> Self
The job description.
sourcepub fn job_type(self, input: RecommendationJobType) -> Self
pub fn job_type(self, input: RecommendationJobType) -> Self
The recommendation job type.
sourcepub fn set_job_type(self, input: Option<RecommendationJobType>) -> Self
pub fn set_job_type(self, input: Option<RecommendationJobType>) -> Self
The recommendation job type.
sourcepub fn job_arn(self, input: impl Into<String>) -> Self
pub fn job_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the recommendation job.
sourcepub fn set_job_arn(self, input: Option<String>) -> Self
pub fn set_job_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the recommendation job.
sourcepub fn status(self, input: RecommendationJobStatus) -> Self
pub fn status(self, input: RecommendationJobStatus) -> Self
The status of the job.
sourcepub fn set_status(self, input: Option<RecommendationJobStatus>) -> Self
pub fn set_status(self, input: Option<RecommendationJobStatus>) -> Self
The status of the job.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
A timestamp that shows 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
A timestamp that shows when the job was created.
sourcepub fn completion_time(self, input: DateTime) -> Self
pub fn completion_time(self, input: DateTime) -> Self
A timestamp that shows when the job completed.
sourcepub fn set_completion_time(self, input: Option<DateTime>) -> Self
pub fn set_completion_time(self, input: Option<DateTime>) -> Self
A timestamp that shows when the job completed.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
A timestamp that shows when the job was last modified.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
A timestamp that shows when the job was last modified.
sourcepub fn failure_reason(self, input: impl Into<String>) -> Self
pub fn failure_reason(self, input: impl Into<String>) -> Self
If the job fails, provides information why the job failed.
sourcepub fn set_failure_reason(self, input: Option<String>) -> Self
pub fn set_failure_reason(self, input: Option<String>) -> Self
If the job fails, provides information why the job failed.
sourcepub fn build(self) -> InferenceRecommendationsJob
pub fn build(self) -> InferenceRecommendationsJob
Consumes the builder and constructs a InferenceRecommendationsJob
.
Trait Implementations§
source§impl Clone for InferenceRecommendationsJobBuilder
impl Clone for InferenceRecommendationsJobBuilder
source§fn clone(&self) -> InferenceRecommendationsJobBuilder
fn clone(&self) -> InferenceRecommendationsJobBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for InferenceRecommendationsJobBuilder
impl Default for InferenceRecommendationsJobBuilder
source§fn default() -> InferenceRecommendationsJobBuilder
fn default() -> InferenceRecommendationsJobBuilder
source§impl PartialEq<InferenceRecommendationsJobBuilder> for InferenceRecommendationsJobBuilder
impl PartialEq<InferenceRecommendationsJobBuilder> for InferenceRecommendationsJobBuilder
source§fn eq(&self, other: &InferenceRecommendationsJobBuilder) -> bool
fn eq(&self, other: &InferenceRecommendationsJobBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.