Skip to content

Correcting visibility of ML APIs in serverless #2206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
* Evaluates a trained model.
* @rest_spec_name ml.infer_trained_model
* @availability stack since=8.3.0 stability=stable
* @availability serverless stability=stable visibility=private
* @availability serverless stability=stable visibility=public
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
1 change: 0 additions & 1 deletion specification/ml/post_data/MlPostJobDataRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { DateTime } from '@_types/Time'
* It is not currently possible to post data to multiple jobs using wildcards or a comma-separated list.
* @rest_spec_name ml.post_data
* @availability stack since=5.4.0 stability=stable
* @availability serverless stability=stable visibility=private
* @deprecated 7.11.0 Posting data directly to anomaly detection jobs is deprecated, in a future major version a datafeed will be required.
* @cluster_privileges manage_ml
*/
Expand Down