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)


7445
7446
7447
7448
7449
# File 'lib/aws-sdk-bedrock/types.rb', line 7445

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