#[non_exhaustive]pub struct CandidateArtifactLocations { /* private fields */ }
Expand description
The location of artifacts for an AutoML candidate job.
Implementations§
source§impl CandidateArtifactLocations
impl CandidateArtifactLocations
sourcepub fn explainability(&self) -> Option<&str>
pub fn explainability(&self) -> Option<&str>
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
sourcepub fn model_insights(&self) -> Option<&str>
pub fn model_insights(&self) -> Option<&str>
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
source§impl CandidateArtifactLocations
impl CandidateArtifactLocations
sourcepub fn builder() -> CandidateArtifactLocationsBuilder
pub fn builder() -> CandidateArtifactLocationsBuilder
Creates a new builder-style object to manufacture CandidateArtifactLocations
.
Trait Implementations§
source§impl Clone for CandidateArtifactLocations
impl Clone for CandidateArtifactLocations
source§fn clone(&self) -> CandidateArtifactLocations
fn clone(&self) -> CandidateArtifactLocations
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 CandidateArtifactLocations
impl Debug for CandidateArtifactLocations
source§impl PartialEq<CandidateArtifactLocations> for CandidateArtifactLocations
impl PartialEq<CandidateArtifactLocations> for CandidateArtifactLocations
source§fn eq(&self, other: &CandidateArtifactLocations) -> bool
fn eq(&self, other: &CandidateArtifactLocations) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CandidateArtifactLocations
Auto Trait Implementations§
impl RefUnwindSafe for CandidateArtifactLocations
impl Send for CandidateArtifactLocations
impl Sync for CandidateArtifactLocations
impl Unpin for CandidateArtifactLocations
impl UnwindSafe for CandidateArtifactLocations
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