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