Class GetModelSnapshotsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.GetModelSnapshotsRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetModelSnapshotsRequest
extends RequestBase
implements JsonpSerializable
Get model snapshots info.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetModelSnapshotsRequest>Json deserializer forGetModelSnapshotsRequestEndpoint "ml.get_model_snapshots". -
Method Summary
Modifier and TypeMethodDescriptionfinal Booleandesc()Refer to the description for thedescquery parameter.final DateTimeend()Refer to the description for theendquery parameter.final Integerfrom()Skips the specified number of snapshots.final StringjobId()Required - Identifier for the anomaly detection job.static GetModelSnapshotsRequestfinal Pagepage()API name:pagevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Integersize()Specifies the maximum number of snapshots to obtain.final StringA numerical character string that uniquely identifies the model snapshot.final Stringsort()Refer to the description for thesortquery parameter.final DateTimestart()Refer to the description for thestartquery parameter.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_DESERIALIZER
Json deserializer forGetModelSnapshotsRequest -
_ENDPOINT
public static final Endpoint<GetModelSnapshotsRequest,GetModelSnapshotsResponse, _ENDPOINTErrorResponse> Endpoint "ml.get_model_snapshots".
-
-
Method Details
-
of
public static GetModelSnapshotsRequest of(Function<GetModelSnapshotsRequest.Builder, ObjectBuilder<GetModelSnapshotsRequest>> fn) -
desc
Refer to the description for thedescquery parameter.API name:
desc -
end
Refer to the description for theendquery parameter.API name:
end -
from
Skips the specified number of snapshots.API name:
from -
jobId
Required - Identifier for the anomaly detection job.API name:
job_id -
page
API name:page -
size
Specifies the maximum number of snapshots to obtain.API name:
size -
snapshotId
A numerical character string that uniquely identifies the model snapshot. You can get information for multiple snapshots by using a comma-separated list or a wildcard expression. You can get all snapshots by using_all, by specifying*as the snapshot ID, or by omitting the snapshot ID.API name:
snapshot_id -
sort
Refer to the description for thesortquery parameter.API name:
sort -
start
Refer to the description for thestartquery parameter.API name:
start -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupGetModelSnapshotsRequestDeserializer
protected static void setupGetModelSnapshotsRequestDeserializer(ObjectDeserializer<GetModelSnapshotsRequest.Builder> op)
-