#[non_exhaustive]pub struct CandidateArtifactLocations { /* private fields */ }Expand description
The location of artifacts for an AutoML candidate job.
Implementations
sourceimpl 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.
sourceimpl CandidateArtifactLocations
impl CandidateArtifactLocations
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CandidateArtifactLocations.
Trait Implementations
sourceimpl Clone for CandidateArtifactLocations
impl Clone for CandidateArtifactLocations
sourcefn clone(&self) -> CandidateArtifactLocations
fn clone(&self) -> CandidateArtifactLocations
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CandidateArtifactLocations
impl Debug for CandidateArtifactLocations
sourceimpl PartialEq<CandidateArtifactLocations> for CandidateArtifactLocations
impl PartialEq<CandidateArtifactLocations> for CandidateArtifactLocations
sourcefn eq(&self, other: &CandidateArtifactLocations) -> bool
fn eq(&self, other: &CandidateArtifactLocations) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more