Class: Aws::Bedrock::Types::GetImportedModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetImportedModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_identifier ⇒ String
Name or Amazon Resource Name (ARN) of the imported model.
Instance Attribute Details
#model_identifier ⇒ String
Name or Amazon Resource Name (ARN) of the imported model.
7020 7021 7022 7023 7024 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7020 class GetImportedModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |