#[non_exhaustive]pub struct ModelPackageValidationProfile { /* private fields */ }
Expand description
Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.
The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.
Implementations§
source§impl ModelPackageValidationProfile
impl ModelPackageValidationProfile
sourcepub fn profile_name(&self) -> Option<&str>
pub fn profile_name(&self) -> Option<&str>
The name of the profile for the model package.
sourcepub fn transform_job_definition(&self) -> Option<&TransformJobDefinition>
pub fn transform_job_definition(&self) -> Option<&TransformJobDefinition>
The TransformJobDefinition
object that describes the transform job used for the validation of the model package.
source§impl ModelPackageValidationProfile
impl ModelPackageValidationProfile
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModelPackageValidationProfile
.
Trait Implementations§
source§impl Clone for ModelPackageValidationProfile
impl Clone for ModelPackageValidationProfile
source§fn clone(&self) -> ModelPackageValidationProfile
fn clone(&self) -> ModelPackageValidationProfile
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<ModelPackageValidationProfile> for ModelPackageValidationProfile
impl PartialEq<ModelPackageValidationProfile> for ModelPackageValidationProfile
source§fn eq(&self, other: &ModelPackageValidationProfile) -> bool
fn eq(&self, other: &ModelPackageValidationProfile) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.