Class DataFrameAnalyticsRecord

java.lang.Object
co.elastic.clients.elasticsearch.cat.ml_data_frame_analytics.DataFrameAnalyticsRecord
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class DataFrameAnalyticsRecord extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • id

      @Nullable public final String id()
      the id

      API name: id

    • type

      @Nullable public final String type()
      analysis type

      API name: type

    • createTime

      @Nullable public final String createTime()
      job creation time

      API name: create_time

    • version

      @Nullable public final String version()
      the version of Elasticsearch when the analytics was created

      API name: version

    • sourceIndex

      @Nullable public final String sourceIndex()
      source index

      API name: source_index

    • destIndex

      @Nullable public final String destIndex()
      destination index

      API name: dest_index

    • description

      @Nullable public final String description()
      description

      API name: description

    • modelMemoryLimit

      @Nullable public final String modelMemoryLimit()
      model memory limit

      API name: model_memory_limit

    • state

      @Nullable public final String state()
      job state

      API name: state

    • failureReason

      @Nullable public final String failureReason()
      failure reason

      API name: failure_reason

    • progress

      @Nullable public final String progress()
      progress

      API name: progress

    • assignmentExplanation

      @Nullable public final String assignmentExplanation()
      why the job is or is not assigned to a node

      API name: assignment_explanation

    • nodeId

      @Nullable public final String nodeId()
      id of the assigned node

      API name: node.id

    • nodeName

      @Nullable public final String nodeName()
      name of the assigned node

      API name: node.name

    • nodeEphemeralId

      @Nullable public final String nodeEphemeralId()
      ephemeral id of the assigned node

      API name: node.ephemeral_id

    • nodeAddress

      @Nullable public final String nodeAddress()
      network address of the assigned node

      API name: node.address

    • 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 String toString()
      Overrides:
      toString in class Object
    • setupDataFrameAnalyticsRecordDeserializer

      protected static void setupDataFrameAnalyticsRecordDeserializer(ObjectDeserializer<DataFrameAnalyticsRecord.Builder> op)