Class: Aws::Bedrock::Types::CreateModelInvocationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateModelInvocationJobResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the batch inference job.
Instance Attribute Details
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the batch inference job.
810 811 812 813 814 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 810 class CreateModelInvocationJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |