Class: Aws::Types::ListCustomModelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomModelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_model_arn_equals ⇒ ::String
Returns the value of attribute base_model_arn_equals.
-
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
-
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
-
#foundation_model_arn_equals ⇒ ::String
Returns the value of attribute foundation_model_arn_equals.
-
#is_owned ⇒ Boolean
Returns the value of attribute is_owned.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_status ⇒ "Active", ...
Returns the value of attribute model_status.
-
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "CreationTime"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
Instance Attribute Details
#base_model_arn_equals ⇒ ::String
Returns the value of attribute base_model_arn_equals.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def base_model_arn_equals @base_model_arn_equals end |
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def creation_time_before @creation_time_before end |
#foundation_model_arn_equals ⇒ ::String
Returns the value of attribute foundation_model_arn_equals.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def foundation_model_arn_equals @foundation_model_arn_equals end |
#is_owned ⇒ Boolean
Returns the value of attribute is_owned.
2674 2675 2676 |
# File 'sig/types.rbs', line 2674 def is_owned @is_owned end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def max_results @max_results end |
#model_status ⇒ "Active", ...
Returns the value of attribute model_status.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def model_status @model_status end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def next_token @next_token end |
#sort_by ⇒ "CreationTime"
Returns the value of attribute sort_by.
2672 2673 2674 |
# File 'sig/types.rbs', line 2672 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
2673 2674 2675 |
# File 'sig/types.rbs', line 2673 def sort_order @sort_order end |