Class: Aws::Bedrock::Types::GetCustomModelRequest

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

#model_identifierString

Name or Amazon Resource Name (ARN) of the custom model.

Returns:

  • (String)


1908
1909
1910
1911
1912
# File 'lib/aws-sdk-bedrock/types.rb', line 1908

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