pub struct Builder { /* private fields */ }
Expand description
A builder for StopInferenceExperimentOutput
.
Implementations§
source§impl Builder
impl Builder
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 stopped inference experiment.
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 stopped inference experiment.
sourcepub fn build(self) -> StopInferenceExperimentOutput
pub fn build(self) -> StopInferenceExperimentOutput
Consumes the builder and constructs a StopInferenceExperimentOutput
.