Class: Aws::Neptunedata::Types::StartMLDataProcessingJobOutput

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

#arnString

The ARN of the data processing job.

Returns:

  • (String)


3491
3492
3493
3494
3495
3496
3497
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3491

class StartMLDataProcessingJobOutput < Struct.new(
  :id,
  :arn,
  :creation_time_in_millis)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_in_millisInteger

The time it took to create the new processing job, in milliseconds.

Returns:

  • (Integer)


3491
3492
3493
3494
3495
3496
3497
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3491

class StartMLDataProcessingJobOutput < Struct.new(
  :id,
  :arn,
  :creation_time_in_millis)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the new data processing job.

Returns:

  • (String)


3491
3492
3493
3494
3495
3496
3497
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3491

class StartMLDataProcessingJobOutput < Struct.new(
  :id,
  :arn,
  :creation_time_in_millis)
  SENSITIVE = []
  include Aws::Structure
end