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.
4166 4167 4168 4169 4170 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4166 class DeleteImportedModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |