Class GetDatafeedsRequest

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

public final class GetDatafeedsRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • datafeedId

      @Nullable public java.util.List<java.lang.String> datafeedId()
      The ID of the datafeeds 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

    • excludeGenerated

      @Nullable public java.lang.Boolean excludeGenerated()
      Omits fields that are illegal to set on datafeed PUT

      API name: exclude_generated