Class GetModelSnapshotsResponse

java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<ModelSnapshot>
org.elasticsearch.client.ml.GetModelSnapshotsResponse
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class GetModelSnapshotsResponse extends AbstractResultResponse<ModelSnapshot>
A response containing the requested snapshots
  • Field Details

    • SNAPSHOTS

      public static final org.elasticsearch.xcontent.ParseField SNAPSHOTS
    • PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<GetModelSnapshotsResponse,Void> PARSER
  • Method Details