Struct aws_sdk_sagemaker::model::AlgorithmValidationSpecification [−][src]
#[non_exhaustive]pub struct AlgorithmValidationSpecification {
pub validation_role: Option<String>,
pub validation_profiles: Option<Vec<AlgorithmValidationProfile>>,
}
Expand description
Specifies configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.validation_role: Option<String>
The IAM roles that Amazon SageMaker uses to run the training jobs.
validation_profiles: Option<Vec<AlgorithmValidationProfile>>
An array of AlgorithmValidationProfile
objects, each of which specifies a
training job and batch transform job that Amazon SageMaker runs to validate your algorithm.
Implementations
The IAM roles that Amazon SageMaker uses to run the training jobs.
An array of AlgorithmValidationProfile
objects, each of which specifies a
training job and batch transform job that Amazon SageMaker runs to validate your algorithm.
Creates a new builder-style object to manufacture AlgorithmValidationSpecification
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for AlgorithmValidationSpecification
impl Sync for AlgorithmValidationSpecification
impl Unpin for AlgorithmValidationSpecification
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more