Class: Aws::Types::ModelVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_quality ⇒ "QUALITY_THRESHOLD_MET", ...
Returns the value of attribute model_quality.
-
#model_version ⇒ ::Integer
Returns the value of attribute model_version.
-
#model_version_arn ⇒ ::String
Returns the value of attribute model_version_arn.
-
#source_type ⇒ "TRAINING", ...
Returns the value of attribute source_type.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
859 860 861 |
# File 'sig/types.rbs', line 859 def created_at @created_at end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
856 857 858 |
# File 'sig/types.rbs', line 856 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
855 856 857 |
# File 'sig/types.rbs', line 855 def model_name @model_name end |
#model_quality ⇒ "QUALITY_THRESHOLD_MET", ...
Returns the value of attribute model_quality.
862 863 864 |
# File 'sig/types.rbs', line 862 def model_quality @model_quality end |
#model_version ⇒ ::Integer
Returns the value of attribute model_version.
857 858 859 |
# File 'sig/types.rbs', line 857 def model_version @model_version end |
#model_version_arn ⇒ ::String
Returns the value of attribute model_version_arn.
858 859 860 |
# File 'sig/types.rbs', line 858 def model_version_arn @model_version_arn end |
#source_type ⇒ "TRAINING", ...
Returns the value of attribute source_type.
861 862 863 |
# File 'sig/types.rbs', line 861 def source_type @source_type end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
860 861 862 |
# File 'sig/types.rbs', line 860 def status @status end |