Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Kyle <[email protected]>
  • Loading branch information
szabosteve and davidkyle authored Aug 9, 2024
1 parent ee27f0a commit 2ab1522
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion specification/ml/get_buckets/MlGetBucketsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { double, integer } from '@_types/Numeric'
import { DateTime } from '@_types/Time'

/**
* Get anomaly detection job results.
* Get anomaly detection job results for buckets.
* The API presents a chronological view of the records, grouped by bucket.
* @rest_spec_name ml.get_buckets
* @availability stack since=5.4.0 stability=stable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Id } from '@_types/common'
import { CalendarEvent } from '../_types/CalendarEvent'

/**
* Add scheduled events to calendar.
* Add scheduled events to the calendar.
* @rest_spec_name ml.post_calendar_events
* @availability stack since=6.2.0 stability=stable
* @availability serverless stability=stable visibility=public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { TrainedModelType } from '../_types/TrainedModel'
import { InferenceConfigCreateContainer } from '@ml/_types/inference'

/**
* Supply external trained model.
* Create a trained model.
* Enable you to supply a trained model that is not created by data frame analytics.
* @rest_spec_name ml.put_trained_model
* @availability stack since=7.10.0 stability=stable
Expand Down

0 comments on commit 2ab1522

Please sign in to comment.