#[non_exhaustive]pub struct CreateModelBiasJobDefinitionOutput { /* private fields */ }
Implementations§
source§impl CreateModelBiasJobDefinitionOutput
impl CreateModelBiasJobDefinitionOutput
sourcepub fn job_definition_arn(&self) -> Option<&str>
pub fn job_definition_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the model bias job.
source§impl CreateModelBiasJobDefinitionOutput
impl CreateModelBiasJobDefinitionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateModelBiasJobDefinitionOutput
.
Trait Implementations§
source§impl Clone for CreateModelBiasJobDefinitionOutput
impl Clone for CreateModelBiasJobDefinitionOutput
source§fn clone(&self) -> CreateModelBiasJobDefinitionOutput
fn clone(&self) -> CreateModelBiasJobDefinitionOutput
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<CreateModelBiasJobDefinitionOutput> for CreateModelBiasJobDefinitionOutput
impl PartialEq<CreateModelBiasJobDefinitionOutput> for CreateModelBiasJobDefinitionOutput
source§fn eq(&self, other: &CreateModelBiasJobDefinitionOutput) -> bool
fn eq(&self, other: &CreateModelBiasJobDefinitionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.