Class: Aws::Neptunedata::Types::ListMLModelTrainingJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ListMLModelTrainingJobsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_items ⇒ Integer
The maximum number of items to return (from 1 to 1024; the default is 10).
-
#neptune_iam_role_arn ⇒ String
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
Instance Attribute Details
#max_items ⇒ Integer
The maximum number of items to return (from 1 to 1024; the default is 10).
2036 2037 2038 2039 2040 2041 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2036 class ListMLModelTrainingJobsInput < Struct.new( :max_items, :neptune_iam_role_arn) SENSITIVE = [] include Aws::Structure end |
#neptune_iam_role_arn ⇒ String
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
2036 2037 2038 2039 2040 2041 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2036 class ListMLModelTrainingJobsInput < Struct.new( :max_items, :neptune_iam_role_arn) SENSITIVE = [] include Aws::Structure end |