Class: Aws::MachineLearning::Types::DeleteEvaluationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DeleteEvaluationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Overview
Note:
When making an API call, you may pass DeleteEvaluationInput data as a hash:
{
evaluation_id: "EntityId", # required
}
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.
994 995 996 997 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 994 class DeleteEvaluationInput < Struct.new( :evaluation_id) include Aws::Structure end |