Class: Aws::MachineLearning::Types::DeleteEvaluationInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#evaluation_idString

A user-supplied ID that uniquely identifies the ‘Evaluation` to delete.

Returns:

  • (String)


994
995
996
997
# File 'lib/aws-sdk-machinelearning/types.rb', line 994

class DeleteEvaluationInput < Struct.new(
  :evaluation_id)
  include Aws::Structure
end