View a markdown version of this page

AWS::Bedrock::ModelImportJob - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Bedrock::ModelImportJob

Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker. For more information, see Import a customized model

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Bedrock::ModelImportJob", "Properties" : { "ImportedModelKmsKeyArn" : String, "ModelDataSource" : ModelDataSource, "RoleArn" : String, "Tags" : [ Tag, ... ], "VpcConfig" : VpcConfig } }

YAML

Type: AWS::Bedrock::ModelImportJob Properties: ImportedModelKmsKeyArn: String ModelDataSource: ModelDataSource RoleArn: String Tags: - Tag VpcConfig: VpcConfig

Properties

ImportedModelKmsKeyArn

Property description not available.

Required: No

Type: String

Pattern: ^arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$

Minimum: 1

Maximum: 2048

Update requires: Replacement

ModelDataSource

The data source of the model to import.

Required: Yes

Type: ModelDataSource

Update requires: Replacement

RoleArn

Property description not available.

Required: Yes

Type: String

Pattern: ^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$

Maximum: 2048

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: Replacement

VpcConfig

The configuration of a virtual private cloud (VPC). For more information, see Protect your data using Amazon Virtual Private Cloud and AWS PrivateLink.

Required: No

Type: VpcConfig

Update requires: Replacement

Return values

Ref

Fn::GetAtt

CreationTime

The time import job was created.

EndTime

The time when import job ended.

ImportedModelName

The name of the imported model.

JobArn

The Amazon Resource Name (ARN) of the import job.

JobName

The name of the import job.

LastModifiedTime

The time when the import job was last modified.

Status

The status of the imported job.