Class: Aws::FraudDetector::Types::DeleteExternalModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteExternalModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_endpoint ⇒ String
The endpoint of the Amazon Sagemaker model to delete.
Instance Attribute Details
#model_endpoint ⇒ String
The endpoint of the Amazon Sagemaker model to delete.
1196 1197 1198 1199 1200 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1196 class DeleteExternalModelRequest < Struct.new( :model_endpoint) SENSITIVE = [] include Aws::Structure end |