- Added the
health_report
API - Added the
transform.schedule_now_transform
API - Added the
from_
request parameter to thetransform.start_transform
API - Added the
buffer
,grid_agg
, andwith_labels
parameters to thesearch_mvt
API - Added the
allow_auto_create
parameter to thecluster.create_component_template
API - Added the
delete_user_annotations
parameter to theml.delete_job
,ml.reset_job
API - Added the
start
andend
parameters to theml.preview_datafeed
API - Added the
priority
parameter to theml.start_datafeed
API - Added the
job_id
parameter to theml.update_datafeed
API - Added the
model_prune_window
parameter to theml.update_job
API - Added the
feature_states
parameter to thesnapshot.restore_snapshot
API - Added the
timeout
parameter to thetransform.get_transform_stats
API - Added the
from_
parameter to thetransform.start_transform
API - Changed the
input
parameter of theml.put_trained_models
API from required to optional - Fixed the
cluster.create_component_template
API by removing the erroneously providedaliases
,mappings
, andsettings
parameters. Only thetemplate
parameter should be used for specifying component templates.