Class: Aws::Neptunedata::Types::GetMLModelTrainingJobInput

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

#idString

The unique identifier of the model-training job to retrieve.

Returns:

  • (String)


1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1274

class GetMLModelTrainingJobInput < Struct.new(
  :id,
  :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)


1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1274

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