Struct aws_sdk_sagemaker::operation::update_training_job::builders::UpdateTrainingJobOutputBuilder
source · #[non_exhaustive]pub struct UpdateTrainingJobOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateTrainingJobOutput
.
Implementations§
source§impl UpdateTrainingJobOutputBuilder
impl UpdateTrainingJobOutputBuilder
sourcepub fn training_job_arn(self, input: impl Into<String>) -> Self
pub fn training_job_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the training job.
sourcepub fn set_training_job_arn(self, input: Option<String>) -> Self
pub fn set_training_job_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the training job.
sourcepub fn build(self) -> UpdateTrainingJobOutput
pub fn build(self) -> UpdateTrainingJobOutput
Consumes the builder and constructs a UpdateTrainingJobOutput
.
Trait Implementations§
source§impl Clone for UpdateTrainingJobOutputBuilder
impl Clone for UpdateTrainingJobOutputBuilder
source§fn clone(&self) -> UpdateTrainingJobOutputBuilder
fn clone(&self) -> UpdateTrainingJobOutputBuilder
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 Default for UpdateTrainingJobOutputBuilder
impl Default for UpdateTrainingJobOutputBuilder
source§fn default() -> UpdateTrainingJobOutputBuilder
fn default() -> UpdateTrainingJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateTrainingJobOutputBuilder> for UpdateTrainingJobOutputBuilder
impl PartialEq<UpdateTrainingJobOutputBuilder> for UpdateTrainingJobOutputBuilder
source§fn eq(&self, other: &UpdateTrainingJobOutputBuilder) -> bool
fn eq(&self, other: &UpdateTrainingJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.