AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::ModelBiasJobDefinition

SageMaker ModelBiasJobDefinition

Resource Type definition for AWS::SageMaker::ModelBiasJobDefinition

Properties

11 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
JobResources
MonitoringResources
RequiredCreate-only
ModelBiasAppSpecification
ModelBiasAppSpecification
RequiredCreate-only
ModelBiasJobInput
ModelBiasJobInput
RequiredCreate-only
ModelBiasJobOutputConfig
MonitoringOutputConfig
RequiredCreate-only
RoleArn
string
RequiredCreate-only
EndpointName
string
Create-onlyWrite-only
JobDefinitionName
string
Create-only
ModelBiasBaselineConfig
ModelBiasBaselineConfig
Create-only
NetworkConfig
NetworkConfig
Create-only
StoppingCondition
StoppingCondition
Create-only
Tags
Array<Tag>
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreationTimestringThe time at which the job definition was created.
JobDefinitionArnstringThe Amazon Resource Name (ARN) of job definition.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::ModelBiasJobDefinition

Resources:
  MyResource:
    Type: AWS::SageMaker::ModelBiasJobDefinition
    Properties:
      ModelBiasAppSpecification: "value"
      ModelBiasJobInput: "value"
      ModelBiasJobOutputConfig: "value"
      JobResources: "value"
      RoleArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

sagemaker:CreateModelBiasJobDefinitionsagemaker:DescribeModelBiasJobDefinitioniam:PassRolesagemaker:AddTagssagemaker:ListTags

delete

sagemaker:DeleteModelBiasJobDefinition

read

sagemaker:DescribeModelBiasJobDefinitionsagemaker:ListTags

list

sagemaker:ListModelBiasJobDefinitionssagemaker:ListTags

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSageMaker
Properties13
Required5
TaggingSupported
Primary IDJobDefinitionArn

Supported Operations

CreateDeleteReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

JobDefinitionNameModelBiasAppSpecificationModelBiasBaselineConfigModelBiasJobInputModelBiasJobOutputConfigJobResourcesNetworkConfigRoleArnStoppingConditionTagsEndpointName

External Links