Class GetCommentsRequest.Builder
java.lang.Object
com.langfuse.client.resources.comments.requests.GetCommentsRequest.Builder
- Enclosing class:
GetCommentsRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) authorUserId(String authorUserId) authorUserId(Optional<String> authorUserId) Filter comments by author user id.build()from(GetCommentsRequest other) Limit of items per page.Filter comments by object id.objectType(String objectType) objectType(Optional<String> objectType) Filter comments by object type (trace, observation, session, prompt).Page number, starts at 1.
-
Method Details
-
from
-
page
Page number, starts at 1.
-
page
-
limit
Limit of items per page. If you encounter api issues due to too large page sizes, try to reduce the limit
-
limit
-
objectType
Filter comments by object type (trace, observation, session, prompt).
-
objectType
-
objectId
Filter comments by object id. If objectType is not provided, an error will be thrown.
-
objectId
-
authorUserId
Filter comments by author user id.
-
authorUserId
-
build
-
additionalProperty
-
additionalProperties
-