The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

use Moose;
has EvaluationId => (is => 'ro', isa => 'Str');
has _request_id => (is => 'ro', isa => 'Str');
### main pod documentation begin ###
=head1 NAME
Paws::MachineLearning::DeleteEvaluationOutput
=head1 ATTRIBUTES
=head2 EvaluationId => Str
A user-supplied ID that uniquely identifies the C<Evaluation>. This
value should be identical to the value of the C<EvaluationId> in the
request.
=head2 _request_id => Str
=cut
1;