Class: Aws::Neptunedata::Types::GetMLDataProcessingJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetMLDataProcessingJobOutput
- 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 this data-processing job.
-
#processing_job ⇒ Types::MlResourceDefinition
Definition of the data processing job.
-
#status ⇒ String
Status of the data processing job.
Instance Attribute Details
#id ⇒ String
The unique identifier of this data-processing job.
1208 1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1208 class GetMLDataProcessingJobOutput < Struct.new( :status, :id, :processing_job) SENSITIVE = [] include Aws::Structure end |
#processing_job ⇒ Types::MlResourceDefinition
Definition of the data processing job.
1208 1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1208 class GetMLDataProcessingJobOutput < Struct.new( :status, :id, :processing_job) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the data processing job.
1208 1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1208 class GetMLDataProcessingJobOutput < Struct.new( :status, :id, :processing_job) SENSITIVE = [] include Aws::Structure end |