You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for metric_resource_name within metric in rubric generation (4dbd76c)
Add support for passing agent data for custom code execution metric (0c70de8)
Add support for referencing registered metrics by resource name in evaluation run API (76a9558)
Adds run_query_job and check_query_job to SDK for long running async tasks. (0cff2d8)
Allow using registered metric resource names in evaluation (72942a4)
Enable a2a streaming for agents deployed to Agent Engine. (ccfd37f)
GenAI Client(evals) - BREAKING_CHANGE: The agent engine resource name is now passed as a separate agent parameter to create_evaluation_run methods, rather than being part of the AgentInfo object. This parameter is now required if agent_info is provided (dab185a)
GenAI Client(evals): Add starting_prompt, conversation_plan, agent_data to evaluation datset (64ef223)
GenAI Client(evals): Update to generate_conversation_scenarios from generate_user_scenarios (1b4c325)
GenAI SDK client(multimodal) - Support creating multimodal dataset from pandas DataFrame. (8f4b4fe)
GenAI SDK client(multimodal) - Support getting a bigframe DataFrame from a multimodal dataset (50d804f)