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

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

#model_identifierString

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

Returns:

  • (String)


5454
5455
5456
5457
5458
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5454

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