Class PutJobResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.PutJobResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutJobResponse>Json deserializer forPutJobResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanRequired - API name:allow_lazy_openfinal AnalysisConfigReadRequired - API name:analysis_configfinal AnalysisLimitsRequired - API name:analysis_limitsfinal TimeAPI name:background_persist_intervalfinal DateTimeRequired - API name:create_timefinal JsonDataAPI name:custom_settingsfinal longRequired - API name:daily_model_snapshot_retention_after_daysfinal DataDescriptionRequired - API name:data_descriptionfinal DatafeedAPI name:datafeed_configfinal StringAPI name:descriptiongroups()API name:groupsfinal StringjobId()Required - API name:job_idfinal StringjobType()Required - API name:job_typefinal StringRequired - API name:job_versionfinal ModelPlotConfigAPI name:model_plot_configfinal StringAPI name:model_snapshot_idfinal longRequired - API name:model_snapshot_retention_daysstatic PutJobResponsefinal LongAPI name:renormalization_window_daysfinal StringRequired - API name:results_index_namefinal LongAPI name:results_retention_daysvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPutJobResponse
-
-
Method Details
-
of
-
allowLazyOpen
public final boolean allowLazyOpen()Required - API name:allow_lazy_open -
analysisConfig
Required - API name:analysis_config -
analysisLimits
Required - API name:analysis_limits -
backgroundPersistInterval
API name:background_persist_interval -
createTime
Required - API name:create_time -
customSettings
API name:custom_settings -
dailyModelSnapshotRetentionAfterDays
public final long dailyModelSnapshotRetentionAfterDays()Required - API name:daily_model_snapshot_retention_after_days -
dataDescription
Required - API name:data_description -
datafeedConfig
API name:datafeed_config -
description
API name:description -
groups
API name:groups -
jobId
Required - API name:job_id -
jobType
Required - API name:job_type -
jobVersion
Required - API name:job_version -
modelPlotConfig
API name:model_plot_config -
modelSnapshotId
API name:model_snapshot_id -
modelSnapshotRetentionDays
public final long modelSnapshotRetentionDays()Required - API name:model_snapshot_retention_days -
renormalizationWindowDays
API name:renormalization_window_days -
resultsIndexName
Required - API name:results_index_name -
resultsRetentionDays
API name:results_retention_days -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPutJobResponseDeserializer
protected static void setupPutJobResponseDeserializer(ObjectDeserializer<PutJobResponse.Builder> op)
-