Class: Aws::Types::ModelVersion
- Inherits:
-
Object
- Object
- Aws::Types::ModelVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
-
#model_version_number ⇒ ::String
Returns the value of attribute model_version_number.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def arn @arn end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def model_id @model_id end |
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def model_type @model_type end |
#model_version_number ⇒ ::String
Returns the value of attribute model_version_number.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def model_version_number @model_version_number end |