View source: R/sagemaker_operations.R
sagemaker_create_model_bias_job_definition | R Documentation |
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
)
JobDefinitionName |
[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. |
ModelBiasBaselineConfig |
The baseline configuration for a model bias job. |
ModelBiasAppSpecification |
[required] Configures the model bias job to run a specified Docker container image. |
ModelBiasJobInput |
[required] Inputs for the model bias job. |
ModelBiasJobOutputConfig |
[required] |
JobResources |
[required] |
NetworkConfig |
Networking options for a model bias job. |
RoleArn |
[required] The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf. |
StoppingCondition |
|
Tags |
(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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.