Class: Aws::Types::ImportedModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ImportedModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#instruct_supported ⇒ Boolean
Returns the value of attribute instruct_supported.
-
#model_architecture ⇒ ::String
Returns the value of attribute model_architecture.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def creation_time @creation_time end |
#instruct_supported ⇒ Boolean
Returns the value of attribute instruct_supported.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def instruct_supported @instruct_supported end |
#model_architecture ⇒ ::String
Returns the value of attribute model_architecture.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def model_architecture @model_architecture end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def model_name @model_name end |