Package org.elasticsearch.client.ml
Class EstimateModelMemoryRequest
java.lang.Object
org.elasticsearch.client.ml.EstimateModelMemoryRequest
- All Implemented Interfaces:
Validatable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class EstimateModelMemoryRequest
extends Object
implements Validatable, org.elasticsearch.xcontent.ToXContentObject
Request to estimate the model memory an analysis config is likely to need given supplied field cardinalities.
-
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
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMSFields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetMaxBucketCardinality(Map<String, Long> maxBucketCardinality) voidsetOverallCardinality(Map<String, Long> overallCardinality) org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) validate()Perform validation.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
-
ANALYSIS_CONFIG
- See Also:
-
OVERALL_CARDINALITY
- See Also:
-
MAX_BUCKET_CARDINALITY
- See Also:
-
-
Constructor Details
-
EstimateModelMemoryRequest
-
-
Method Details
-
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.
-
getAnalysisConfig
-
getOverallCardinality
-
setOverallCardinality
-
getMaxBucketCardinality
-
setMaxBucketCardinality
-
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
-
hashCode
public int hashCode() -
equals
-