Class PutDataFrameAnalyticsResponse

java.lang.Object
co.elastic.clients.elasticsearch.ml.PutDataFrameAnalyticsResponse
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public final class PutDataFrameAnalyticsResponse
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • id

      public java.lang.String id()
      Required - API name: id
    • createTime

      public long createTime()
      Required - API name: create_time
    • version

      public java.lang.String version()
      Required - API name: version
    • source

      public DataframeAnalyticsSource source()
      Required - API name: source
    • description

      @Nullable public java.lang.String description()
      API name: description
    • dest

      Required - API name: dest
    • modelMemoryLimit

      public java.lang.String modelMemoryLimit()
      Required - API name: model_memory_limit
    • allowLazyStart

      public boolean allowLazyStart()
      Required - API name: allow_lazy_start
    • maxNumThreads

      public int maxNumThreads()
      Required - API name: max_num_threads
    • analysis

      public DataframeAnalysis analysis()
      Required - API name: analysis
    • analyzedFields

      @Nullable public jakarta.json.JsonValue analyzedFields()
      API name: analyzed_fields
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupPutDataFrameAnalyticsResponseDeserializer

      protected static void setupPutDataFrameAnalyticsResponseDeserializer​(DelegatingDeserializer<PutDataFrameAnalyticsResponse.Builder> op)