#[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() -> Builder
pub fn builder() -> Builder
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 ==
.