Package org.elasticsearch.client.ml
Class UpdateModelSnapshotResponse
java.lang.Object
org.elasticsearch.client.ml.UpdateModelSnapshotResponse
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class UpdateModelSnapshotResponse
extends Object
implements org.elasticsearch.xcontent.ToXContentObject
A response acknowledging the update of information for an existing model snapshot for a given job
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.elasticsearch.xcontent.ConstructingObjectParser<UpdateModelSnapshotResponse,Void> Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionUpdateModelSnapshotResponse(boolean acknowledged, ModelSnapshot.Builder modelSnapshot) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic UpdateModelSnapshotResponsefromXContent(org.elasticsearch.xcontent.XContentParser parser) Get the action acknowledgementgetModel()Get the updated snapshot of the modelinthashCode()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
PARSER
public static final org.elasticsearch.xcontent.ConstructingObjectParser<UpdateModelSnapshotResponse,Void> PARSER
-
-
Constructor Details
-
UpdateModelSnapshotResponse
-
-
Method Details
-
fromXContent
public static UpdateModelSnapshotResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-
getAcknowledged
Get the action acknowledgement- Returns:
- a
booleanthat indicates whether the model snapshot was updated successfully.
-
getModel
Get the updated snapshot of the model- Returns:
- the updated model snapshot.
-
hashCode
public int hashCode() -
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
equals
-