Class: Aws::Bedrock::Types::CreateModelInvocationJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_arnString

The Amazon Resource Name (ARN) of the batch inference job.

Returns:

  • (String)


743
744
745
746
747
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 743

class CreateModelInvocationJobResponse < Struct.new(
  :job_arn)
  SENSITIVE = []
  include Aws::Structure
end