AWS::SageMaker::ModelBiasJobDefinitionResource Type definition for AWS::SageMaker::ModelBiasJobDefinition
11 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | The time at which the job definition was created. |
JobDefinitionArn | string | The Amazon Resource Name (ARN) of job definition. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateModelBiasJobDefinitionsagemaker:DescribeModelBiasJobDefinitioniam:PassRolesagemaker:AddTagssagemaker:ListTagssagemaker:DeleteModelBiasJobDefinitionsagemaker:DescribeModelBiasJobDefinitionsagemaker:ListTagssagemaker:ListModelBiasJobDefinitionssagemaker:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterJobDefinitionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
JobDefinitionNameModelBiasAppSpecificationModelBiasBaselineConfigModelBiasJobInputModelBiasJobOutputConfigJobResourcesNetworkConfigRoleArnStoppingConditionTagsEndpointName