Module Values_2.TrialComponentSourceDetailSource

Detailed information about the source of a trial component. Either ProcessingJob or TrainingJob is returned.

Sourcetype nonrec t = {
  1. sourceArn : TrialComponentSourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the source.

    *)
  2. trainingJob : TrainingJob.t option;
    (*

    Information about a training job that's the source of a trial component.

    *)
  3. processingJob : ProcessingJob.t option;
    (*

    Information about a processing job that's the source of a trial component.

    *)
  4. transformJob : TransformJob.t option;
    (*

    Information about a transform job that's the source of a trial component.

    *)
}
Sourceval make : ?sourceArn:??? -> ?trainingJob:??? -> ?processingJob:??? -> ?transformJob:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TrialComponentSourceArn.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_1.TrainingTimeInSeconds.t | `List of [> `Structure of (string * [> `Boolean of Values_0.AppManaged.t | `Enum of string | `Float of Values_0.Float_.t | `Integer of Values_0.OptionalVolumeSizeInGB.t | `Map of ([> `String of Values_0.ConfigKey.t ] * [> `String of Values_0.ConfigValue.t ]) list | `String of string | `Structure of (string * [> `Enum of string | `Long of Awso.Import.Int64.t | `String of Values_0.S3Uri.t | `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list | `Timestamp of Values_0.Timestamp.t ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_1.TrainingJobName.t | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Boolean of Values_0.AppManaged.t | `Enum of string | `Integer of int | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `String of Values_0.S3Uri.t ]) list ]) list ] list | `Long of Awso.Import.Int64.t | `Map of ([> `String of Values_0.ConfigKey.t ] * [> `String of Values_0.ConfigValue.t ]) list | `String of Values_0.S3Uri.t | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of Values_0.ProcessingInstanceCount.t | `List of [> `String of string | `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `String of Values_0.KmsKeyId.t | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) list | `Timestamp of Values_0.Timestamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t