Module Values_1.DescribeAutoMLJobV2ResponseSource

Returns information about an AutoML job created by calling CreateAutoMLJobV2 or CreateAutoMLJob.

Sourcetype nonrec t = {
  1. autoMLJobName : Values_0.AutoMLJobName.t option;
    (*

    Returns the name of the AutoML job V2.

    *)
  2. autoMLJobArn : Values_0.AutoMLJobArn.t option;
    (*

    Returns the Amazon Resource Name (ARN) of the AutoML job V2.

    *)
  3. autoMLJobInputDataConfig : Values_0.AutoMLJobInputDataConfig.t option;
    (*

    Returns an array of channel objects describing the input data and their location.

    *)
  4. outputDataConfig : Values_0.AutoMLOutputDataConfig.t option;
    (*

    Returns the job's output data config.

    *)
  5. roleArn : Values_0.RoleArn.t option;
    (*

    The ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.

    *)
  6. autoMLJobObjective : Values_0.AutoMLJobObjective.t option;
    (*

    Returns the job's objective.

    *)
  7. autoMLProblemTypeConfig : Values_0.AutoMLProblemTypeConfig.t option;
    (*

    Returns the configuration settings of the problem type set for the AutoML job V2.

    *)
  8. autoMLProblemTypeConfigName : Values_0.AutoMLProblemTypeConfigName.t option;
    (*

    Returns the name of the problem type configuration set for the AutoML job V2.

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

    Returns the creation time of the AutoML job V2.

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

    Returns the end time of the AutoML job V2.

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

    Returns the job's last modified time.

    *)
  12. failureReason : Values_0.AutoMLFailureReason.t option;
    (*

    Returns the reason for the failure of the AutoML job V2, when applicable.

    *)
  13. partialFailureReasons : Values_0.AutoMLPartialFailureReasons.t option;
    (*

    Returns a list of reasons for partial failures within an AutoML job V2.

    *)
  14. bestCandidate : Values_0.AutoMLCandidate.t option;
    (*

    Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.

    *)
  15. autoMLJobStatus : Values_0.AutoMLJobStatus.t option;
    (*

    Returns the status of the AutoML job V2.

    *)
  16. autoMLJobSecondaryStatus : Values_0.AutoMLJobSecondaryStatus.t option;
    (*

    Returns the secondary status of the AutoML job V2.

    *)
  17. autoMLJobArtifacts : Values_0.AutoMLJobArtifacts.t option;
  18. resolvedAttributes : Values_0.AutoMLResolvedAttributes.t option;
    (*

    Returns the resolved attributes used by the AutoML job V2.

    *)
  19. modelDeployConfig : Values_0.ModelDeployConfig.t option;
    (*

    Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.

    *)
  20. modelDeployResult : ModelDeployResult.t option;
    (*

    Provides information about endpoint for the model deployment.

    *)
  21. dataSplitConfig : Values_0.AutoMLDataSplitConfig.t option;
    (*

    Returns the configuration settings of how the data are split into train and validation datasets.

    *)
  22. securityConfig : Values_0.AutoMLSecurityConfig.t option;
    (*

    Returns the security configuration for traffic encryption or Amazon VPC settings.

    *)
  23. autoMLComputeConfig : Values_0.AutoMLComputeConfig.t option;
    (*

    The compute configuration used for the AutoML job V2.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?autoMLJobName:??? -> ?autoMLJobArn:??? -> ?autoMLJobInputDataConfig:??? -> ?outputDataConfig:??? -> ?roleArn:??? -> ?autoMLJobObjective:??? -> ?autoMLProblemTypeConfig:??? -> ?autoMLProblemTypeConfigName:??? -> ?creationTime:??? -> ?endTime:??? -> ?lastModifiedTime:??? -> ?failureReason:??? -> ?partialFailureReasons:??? -> ?bestCandidate:??? -> ?autoMLJobStatus:??? -> ?autoMLJobSecondaryStatus:??? -> ?autoMLJobArtifacts:??? -> ?resolvedAttributes:??? -> ?modelDeployConfig:??? -> ?modelDeployResult:??? -> ?dataSplitConfig:??? -> ?securityConfig:??? -> ?autoMLComputeConfig:??? -> 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 * [> `Enum of string | `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) list ] list | `String of Values_0.AutoMLJobName.t | `Structure of (string * [> `Boolean of bool | `Enum of string | `Float of float | `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string ]) list ] list | `Map of ([> `Enum of string ] * [> `List of [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of string ]) list ] list ]) list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Float of float | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Float of float | `String of string ]) 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 * [> `List of [> `Enum of string ] list ]) list ] list | `Map of ([> `String of string ] * [> `Enum of string | `Map of ([> `Enum of string ] * [> `String of string ]) list ]) list | `String of string ]) list ]) list | `Timestamp of string ]) 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