#[non_exhaustive]pub struct BatchDescribeModelPackageSummary { /* private fields */ }
Expand description
Provides summary information about the model package.
Implementations§
source§impl BatchDescribeModelPackageSummary
impl BatchDescribeModelPackageSummary
sourcepub fn model_package_group_name(&self) -> Option<&str>
pub fn model_package_group_name(&self) -> Option<&str>
The group name for the model package
sourcepub fn model_package_version(&self) -> Option<i32>
pub fn model_package_version(&self) -> Option<i32>
The version number of a versioned model.
sourcepub fn model_package_arn(&self) -> Option<&str>
pub fn model_package_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the model package.
sourcepub fn model_package_description(&self) -> Option<&str>
pub fn model_package_description(&self) -> Option<&str>
The description of the model package.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The creation time of the mortgage package summary.
sourcepub fn inference_specification(&self) -> Option<&InferenceSpecification>
pub fn inference_specification(&self) -> Option<&InferenceSpecification>
Defines how to perform inference generation after a training job is run.
sourcepub fn model_package_status(&self) -> Option<&ModelPackageStatus>
pub fn model_package_status(&self) -> Option<&ModelPackageStatus>
The status of the mortgage package.
sourcepub fn model_approval_status(&self) -> Option<&ModelApprovalStatus>
pub fn model_approval_status(&self) -> Option<&ModelApprovalStatus>
The approval status of the model.
source§impl BatchDescribeModelPackageSummary
impl BatchDescribeModelPackageSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDescribeModelPackageSummary
.
Trait Implementations§
source§impl Clone for BatchDescribeModelPackageSummary
impl Clone for BatchDescribeModelPackageSummary
source§fn clone(&self) -> BatchDescribeModelPackageSummary
fn clone(&self) -> BatchDescribeModelPackageSummary
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<BatchDescribeModelPackageSummary> for BatchDescribeModelPackageSummary
impl PartialEq<BatchDescribeModelPackageSummary> for BatchDescribeModelPackageSummary
source§fn eq(&self, other: &BatchDescribeModelPackageSummary) -> bool
fn eq(&self, other: &BatchDescribeModelPackageSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.