Class: Aws::Types::GetMLModelTrainingJobOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hpo_jobTypes::MlResourceDefinition

Returns the value of attribute hpo_job.



372
373
374
# File 'sig/types.rbs', line 372

def hpo_job
  @hpo_job
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def id
  @id
end

#ml_models::Array[Types::MlConfigDefinition]

Returns the value of attribute ml_models.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def ml_models
  @ml_models
end

#model_transform_jobTypes::MlResourceDefinition

Returns the value of attribute model_transform_job.



373
374
375
# File 'sig/types.rbs', line 373

def model_transform_job
  @model_transform_job
end

#processing_jobTypes::MlResourceDefinition

Returns the value of attribute processing_job.



371
372
373
# File 'sig/types.rbs', line 371

def processing_job
  @processing_job
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def status
  @status
end