Package org.elasticsearch.client.ml
Class GetDataFrameAnalyticsRequest
java.lang.Object
org.elasticsearch.client.ml.GetDataFrameAnalyticsRequest
- All Implemented Interfaces:
Validatable
public class GetDataFrameAnalyticsRequest extends java.lang.Object implements Validatable
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALLOW_NO_MATCHstatic java.lang.StringEXCLUDE_GENERATED -
Constructor Summary
Constructors Constructor Description GetDataFrameAnalyticsRequest(java.lang.String... ids) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static GetDataFrameAnalyticsRequestgetAllDataFrameAnalyticsRequest()Helper method to create a request that will get ALL Data Frame Analyticsjava.lang.BooleangetAllowNoMatch()java.lang.BooleangetExcludeGenerated()java.util.List<java.lang.String>getIds()PageParamsgetPageParams()inthashCode()GetDataFrameAnalyticsRequestsetAllowNoMatch(boolean allowNoMatch)Whether to ignore if a wildcard expression matches no data frame analytics.voidsetExcludeGenerated(boolean excludeGenerated)Setting this flag to `true` removes certain fields from the configuration on retrieval.GetDataFrameAnalyticsRequestsetPageParams(PageParams pageParams)java.util.Optional<ValidationException>validate()Perform validation.
-
Field Details
-
ALLOW_NO_MATCH
public static final java.lang.String ALLOW_NO_MATCH- See Also:
- Constant Field Values
-
EXCLUDE_GENERATED
public static final java.lang.String EXCLUDE_GENERATED- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetDataFrameAnalyticsRequest
public GetDataFrameAnalyticsRequest(java.lang.String... ids)
-
-
Method Details
-
getAllDataFrameAnalyticsRequest
Helper method to create a request that will get ALL Data Frame Analytics- Returns:
- new
GetDataFrameAnalyticsRequestobject for the id "_all"
-
getIds
public java.util.List<java.lang.String> getIds() -
getAllowNoMatch
public java.lang.Boolean getAllowNoMatch() -
setExcludeGenerated
public void setExcludeGenerated(boolean excludeGenerated)Setting this flag to `true` removes certain fields from the configuration on retrieval. This is useful when getting the configuration and wanting to put it in another cluster. Default value is false.- Parameters:
excludeGenerated- Boolean value indicating if certain fields should be removed
-
getExcludeGenerated
public java.lang.Boolean getExcludeGenerated() -
setAllowNoMatch
Whether to ignore if a wildcard expression matches no data frame analytics.- Parameters:
allowNoMatch- If this isfalse, then an error is returned when a wildcard (or_all) does not match any data frame analytics
-
getPageParams
-
setPageParams
-
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
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-