Class: Aws::Neptunedata::Types::GetMLModelTransformJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetMLModelTransformJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the model-transform job to be reetrieved.
-
#neptune_iam_role_arn ⇒ String
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
Instance Attribute Details
#id ⇒ String
The unique identifier of the model-transform job to be reetrieved.
1330 1331 1332 1333 1334 1335 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1330 class GetMLModelTransformJobInput < Struct.new( :id, :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.
1330 1331 1332 1333 1334 1335 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1330 class GetMLModelTransformJobInput < Struct.new( :id, :neptune_iam_role_arn) SENSITIVE = [] include Aws::Structure end |