Class: Aws::Neptunedata::Types::CancelMLModelTransformJobInput

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

#cleanBoolean

If this flag is set to TRUE, all Neptune ML S3 artifacts should be deleted when the job is stopped. The default is FALSE.

Returns:

  • (Boolean)


225
226
227
228
229
230
231
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 225

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

#idString

The unique ID of the model transform job to be canceled.

Returns:

  • (String)


225
226
227
228
229
230
231
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 225

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


225
226
227
228
229
230
231
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 225

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