Adds `Tool.ExaAiSearch` (with `api_key` and `custom_configs`) and the
`Tool.exa_ai_search` field, letting callers ground model responses on Exa.ai
web search results.
PiperOrigin-RevId: 959033171
Adds `Tool.ExaAiSearch` (with `api_key` and `custom_configs`) and the
`Tool.exa_ai_search` field, letting callers ground model responses on Exa.ai
web search results.
PiperOrigin-RevId: 959032917
Adds GroundingChunk.Maps.Route (with distance_meters, duration,
encoded_polyline) and the OUTPUT_ONLY GroundingChunk.Maps.route field to
the v1beta1 API. This surfaces route information from Google Maps grounding
responses in the public SDK.
docs: expand GroundingChunk.Maps documentation to describe route support
PiperOrigin-RevId: 950985772
Adds GroundingChunk.Maps.Route (with distance_meters, duration,
encoded_polyline) and the OUTPUT_ONLY GroundingChunk.Maps.route field to
the v1 API. This surfaces route information from Google Maps grounding
responses in the public SDK.
docs: expand GroundingChunk.Maps documentation to describe route support
PiperOrigin-RevId: 950985583
feat: add evaluation configuration and dataset runs to TuningJob
feat: add multimodal input support and custom output formats to evaluation metrics
PiperOrigin-RevId: 893059415
feat: A new field `evaluation_run` is added to message `.google.cloud.aiplatform.v1beta1.EvaluateDatasetRun`
docs: comment on `evaluate_dataset_response` clarified
PiperOrigin-RevId: 875384529
feat: Add v1 API version for Session Service
docs: A comment for field `expire_time` in message `.google.cloud.aiplatform.v1beta1.Session` is changed
docs: A comment for field `ttl` in message `.google.cloud.aiplatform.v1beta1.Session` is changed
docs: A comment for field `filter` in message `.google.cloud.aiplatform.v1beta1.ListSessionsRequest` is changed
PiperOrigin-RevId: 874707222
feat: A new field `computation_based_metric_spec` is added to message `.google.cloud.aiplatform.v1beta1.Metric`
feat: A new field `llm_based_metric_spec` is added to message `.google.cloud.aiplatform.v1beta1.Metric`
feat: A new field `metric_results` is added to message `.google.cloud.aiplatform.v1beta1.EvaluateInstancesResponse`
feat: A new message `MetricResult` is added
feat: A new message `PredefinedMetricSpec` is added
feat: A new message `ComputationBasedMetricSpec` is added
feat: A new message `LLMBasedMetricSpec` is added
docs: A comment for message `EvaluateDatasetResponse` is changed
docs: A comment for field `aggregation_output` in message `.google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse` is changed
docs: A comment for field `output_info` in message `.google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse` is changed
docs: A comment for message `OutputInfo` is changed
docs: A comment for message `Metric` is changed
docs: A comment for enum `AggregationMetric` is changed
PiperOrigin-RevId: 867799029