#[non_exhaustive]pub struct ModelBiasAppSpecification { /* private fields */ }
Expand description
Docker container image configuration object for the model bias job.
Implementations§
source§impl ModelBiasAppSpecification
impl ModelBiasAppSpecification
sourcepub fn config_uri(&self) -> Option<&str>
pub fn config_uri(&self) -> Option<&str>
JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.
source§impl ModelBiasAppSpecification
impl ModelBiasAppSpecification
sourcepub fn builder() -> ModelBiasAppSpecificationBuilder
pub fn builder() -> ModelBiasAppSpecificationBuilder
Creates a new builder-style object to manufacture ModelBiasAppSpecification
.
Trait Implementations§
source§impl Clone for ModelBiasAppSpecification
impl Clone for ModelBiasAppSpecification
source§fn clone(&self) -> ModelBiasAppSpecification
fn clone(&self) -> ModelBiasAppSpecification
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 Debug for ModelBiasAppSpecification
impl Debug for ModelBiasAppSpecification
source§impl PartialEq<ModelBiasAppSpecification> for ModelBiasAppSpecification
impl PartialEq<ModelBiasAppSpecification> for ModelBiasAppSpecification
source§fn eq(&self, other: &ModelBiasAppSpecification) -> bool
fn eq(&self, other: &ModelBiasAppSpecification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.