Class: Aws::Types::GetMLModelTrainingJobInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMLModelTrainingJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
363 364 365 |
# File 'sig/types.rbs', line 363 def id @id end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
364 365 366 |
# File 'sig/types.rbs', line 364 def neptune_iam_role_arn @neptune_iam_role_arn end |