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.
12363 12364 12365 |
# File 'sig/types.rbs', line 12363 def additional_inference_specifications_to_add @additional_inference_specifications_to_add end |
#approval_description ⇒ ::String
Returns the value of attribute approval_description.
12360 12361 12362 |
# File 'sig/types.rbs', line 12360 def approval_description @approval_description end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
12368 12369 12370 |
# File 'sig/types.rbs', line 12368 def client_token @client_token end |
#customer_metadata_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_metadata_properties.
12361 12362 12363 |
# File 'sig/types.rbs', line 12361 def @customer_metadata_properties end |
#customer_metadata_properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute customer_metadata_properties_to_remove.
12362 12363 12364 |
# File 'sig/types.rbs', line 12362 def @customer_metadata_properties_to_remove end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
12364 12365 12366 |
# File 'sig/types.rbs', line 12364 def inference_specification @inference_specification end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
12358 12359 12360 |
# File 'sig/types.rbs', line 12358 def model_approval_status @model_approval_status end |
#model_card ⇒ Types::ModelPackageModelCard
Returns the value of attribute model_card.
12366 12367 12368 |
# File 'sig/types.rbs', line 12366 def model_card @model_card end |
#model_life_cycle ⇒ Types::ModelLifeCycle
Returns the value of attribute model_life_cycle.
12367 12368 12369 |
# File 'sig/types.rbs', line 12367 def model_life_cycle @model_life_cycle end |
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
12357 12358 12359 |
# File 'sig/types.rbs', line 12357 def model_package_arn @model_package_arn end |
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
12359 12360 12361 |
# File 'sig/types.rbs', line 12359 def model_package_registration_type @model_package_registration_type end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
12365 12366 12367 |
# File 'sig/types.rbs', line 12365 def source_uri @source_uri end |