Class: Aws::Neptunedata::Types::GetMLModelTransformJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetMLModelTransformJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_processing_job ⇒ Types::MlResourceDefinition
The base data processing job.
-
#id ⇒ String
The unique identifier of the model-transform job to be retrieved.
-
#models ⇒ Array<Types::MlConfigDefinition>
A list of the configuration information for the models being used.
-
#remote_model_transform_job ⇒ Types::MlResourceDefinition
The remote model transform job.
-
#status ⇒ String
The status of the model-transform job.
Instance Attribute Details
#base_processing_job ⇒ Types::MlResourceDefinition
The base data processing job.
1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File '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 |
#id ⇒ String
The unique identifier of the model-transform job to be retrieved.
1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File '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 |
#models ⇒ Array<Types::MlConfigDefinition>
A list of the configuration information for the models being used.
1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File '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_job ⇒ Types::MlResourceDefinition
The remote model transform job.
1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File '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 |
#status ⇒ String
The status of the model-transform job.
1359 1360 1361 1362 1363 1364 1365 1366 1367 |
# File '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 |