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.
12302 12303 12304 |
# File 'sig/types.rbs', line 12302 def additional_inference_specifications_to_add @additional_inference_specifications_to_add end |
#approval_description ⇒ ::String
Returns the value of attribute approval_description.
12299 12300 12301 |
# File 'sig/types.rbs', line 12299 def approval_description @approval_description end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
12307 12308 12309 |
# File 'sig/types.rbs', line 12307 def client_token @client_token end |
#customer_metadata_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_metadata_properties.
12300 12301 12302 |
# File 'sig/types.rbs', line 12300 def @customer_metadata_properties end |
#customer_metadata_properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute customer_metadata_properties_to_remove.
12301 12302 12303 |
# File 'sig/types.rbs', line 12301 def @customer_metadata_properties_to_remove end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
12303 12304 12305 |
# File 'sig/types.rbs', line 12303 def inference_specification @inference_specification end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
12297 12298 12299 |
# File 'sig/types.rbs', line 12297 def model_approval_status @model_approval_status end |
#model_card ⇒ Types::ModelPackageModelCard
Returns the value of attribute model_card.
12305 12306 12307 |
# File 'sig/types.rbs', line 12305 def model_card @model_card end |
#model_life_cycle ⇒ Types::ModelLifeCycle
Returns the value of attribute model_life_cycle.
12306 12307 12308 |
# File 'sig/types.rbs', line 12306 def model_life_cycle @model_life_cycle end |
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
12296 12297 12298 |
# File 'sig/types.rbs', line 12296 def model_package_arn @model_package_arn end |
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
12298 12299 12300 |
# File 'sig/types.rbs', line 12298 def model_package_registration_type @model_package_registration_type end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
12304 12305 12306 |
# File 'sig/types.rbs', line 12304 def source_uri @source_uri end |