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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutJobResponse.BuilderBuilder forPutJobResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PutJobResponse>_DESERIALIZERJson deserializer forPutJobResponse -
Constructor Summary
Constructors Constructor Description PutJobResponse(PutJobResponse.Builder builder)PutJobResponse(java.util.function.Function<PutJobResponse.Builder,PutJobResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description booleanallowLazyOpen()Required - API name:allow_lazy_openAnalysisConfigReadanalysisConfig()Required - API name:analysis_configAnalysisLimitsanalysisLimits()Required - API name:analysis_limitsjava.lang.StringbackgroundPersistInterval()API name:background_persist_intervaljava.lang.StringcreateTime()Required - API name:create_timeCustomSettingscustomSettings()API name:custom_settingslongdailyModelSnapshotRetentionAfterDays()Required - API name:daily_model_snapshot_retention_after_daysDataDescriptiondataDescription()Required - API name:data_descriptionDatafeeddatafeedConfig()API name:datafeed_configjava.lang.Stringdescription()API name:descriptionjava.util.List<java.lang.String>groups()API name:groupsjava.lang.StringjobId()Required - API name:job_idjava.lang.StringjobType()Required - API name:job_typejava.lang.StringjobVersion()Required - API name:job_versionModelPlotConfigmodelPlotConfig()API name:model_plot_configjava.lang.StringmodelSnapshotId()API name:model_snapshot_idlongmodelSnapshotRetentionDays()Required - API name:model_snapshot_retention_daysjava.lang.LongrenormalizationWindowDays()API name:renormalization_window_daysjava.lang.StringresultsIndexName()Required - API name:results_index_namejava.lang.LongresultsRetentionDays()API 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 voidsetupPutJobResponseDeserializer(DelegatingDeserializer<PutJobResponse.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPutJobResponse
-
-
Constructor Details
-
PutJobResponse
-
PutJobResponse
public PutJobResponse(java.util.function.Function<PutJobResponse.Builder,PutJobResponse.Builder> fn)
-
-
Method Details
-
allowLazyOpen
public boolean allowLazyOpen()Required - API name:allow_lazy_open -
analysisConfig
Required - API name:analysis_config -
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
API name:custom_settings -
dailyModelSnapshotRetentionAfterDays
public long dailyModelSnapshotRetentionAfterDays()Required - API name:daily_model_snapshot_retention_after_days -
dataDescription
Required - API name:data_description -
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
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupPutJobResponseDeserializer
protected static void setupPutJobResponseDeserializer(DelegatingDeserializer<PutJobResponse.Builder> op)
-