Class TrainedModelStats
java.lang.Object
org.elasticsearch.client.ml.inference.TrainedModelStats
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class TrainedModelStats
extends Object
implements org.elasticsearch.xcontent.ToXContentObject
-
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
FieldsModifier and TypeFieldDescriptionstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionTrainedModelStats(String modelId, Map<String, Object> ingestStats, int pipelineCount, InferenceStats inferenceStats) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TrainedModelStatsfromXContent(org.elasticsearch.xcontent.XContentParser parser) Inference statisticsIngest level statistics.The model id for which the stats applyintThe total number of pipelines that reference the trained modelinthashCode()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) 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
-
MODEL_ID
public static final org.elasticsearch.xcontent.ParseField MODEL_ID -
PIPELINE_COUNT
public static final org.elasticsearch.xcontent.ParseField PIPELINE_COUNT -
INGEST_STATS
public static final org.elasticsearch.xcontent.ParseField INGEST_STATS -
INFERENCE_STATS
public static final org.elasticsearch.xcontent.ParseField INFERENCE_STATS
-
-
Constructor Details
-
TrainedModelStats
public TrainedModelStats(String modelId, Map<String, Object> ingestStats, int pipelineCount, InferenceStats inferenceStats)
-
-
Method Details
-
fromXContent
-
getModelId
The model id for which the stats apply -
getIngestStats
Ingest level statistics. SeeIngestStats.toXContent(XContentBuilder, Params)for fields and format If there are no ingest pipelines referencing the model, then the ingest statistics could be null. -
getPipelineCount
public int getPipelineCount()The total number of pipelines that reference the trained model -
getInferenceStats
Inference statistics -
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
-