Class: Aws::Types::ListTrainedModelVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTrainedModelVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def max_results @max_results end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def membership_identifier @membership_identifier end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def next_token @next_token end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def status @status end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def trained_model_arn @trained_model_arn end |