Skip to content

Commit

Permalink
Added documentation to namespace header
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Chappell <acha5066@gmail.com>
  • Loading branch information
acha5066 committed Dec 5, 2023
1 parent a4ecbbf commit e55cd04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/OpenSearch/Namespaces/MachineLearningNamespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
use OpenSearch\Namespaces\AbstractNamespace;

/**
* Class ConnectorsNamespace
* Class MachineLearningNamespace
*
* This class implements common functionality from the
* ML Commons API. Please refer to that documentation
* for more details about each API operation.
*
* @link https://opensearch.org/docs/latest/ml-commons-plugin/api/index/
*/
class MachineLearningNamespace extends AbstractNamespace
{
Expand Down

0 comments on commit e55cd04

Please sign in to comment.