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)


2131
2132
2133
2134
2135
# File 'lib/aws-sdk-bedrock/types.rb', line 2131

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