Class NodeStatsDetails
java.lang.Object
org.opensearch.client.opensearch.ml.NodeStatsDetails
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeStatsDetails.Builder,NodeStatsDetails>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeStatsDetails
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeStatsDetails.Builder,NodeStatsDetails>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeStatsDetails> Json deserializer forNodeStatsDetails -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String, AlgorithmOperations> API name:algorithmsstatic NodeStatsDetails.Builderbuilder()booleaninthashCode()final LongThe circuit breaker trigger count.final LongThe deployed model count.final LongThe executing task count.final LongThe failure count.final LongThe JVM heap usage.final LongThe request count.final Map<String, ModelProfile> models()API name:modelsstatic NodeStatsDetailsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeStatsDetails
-
-
Method Details
-
of
public static NodeStatsDetails of(Function<NodeStatsDetails.Builder, ObjectBuilder<NodeStatsDetails>> fn) -
algorithms
API name:algorithms -
mlCircuitBreakerTriggerCount
The circuit breaker trigger count.API name:
ml_circuit_breaker_trigger_count -
mlDeployedModelCount
The deployed model count.API name:
ml_deployed_model_count -
mlExecutingTaskCount
The executing task count.API name:
ml_executing_task_count -
mlFailureCount
The failure count.API name:
ml_failure_count -
mlJvmHeapUsage
The JVM heap usage.API name:
ml_jvm_heap_usage -
mlRequestCount
The request count.API name:
ml_request_count -
models
API name:models -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeStatsDetails.Builder,NodeStatsDetails> - Returns:
- a new builder instance.
-
builder
-
setupNodeStatsDetailsDeserializer
protected static void setupNodeStatsDetailsDeserializer(ObjectDeserializer<NodeStatsDetails.Builder> op) -
hashCode
public int hashCode() -
equals
-