Class: Aws::Types::ListModelVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListModelVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at_end_time ⇒ ::Time
Returns the value of attribute created_at_end_time.
-
#created_at_start_time ⇒ ::Time
Returns the value of attribute created_at_start_time.
-
#max_model_version ⇒ ::Integer
Returns the value of attribute max_model_version.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#min_model_version ⇒ ::Integer
Returns the value of attribute min_model_version.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#source_type ⇒ "TRAINING", ...
Returns the value of attribute source_type.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at_end_time ⇒ ::Time
Returns the value of attribute created_at_end_time.
746 747 748 |
# File 'sig/types.rbs', line 746 def created_at_end_time @created_at_end_time end |
#created_at_start_time ⇒ ::Time
Returns the value of attribute created_at_start_time.
747 748 749 |
# File 'sig/types.rbs', line 747 def created_at_start_time @created_at_start_time end |
#max_model_version ⇒ ::Integer
Returns the value of attribute max_model_version.
748 749 750 |
# File 'sig/types.rbs', line 748 def max_model_version @max_model_version end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
743 744 745 |
# File 'sig/types.rbs', line 743 def max_results @max_results end |
#min_model_version ⇒ ::Integer
Returns the value of attribute min_model_version.
749 750 751 |
# File 'sig/types.rbs', line 749 def min_model_version @min_model_version end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
741 742 743 |
# File 'sig/types.rbs', line 741 def model_name @model_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
742 743 744 |
# File 'sig/types.rbs', line 742 def next_token @next_token end |
#source_type ⇒ "TRAINING", ...
Returns the value of attribute source_type.
745 746 747 |
# File 'sig/types.rbs', line 745 def source_type @source_type end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
744 745 746 |
# File 'sig/types.rbs', line 744 def status @status end |