Class: Aws::Bedrock::Types::GetCustomModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetCustomModelRequest
- Defined in:
- gems/aws-sdk-bedrock/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 custom model.
Instance Attribute Details
#model_identifier ⇒ String
Name or Amazon Resource Name (ARN) of the custom model.
1458 1459 1460 1461 1462 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1458 class GetCustomModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |