Class: Aws::Bedrock::Types::DeleteImportedModelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_identifierString

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