Class DataframeAnalyticsMemoryEstimation

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

@JsonpDeserializable
public class DataframeAnalyticsMemoryEstimation
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

    • expectedMemoryWithDisk

      public final java.lang.String expectedMemoryWithDisk()
      Required - Estimated memory usage under the assumption that overflowing to disk is allowed during data frame analytics. expected_memory_with_disk is usually smaller than expected_memory_without_disk as using disk allows to limit the main memory needed to perform data frame analytics.

      API name: expected_memory_with_disk

    • expectedMemoryWithoutDisk

      public final java.lang.String expectedMemoryWithoutDisk()
      Required - Estimated memory usage under the assumption that the whole data frame analytics should happen in memory (i.e. without overflowing to disk).

      API name: expected_memory_without_disk

    • 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)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupDataframeAnalyticsMemoryEstimationDeserializer

      protected static void setupDataframeAnalyticsMemoryEstimationDeserializer​(ObjectDeserializer<DataframeAnalyticsMemoryEstimation.Builder> op)