Class: Aws::Bedrock::Types::CreateModelCustomizationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateModelCustomizationJobResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
Amazon Resource Name (ARN) of the fine tuning job.
Instance Attribute Details
#job_arn ⇒ String
Amazon Resource Name (ARN) of the fine tuning job
644 645 646 647 648 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 644 class CreateModelCustomizationJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |