Class: Aws::Bedrock::Types::GetModelInvocationJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_identifierString

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

Returns:

  • (String)


2716
2717
2718
2719
2720
# File 'lib/aws-sdk-bedrock/types.rb', line 2716

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