Class GetDatafeedStatsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.GetDatafeedStatsRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class GetDatafeedStatsRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • datafeedId

      @Nullable public java.util.List<java.lang.String> datafeedId()
      The ID of the datafeeds stats to fetch

      API name: datafeed_id

    • allowNoDatafeeds

      @Nullable public java.lang.Boolean allowNoDatafeeds()
      Whether to ignore if a wildcard expression matches no datafeeds. (This includes _all string or when no datafeeds have been specified)

      API name: allow_no_datafeeds