Class GpuNodeStats
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.GpuNodeStats
- All Implemented Interfaces:
JsonpSerializable
Per-node GPU statistics for vector indexing.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GpuNodeStats>Json deserializer forGpuNodeStats -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanenabled()Required - Whether GPU vector indexing is enabled on this node.final longRequired - Number of GPU index builds performed on this node.final longRequired - GPU memory in bytes.static GpuNodeStatsrebuild()voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Stringtype()Required - GPU device type (e.g., "NVIDIA L4", "NVIDIA A100").
-
Field Details
-
_DESERIALIZER
Json deserializer forGpuNodeStats
-
-
Method Details
-
of
-
type
Required - GPU device type (e.g., "NVIDIA L4", "NVIDIA A100").API name:
type -
memoryInBytes
public final long memoryInBytes()Required - GPU memory in bytes.API name:
memory_in_bytes -
enabled
public final boolean enabled()Required - Whether GPU vector indexing is enabled on this node.API name:
enabled -
indexBuildCount
public final long indexBuildCount()Required - Number of GPU index builds performed on this node.API name:
index_build_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
rebuild
- Returns:
- New
GpuNodeStats.Builderinitialized with field values of this instance
-
setupGpuNodeStatsDeserializer
-