#[non_exhaustive]pub struct DeleteModelBiasJobDefinitionInput { /* private fields */ }
Implementations§
source§impl DeleteModelBiasJobDefinitionInput
impl DeleteModelBiasJobDefinitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteModelBiasJobDefinition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteModelBiasJobDefinition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteModelBiasJobDefinition
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteModelBiasJobDefinitionInput
.
source§impl DeleteModelBiasJobDefinitionInput
impl DeleteModelBiasJobDefinitionInput
sourcepub fn job_definition_name(&self) -> Option<&str>
pub fn job_definition_name(&self) -> Option<&str>
The name of the model bias job definition to delete.
Trait Implementations§
source§impl Clone for DeleteModelBiasJobDefinitionInput
impl Clone for DeleteModelBiasJobDefinitionInput
source§fn clone(&self) -> DeleteModelBiasJobDefinitionInput
fn clone(&self) -> DeleteModelBiasJobDefinitionInput
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<DeleteModelBiasJobDefinitionInput> for DeleteModelBiasJobDefinitionInput
impl PartialEq<DeleteModelBiasJobDefinitionInput> for DeleteModelBiasJobDefinitionInput
source§fn eq(&self, other: &DeleteModelBiasJobDefinitionInput) -> bool
fn eq(&self, other: &DeleteModelBiasJobDefinitionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.