Class: Aws::FraudDetector::Types::DeleteExternalModelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_endpointString

The endpoint of the Amazon Sagemaker model to delete.

Returns:

  • (String)


1196
1197
1198
1199
1200
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1196

class DeleteExternalModelRequest < Struct.new(
  :model_endpoint)
  SENSITIVE = []
  include Aws::Structure
end