Struct aws_sdk_sagemaker::input::UpdateModelPackageInput
source · #[non_exhaustive]pub struct UpdateModelPackageInput { /* private fields */ }
Implementations§
source§impl UpdateModelPackageInput
impl UpdateModelPackageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateModelPackage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateModelPackage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateModelPackage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateModelPackageInput
.
source§impl UpdateModelPackageInput
impl UpdateModelPackageInput
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_approval_status(&self) -> Option<&ModelApprovalStatus>
pub fn model_approval_status(&self) -> Option<&ModelApprovalStatus>
The approval status of the model.
sourcepub fn approval_description(&self) -> Option<&str>
pub fn approval_description(&self) -> Option<&str>
A description for the approval status of the model.
sourcepub fn customer_metadata_properties(&self) -> Option<&HashMap<String, String>>
pub fn customer_metadata_properties(&self) -> Option<&HashMap<String, String>>
The metadata properties associated with the model package versions.
sourcepub fn customer_metadata_properties_to_remove(&self) -> Option<&[String]>
pub fn customer_metadata_properties_to_remove(&self) -> Option<&[String]>
The metadata properties associated with the model package versions to remove.
sourcepub fn additional_inference_specifications_to_add(
&self
) -> Option<&[AdditionalInferenceSpecificationDefinition]>
pub fn additional_inference_specifications_to_add(
&self
) -> Option<&[AdditionalInferenceSpecificationDefinition]>
An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
Trait Implementations§
source§impl Clone for UpdateModelPackageInput
impl Clone for UpdateModelPackageInput
source§fn clone(&self) -> UpdateModelPackageInput
fn clone(&self) -> UpdateModelPackageInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateModelPackageInput
impl Debug for UpdateModelPackageInput
source§impl PartialEq<UpdateModelPackageInput> for UpdateModelPackageInput
impl PartialEq<UpdateModelPackageInput> for UpdateModelPackageInput
source§fn eq(&self, other: &UpdateModelPackageInput) -> bool
fn eq(&self, other: &UpdateModelPackageInput) -> bool
self
and other
values to be equal, and is used
by ==
.