pub struct Builder { /* private fields */ }
Expand description
A builder for StartInferenceExperimentOutput
.
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 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
.