Class: Aws::MachineLearning::Types::DeleteEvaluationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DeleteEvaluationInput
- Defined in:
- gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_id ⇒ String
A user-supplied ID that uniquely identifies the
Evaluation
to delete.
Instance Attribute Details
#evaluation_id ⇒ String
A user-supplied ID that uniquely identifies the Evaluation
to
delete.
883 884 885 886 887 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 883 class DeleteEvaluationInput < Struct.new( :evaluation_id) SENSITIVE = [] include Aws::Structure end |