Struct aws_sdk_sagemaker::model::BatchDescribeModelPackageSummary [−][src]
#[non_exhaustive]pub struct BatchDescribeModelPackageSummary {
pub model_package_group_name: Option<String>,
pub model_package_version: Option<i32>,
pub model_package_arn: Option<String>,
pub model_package_description: Option<String>,
pub creation_time: Option<DateTime>,
pub inference_specification: Option<InferenceSpecification>,
pub model_package_status: Option<ModelPackageStatus>,
pub model_approval_status: Option<ModelApprovalStatus>,
}
Expand description
Provides summary information about the 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.model_package_group_name: Option<String>
The group name for the model package
model_package_version: Option<i32>
The version number of a versioned model.
model_package_arn: Option<String>
The Amazon Resource Name (ARN) of the model package.
model_package_description: Option<String>
The description of the model package.
creation_time: Option<DateTime>
The creation time of the mortgage package summary.
inference_specification: Option<InferenceSpecification>
Defines how to perform inference generation after a training job is run.
model_package_status: Option<ModelPackageStatus>
The status of the mortgage package.
model_approval_status: Option<ModelApprovalStatus>
The approval status of the model.
Implementations
The group name for the model package
The version number of a versioned model.
The Amazon Resource Name (ARN) of the model package.
The description of the model package.
The creation time of the mortgage package summary.
Defines how to perform inference generation after a training job is run.
The status of the mortgage package.
The approval status of the model.
Creates a new builder-style object to manufacture BatchDescribeModelPackageSummary
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 BatchDescribeModelPackageSummary
impl Sync for BatchDescribeModelPackageSummary
impl Unpin for BatchDescribeModelPackageSummary
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