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