Class: Aws::Neptunedata::Types::GetMLDataProcessingJobOutput

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

#idString

The unique identifier of this data-processing job.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1208

class GetMLDataProcessingJobOutput < Struct.new(
  :status,
  :id,
  :processing_job)
  SENSITIVE = []
  include Aws::Structure
end

#processing_jobTypes::MlResourceDefinition

Definition of the data processing job.



1208
1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1208

class GetMLDataProcessingJobOutput < Struct.new(
  :status,
  :id,
  :processing_job)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the data processing job.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1208

class GetMLDataProcessingJobOutput < Struct.new(
  :status,
  :id,
  :processing_job)
  SENSITIVE = []
  include Aws::Structure
end