Module Values_1.DescribeModelQualityJobDefinitionResponseSource

Returns a description of a model quality job definition.

Sourcetype nonrec t = {
  1. jobDefinitionArn : Values_0.MonitoringJobDefinitionArn.t option;
    (*

    The Amazon Resource Name (ARN) of the model quality job.

    *)
  2. jobDefinitionName : Values_0.MonitoringJobDefinitionName.t option;
    (*

    The name of the quality job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

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

    The time at which the model quality job was created.

    *)
  4. modelQualityBaselineConfig : ModelQualityBaselineConfig.t option;
    (*

    The baseline configuration for a model quality job.

    *)
  5. modelQualityAppSpecification : ModelQualityAppSpecification.t option;
    (*

    Configures the model quality job to run a specified Docker container image.

    *)
  6. modelQualityJobInput : ModelQualityJobInput.t option;
    (*

    Inputs for the model quality job.

    *)
  7. modelQualityJobOutputConfig : Values_0.MonitoringOutputConfig.t option;
  8. jobResources : Values_0.MonitoringResources.t option;
  9. networkConfig : Values_0.MonitoringNetworkConfig.t option;
    (*

    Networking options for a model quality job.

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

    The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.

    *)
  11. stoppingCondition : Values_0.MonitoringStoppingCondition.t option;
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?jobDefinitionArn:??? -> ?jobDefinitionName:??? -> ?creationTime:??? -> ?modelQualityBaselineConfig:??? -> ?modelQualityAppSpecification:??? -> ?modelQualityJobInput:??? -> ?modelQualityJobOutputConfig:??? -> ?jobResources:??? -> ?networkConfig:??? -> ?roleArn:??? -> ?stoppingCondition:??? -> 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 * [> `String of Values_0.MonitoringJobDefinitionArn.t | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.ProcessingJobName.t | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Structure of (string * [> `Boolean of bool ]) list ]) list ]) 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