Creates the definition for a model bias job.
See https://www.paws-r-sdk.com/docs/sagemaker_create_model_bias_job_definition/ for full documentation.
sagemaker_create_model_bias_job_definition(
JobDefinitionName,
ModelBiasBaselineConfig = NULL,
ModelBiasAppSpecification,
ModelBiasJobInput,
ModelBiasJobOutputConfig,
JobResources,
NetworkConfig = NULL,
RoleArn,
StoppingCondition = NULL,
Tags = NULL
)
[required] The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
The baseline configuration for a model bias job.
[required] Configures the model bias job to run a specified Docker container image.
[required] Inputs for the model bias job.
[required]
[required]
Networking options for a model bias job.
[required] The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.
(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.