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.
4096 4097 4098 4099 4100 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4096 class DeleteCustomModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |