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