Class: Aws::Types::CreateTrainedModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrainedModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#version_identifier ⇒ ::String
Returns the value of attribute version_identifier.
Instance Attribute Details
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
373 374 375 |
# File 'sig/types.rbs', line 373 def trained_model_arn @trained_model_arn end |
#version_identifier ⇒ ::String
Returns the value of attribute version_identifier.
374 375 376 |
# File 'sig/types.rbs', line 374 def version_identifier @version_identifier end |