Skip to content

chore: GenAI SDK client(multimodal) - Move to_bigframes method to MultimodalDataset class.#6491

Merged
copybara-service[bot] merged 1 commit intomainfrom
copybara_889731146
Apr 7, 2026
Merged

chore: GenAI SDK client(multimodal) - Move to_bigframes method to MultimodalDataset class.#6491
copybara-service[bot] merged 1 commit intomainfrom
copybara_889731146

Conversation

@copybara-service
Copy link
Copy Markdown
Contributor

@copybara-service copybara-service bot commented Mar 26, 2026

chore: GenAI SDK client(multimodal) - Move to_bigframes method to MultimodalDataset class.

BREAKING CHANGE: to_bigframes has been removed from the datasets module and moved into the MultimodalDataset class. Instead of dataframe = client.datasets.to_bigframes(multimodal_dataset=multimodal_dataset), use dataframe = multimodal_dataset.to_bigframes() to create a BigFrame instance from a multimodal dataset.

@copybara-service copybara-service bot requested a review from a team as a code owner March 26, 2026 10:30
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: vertex-ai Issues related to the googleapis/python-aiplatform API. labels Mar 26, 2026
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: l Pull request size is large. labels Mar 27, 2026
@copybara-service copybara-service bot force-pushed the copybara_889731146 branch 3 times, most recently from 43fe8b1 to 80ea4b3 Compare April 7, 2026 15:38
…MultimodalDataset` class.

BREAKING CHANGE: `to_bigframes` has been removed from the datasets module and moved into the `MultimodalDataset` class. Instead of `dataframe = client.datasets.to_bigframes(multimodal_dataset=multimodal_dataset)`, use `dataframe = multimodal_dataset.to_bigframes()` to create a BigFrame instance from a multimodal dataset.

PiperOrigin-RevId: 895936431
@copybara-service copybara-service bot force-pushed the copybara_889731146 branch from 80ea4b3 to 6874b8d Compare April 7, 2026 16:23
@copybara-service copybara-service bot merged commit 6874b8d into main Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: vertex-ai Issues related to the googleapis/python-aiplatform API. google-contributor size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant