Module Values_2.HyperParameterTuningJobSearchEntitySource

An entity returned by the SearchRecord API containing the properties of a hyperparameter tuning job.

Sourcetype nonrec t = {
  1. hyperParameterTuningJobName : Values_0.HyperParameterTuningJobName.t option;
    (*

    The name of a hyperparameter tuning job.

    *)
  2. hyperParameterTuningJobArn : Values_1.HyperParameterTuningJobArn.t option;
    (*

    The Amazon Resource Name (ARN) of a hyperparameter tuning job.

    *)
  3. hyperParameterTuningJobConfig : Values_0.HyperParameterTuningJobConfig.t option;
  4. trainingJobDefinition : Values_1.HyperParameterTrainingJobDefinition.t option;
  5. trainingJobDefinitions : Values_1.HyperParameterTrainingJobDefinitions.t option;
    (*

    The job definitions included in a hyperparameter tuning job.

    *)
  6. hyperParameterTuningJobStatus : Values_1.HyperParameterTuningJobStatus.t option;
    (*

    The status of a hyperparameter tuning job.

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

    The time that a hyperparameter tuning job was created.

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

    The time that a hyperparameter tuning job ended.

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

    The time that a hyperparameter tuning job was last modified.

    *)
  10. trainingJobStatusCounters : Values_1.TrainingJobStatusCounters.t option;
  11. objectiveStatusCounters : Values_1.ObjectiveStatusCounters.t option;
  12. bestTrainingJob : Values_1.HyperParameterTrainingJobSummary.t option;
  13. overallBestTrainingJob : Values_1.HyperParameterTrainingJobSummary.t option;
  14. warmStartConfig : Values_0.HyperParameterTuningJobWarmStartConfig.t option;
  15. failureReason : Values_0.FailureReason.t option;
    (*

    The error that was created when a hyperparameter tuning job failed.

    *)
  16. tuningJobCompletionDetails : Values_1.HyperParameterTuningJobCompletionDetails.t option;
    (*

    Information about either a current or completed hyperparameter tuning job.

    *)
  17. consumedResources : Values_1.HyperParameterTuningJobConsumedResources.t option;
    (*

    The total amount of resources consumed by a hyperparameter tuning job.

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

    The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.

    *)
}
Sourceval make : ?hyperParameterTuningJobName:??? -> ?hyperParameterTuningJobArn:??? -> ?hyperParameterTuningJobConfig:??? -> ?trainingJobDefinition:??? -> ?trainingJobDefinitions:??? -> ?hyperParameterTuningJobStatus:??? -> ?creationTime:??? -> ?hyperParameterTuningEndTime:??? -> ?lastModifiedTime:??? -> ?trainingJobStatusCounters:??? -> ?objectiveStatusCounters:??? -> ?bestTrainingJob:??? -> ?overallBestTrainingJob:??? -> ?warmStartConfig:??? -> ?failureReason:??? -> ?tuningJobCompletionDetails:??? -> ?consumedResources:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Long of Awso.Import.Int64.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 ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.HyperParameterTrainingJobDefinitionName.t | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string ] list | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `Integer of int | `String of string ]) list ] list ]) list ]) list ]) list ] list | `String of Values_0.HyperParameterTuningJobName.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Long of Awso.Import.Int64.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 ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.HyperParameterTrainingJobDefinitionName.t | `Structure of (string * [> `Enum of string | `Float of float | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string ] list | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string ]) list ] list ]) list ]) list | `Timestamp of Values_0.Timestamp.t ]) 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