Class: Aws::Types::GetMLModelTransformJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_processing_jobTypes::MlResourceDefinition

Returns the value of attribute base_processing_job.



387
388
389
# File 'sig/types.rbs', line 387

def base_processing_job
  @base_processing_job
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def id
  @id
end

#models::Array[Types::MlConfigDefinition]

Returns the value of attribute models.

Returns:



389
390
391
# File 'sig/types.rbs', line 389

def models
  @models
end

#remote_model_transform_jobTypes::MlResourceDefinition

Returns the value of attribute remote_model_transform_job.



388
389
390
# File 'sig/types.rbs', line 388

def remote_model_transform_job
  @remote_model_transform_job
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def status
  @status
end