Values_1.CreateModelBiasJobDefinitionRequestSourceCreates the definition for a model bias job.
type nonrec t = {jobDefinitionName : Values_0.MonitoringJobDefinitionName.t;The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
*)modelBiasBaselineConfig : ModelBiasBaselineConfig.t option;The baseline configuration for a model bias job.
*)modelBiasAppSpecification : ModelBiasAppSpecification.t;Configures the model bias job to run a specified Docker container image.
*)modelBiasJobInput : ModelBiasJobInput.t;Inputs for the model bias job.
*)modelBiasJobOutputConfig : Values_0.MonitoringOutputConfig.t;jobResources : Values_0.MonitoringResources.t;networkConfig : Values_0.MonitoringNetworkConfig.t option;Networking options for a model bias job.
*)roleArn : Values_0.RoleArn.t;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;}val make :
?modelBiasBaselineConfig:??? ->
?networkConfig:??? ->
?stoppingCondition:??? ->
?tags:??? ->
jobDefinitionName:Values_0.MonitoringJobDefinitionName.t ->
modelBiasAppSpecification:ModelBiasAppSpecification.t ->
modelBiasJobInput:ModelBiasJobInput.t ->
modelBiasJobOutputConfig:Values_0.MonitoringOutputConfig.t ->
jobResources:Values_0.MonitoringResources.t ->
roleArn:Values_0.RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.MonitoringJobDefinitionName.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 ])
list ]