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.
12287 12288 12289 |
# File 'sig/types.rbs', line 12287 def additional_inference_specifications_to_add @additional_inference_specifications_to_add end |
#approval_description ⇒ ::String
Returns the value of attribute approval_description.
12284 12285 12286 |
# File 'sig/types.rbs', line 12284 def approval_description @approval_description end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
12292 12293 12294 |
# File 'sig/types.rbs', line 12292 def client_token @client_token end |
#customer_metadata_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_metadata_properties.
12285 12286 12287 |
# File 'sig/types.rbs', line 12285 def @customer_metadata_properties end |
#customer_metadata_properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute customer_metadata_properties_to_remove.
12286 12287 12288 |
# File 'sig/types.rbs', line 12286 def @customer_metadata_properties_to_remove end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
12288 12289 12290 |
# File 'sig/types.rbs', line 12288 def inference_specification @inference_specification end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
12282 12283 12284 |
# File 'sig/types.rbs', line 12282 def model_approval_status @model_approval_status end |
#model_card ⇒ Types::ModelPackageModelCard
Returns the value of attribute model_card.
12290 12291 12292 |
# File 'sig/types.rbs', line 12290 def model_card @model_card end |
#model_life_cycle ⇒ Types::ModelLifeCycle
Returns the value of attribute model_life_cycle.
12291 12292 12293 |
# File 'sig/types.rbs', line 12291 def model_life_cycle @model_life_cycle end |
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
12281 12282 12283 |
# File 'sig/types.rbs', line 12281 def model_package_arn @model_package_arn end |
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
12283 12284 12285 |
# File 'sig/types.rbs', line 12283 def model_package_registration_type @model_package_registration_type end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
12289 12290 12291 |
# File 'sig/types.rbs', line 12289 def source_uri @source_uri end |