Struct aws_sdk_sagemaker::model::model_package_validation_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ModelPackageValidationSpecification
Implementations
The IAM roles to be used for the validation of the model package.
The IAM roles to be used for the validation of the model package.
Appends an item to validation_profiles
.
To override the contents of this collection use set_validation_profiles
.
An array of ModelPackageValidationProfile
objects, each of which
specifies a batch transform job that Amazon SageMaker runs to validate your model package.
pub fn set_validation_profiles(
self,
input: Option<Vec<ModelPackageValidationProfile>>
) -> Self
pub fn set_validation_profiles(
self,
input: Option<Vec<ModelPackageValidationProfile>>
) -> Self
An array of ModelPackageValidationProfile
objects, each of which
specifies a batch transform job that Amazon SageMaker runs to validate your model package.
Consumes the builder and constructs a ModelPackageValidationSpecification
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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