Class: Aws::Types::TrialComponentSourceDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#processing_jobTypes::ProcessingJob

Returns the value of attribute processing_job.



11833
11834
11835
# File 'sig/types.rbs', line 11833

def processing_job
  @processing_job
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


11831
11832
11833
# File 'sig/types.rbs', line 11831

def source_arn
  @source_arn
end

#training_jobTypes::TrainingJob

Returns the value of attribute training_job.

Returns:



11832
11833
11834
# File 'sig/types.rbs', line 11832

def training_job
  @training_job
end

#transform_jobTypes::TransformJob

Returns the value of attribute transform_job.

Returns:



11834
11835
11836
# File 'sig/types.rbs', line 11834

def transform_job
  @transform_job
end