Lines Matching refs:frame

151 $params['id']      = (string) The ID of the data frame analytics to delete
292 $params['id'] = (string) The ID of the data frame analytics to explain
293 $params['body'] = (array) The data frame analytics config to explain
444 $params['id'] = (string) The ID of the data frame analytics to fetch
445 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified) (Default = true)
448 $params['exclude_generated'] = (boolean) Omits fields that are illegal to set on data frame analytics PUT (Default = false)
462 $params['id'] = (string) The ID of the data frame analytics stats to fetch
463 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified) (Default = true)
768 $params['id'] = (string) The ID of the data frame analytics to create
769 $params['body'] = (array) The data frame analytics configuration (Required)
873 $params['id'] = (string) The ID of the data frame analytics to start
875 $params['body'] = (array) The start data frame analytics parameters
906 $params['id'] = (string) The ID of the data frame analytics to stop
907 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified)
908 $params['force'] = (boolean) True if the data frame analytics should be forcefully stopped
910 $params['body'] = (array) The stop data frame analytics parameters
940 $params['id'] = (string) The ID of the data frame analytics to update
941 $params['body'] = (array) The data frame analytics settings to update (Required)