ImportAssetsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request message for ImportAssets.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
assets_gcs_uri |
str
The file contains all assets information to be imported. - The file is in JSONL format. - Each line corresponding to one asset. - Each line will be converted into InputImageAsset proto. This field is a member of oneof _ source .
|
parent |
str
Required. The parent corpus resource where the assets will be imported. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
|