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 identifier for the job.

      API name: id

    • type

      @Nullable public final String type()
      The type of analysis that the job performs.

      API name: type

    • createTime

      @Nullable public final String createTime()
      The time when the job was created.

      API name: create_time

    • version

      @Nullable public final String version()
      The version of Elasticsearch when the job was created.

      API name: version

    • sourceIndex

      @Nullable public final String sourceIndex()
      The name of the source index.

      API name: source_index

    • destIndex

      @Nullable public final String destIndex()
      The name of the destination index.

      API name: dest_index

    • description

      @Nullable public final String description()
      A description of the job.

      API name: description

    • modelMemoryLimit

      @Nullable public final String modelMemoryLimit()
      The approximate maximum amount of memory resources that are permitted for the job.

      API name: model_memory_limit

    • state

      @Nullable public final String state()
      The current status of the job.

      API name: state

    • failureReason

      @Nullable public final String failureReason()
      Messages about the reason why the job failed.

      API name: failure_reason

    • progress

      @Nullable public final String progress()
      The progress report for the job by phase.

      API name: progress

    • assignmentExplanation

      @Nullable public final String assignmentExplanation()
      Messages related to the selection of a node.

      API name: assignment_explanation

    • nodeId

      @Nullable public final String nodeId()
      The unique identifier of the assigned node.

      API name: node.id

    • nodeName

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

      API name: node.name

    • nodeEphemeralId

      @Nullable public final String nodeEphemeralId()
      The ephemeral identifier of the assigned node.

      API name: node.ephemeral_id

    • nodeAddress

      @Nullable public final String nodeAddress()
      The 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)