[{"data":1,"prerenderedAt":1137},["ShallowReactive",2],{"/ja-jp/blog/developing-gitlab-duo-how-we-validate-and-test-ai-models-at-scale":3,"navigation-ja-jp":357,"banner-ja-jp":787,"footer-ja-jp":795,"blog-post-authors-ja-jp-Susie Bitters":1035,"blog-related-posts-ja-jp-developing-gitlab-duo-how-we-validate-and-test-ai-models-at-scale":1051,"blog-promotions-ja-jp":1075,"next-steps-ja-jp":1128},{"id":4,"title":5,"authors":6,"body":8,"category":333,"date":334,"description":335,"extension":336,"externalUrl":337,"faq":337,"featured":320,"heroImage":338,"meta":339,"navigation":320,"path":340,"seo":341,"slug":346,"stem":347,"tags":348,"template":354,"updatedDate":355,"__hash__":356},"blogPosts/ja-jp/blog/developing-gitlab-duo-how-we-validate-and-test-ai-models-at-scale.md","GitLab Duo開発の現場から： AIモデルの大規模な検証とテスト方法",[7],"Susie Bitters",{"type":9,"value":10,"toc":321},"minimark",[11,21,43,54,59,62,65,68,77,80,102,105,109,112,117,120,123,126,130,138,165,169,172,176,179,190,193,196,199,202,206,221,224,235,246,250,280,283,306],[12,13,14],"p",{},[15,16,17],"strong",{},[18,19,20],"em",{},"生成系AIは、ソフトウェア開発業界における重要な変化であり、ソフトウェアの開発、保護、および運用を容易にします。この新しいブログシリーズでは、GitLabの製品チームとエンジニアリングチームが、必要なAI機能をエンタープライズ全体に統合し、どのように作成、テスト、デプロイするかをご紹介します。GitLab Duoの新機能によってDevSecOpsチームがお客様にどんな価値をもたらせるようになるか、見ていきましょう！",[12,22,23,24,30,31,36,37,42],{},"GitLabは、お客様からの信頼を大切にしています。信頼を維持するためには、",[25,26,29],"a",{"href":27,"rel":28},"https://about.gitlab.com/gitlab-duo-agent-platform/",[],"GitLab Duo"," AI機能をどのように構築し、評価し、高品質を確保しているかについて透明性を持つことが重要です。GitLab Duo機能は多様なモデルセットを備えており、それによって幅広いユースケースをサポートし、顧客に柔軟性を提供しています。GitLabはデフォルトで、単一のモデルプロバイダのみに依存していません。現在、",[25,32,35],{"href":33,"rel":34},"https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/-/blob/main/ai_gateway/models/vertex_text.py?ref_type=heads#L86",[],"Google","および",[25,38,41],{"href":39,"rel":40},"https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/-/blob/main/ai_gateway/models/anthropic.py?ref_type=heads#L62",[],"Anthropic","の基盤モデルを使用していますが、GitLab Duoのユースケースに適したモデルを継続的に評価しています。このブログでは、AIモデルの検証プロセスを詳しくご紹介します。",[44,45,46],"blockquote",{},[12,47,48,49],{},"ライブデモ開催！ GitLab 17バーチャルローンチイベントで、AI主導のソフトウェア開発の未来を体験しませんか。",[25,50,53],{"href":51,"rel":52},"https://about.gitlab.com/eighteen/",[],"【今すぐ登録する】",[55,56,58],"h2",{"id":57},"llmを理解する","LLMを理解する",[12,60,61],{},"大規模言語モデル（LLM）は、プラットフォーム全体の多くのAI機能を強化する生成系AIモデルです。膨大なデータセットで訓練されたLLMは、直前の文脈に基づいて一連の流れの中で次の単語を予測します。入力プロンプトが与えられると、プロンプトに条件付けられた単語の確率分布からサンプリングすることで、人間が書いたようなテキストを生成します。",[12,63,64],{},"LLMは、インテリジェントなコード提案、会話型チャットボット、コード説明、脆弱性分析などを可能にします。特定のプロンプトに対して多様な出力を生成する能力があるため、標準化された品質評価が困難です。LLMはさまざまな特性に合わせて最適化できるので、多くのAIモデルが積極的に開発されています。",[55,66,67],{"id":67},"大規模なテスト",[12,69,70,71,76],{},"インプットとアウトプットがより簡単に定義され、テストできる従来のソフトウェアシステムとは異なり、LLMは、微妙で、また多様でもあり、文脈に依存するアウトプットをよく生成します。これらのモデルをテストするには、品質が主観的で変わりやすいことや、アウトプットがの確率的に変動することを考慮した包括的な戦略が必要です。したがって、LLMのアウトプットの質を個別にまたは経験に基づいて判断するのではなく、LLMの全体的な動作パターンを調べる必要があります。これらのパターンを理解するには、大規模なテストが必要です。大規模なテストとは、膨大で多様なデータセットやユースケースにわたるシステムやアプリケーションのパフォーマンス、信頼性、堅牢性を評価するプロセスを指します。当社の",[25,72,75],{"href":73,"rel":74},"https://docs.gitlab.com/ja-jp/development/ai_features/ai_evaluation_guidelines/",[],"集中評価フレームワーク（CEF）","は、数十のユースケースに結びついた何千ものプロンプトを利用することで、重要なパターンを特定し、基礎となるLLMとそれらが統合されているGitLab Duo機能の全体的な動作を評価できます。",[12,78,79],{},"大規模なテストによって、次のような効果があります。",[81,82,83,90,96],"ul",{},[84,85,86,89],"li",{},[15,87,88],{},"品質を確保する："," 大規模なテストを行うことで、さまざまなシナリオやインプットでこれらのモデルの品質と信頼性を評価できます。大規模にモデルの出力を検証することにより、パターンを特定し、体系的なバイアス、異常、不正確さなどの潜在的な問題を軽減できます。",[84,91,92,95],{},[15,93,94],{},"パフォーマンスの最適化："," テストをスケールアップすることで、GitLabは実際の条件下でLLMのパフォーマンスと効率を評価できます。これは、アウトプット品質、レイテンシー、コストなどの要因を評価し、GitLab Duo機能に組み込まれたこれらのモデルを最良の状態に保つ作業を指します。",[84,97,98,101],{},[15,99,100],{},"リスクを軽減する："," LLMを大規模にテストすれば、重要なアプリケーションにLLMをデプロイする際のリスクを軽減できます。さまざまなデータセットやユースケースで徹底的なテストを実施することで、潜在的な故障モード、セキュリティの脆弱性、倫理的懸念を特定し、顧客に影響を与える前に対処できます。",[12,103,104],{},"GitLabプラットフォーム内でのデプロイの信頼性と堅牢性を確保するには、LLMの大規模なテストが不可欠です。GitLabは、さまざまなデータセット、ユースケース、シナリオを含む包括的なテスト戦略に投資することにより、潜在的なリスクを軽減しながら、AIを活用したワークフローの可能性を最大限引き出すようにに取り組んでいます。",[106,107,108],"h3",{"id":108},"大規模にテストする方法",[12,110,111],{},"LLMを大規模にテストする手順は次のとおりです。",[113,114,116],"h4",{"id":115},"ステップ1-本番環境用プロキシとしてプロンプトライブラリを作成する","ステップ1 ：本番環境用プロキシとしてプロンプトライブラリを作成する",[12,118,119],{},"現在、他社はAIをトレーニングするために顧客データを表示して使用していますが、GitLabは使用していません。 その結果、本番環境での規模でさまざまな操作ーを模倣する包括的なプロンプトライブラリーを開発する必要がありました。",[12,121,122],{},"このプロンプトライブラリは質問と回答で構成されています。質問は本番環境で実際にあるようなクエリやインプットで、回答はグラウンドトゥルース（理想的な回答の基準）を表します。このグラウンドトゥルースは、目標とする回答として考えることができます。質問も回答も人間が生成した可能性がありますが、必ずしもそうではありません。このような質問と回答の組み合わせから、比較基準や参照フレームができあがり、モデルや機能間の違いを明らかにできます。複数のモデルが同じ質問を受け、異なる回答を生成する場合、グラウンドトゥルースを使用して、実際の回答に最も近いものを提供したモデルを決定し、それに応じてスコアを付けることができます。",[12,124,125],{},"ここでも、包括的なプロンプトライブラリーの重要な要素は、必ず本番環境で実際ありうるインプットに最も近いものとなるということです。私たちは、基盤となるモデルが特定のユースケースにどの程度適合していて、また自分たちの機能がどの程度うまく機能しているかを知りたいのです。多数のベンチマークプロンプトデータセットがありますが、これらのデータセットは、GitLabにある機能のユースケースを反映していない可能性があります。当社のプロンプトライブラリは、GitLabの機能やユースケースを対象に設計されています。",[113,127,129],{"id":128},"ステップ2-ベースラインモデルのパフォーマンス","ステップ2 ：ベースラインモデルのパフォーマンス",[12,131,132,133,137],{},"本番環境のアクティビティーを正確に反映するプロンプトライブラリを作成したら、これらの質問を",[25,134,136],{"href":73,"rel":135},[],"さまざまなモデル","に入力して、顧客のニーズをどの程度満たしているかをテストします。",[12,139,140,141,146,147,146,151,146,155,159,160,164],{},"各回答をグラウンドトゥルースと比較し、以下のような一連のメトリクスに基づくランキングを提供します：",[25,142,145],{"href":143,"rel":144},"https://docs.gitlab.com/ja-jp/development/ai_features/glossary/",[],"コサイン類似度スコア","、",[25,148,150],{"href":143,"rel":149},[],"クロス類似度スコア",[25,152,154],{"href":143,"rel":153},[],"LLMジャッジ",[25,156,158],{"href":143,"rel":157},[],"LLMジャッジによるコンセンサスフィルタリング","。この最初のイテレーションは、各モデルがどの程度うまく機能しているかのベースラインを提供し、機能の基盤となるモデルの選択の指針となります。簡潔に説明するため、ここでは詳細に触れませんが、",[25,161,163],{"href":73,"rel":162},[],"メトリクスの詳細についてはこちら","をご覧ください。これはまだ解決された問題ではないのでご注意ください。広範囲にわたるAI業界は、新しい技術の研究と開発を積極的に行っています。GitLabのモデル検証チームは、業界の動向を把握し、GitLab Duoが使用するLLM測定やススコアリング方法を継続的に改善しています。",[113,166,168],{"id":167},"ステップ3-機能開発","ステップ3 ：機能開発",[12,170,171],{},"選択したモデルのパフォーマンスのベースラインができたので、自信を持って機能を開発できます。プロンプトエンジニアリングは多くの話題を呼びますが、検証を行わずにプロンプト（またはその他の手法）を介してモデルの動作を変更することだけに焦点を当てると、暗闇の中で作業しているようなものとなり、プロンプトを過剰適合させる可能性が非常に高くなります。1つの問題を解決することはできても、それ以上の問題を引き起こしてしまいます。何が起こるかは分かりません。モデルのパフォーマンスのベースラインを作成することで、必要なすべてのユースケースで時間の経過とともにどのように行動が変化しているかを追跡できます。GitLabでは、アクティブな開発中に機能のパフォーマンスを日々再検証し、すべての変更が全体的な機能性を確実に向上させるようにしています。",[113,173,175],{"id":174},"ステップ4-何度も繰り返す","ステップ4 ：何度も繰り返す",[12,177,178],{},"ここでは、実験的イテレーションの仕組みを説明します。各サイクルで、大規模なテストのスコアを調べてパターンを特定します。",[81,180,181,184,187],{},[84,182,183],{},"最も弱い分野の共通点は何ですか？",[84,185,186],{},"特定のメトリクスや特定のユースケースに基づいた機能でパフォーマンスが低下していますか？",[84,188,189],{},"特定の種類の質問に対して一貫したエラーが表示されていますか？",[12,191,192],{},"大規模なテストを行ってこそ、このようなパターンが浮き彫りになり、実験に集中できるようになります。これらのパターンに基づいて、特定の分野や特定のメトリクスでパフォーマンスを向上させるさまざまな実験やアプローチを提案します。",[12,194,195],{},"しかし、大規模なテストは高価で時間がかかります。より高速で低コストのイテレーションを可能にするために、ミニプロキシとして機能する小規模なデータセットを作成します。焦点を絞ったサブセットには、改善したいと考えている質問と回答の組み合わせが含まれるように重み付けをします。一方、より広範なサブセットには、変更が機能全般に悪影響を及ぼしていないかを確認するために、他のすべてのユースケースとスコアのサンプリングも含まれます。変更を加えて、焦点を絞ったデータのサブセットに対して実行します。新しい回答はベースラインと比較してどうでしょう？グラウンドトゥルースと比較するとどうでしょうか？",[12,197,198],{},"焦点を絞ったサブセットで取り組んでいる特定のユースケースに対応するプロンプトが見つかったら、機能の他の分野に悪影響を与えないようにするために、より広範なデータのサブセットに対してそのプロンプトを検証します。新しいプロンプトが検証メトリクスによりターゲット領域でのパフォーマンスを向上させ、それ以外の領域でのパフォーマンスを低下させないと確信した場合にのみ、その変更を本番環境にプッシュします。",[12,200,201],{},"集中評価フレームワーク（CEF）全体が新しいプロンプトに対して実行され、前日のベースラインと比べて機能全体のパフォーマンスが向上したかを検証します。このようにして、GitLabは常にイテレーションを行い、GitLabエコシステム全体でAIを使用した機能の最新かつ最高のパフォーマンスを確保しています。これにより、より迅速に、協力ながら作業を続けられます。",[106,203,205],{"id":204},"gitlab-duoをさらに優れたものにするために","GitLab Duoをさらに優れたものにするために",[12,207,208,209,214,215,220],{},"GitLab Duoの機能開発にどのくらい責任を持って取り組んでいるのかご理解いただいていると幸いです。このプロセスは、",[25,210,213],{"href":211,"rel":212},"https://docs.gitlab.com/ja-jp/user/project/repository/code_suggestions/",[],"GitLab Duoコード提案","と",[25,216,219],{"href":217,"rel":218},"https://docs.gitlab.com/ja-jp/user/gitlab_duo_chat/",[],"GitLab Duoチャット","を一般提供したことにより開発されました。また、GitLab Duoの機能をイテレーションする際に、この検証プロセスを開発プロセスに統合しました。さまざまな試行錯誤があり、1つを修正したと思えば別の3つで問題が発生するというようなことがよくありました。しかし、そのような影響についてデータに基づいたインサイトがあり、GitLab Duoが常に改良されているという確信材料となっています。",[222,223],"br",{},[12,225,226],{},[18,227,228,229,234],{},"監修：大井 雄介 ",[25,230,233],{"href":231,"rel":232},"https://gitlab.com/yoi_gl",[],"@yoi_gl","\n（GitLab合同会社 ソリューションアーキテクト本部 本部長）",[44,236,237],{},[12,238,239,240,245],{},"今すぐ",[25,241,244],{"href":242,"rel":243},"https://about.gitlab.com/gitlab-duo-agent-platform/#free-trial",[],"【GitLab Duoの無料トライアル】","を始めましょう。",[55,247,249],{"id":248},"gitlab-duo開発の現場からシリーズをもっと読む","「GitLab Duo開発の現場から」シリーズをもっと読む",[81,251,252,259,266,273],{},[84,253,254],{},[25,255,258],{"href":256,"rel":257},"https://about.gitlab.com/ja-jp/blog/developing-gitlab-duo-how-we-validate-and-test-ai-models-at-scale/",[],"GitLab Duo開発の現場から：AIモデルの大規模な検証とテスト方法",[84,260,261],{},[25,262,265],{"href":263,"rel":264},"https://about.gitlab.com/ja-jp/blog/developing-gitlab-duo-ai-impact-analytics-dashboard-measures-the-roi-of-ai/",[],"GitLab Duo開発の現場から：AIインパクト分析ダッシュボードによるAIのROI測定",[84,267,268],{},[25,269,272],{"href":270,"rel":271},"https://about.gitlab.com/ja-jp/blog/developing-gitlab-duo-how-we-are-dogfooding-our-ai-features/",[],"GitLab Duo開発の現場から：GitLabにおけるAI機能のドッグフーディングの取り組み",[84,274,275],{},[25,276,279],{"href":277,"rel":278},"https://about.gitlab.com/ja-jp/blog/how-gitlab-duo-helps-secure-and-thoroughly-test-ai-generated-code/",[],"GitLab Duo開発の現場から：AI生成コードの安全性確認と詳細なテスト",[55,281,282],{"id":282},"リソース",[81,284,285,292,299],{},[84,286,287],{},[25,288,291],{"href":289,"rel":290},"https://about.gitlab.com/ai-transparency-center/",[],"GitLab AI Transparency Center",[84,293,294],{},[25,295,298],{"href":296,"rel":297},"https://handbook.gitlab.com/handbook/legal/ethics-compliance-program/ai-ethics-principles/",[],"GitLabの製品開発におけるAI倫理原則",[84,300,301],{},[25,302,305],{"href":303,"rel":304},"https://docs.gitlab.com/ja-jp/user/gitlab_duo/",[],"GitLab AIを活用したディレクションページ",[307,308,311],"figure",{"className":309},[310],"video_container",[312,313],"iframe",{"width":314,"height":315,"src":316,"title":317,"frameBorder":318,"allow":319,"allowFullScreen":320},560,315,"https://www.youtube-nocookie.com/embed/LifJdU3Qagw?si=A4kl6d32wPYC4168","YouTube video player","0","accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share",true,{"title":322,"searchDepth":323,"depth":323,"links":324},"",2,[325,326,331,332],{"id":57,"depth":323,"text":58},{"id":67,"depth":323,"text":67,"children":327},[328,330],{"id":108,"depth":329,"text":108},3,{"id":204,"depth":329,"text":205},{"id":248,"depth":323,"text":249},{"id":282,"depth":323,"text":282},"ai","2024-05-09","LLMをどのように評価し、ユースケースに適合させ、ユーザーにとってより良い回答が得られるように微調整しているのか。その舞台裏をご紹介します。","md",null,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659856/Blog/Hero%20Images/blog-hero-banner-1-0178-820x470-fy25.png",{},"/ja-jp/blog/developing-gitlab-duo-how-we-validate-and-test-ai-models-at-scale",{"title":5,"description":335,"ogTitle":5,"ogDescription":335,"noIndex":342,"ogImage":338,"ogUrl":343,"ogSiteName":344,"ogType":345,"canonicalUrls":343},false,"https://about.gitlab.com/blog/developing-gitlab-duo-how-we-validate-and-test-ai-models-at-scale","https://about.gitlab.com","article","developing-gitlab-duo-how-we-validate-and-test-ai-models-at-scale","ja-jp/blog/developing-gitlab-duo-how-we-validate-and-test-ai-models-at-scale",[349,350,351,352,353],"AI","DevSecOps","DevSecOps platform","features","inside GitLab","BlogPost","2024-06-06","iNiJ9l2XRDMxaZa-p4rB8-Fp0J2-Y8GJkkHPoYB_lAE",{"logo":358,"freeTrial":363,"sales":368,"login":373,"items":378,"search":707,"minimal":740,"duo":757,"switchNav":766,"pricingDeployment":777},{"config":359},{"href":360,"dataGaName":361,"dataGaLocation":362},"/ja-jp/","gitlab logo","header",{"text":364,"config":365},"無料トライアルを開始",{"href":366,"dataGaName":367,"dataGaLocation":362},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":369,"config":370},"デモをリクエスト",{"href":371,"dataGaName":372,"dataGaLocation":362},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":374,"config":375},"サインイン",{"href":376,"dataGaName":377,"dataGaLocation":362},"https://gitlab.com/users/sign_in/","sign in",[379,408,510,515,629,685],{"text":380,"config":381,"menu":383},"プラットフォーム",{"dataNavLevelOne":382},"platform",{"type":384,"columns":385},"cards",[386,392,400],{"title":380,"description":387,"link":388},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":389,"config":390},"プラットフォームの詳細はこちら",{"href":391,"dataGaName":382,"dataGaLocation":362},"/ja-jp/platform/",{"title":393,"description":394,"link":395},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":396,"config":397},"GitLab Duoのご紹介",{"href":398,"dataGaName":399,"dataGaLocation":362},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":401,"description":402,"link":403},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":404,"config":405},"詳細はこちら",{"href":406,"dataGaName":407,"dataGaLocation":362},"/ja-jp/why-gitlab/","why gitlab",{"text":409,"left":320,"config":410,"menu":412},"製品",{"dataNavLevelOne":411},"solutions",{"type":413,"link":414,"columns":418,"feature":489},"lists",{"text":415,"config":416},"すべてのソリューションを表示",{"href":417,"dataGaName":411,"dataGaLocation":362},"/ja-jp/solutions/",[419,444,467],{"title":420,"description":421,"link":422,"items":427},"自動化","CI/CDと自動化でデプロイを加速",{"config":423},{"icon":424,"href":425,"dataGaName":426,"dataGaLocation":362},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[428,432,435,440],{"text":429,"config":430},"CI/CD",{"href":431,"dataGaLocation":362,"dataGaName":429},"/ja-jp/solutions/continuous-integration/",{"text":393,"config":433},{"href":398,"dataGaLocation":362,"dataGaName":434},"gitlab duo agent platform - product menu",{"text":436,"config":437},"ソースコード管理",{"href":438,"dataGaLocation":362,"dataGaName":439},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":441,"config":442},"自動化されたソフトウェアデリバリー",{"href":425,"dataGaLocation":362,"dataGaName":443},"Automated software delivery",{"title":445,"description":446,"link":447,"items":452},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":448},{"href":449,"dataGaName":450,"dataGaLocation":362,"icon":451},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[453,457,462],{"text":454,"config":455},"アプリケーションセキュリティテスト",{"href":449,"dataGaName":456,"dataGaLocation":362},"Application security testing",{"text":458,"config":459},"ソフトウェアサプライチェーンセキュリティ",{"href":460,"dataGaLocation":362,"dataGaName":461},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":463,"config":464},"ソフトウェアコンプライアンス",{"href":465,"dataGaName":466,"dataGaLocation":362},"/ja-jp/solutions/software-compliance/","software compliance",{"title":468,"link":469,"items":474},"測定",{"config":470},{"icon":471,"href":472,"dataGaName":473,"dataGaLocation":362},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[475,479,484],{"text":476,"config":477},"可視性と測定",{"href":472,"dataGaLocation":362,"dataGaName":478},"Visibility and Measurement",{"text":480,"config":481},"バリューストリーム管理",{"href":482,"dataGaLocation":362,"dataGaName":483},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":485,"config":486},"分析とインサイト",{"href":487,"dataGaLocation":362,"dataGaName":488},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":490,"type":413,"items":491},"GitLabが活躍する場所",[492,498,504],{"text":493,"config":494},"大企業",{"icon":495,"href":496,"dataGaLocation":362,"dataGaName":497},"Building","/ja-jp/enterprise/","enterprise",{"text":499,"config":500},"スモールビジネス",{"icon":501,"href":502,"dataGaLocation":362,"dataGaName":503},"Work","/ja-jp/small-business/","small business",{"text":505,"config":506},"公共部門",{"icon":507,"href":508,"dataGaLocation":362,"dataGaName":509},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":511,"config":512},"価格",{"href":513,"dataGaName":514,"dataGaLocation":362,"dataNavLevelOne":514},"/ja-jp/pricing/","pricing",{"text":516,"config":517,"menu":519},"関連リソース",{"dataNavLevelOne":518},"resources",{"type":413,"link":520,"columns":524,"feature":618},{"text":521,"config":522},"すべてのリソースを表示",{"href":523,"dataGaName":518,"dataGaLocation":362},"/ja-jp/resources/",[525,558,585],{"title":526,"items":527},"はじめに",[528,533,538,543,548,553],{"text":529,"config":530},"インストール",{"href":531,"dataGaName":532,"dataGaLocation":362},"/ja-jp/install/","install",{"text":534,"config":535},"クイックスタートガイド",{"href":536,"dataGaName":537,"dataGaLocation":362},"/ja-jp/get-started/","quick setup checklists",{"text":539,"config":540},"学ぶ",{"href":541,"dataGaLocation":362,"dataGaName":542},"https://university.gitlab.com/","learn",{"text":544,"config":545},"製品ドキュメント",{"href":546,"dataGaName":547,"dataGaLocation":362},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":549,"config":550},"ベストプラクティスビデオ",{"href":551,"dataGaName":552,"dataGaLocation":362},"/ja-jp/getting-started-videos/","best practice videos",{"text":554,"config":555},"インテグレーション",{"href":556,"dataGaName":557,"dataGaLocation":362},"/ja-jp/integrations/","integrations",{"title":559,"items":560},"検索する",[561,566,571,576,580],{"text":562,"config":563},"お客様成功事例",{"href":564,"dataGaName":565,"dataGaLocation":362},"/ja-jp/customers/","customer success stories",{"text":567,"config":568},"ブログ",{"href":569,"dataGaName":570,"dataGaLocation":362},"/ja-jp/blog/","blog",{"text":572,"config":573},"Demo Hub",{"href":574,"dataGaName":575,"dataGaLocation":362},"/ja-jp/demo-hub/","demo hub",{"text":577,"config":578},"The Source",{"href":579,"dataGaName":570,"dataGaLocation":362},"/ja-jp/the-source/",{"text":581,"config":582},"リモート",{"href":583,"dataGaName":584,"dataGaLocation":362},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":586,"items":587},"つなげる",[588,593,598,603,608,613],{"text":589,"config":590},"GitLabサービス",{"href":591,"dataGaName":592,"dataGaLocation":362},"/ja-jp/services/","services",{"text":594,"config":595},"コントリビュート",{"href":596,"dataGaName":597,"dataGaLocation":362},"https://contributors.gitlab.com","contribute",{"text":599,"config":600},"コミュニティ",{"href":601,"dataGaName":602,"dataGaLocation":362},"/community/","community",{"text":604,"config":605},"フォーラム",{"href":606,"dataGaName":607,"dataGaLocation":362},"https://forum.gitlab.com/","forum",{"text":609,"config":610},"イベント",{"href":611,"dataGaName":612,"dataGaLocation":362},"/events/","events",{"text":614,"config":615},"パートナー",{"href":616,"dataGaName":617,"dataGaLocation":362},"/ja-jp/partners/","partners",{"config":619,"title":622,"text":623,"link":624},{"background":620,"textColor":621},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":625,"config":626},"最新情報を読む",{"href":627,"dataGaName":628,"dataGaLocation":362},"/ja-jp/whats-new/","whats new",{"text":630,"config":631,"menu":633},"企業情報",{"dataNavLevelOne":632},"company",{"type":413,"columns":634},[635],{"items":636},[637,642,648,650,655,660,665,670,675,680],{"text":638,"config":639},"GitLabについて",{"href":640,"dataGaName":641,"dataGaLocation":362},"/ja-jp/company/","about",{"text":643,"config":644,"footerGa":647},"採用情報",{"href":645,"dataGaName":646,"dataGaLocation":362},"/jobs/","jobs",{"dataGaName":646},{"text":609,"config":649},{"href":611,"dataGaName":612,"dataGaLocation":362},{"text":651,"config":652},"経営陣",{"href":653,"dataGaName":654,"dataGaLocation":362},"/company/team/e-group/","leadership",{"text":656,"config":657},"ハンドブック",{"href":658,"dataGaName":659,"dataGaLocation":362},"https://handbook.gitlab.com/","handbook",{"text":661,"config":662},"投資家向け情報",{"href":663,"dataGaName":664,"dataGaLocation":362},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":666,"config":667},"トラストセンター",{"href":668,"dataGaName":669,"dataGaLocation":362},"/ja-jp/security/","trust center",{"text":671,"config":672},"AI Transparency Center",{"href":673,"dataGaName":674,"dataGaLocation":362},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":676,"config":677},"ニュースレター",{"href":678,"dataGaName":679,"dataGaLocation":362},"/company/contact/#contact-forms","newsletter",{"text":681,"config":682},"プレス",{"href":683,"dataGaName":684,"dataGaLocation":362},"/press/","press",{"text":686,"config":687,"menu":688},"お問い合わせ",{"dataNavLevelOne":632},{"type":413,"columns":689},[690],{"items":691},[692,697,702],{"text":693,"config":694},"お問い合わせはこちら",{"href":695,"dataGaName":696,"dataGaLocation":362},"/ja-jp/sales/","talk to sales",{"text":698,"config":699},"サポートを受ける",{"href":700,"dataGaName":701,"dataGaLocation":362},"https://support.gitlab.com/hc/en-us","support portal",{"text":703,"config":704},"カスタマーポータル",{"href":705,"dataGaName":706,"dataGaLocation":362},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":708,"login":709,"suggestions":716},"閉じる",{"text":710,"link":711},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":712,"config":713},"GitLab.com",{"href":376,"dataGaName":714,"dataGaLocation":715},"search login","search",{"text":717,"default":718},"提案",[719,721,726,728,732,736],{"text":393,"config":720},{"href":398,"dataGaName":393,"dataGaLocation":715},{"text":722,"config":723},"コード提案（AI）",{"href":724,"dataGaName":725,"dataGaLocation":715},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":429,"config":727},{"href":431,"dataGaName":429,"dataGaLocation":715},{"text":729,"config":730},"GitLab on AWS",{"href":731,"dataGaName":729,"dataGaLocation":715},"/ja-jp/partners/technology-partners/aws/",{"text":733,"config":734},"GitLab on Google Cloud",{"href":735,"dataGaName":733,"dataGaLocation":715},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":737,"config":738},"GitLabを選ぶ理由",{"href":406,"dataGaName":739,"dataGaLocation":715},"Why GitLab?",{"freeTrial":741,"mobileIcon":745,"desktopIcon":750,"secondaryButton":753},{"text":364,"config":742},{"href":743,"dataGaName":367,"dataGaLocation":744},"https://gitlab.com/-/trials/new/","nav",{"altText":746,"config":747},"GitLabアイコン",{"src":748,"dataGaName":749,"dataGaLocation":744},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":746,"config":751},{"src":752,"dataGaName":749,"dataGaLocation":744},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":526,"config":754},{"href":755,"dataGaName":756,"dataGaLocation":744},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":758,"mobileIcon":762,"desktopIcon":764},{"text":759,"config":760},"GitLab Duoの詳細について",{"href":398,"dataGaName":761,"dataGaLocation":744},"gitlab duo",{"altText":746,"config":763},{"src":748,"dataGaName":749,"dataGaLocation":744},{"altText":746,"config":765},{"src":752,"dataGaName":749,"dataGaLocation":744},{"button":767,"mobileIcon":772,"desktopIcon":774},{"text":768,"config":769},"/switch",{"href":770,"dataGaName":771,"dataGaLocation":744},"#contact","switch",{"altText":746,"config":773},{"src":748,"dataGaName":749,"dataGaLocation":744},{"altText":746,"config":775},{"src":776,"dataGaName":749,"dataGaLocation":744},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":778,"mobileIcon":783,"desktopIcon":785},{"text":779,"config":780},"料金ページに戻る",{"href":513,"dataGaName":781,"dataGaLocation":744,"icon":782},"back to pricing","GoBack",{"altText":746,"config":784},{"src":748,"dataGaName":749,"dataGaLocation":744},{"altText":746,"config":786},{"src":752,"dataGaName":749,"dataGaLocation":744},{"title":788,"button":789,"config":793},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":404,"config":790},{"href":791,"dataGaName":792,"dataGaLocation":362},"/ja-jp/gitlab-orbit/","orbit",{"layout":794,"disabled":342},"release",{"data":796},{"text":797,"source":798,"edit":804,"contribute":809,"config":814,"items":819,"minimal":1026},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":799,"config":800},"ページのソースを表示",{"href":801,"dataGaName":802,"dataGaLocation":803},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":805,"config":806},"このページを編集",{"href":807,"dataGaName":808,"dataGaLocation":803},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":810,"config":811},"ご協力をお願いします",{"href":812,"dataGaName":813,"dataGaLocation":803},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":815,"facebook":816,"youtube":817,"linkedin":818},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[820,865,917,960,993],{"title":511,"links":821,"subMenu":836},[822,826,831],{"text":823,"config":824},"プランの表示",{"href":513,"dataGaName":825,"dataGaLocation":803},"view plans",{"text":827,"config":828},"Premiumを選ぶ理由",{"href":829,"dataGaName":830,"dataGaLocation":803},"/ja-jp/pricing/premium/","why premium",{"text":832,"config":833},"Ultimateを選ぶ理由",{"href":834,"dataGaName":835,"dataGaLocation":803},"/ja-jp/pricing/ultimate/","why ultimate",[837],{"title":686,"links":838},[839,841,843,845,850,855,860],{"text":686,"config":840},{"href":695,"dataGaName":372,"dataGaLocation":803},{"text":698,"config":842},{"href":700,"dataGaName":701,"dataGaLocation":803},{"text":703,"config":844},{"href":705,"dataGaName":706,"dataGaLocation":803},{"text":846,"config":847},"ステータス",{"href":848,"dataGaName":849,"dataGaLocation":803},"https://status.gitlab.com/","status",{"text":851,"config":852},"利用規約",{"href":853,"dataGaName":854,"dataGaLocation":803},"/terms/","terms of use",{"text":856,"config":857},"プライバシーに関する声明",{"href":858,"dataGaName":859,"dataGaLocation":803},"/ja-jp/privacy/","privacy statement",{"text":861,"config":862},"Cookie 優先設定",{"dataGaName":863,"dataGaLocation":803,"id":864,"isOneTrustButton":320},"cookie preferences","ot-sdk-btn",{"title":409,"links":866,"subMenu":875},[867,871],{"text":868,"config":869},"DevSecOpsプラットフォーム",{"href":391,"dataGaName":870,"dataGaLocation":803},"devsecops platform",{"text":872,"config":873},"AI支援開発",{"href":398,"dataGaName":874,"dataGaLocation":803},"ai-assisted development",[876],{"title":877,"links":878},"トピック",[879,883,888,893,898,902,907,912],{"text":429,"config":880},{"href":881,"dataGaName":882,"dataGaLocation":803},"/ja-jp/topics/ci-cd/","cicd",{"text":884,"config":885},"GitOps",{"href":886,"dataGaName":887,"dataGaLocation":803},"/ja-jp/topics/gitops/","gitops",{"text":889,"config":890},"DevOps",{"href":891,"dataGaName":892,"dataGaLocation":803},"/ja-jp/topics/devops/","devops",{"text":894,"config":895},"バージョン管理",{"href":896,"dataGaName":897,"dataGaLocation":803},"/ja-jp/topics/version-control/","version control",{"text":350,"config":899},{"href":900,"dataGaName":901,"dataGaLocation":803},"/ja-jp/topics/devsecops/","devsecops",{"text":903,"config":904},"クラウドネイティブ",{"href":905,"dataGaName":906,"dataGaLocation":803},"/ja-jp/topics/cloud-native/","cloud native",{"text":908,"config":909},"コーディングのためのAI",{"href":910,"dataGaName":911,"dataGaLocation":803},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":913,"config":914},"エージェント型AI",{"href":915,"dataGaName":916,"dataGaLocation":803},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":918,"links":919},"ソリューション",[920,923,925,930,934,937,940,943,945,947,950,955],{"text":454,"config":921},{"href":449,"dataGaName":922,"dataGaLocation":803},"Application Security Testing",{"text":441,"config":924},{"href":425,"dataGaName":426,"dataGaLocation":803},{"text":926,"config":927},"アジャイル開発",{"href":928,"dataGaName":929,"dataGaLocation":803},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":931,"config":932},"SCM",{"href":438,"dataGaName":933,"dataGaLocation":803},"source code management",{"text":429,"config":935},{"href":431,"dataGaName":936,"dataGaLocation":803},"continuous integration & delivery",{"text":480,"config":938},{"href":482,"dataGaName":939,"dataGaLocation":803},"value stream management",{"text":884,"config":941},{"href":942,"dataGaName":887,"dataGaLocation":803},"/ja-jp/solutions/gitops/",{"text":493,"config":944},{"href":496,"dataGaName":497,"dataGaLocation":803},{"text":499,"config":946},{"href":502,"dataGaName":503,"dataGaLocation":803},{"text":948,"config":949},"公共機関",{"href":508,"dataGaName":509,"dataGaLocation":803},{"text":951,"config":952},"教育",{"href":953,"dataGaName":954,"dataGaLocation":803},"/ja-jp/solutions/education/","education",{"text":956,"config":957},"金融サービス",{"href":958,"dataGaName":959,"dataGaLocation":803},"/ja-jp/solutions/finance/","financial services",{"title":282,"links":961},[962,964,966,968,972,974,977,979,981,983,985,987,989,991],{"text":529,"config":963},{"href":531,"dataGaName":532,"dataGaLocation":803},{"text":534,"config":965},{"href":536,"dataGaName":537,"dataGaLocation":803},{"text":539,"config":967},{"href":541,"dataGaName":542,"dataGaLocation":803},{"text":544,"config":969},{"href":970,"dataGaName":971,"dataGaLocation":803},"https://docs.gitlab.com/ja-jp","docs",{"text":567,"config":973},{"href":569,"dataGaName":570,"dataGaLocation":803},{"text":975,"config":976},"最新リリース",{"href":627,"dataGaName":628,"dataGaLocation":803},{"text":562,"config":978},{"href":564,"dataGaName":565,"dataGaLocation":803},{"text":581,"config":980},{"href":583,"dataGaName":584,"dataGaLocation":803},{"text":589,"config":982},{"href":591,"dataGaName":592,"dataGaLocation":803},{"text":594,"config":984},{"href":596,"dataGaName":597,"dataGaLocation":803},{"text":599,"config":986},{"href":601,"dataGaName":602,"dataGaLocation":803},{"text":604,"config":988},{"href":606,"dataGaName":607,"dataGaLocation":803},{"text":609,"config":990},{"href":611,"dataGaName":612,"dataGaLocation":803},{"text":614,"config":992},{"href":616,"dataGaName":617,"dataGaLocation":803},{"title":994,"links":995},"会社情報",[996,998,1000,1002,1004,1006,1010,1015,1017,1019,1021],{"text":638,"config":997},{"href":640,"dataGaName":632,"dataGaLocation":803},{"text":643,"config":999},{"href":645,"dataGaName":646,"dataGaLocation":803},{"text":651,"config":1001},{"href":653,"dataGaName":654,"dataGaLocation":803},{"text":656,"config":1003},{"href":658,"dataGaName":659,"dataGaLocation":803},{"text":661,"config":1005},{"href":663,"dataGaName":664,"dataGaLocation":803},{"text":1007,"config":1008},"Sustainability",{"href":1009,"dataGaName":1007,"dataGaLocation":803},"/sustainability/",{"text":1011,"config":1012},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":1013,"dataGaName":1014,"dataGaLocation":803},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":666,"config":1016},{"href":668,"dataGaName":669,"dataGaLocation":803},{"text":676,"config":1018},{"href":678,"dataGaName":679,"dataGaLocation":803},{"text":681,"config":1020},{"href":683,"dataGaName":684,"dataGaLocation":803},{"text":1022,"config":1023},"現代奴隷制の透明性に関する声明",{"href":1024,"dataGaName":1025,"dataGaLocation":803},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1027},[1028,1030,1033],{"text":851,"config":1029},{"href":853,"dataGaName":854,"dataGaLocation":803},{"text":1031,"config":1032},"Cookieの設定",{"dataGaName":863,"dataGaLocation":803,"id":864,"isOneTrustButton":320},{"text":856,"config":1034},{"href":858,"dataGaName":859,"dataGaLocation":803},[1036],{"id":1037,"title":7,"body":337,"config":1038,"content":1040,"description":337,"extension":1045,"meta":1046,"navigation":320,"path":1047,"seo":1048,"stem":1049,"__hash__":1050},"blogAuthors/en-us/blog/authors/susie-bitters.yml",{"template":1039},"BlogAuthor",{"name":7,"config":1041},{"headshot":1042,"linkedin":1043,"ctfId":1044},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664195/Blog/Author%20Headshots/susiebittersheadshot.png","https://www.linkedin.com/in/susie-bitters-33268410/","7yiomgeGp9k4a4srjDU1QK","yml",{},"/en-us/blog/authors/susie-bitters",{},"en-us/blog/authors/susie-bitters","oXfcK-Cd6FO2mDuWYTMXFhcY16XNSSAcyheiVIWVd2k",[1052,1060,1067],{"title":1053,"description":1054,"heroImage":1055,"category":333,"date":1056,"authors":1057,"slug":1059,"externalUrl":337},"Loop Engineeringの実践方法：GitLab × Claude Codeでの実装例","GitLabとClaude Codeで実践するLoop Engineeringの実装例をご紹介。AIエージェントを自律稼働させるcron起動・Skills活用・ラベルベースのフローと、必須のガードレール設計を解説します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785215335/oevhcbrbev1zyfubdfxz.jpg","2026-07-31",[1058],"Issei Hamada, Sony Biz Networks Corporation","loop-engineering-gitlab-claude-code",{"title":1061,"description":1062,"heroImage":1063,"category":333,"date":1056,"authors":1064,"slug":1066,"externalUrl":337},"エージェント型AI、MCP、AIコードアシスタントを統制する方法","AIエージェントは、各ステップで人によるレビューを介さずに、コードの記述、プッシュ、デプロイを行うことができます。アクセス、権限、監査証跡を統制する実践的なフレームワークを解説します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785337625/ifzlc2hyzaxhzmjgyymh.png",[1065],"Julie Griffin","govern-agentic-ai-mcps-code-assistants",{"title":1068,"description":1069,"heroImage":1070,"category":333,"date":1071,"authors":1072,"slug":1074,"externalUrl":337},"Claude Opus 5、GitLabで最難関タスクに挑む","AnthropicのClaude Opus 5がGitLab Duo Agent Platformで利用可能になりました。速度を犠牲にすることなく、より深い推論力を提供します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750099203/Blog/Hero%20Images/Blog/Hero%20Images/blog-image-template-1800x945%20%2820%29_2bJGC5ZP3WheoqzlLT05C5_1750099203484.png","2026-07-27",[1073],"Brittany Lutz","claude-opus-5-on-gitlab-duo-agent-platform",{"promotions":1076},[1077,1090,1102,1114],{"id":1078,"categories":1079,"header":1080,"text":1081,"button":1082,"image":1087},"ai-modernization",[333],"AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":1083,"config":1084},"AI成熟度スコアを確認する",{"href":1085,"dataGaName":1086,"dataGaLocation":570},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":1088},{"src":1089},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1091,"categories":1092,"header":1094,"text":1081,"button":1095,"image":1099},"devops-modernization",[1093,901],"product","単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":1096,"config":1097},"DevOps成熟度スコアを確認しましょう",{"href":1098,"dataGaName":1086,"dataGaLocation":570},"/ja-jp/assessments/devops-modernization-assessment/",{"config":1100},{"src":1101},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1103,"categories":1104,"header":1106,"text":1081,"button":1107,"image":1111},"security-modernization",[1105],"security","スピードのためにセキュリティを犠牲にしていませんか？",{"text":1108,"config":1109},"セキュリティ成熟度スコアを確認しましょう",{"href":1110,"dataGaName":1086,"dataGaLocation":570},"/ja-jp/assessments/security-modernization-assessment/",{"config":1112},{"src":1113},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1115,"paths":1116,"header":1119,"text":1120,"button":1121,"image":1126},"github-azure-migration",[1117,1118],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":1122,"config":1123},"GitLabとGitHubの比較を見る",{"href":1124,"dataGaName":1125,"dataGaLocation":570},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1127},{"src":1101},{"header":1129,"blurb":1130,"button":1131,"secondaryButton":1135},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":364,"config":1132},{"href":1133,"dataGaName":367,"dataGaLocation":1134},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":686,"config":1136},{"href":695,"dataGaName":372,"dataGaLocation":1134},1786803769577]