Class: Aws::Neptunedata::Types::GetMLModelTransformJobOutput

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

#base_processing_jobTypes::MlResourceDefinition

The base data processing job.



1359
1360
1361
1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1359

class GetMLModelTransformJobOutput < Struct.new(
  :status,
  :id,
  :base_processing_job,
  :remote_model_transform_job,
  :models)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the model-transform job to be retrieved.

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1359

class GetMLModelTransformJobOutput < Struct.new(
  :status,
  :id,
  :base_processing_job,
  :remote_model_transform_job,
  :models)
  SENSITIVE = []
  include Aws::Structure
end

#modelsArray<Types::MlConfigDefinition>

A list of the configuration information for the models being used.

Returns:



1359
1360
1361
1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1359

class GetMLModelTransformJobOutput < Struct.new(
  :status,
  :id,
  :base_processing_job,
  :remote_model_transform_job,
  :models)
  SENSITIVE = []
  include Aws::Structure
end

#remote_model_transform_jobTypes::MlResourceDefinition

The remote model transform job.



1359
1360
1361
1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1359

class GetMLModelTransformJobOutput < Struct.new(
  :status,
  :id,
  :base_processing_job,
  :remote_model_transform_job,
  :models)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the model-transform job.

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1359

class GetMLModelTransformJobOutput < Struct.new(
  :status,
  :id,
  :base_processing_job,
  :remote_model_transform_job,
  :models)
  SENSITIVE = []
  include Aws::Structure
end