Skip to content

fix: GenAI SDK client(multimodal) - Change "name" parameters to refer to resource name instead of dataset ID.#6569

Open
copybara-service[bot] wants to merge 1 commit intomainfrom
copybara_896997282
Open

fix: GenAI SDK client(multimodal) - Change "name" parameters to refer to resource name instead of dataset ID.#6569
copybara-service[bot] wants to merge 1 commit intomainfrom
copybara_896997282

Conversation

@copybara-service
Copy link
Copy Markdown
Contributor

@copybara-service copybara-service bot commented Apr 9, 2026

fix: GenAI SDK client(multimodal) - Change "name" parameters to refer to resource name instead of dataset ID.

BREAKING CHANGE: Methods for multimodal datasets now require the full resource name instead of just the dataset ID.

Affected methods:

  • get_multimodal_dataset(name=...)
  • delete_multimodal_dataset(name=...)
  • update_multimodal_dataset(name=...)
  • assemble(name=...)
  • assess_* methods (dataset_name=...)

Example:
Before: client.datasets.get_multimodal_dataset(name="1234567890")
After: client.datasets.get_multimodal_dataset(name="projects/my-project/locations/us-central1/datasets/1234567890")

@copybara-service copybara-service bot requested a review from a team as a code owner April 9, 2026 10:11
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: vertex-ai Issues related to the googleapis/python-aiplatform API. labels Apr 9, 2026
@copybara-service copybara-service bot force-pushed the copybara_896997282 branch 2 times, most recently from 650793c to 6f8f263 Compare April 9, 2026 13:33
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Apr 9, 2026
… to resource name instead of dataset ID.

BREAKING CHANGE: Methods for multimodal datasets now require the full resource name instead of just the dataset ID.

Affected methods:
- `get_multimodal_dataset(name=...)`
- `delete_multimodal_dataset(name=...)`
- `update_multimodal_dataset(name=...)`
- `assemble(name=...)`
- `assess_*` methods (`dataset_name=...`)

Example:
Before: `client.datasets.get_multimodal_dataset(name="1234567890")`
After: `client.datasets.get_multimodal_dataset(name="projects/my-project/locations/us-central1/datasets/1234567890")`
PiperOrigin-RevId: 896997282
@copybara-service copybara-service bot force-pushed the copybara_896997282 branch from 6f8f263 to 0989e4a Compare April 9, 2026 14:59
@copybara-service copybara-service bot changed the title fix: GenAI SDK client(multimodal) - Change dataset "name" to refer to resource name instead of dataset ID. fix: GenAI SDK client(multimodal) - Change "name" parameters to refer to resource name instead of dataset ID. Apr 9, 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