Class: Aws::Neptunedata::Types::ListMLDataProcessingJobsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_itemsInteger

The maximum number of items to return (from 1 to 1024; the default is 10).

Returns:

  • (Integer)


1972
1973
1974
1975
1976
1977
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1972

class ListMLDataProcessingJobsInput < Struct.new(
  :max_items,
  :neptune_iam_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#neptune_iam_role_arnString

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.

Returns:

  • (String)


1972
1973
1974
1975
1976
1977
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1972

class ListMLDataProcessingJobsInput < Struct.new(
  :max_items,
  :neptune_iam_role_arn)
  SENSITIVE = []
  include Aws::Structure
end