#[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 ==
.impl StructuralPartialEq for ModelBiasAppSpecification
Auto Trait Implementations§
impl RefUnwindSafe for ModelBiasAppSpecification
impl Send for ModelBiasAppSpecification
impl Sync for ModelBiasAppSpecification
impl Unpin for ModelBiasAppSpecification
impl UnwindSafe for ModelBiasAppSpecification
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more