Class: Aws::Types::UpdateModelPackageInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateModelPackageInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_inference_specifications_to_add ⇒ ::Array[Types::AdditionalInferenceSpecificationDefinition]
Returns the value of attribute additional_inference_specifications_to_add.
-
#approval_description ⇒ ::String
Returns the value of attribute approval_description.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#customer_metadata_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_metadata_properties.
-
#customer_metadata_properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute customer_metadata_properties_to_remove.
-
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
-
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
-
#model_card ⇒ Types::ModelPackageModelCard
Returns the value of attribute model_card.
-
#model_life_cycle ⇒ Types::ModelLifeCycle
Returns the value of attribute model_life_cycle.
-
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
-
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
-
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
Instance Attribute Details
#additional_inference_specifications_to_add ⇒ ::Array[Types::AdditionalInferenceSpecificationDefinition]
Returns the value of attribute additional_inference_specifications_to_add.
12279 12280 12281 |
# File 'sig/types.rbs', line 12279 def additional_inference_specifications_to_add @additional_inference_specifications_to_add end |
#approval_description ⇒ ::String
Returns the value of attribute approval_description.
12276 12277 12278 |
# File 'sig/types.rbs', line 12276 def approval_description @approval_description end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
12284 12285 12286 |
# File 'sig/types.rbs', line 12284 def client_token @client_token end |
#customer_metadata_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_metadata_properties.
12277 12278 12279 |
# File 'sig/types.rbs', line 12277 def @customer_metadata_properties end |
#customer_metadata_properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute customer_metadata_properties_to_remove.
12278 12279 12280 |
# File 'sig/types.rbs', line 12278 def @customer_metadata_properties_to_remove end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
12280 12281 12282 |
# File 'sig/types.rbs', line 12280 def inference_specification @inference_specification end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
12274 12275 12276 |
# File 'sig/types.rbs', line 12274 def model_approval_status @model_approval_status end |
#model_card ⇒ Types::ModelPackageModelCard
Returns the value of attribute model_card.
12282 12283 12284 |
# File 'sig/types.rbs', line 12282 def model_card @model_card end |
#model_life_cycle ⇒ Types::ModelLifeCycle
Returns the value of attribute model_life_cycle.
12283 12284 12285 |
# File 'sig/types.rbs', line 12283 def model_life_cycle @model_life_cycle end |
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
12273 12274 12275 |
# File 'sig/types.rbs', line 12273 def model_package_arn @model_package_arn end |
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
12275 12276 12277 |
# File 'sig/types.rbs', line 12275 def model_package_registration_type @model_package_registration_type end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
12281 12282 12283 |
# File 'sig/types.rbs', line 12281 def source_uri @source_uri end |