Module Values_1.CreateModelBiasJobDefinitionRequestSource

Creates the definition for a model bias job.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. modelBiasBaselineConfig : ModelBiasBaselineConfig.t option;
    (*

    The baseline configuration for a model bias job.

    *)
  3. modelBiasAppSpecification : ModelBiasAppSpecification.t;
    (*

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

    *)
  4. modelBiasJobInput : ModelBiasJobInput.t;
    (*

    Inputs for the model bias job.

    *)
  5. modelBiasJobOutputConfig : Values_0.MonitoringOutputConfig.t;
  6. jobResources : Values_0.MonitoringResources.t;
  7. networkConfig : Values_0.MonitoringNetworkConfig.t option;
    (*

    Networking options for a model bias job.

    *)
  8. 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.

    *)
  9. stoppingCondition : Values_0.MonitoringStoppingCondition.t option;
  10. tags : Values_0.TagList.t option;
    (*

    (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

    *)
}
Sourceval context_ : string
Sourceval 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 -> t
Sourceval 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 ]
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