From e55cd04e4bbbc7d0e5f60868c1dd3387ec7203b8 Mon Sep 17 00:00:00 2001 From: Andrew Chappell Date: Tue, 5 Dec 2023 14:36:37 +1100 Subject: [PATCH] Added documentation to namespace header Signed-off-by: Andrew Chappell --- src/OpenSearch/Namespaces/MachineLearningNamespace.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/OpenSearch/Namespaces/MachineLearningNamespace.php b/src/OpenSearch/Namespaces/MachineLearningNamespace.php index fb6e7890..d4989b6a 100644 --- a/src/OpenSearch/Namespaces/MachineLearningNamespace.php +++ b/src/OpenSearch/Namespaces/MachineLearningNamespace.php @@ -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 {