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