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)


1031
1032
1033
1034
1035
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1031

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