Home
last modified time | relevance | path

Searched defs:explain (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/Resource/
H A DProjects.php45 public function explain($name, GoogleCloudMlV1ExplainRequest $postBody, $optParams = []) function in Google\\Service\\CloudMachineLearningEngine\\Resource\\Projects
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DTopHits.php85 public function setExplain(bool $explain): self argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DInnerHits.php101 public function setExplain(bool $explain): self argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php242 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-explain argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php705 public function explain(array $params = []) function in Elasticsearch\\Client