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