TrialComponentSourceDetail
public struct TrialComponentSourceDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about a processing job that’s the source of a trial component.
Declaration
Swift
public let processingJob: ProcessingJob?
-
The Amazon Resource Name (ARN) of the source.
Declaration
Swift
public let sourceArn: String?
-
Information about a training job that’s the source of a trial component.
Declaration
Swift
public let trainingJob: TrainingJob?
-
Information about a transform job that’s the source of the trial component.
Declaration
Swift
public let transformJob: TransformJob?
-
Undocumented
Declaration
Swift
public init(processingJob: ProcessingJob? = nil, sourceArn: String? = nil, trainingJob: TrainingJob? = nil, transformJob: TransformJob? = nil)