Package org.elasticsearch.client.ml
Class UpgradeJobModelSnapshotRequest
java.lang.Object
org.elasticsearch.client.ml.UpgradeJobModelSnapshotRequest
- All Implemented Interfaces:
Validatable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class UpgradeJobModelSnapshotRequest
extends Object
implements Validatable, org.elasticsearch.xcontent.ToXContentObject
-
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.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMSFields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionUpgradeJobModelSnapshotRequest(String jobId, String snapshotId, org.elasticsearch.core.TimeValue timeValue, Boolean waitForCompletion) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfromXContent(org.elasticsearch.xcontent.XContentParser parser) getJobId()org.elasticsearch.core.TimeValueinthashCode()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
isFragmentMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Field Details
-
SNAPSHOT_ID
public static final org.elasticsearch.xcontent.ParseField SNAPSHOT_ID -
TIMEOUT
public static final org.elasticsearch.xcontent.ParseField TIMEOUT -
WAIT_FOR_COMPLETION
public static final org.elasticsearch.xcontent.ParseField WAIT_FOR_COMPLETION
-
-
Constructor Details
-
UpgradeJobModelSnapshotRequest
-
-
Method Details
-
fromXContent
public static UpgradeJobModelSnapshotRequest fromXContent(org.elasticsearch.xcontent.XContentParser parser) -
getJobId
-
getSnapshotId
-
getTimeout
public org.elasticsearch.core.TimeValue getTimeout() -
getWaitForCompletion
-
equals
-
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
-