Package org.elasticsearch.client.ml
Class GetTrainedModelsResponse
java.lang.Object
org.elasticsearch.client.ml.GetTrainedModelsResponse
public class GetTrainedModelsResponse
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static ParseFieldCOUNTstatic ParseFieldTRAINED_MODEL_CONFIGS -
Constructor Summary
Constructors Constructor Description GetTrainedModelsResponse(java.util.List<TrainedModelConfig> trainedModels, java.lang.Long count) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static GetTrainedModelsResponsefromXContent(XContentParser parser)java.lang.LonggetCount()java.util.List<TrainedModelConfig>getTrainedModels()inthashCode()
-
Field Details
-
Constructor Details
-
GetTrainedModelsResponse
public GetTrainedModelsResponse(java.util.List<TrainedModelConfig> trainedModels, java.lang.Long count)
-
-
Method Details
-
fromXContent
-
getTrainedModels
-
getCount
public java.lang.Long getCount()- Returns:
- The total count of the trained models that matched the ID pattern.
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-