Class: Aws::Bedrock::Types::DeleteCustomModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteCustomModelRequest
- Defined in:
- gems/aws-sdk-bedrock/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.
970 971 972 973 974 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 970 class DeleteCustomModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |