Class: Aws::Types::DescribeModelVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
-
#model_version_number ⇒ ::String
Returns the value of attribute model_version_number.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
438 439 440 |
# File 'sig/types.rbs', line 438 def max_results @max_results end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
434 435 436 |
# File 'sig/types.rbs', line 434 def model_id @model_id end |
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
436 437 438 |
# File 'sig/types.rbs', line 436 def model_type @model_type end |
#model_version_number ⇒ ::String
Returns the value of attribute model_version_number.
435 436 437 |
# File 'sig/types.rbs', line 435 def model_version_number @model_version_number end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
437 438 439 |
# File 'sig/types.rbs', line 437 def next_token @next_token end |