Skip to content

Commit a0722d2

Browse files
committed
chore: update multimodal embedding image code snippet tags to aiplatform_genai prefix
1 parent 5a012b9 commit a0722d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

genai/embeddings/multimodal_embedding_image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START googlegenaisdk_multimodal_embedding_image]
15+
# [START aiplatform_genai_multimodal_embedding_image]
1616
from google import genai
1717
from google.genai import types
1818

@@ -43,5 +43,5 @@ def embed_content() -> types.EmbedContentResponse:
4343
return response
4444

4545

46-
# [END googlegenaisdk_multimodal_embedding_image]
46+
# [END aiplatform_genai_multimodal_embedding_image]
4747

0 commit comments

Comments
 (0)