Values_1.DescribeModelBiasJobDefinitionResponseSourceReturns a description of a model bias job definition.
type nonrec t = {jobDefinitionArn : Values_0.MonitoringJobDefinitionArn.t option;The Amazon Resource Name (ARN) of the model bias job.
*)jobDefinitionName : Values_0.MonitoringJobDefinitionName.t option;The name of the bias 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 bias job was created.
*)modelBiasBaselineConfig : ModelBiasBaselineConfig.t option;The baseline configuration for a model bias job.
*)modelBiasAppSpecification : ModelBiasAppSpecification.t option;Configures the model bias job to run a specified Docker container image.
*)modelBiasJobInput : ModelBiasJobInput.t option;Inputs for the model bias job.
*)modelBiasJobOutputConfig : Values_0.MonitoringOutputConfig.t option;jobResources : Values_0.MonitoringResources.t option;networkConfig : Values_0.MonitoringNetworkConfig.t option;Networking options for a model bias job.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (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.
*)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:??? ->
?modelBiasBaselineConfig:??? ->
?modelBiasAppSpecification:??? ->
?modelBiasJobInput:??? ->
?modelBiasJobOutputConfig:??? ->
?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
| `Integer of int
| `List of
[> `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 ]