Class StopDataFrameAnalyticsRequest

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

public final class StopDataFrameAnalyticsRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • id

      public java.lang.String id()
      Required - Identifier for the data frame analytics job. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters.

      API name: id

    • allowNoMatch

      @Nullable public java.lang.Boolean allowNoMatch()
      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)

      API name: allow_no_match

    • force

      @Nullable public java.lang.Boolean force()
      If true, the data frame analytics job is stopped forcefully.

      API name: force

    • timeout

      @Nullable public java.lang.String timeout()
      Controls the amount of time to wait until the data frame analytics job stops. Defaults to 20 seconds.

      API name: timeout