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

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_arnString

Amazon Resource Name (ARN) of the fine tuning job

Returns:

  • (String)


768
769
770
771
772
# File 'lib/aws-sdk-bedrock/types.rb', line 768

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