Struct aws_sdk_sagemaker::operation::start_inference_experiment::StartInferenceExperimentInput
source · #[non_exhaustive]pub struct StartInferenceExperimentInput { /* private fields */ }
Implementations§
source§impl StartInferenceExperimentInput
impl StartInferenceExperimentInput
sourcepub fn builder() -> StartInferenceExperimentInputBuilder
pub fn builder() -> StartInferenceExperimentInputBuilder
Creates a new builder-style object to manufacture StartInferenceExperimentInput
.
source§impl StartInferenceExperimentInput
impl StartInferenceExperimentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartInferenceExperiment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StartInferenceExperiment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartInferenceExperiment
>
Trait Implementations§
source§impl Clone for StartInferenceExperimentInput
impl Clone for StartInferenceExperimentInput
source§fn clone(&self) -> StartInferenceExperimentInput
fn clone(&self) -> StartInferenceExperimentInput
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 PartialEq<StartInferenceExperimentInput> for StartInferenceExperimentInput
impl PartialEq<StartInferenceExperimentInput> for StartInferenceExperimentInput
source§fn eq(&self, other: &StartInferenceExperimentInput) -> bool
fn eq(&self, other: &StartInferenceExperimentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.