TrialComponentSourceDetail
Detailed information about the source of a trial component. Either
ProcessingJob
or TrainingJob
is returned.
Contents
- ProcessingJob
-
Information about a processing job that's the source of a trial component.
Type: ProcessingJob object
Required: No
- SourceArn
-
The Amazon Resource Name (ARN) of the source.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:.*
Required: No
- TrainingJob
-
Information about a training job that's the source of a trial component.
Type: TrainingJob object
Required: No
- TransformJob
-
Information about a transform job that's the source of a trial component.
Type: TransformJob object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: