Class: Aws::Types::TrialComponentSourceDetail
- Inherits:
-
Object
- Object
- Aws::Types::TrialComponentSourceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#processing_job ⇒ Types::ProcessingJob
Returns the value of attribute processing_job.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#training_job ⇒ Types::TrainingJob
Returns the value of attribute training_job.
-
#transform_job ⇒ Types::TransformJob
Returns the value of attribute transform_job.
Instance Attribute Details
#processing_job ⇒ Types::ProcessingJob
Returns the value of attribute processing_job.
11749 11750 11751 |
# File 'sig/types.rbs', line 11749 def processing_job @processing_job end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
11747 11748 11749 |
# File 'sig/types.rbs', line 11747 def source_arn @source_arn end |
#training_job ⇒ Types::TrainingJob
Returns the value of attribute training_job.
11748 11749 11750 |
# File 'sig/types.rbs', line 11748 def training_job @training_job end |
#transform_job ⇒ Types::TransformJob
Returns the value of attribute transform_job.
11750 11751 11752 |
# File 'sig/types.rbs', line 11750 def transform_job @transform_job end |