File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020import { RequestBase } from '@_types/Base'
2121
2222/**
23- * Return ML defaults and limits .
24- * Returns defaults and limits used by machine learning.
23+ * Get machine learning information .
24+ * Get defaults and limits used by machine learning.
2525 * This endpoint is designed to be used by a user interface that needs to fully
2626 * understand machine learning configurations where some options are not
2727 * specified, meaning that the defaults should be used. This endpoint may be
Original file line number Diff line number Diff line change @@ -21,9 +21,11 @@ import { Detector } from '@ml/_types/Detector'
2121import { RequestBase } from '@_types/Base'
2222
2323/**
24+ * Validate an anomaly detection job.
2425 * @rest_spec_name ml.validate_detector
2526 * @availability stack since=5.4.0 stability=stable visibility=private
2627 * @availability serverless stability=stable visibility=private
28+ * @doc_tag ml anomaly
2729 */
2830export interface Request extends RequestBase {
2931 /** @codegen_name detector */
You can’t perform that action at this time.
0 commit comments