Class: Aws::Bedrock::Types::GetModelInvocationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetModelInvocationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_identifier ⇒ String
The Amazon Resource Name (ARN) of the batch inference job.
Instance Attribute Details
#job_identifier ⇒ String
The Amazon Resource Name (ARN) of the batch inference job.
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 |