Package org.elasticsearch.client.ml
Class GetModelSnapshotsResponse
java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<ModelSnapshot>
org.elasticsearch.client.ml.GetModelSnapshotsResponse
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class GetModelSnapshotsResponse extends AbstractResultResponse<ModelSnapshot>
A response containing the requested snapshots
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static org.elasticsearch.common.xcontent.ConstructingObjectParser<GetModelSnapshotsResponse,java.lang.Void>PARSERstatic org.elasticsearch.common.ParseFieldSNAPSHOTSFields inherited from class org.elasticsearch.client.ml.AbstractResultResponse
count, COUNT, results -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static GetModelSnapshotsResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)inthashCode()java.util.List<ModelSnapshot>snapshots()The retrieved snapshots
-
Field Details
-
SNAPSHOTS
public static final org.elasticsearch.common.ParseField SNAPSHOTS -
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<GetModelSnapshotsResponse,java.lang.Void> PARSER
-
-
Method Details
-
fromXContent
public static GetModelSnapshotsResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
snapshots
The retrieved snapshots- Returns:
- the retrieved snapshots
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-