1 parent 95a0e07 commit d9fb82cCopy full SHA for d9fb82c
1 file changed
genai/embeddings/multimodal_embedding_video.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# [START googlegenaisdk_multimodal_embedding_video]
+# [START aiplatform_genai_multimodal_embedding_video]
16
from google import genai
17
from google.genai import types
18
@@ -40,4 +40,4 @@ def embed_content() -> types.EmbedContentResponse:
40
return response
41
42
43
-# [END googlegenaisdk_multimodal_embedding_video]
+# [END aiplatform_genai_multimodal_embedding_video]
0 commit comments