Class: Aws::Types::ListMLModelTrainingJobsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListMLModelTrainingJobsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
Instance Attribute Details
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
571 572 573 |
# File 'sig/types.rbs', line 571 def max_items @max_items end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
572 573 574 |
# File 'sig/types.rbs', line 572 def neptune_iam_role_arn @neptune_iam_role_arn end |