AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::ModelInvocationJob

Bedrock ModelInvocationJob

Resource Type definition for AWS::Bedrock::ModelInvocationJob

Return Values

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

AttributeTypeDescription
InputDataConfigModelInvocationJobInputDataConfigDetails about the location of the input to the batch inference job.
JobArnstringThe Amazon Resource Name (ARN) of the batch inference job.
JobExpirationTimestringThe time at which the batch inference job times or timed out.
JobNamestringA name to give the batch inference job.
LastModifiedTimestringThe time at which the batch inference job was last modified.
ModelIdstringThe unique identifier of the foundation model to use for the batch inference job.
OutputDataConfigModelInvocationJobOutputDataConfigDetails about the location of the output of the batch inference job.
RoleArnstringThe Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference.
Statusstring-
SubmitTimestringThe time at which the batch inference job was submitted.
TagsArray<Tag>Any tags associated with the batch inference job.
TimeoutDurationInHoursintegerThe number of hours after which to force the batch inference job to time out.
VpcConfigVpcConfigThe configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::ModelInvocationJob

Resources:
  MyResource:
    Type: AWS::Bedrock::ModelInvocationJob
    Properties:

Required IAM Permissions

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

read

bedrock:GetModelInvocationJobbedrock:ListTagsForResource

list

bedrock:ListModelInvocationJobs

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

ServiceBedrock
Properties13
Required0
TaggingSupported
Primary IDJobArn

Supported Operations

ReadList

External Links