Class: Aws::Types::BatchDescribeModelPackageSummary
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeModelPackageSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
-
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
-
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
-
#model_package_description ⇒ ::String
Returns the value of attribute model_package_description.
-
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
-
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
-
#model_package_status ⇒ "Pending", ...
Returns the value of attribute model_package_status.
-
#model_package_version ⇒ ::Integer
Returns the value of attribute model_package_version.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
874 875 876 |
# File 'sig/types.rbs', line 874 def creation_time @creation_time end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
875 876 877 |
# File 'sig/types.rbs', line 875 def inference_specification @inference_specification end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
877 878 879 |
# File 'sig/types.rbs', line 877 def model_approval_status @model_approval_status end |
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
872 873 874 |
# File 'sig/types.rbs', line 872 def model_package_arn @model_package_arn end |
#model_package_description ⇒ ::String
Returns the value of attribute model_package_description.
873 874 875 |
# File 'sig/types.rbs', line 873 def model_package_description @model_package_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
870 871 872 |
# File 'sig/types.rbs', line 870 def model_package_group_name @model_package_group_name end |
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
878 879 880 |
# File 'sig/types.rbs', line 878 def model_package_registration_type @model_package_registration_type end |
#model_package_status ⇒ "Pending", ...
Returns the value of attribute model_package_status.
876 877 878 |
# File 'sig/types.rbs', line 876 def model_package_status @model_package_status end |
#model_package_version ⇒ ::Integer
Returns the value of attribute model_package_version.
871 872 873 |
# File 'sig/types.rbs', line 871 def model_package_version @model_package_version end |