Class: Aws::Types::GetCollaborationTrainedModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCollaborationTrainedModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#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
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
571 572 573 |
# File 'sig/types.rbs', line 571 def collaboration_identifier @collaboration_identifier end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
570 571 572 |
# File 'sig/types.rbs', line 570 def trained_model_arn @trained_model_arn end |
#version_identifier ⇒ ::String
Returns the value of attribute version_identifier.
572 573 574 |
# File 'sig/types.rbs', line 572 def version_identifier @version_identifier end |