Struct aws_sdk_sagemaker::model::ModelPackageValidationSpecification [−][src]
#[non_exhaustive]pub struct ModelPackageValidationSpecification {
pub validation_role: Option<String>,
pub validation_profiles: Option<Vec<ModelPackageValidationProfile>>,
}
Expand description
Specifies batch transform jobs that Amazon SageMaker runs to validate your model package.
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 to be used for the validation of the model package.
validation_profiles: Option<Vec<ModelPackageValidationProfile>>
An array of ModelPackageValidationProfile
objects, each of which
specifies a batch transform job that Amazon SageMaker runs to validate your model package.
Implementations
The IAM roles to be used for the validation of the model package.
An array of ModelPackageValidationProfile
objects, each of which
specifies a batch transform job that Amazon SageMaker runs to validate your model package.
Creates a new builder-style object to manufacture ModelPackageValidationSpecification
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 ModelPackageValidationSpecification
impl Sync for ModelPackageValidationSpecification
impl Unpin for ModelPackageValidationSpecification
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