#[non_exhaustive]pub struct AlgorithmValidationSpecification { /* private fields */ }
Expand description
Specifies configurations for one or more training jobs that SageMaker runs to test the algorithm.
Implementations§
source§impl AlgorithmValidationSpecification
impl AlgorithmValidationSpecification
sourcepub fn validation_role(&self) -> Option<&str>
pub fn validation_role(&self) -> Option<&str>
The IAM roles that SageMaker uses to run the training jobs.
sourcepub fn validation_profiles(&self) -> Option<&[AlgorithmValidationProfile]>
pub fn validation_profiles(&self) -> Option<&[AlgorithmValidationProfile]>
An array of AlgorithmValidationProfile
objects, each of which specifies a training job and batch transform job that SageMaker runs to validate your algorithm.
source§impl AlgorithmValidationSpecification
impl AlgorithmValidationSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AlgorithmValidationSpecification
.
Trait Implementations§
source§impl Clone for AlgorithmValidationSpecification
impl Clone for AlgorithmValidationSpecification
source§fn clone(&self) -> AlgorithmValidationSpecification
fn clone(&self) -> AlgorithmValidationSpecification
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 PartialEq<AlgorithmValidationSpecification> for AlgorithmValidationSpecification
impl PartialEq<AlgorithmValidationSpecification> for AlgorithmValidationSpecification
source§fn eq(&self, other: &AlgorithmValidationSpecification) -> bool
fn eq(&self, other: &AlgorithmValidationSpecification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.