Package org.elasticsearch.client.ml
Class DeleteDataFrameAnalyticsRequest
java.lang.Object
org.elasticsearch.client.ml.DeleteDataFrameAnalyticsRequest
- All Implemented Interfaces:
Validatable
Request to delete a data frame analytics config
-
Field Summary
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetForce()getId()org.elasticsearch.core.TimeValueinthashCode()voidUsed to forcefully delete an job that is not stopped.voidsetTimeout(org.elasticsearch.core.TimeValue timeout) Sets the time to wait until the job is deleted.validate()Perform validation.
-
Constructor Details
-
DeleteDataFrameAnalyticsRequest
-
-
Method Details
-
getId
-
getForce
-
setForce
Used to forcefully delete an job that is not stopped. This method is quicker than stopping and deleting the job.- Parameters:
force- Whentrueforcefully delete a non stopped job. Defaults tofalse
-
getTimeout
public org.elasticsearch.core.TimeValue getTimeout() -
setTimeout
public void setTimeout(org.elasticsearch.core.TimeValue timeout) Sets the time to wait until the job is deleted.- Parameters:
timeout- The time to wait until the job is deleted.
-
validate
Description copied from interface:ValidatablePerform validation. This method does not have to be overridden in the event that no validation needs to be done, or the validation was done during object construction time. AValidationExceptionthat is not null is assumed to contain validation errors and will be thrown.- Specified by:
validatein interfaceValidatable- Returns:
- An
OptionalValidationExceptionthat contains a list of validation errors.
-
equals
-
hashCode
public int hashCode()
-