Skip to content

v1.57.0

Compare
Choose a tag to compare
@release-please release-please released this 26 Jun 22:43
ef5aeda

1.57.0 (2024-06-26)

Features

  • Add _ModelBasedMetric base class to vertexai.preview.evaluation.metrics and allow metric spec customization (536f1d5)
  • Add _AutomaticMetric type and support customizing metric spec for automatic pointwise metrics. Add Rouge metric to vertexai.preview.evaluation.metrics (f6b6dee)
  • Add 12 model-based pointwise metric classes to vertexai.preview.evaluation.metrics (4742a87)
  • Add display tuning job button for Ipython environments when starting a new job (b1e9a6c)
  • Add encryption_spec to TuningJob (5a6ce78)
  • Add enum value MALFORMED_FUNCTION_CALL to .google.cloud.aiplatform.v1beta1.content.Candidate.FinishReason (5a6ce78)
  • Add fields grounding_chunks and grounding_supports to GroundingMetadata (5a6ce78)
  • Add MALFORMED_FUNCTION_CALL to FinishReason (5a6ce78)
  • Add preflight_validations to PipelineJob (5a6ce78)
  • Add streamRawPredict rpc to prediction service (5a6ce78)
  • Add support for hybrid queries for private endpoint in Matching Engine Index Endpoint. (ce65eab)
  • Add text field in Segment (5a6ce78)
  • Change the icon for the model evaluation link to a lightbulb for ipython environments (7dad7f0)
  • Endpoint.direct_predict (9351e1a)
  • Endpoint.direct_predict_async (9351e1a)
  • Endpoint.direct_raw_predict (9351e1a)
  • Endpoint.direct_raw_predict_async (9351e1a)
  • Endpoint.stream_direct_predict (9351e1a)
  • Endpoint.stream_direct_raw_predict (9351e1a)
  • Endpoint.stream_raw_predict (9351e1a)
  • Expose new text embedding tuning parameters in GA namespace. (249a5fa)
  • GenAI - Batch Prediction - Added support for tuned GenAI models (a90ee8d)
  • Mark default profile run as complete when calling end_upload_tb_log (6397f30)
  • Sample code for Vertex AI Feature Store (2c28b4e)
  • Sample code for Vertex AI Feature Store (2fbf5a5)
  • Tokenization - Added count_tokens support for local tokenization (a8a4c30)
  • Update rich html Ray on Vertex Client Context widget (380c9d9)

Bug Fixes

  • FeatureGroup.create() - remove unused entity id column param (c46f3e9)
  • Fix bug where retry_timeout does not work with evaluation with experiments (a31ac4d)
  • Use default run_name in Tensorboard uploader for direct directory upload. (78a92a1)

Documentation

  • A comment for field distibution in message .google.cloud.aiplatform.v1beta1.model_monitoring_stats.ModelMonitoringStatsDataPoint is changed. (5a6ce78)
  • A comment for field name in message .google.cloud.aiplatform.v1beta1.cached_content.CachedContent is changed (5a6ce78)
  • A comment for field source in message .google.cloud.aiplatform.v1beta1.tool.Retrieval is added. (5a6ce78)
  • Update the documentation for the time_series_dataset and video_dataset classes (2cf4cb9)