Class GetTrainedModelsResponse

java.lang.Object
org.elasticsearch.client.ml.GetTrainedModelsResponse

public class GetTrainedModelsResponse extends Object
  • Field Details

    • TRAINED_MODEL_CONFIGS

      public static final org.elasticsearch.xcontent.ParseField TRAINED_MODEL_CONFIGS
    • COUNT

      public static final org.elasticsearch.xcontent.ParseField COUNT
  • Constructor Details

  • Method Details

    • fromXContent

      public static GetTrainedModelsResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser)
    • getTrainedModels

      public List<TrainedModelConfig> getTrainedModels()
    • getCount

      public Long getCount()
      Returns:
      The total count of the trained models that matched the ID pattern.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object