Class: Aws::Neptunedata::Types::StartMLDataProcessingJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::StartMLDataProcessingJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the data processing job.
-
#creation_time_in_millis ⇒ Integer
The time it took to create the new processing job, in milliseconds.
-
#id ⇒ String
The unique ID of the new data processing job.
Instance Attribute Details
#arn ⇒ String
The ARN of the data processing job.
3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3474 class StartMLDataProcessingJobOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#creation_time_in_millis ⇒ Integer
The time it took to create the new processing job, in milliseconds.
3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3474 class StartMLDataProcessingJobOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the new data processing job.
3474 3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3474 class StartMLDataProcessingJobOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |