Class: Aws::Bedrock::Types::CreateModelCustomizationJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_arnString

Amazon Resource Name (ARN) of the fine tuning job

Returns:

  • (String)


3854
3855
3856
3857
3858
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3854

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