googleapis / googleapis/python-aiplatform

Get last x events from "Vertex Session Events"

未关闭
#5,909 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
api: vertex-ai
主要语言
Python
星标
905
派生
465
平均合并
1 天 13 小时
30 天内合并 PR
44

描述

listing Vertex Session Events only support the following attributes:

- parent (str):
- page_size (int): These events are ordered by timestamp in ascending order
- page_token (str):
- filter (str):

as "sessions" has order_by attribute, "session events" need to have it also.

贡献指南

打开贡献指南

调研方向

首先定位 Vertex Session Events 列表的入口点,并将其与已经支持 order_by 的 sessions 接口进行比较。检查 page_size、page_token 和按 timestamp 排序的处理方式,然后添加覆盖,表明调用方可以请求最后的事件。issue 中没有指定具体的文件或测试。

由索引模型根据 Issue 内容生成。

评估

技术栈
google-cloud, python
领域
ai, api
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
48/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。