Class PutJobResponse

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

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

  • Constructor Details

  • Method Details

    • allowLazyOpen

      public boolean allowLazyOpen()
      Required - API name: allow_lazy_open
    • analysisConfig

      public AnalysisConfigRead analysisConfig()
      Required - API name: analysis_config
    • analysisLimits

      public AnalysisLimits analysisLimits()
      Required - API name: analysis_limits
    • backgroundPersistInterval

      @Nullable public java.lang.String backgroundPersistInterval()
      API name: background_persist_interval
    • createTime

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

      @Nullable public CustomSettings customSettings()
      API name: custom_settings
    • dailyModelSnapshotRetentionAfterDays

      public long dailyModelSnapshotRetentionAfterDays()
      Required - API name: daily_model_snapshot_retention_after_days
    • dataDescription

      public DataDescription dataDescription()
      Required - API name: data_description
    • datafeedConfig

      @Nullable public Datafeed datafeedConfig()
      API name: datafeed_config
    • description

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

      @Nullable public java.util.List<java.lang.String> groups()
      API name: groups
    • jobId

      public java.lang.String jobId()
      Required - API name: job_id
    • jobType

      public java.lang.String jobType()
      Required - API name: job_type
    • jobVersion

      public java.lang.String jobVersion()
      Required - API name: job_version
    • modelPlotConfig

      @Nullable public ModelPlotConfig modelPlotConfig()
      API name: model_plot_config
    • modelSnapshotId

      @Nullable public java.lang.String modelSnapshotId()
      API name: model_snapshot_id
    • modelSnapshotRetentionDays

      public long modelSnapshotRetentionDays()
      Required - API name: model_snapshot_retention_days
    • renormalizationWindowDays

      @Nullable public java.lang.Long renormalizationWindowDays()
      API name: renormalization_window_days
    • resultsIndexName

      public java.lang.String resultsIndexName()
      Required - API name: results_index_name
    • resultsRetentionDays

      @Nullable public java.lang.Long resultsRetentionDays()
      API name: results_retention_days
    • 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)
    • setupPutJobResponseDeserializer

      protected static void setupPutJobResponseDeserializer​(DelegatingDeserializer<PutJobResponse.Builder> op)