Class: Aws::Bedrock::Types::GetImportedModelRequest

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 imported model.

Returns:

  • (String)


6904
6905
6906
6907
6908
# File 'lib/aws-sdk-bedrock/types.rb', line 6904

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