Class: Aws::Bedrock::Types::DeleteCustomModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteCustomModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_identifier ⇒ String
Name of the model to delete.
Instance Attribute Details
#model_identifier ⇒ String
Name of the model to delete.
1117 1118 1119 1120 1121 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1117 class DeleteCustomModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |