Class: Aws::Neptunedata::Types::GetMLModelTrainingJobOutput

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

#hpo_jobTypes::MlResourceDefinition

The HPO job.



1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307

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

#idString

The unique identifier of this model-training job.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307

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

#ml_modelsArray<Types::MlConfigDefinition>

A list of the configurations of the ML models being used.

Returns:



1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307

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

#model_transform_jobTypes::MlResourceDefinition

The model transform job.



1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307

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

#processing_jobTypes::MlResourceDefinition

The data processing job.



1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307

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

#statusString

The status of the model training job.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307

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