Values_1.DescribeModelQualityJobDefinitionResponseSourceReturns a description of a model quality job definition.
type nonrec t = {jobDefinitionArn : Values_0.MonitoringJobDefinitionArn.t option;The Amazon Resource Name (ARN) of the model quality job.
*)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.
*)creationTime : Values_0.Timestamp.t option;The time at which the model quality job was created.
*)modelQualityBaselineConfig : ModelQualityBaselineConfig.t option;The baseline configuration for a model quality job.
*)modelQualityAppSpecification : ModelQualityAppSpecification.t option;Configures the model quality job to run a specified Docker container image.
*)modelQualityJobInput : ModelQualityJobInput.t option;Inputs for the model quality job.
*)modelQualityJobOutputConfig : Values_0.MonitoringOutputConfig.t option;jobResources : Values_0.MonitoringResources.t option;networkConfig : Values_0.MonitoringNetworkConfig.t option;Networking options for a model quality job.
*)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.
*)stoppingCondition : Values_0.MonitoringStoppingCondition.t option;}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?jobDefinitionArn:??? ->
?jobDefinitionName:??? ->
?creationTime:??? ->
?modelQualityBaselineConfig:??? ->
?modelQualityAppSpecification:??? ->
?modelQualityJobInput:??? ->
?modelQualityJobOutputConfig:??? ->
?jobResources:??? ->
?networkConfig:??? ->
?roleArn:??? ->
?stoppingCondition:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val 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 ]