Module Values_1.DescribeHyperParameterTuningJobResponseSource

Returns a description of a hyperparameter tuning job, depending on the fields selected. These fields can include the name, Amazon Resource Name (ARN), job status of your tuning job and more.

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

    The name of the hyperparameter tuning job.

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

    The Amazon Resource Name (ARN) of the tuning job.

    *)
  3. hyperParameterTuningJobConfig : Values_0.HyperParameterTuningJobConfig.t option;
    (*

    The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.

    *)
  4. trainingJobDefinition : HyperParameterTrainingJobDefinition.t option;
    (*

    The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.

    *)
  5. trainingJobDefinitions : HyperParameterTrainingJobDefinitions.t option;
    (*

    A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.

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

    The status of the tuning job.

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

    The date and time that the tuning job started.

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

    The date and time that the tuning job ended.

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

    The date and time that the status of the tuning job was modified.

    *)
  10. trainingJobStatusCounters : TrainingJobStatusCounters.t option;
    (*

    The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.

    *)
  11. objectiveStatusCounters : ObjectiveStatusCounters.t option;
    (*

    The ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.

    *)
  12. bestTrainingJob : HyperParameterTrainingJobSummary.t option;
    (*

    A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.

    *)
  13. overallBestTrainingJob : HyperParameterTrainingJobSummary.t option;
    (*

    If the hyperparameter tuning job is an warm start tuning job with a WarmStartType of IDENTICAL_DATA_AND_ALGORITHM, this is the TrainingJobSummary for the training job with the best objective metric value of all training jobs launched by this tuning job and all parent jobs specified for the warm start tuning job.

    *)
  14. warmStartConfig : Values_0.HyperParameterTuningJobWarmStartConfig.t option;
    (*

    The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

    *)
  15. autotune : Values_0.Autotune.t option;
    (*

    A flag to indicate if autotune is enabled for the hyperparameter tuning job.

    *)
  16. failureReason : Values_0.FailureReason.t option;
    (*

    If the tuning job failed, the reason it failed.

    *)
  17. tuningJobCompletionDetails : HyperParameterTuningJobCompletionDetails.t option;
    (*

    Tuning job completion information returned as the response from a hyperparameter tuning job. This information tells if your tuning job has or has not converged. It also includes the number of training jobs that have not improved model performance as evaluated against the objective function.

    *)
  18. consumedResources : HyperParameterTuningJobConsumedResources.t option;
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?hyperParameterTuningJobName:??? -> ?hyperParameterTuningJobArn:??? -> ?hyperParameterTuningJobConfig:??? -> ?trainingJobDefinition:??? -> ?trainingJobDefinitions:??? -> ?hyperParameterTuningJobStatus:??? -> ?creationTime:??? -> ?hyperParameterTuningEndTime:??? -> ?lastModifiedTime:??? -> ?trainingJobStatusCounters:??? -> ?objectiveStatusCounters:??? -> ?bestTrainingJob:??? -> ?overallBestTrainingJob:??? -> ?warmStartConfig:??? -> ?autotune:??? -> ?failureReason:??? -> ?tuningJobCompletionDetails:??? -> ?consumedResources:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.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