Module Values_2.TrialComponentSource

The properties of a trial component as returned by the Search API.

Sourcetype nonrec t = {
  1. trialComponentName : Values_0.ExperimentEntityName.t option;
    (*

    The name of the trial component.

    *)
  2. displayName : Values_0.ExperimentEntityName.t option;
    (*

    The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

    *)
  3. trialComponentArn : Values_0.TrialComponentArn.t option;
    (*

    The Amazon Resource Name (ARN) of the trial component.

    *)
  4. source : TrialComponentSource.t option;
    (*

    The Amazon Resource Name (ARN) and job type of the source of the component.

    *)
  5. status : Values_1.TrialComponentStatus.t option;
  6. startTime : Values_0.Timestamp.t option;
    (*

    When the component started.

    *)
  7. endTime : Values_0.Timestamp.t option;
    (*

    When the component ended.

    *)
  8. creationTime : Values_0.Timestamp.t option;
    (*

    When the component was created.

    *)
  9. createdBy : Values_0.UserContext.t option;
    (*

    Who created the trial component.

    *)
  10. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    When the component was last modified.

    *)
  11. lastModifiedBy : Values_0.UserContext.t option;
  12. parameters : Values_1.TrialComponentParameters.t option;
    (*

    The hyperparameters of the component.

    *)
  13. inputArtifacts : Values_1.TrialComponentArtifacts.t option;
    (*

    The input artifacts of the component.

    *)
  14. outputArtifacts : Values_1.TrialComponentArtifacts.t option;
    (*

    The output artifacts of the component.

    *)
  15. metrics : TrialComponentMetricSummaries.t option;
    (*

    The metrics for the component.

    *)
  16. metadataProperties : Values_0.MetadataProperties.t option;
  17. sourceDetail : TrialComponentSourceDetail.t option;
    (*

    Details of the source of the component.

    *)
  18. lineageGroupArn : Values_1.LineageGroupArn.t option;
    (*

    The Amazon Resource Name (ARN) of the lineage group resource.

    *)
  19. tags : Values_0.TagList.t option;
    (*

    The list of tags that are associated with the component. You can use Search API to search on the tags.

    *)
  20. parents : Parents.t option;
    (*

    An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.

    *)
  21. runName : Values_0.ExperimentEntityName.t option;
    (*

    The name of the experiment run.

    *)
}
Sourceval make : ?trialComponentName:??? -> ?displayName:??? -> ?trialComponentArn:??? -> ?source:??? -> ?status:??? -> ?startTime:??? -> ?endTime:??? -> ?creationTime:??? -> ?createdBy:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> ?parameters:??? -> ?inputArtifacts:??? -> ?outputArtifacts:??? -> ?metrics:??? -> ?metadataProperties:??? -> ?sourceDetail:??? -> ?lineageGroupArn:??? -> ?tags:??? -> ?parents:??? -> ?runName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of OptionalDouble.t | `Integer of OptionalInteger.t | `String of Values_0.MetricName.t | `Timestamp of Values_0.Timestamp.t ]) list ] list | `Map of ([> `String of string ] * [> `Structure of (string * [> `Double of float | `String of Values_0.StringParameterValue.t ]) list ]) list | `String of Values_0.ExperimentEntityName.t | `Structure of (string * [> `Enum 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 string | `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 | `Timestamp of Values_0.Timestamp.t ]) 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