Class: Aws::Bedrock::Types::DeleteImportedModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteImportedModelRequest
- 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 imported model to delete.
Instance Attribute Details
#model_identifier ⇒ String
Name of the imported model to delete.
1155 1156 1157 1158 1159 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1155 class DeleteImportedModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |