# GitHub製品名とSKU番号

課金プラットフォームと REST API で使用される製品と SKU の識別子について説明します。

REST API を使用して課金を使用して予算やクエリの使用量を作成する場合は、特定の製品と SKU の識別子を使用する必要があります。 このリファレンスでは、これらの識別子の有効な値を提供します。

## 製品レベルの識別子

**ProductPricing** 予算の場合、または製品別の使用状況を照会するには、次のいずれかの値を使用します。

* `actions` - GitHub Actions
* `packages` - GitHub Packages
* `codespaces` - GitHub Codespaces
* `copilot` - GitHub Copilot
* `ghas` - GitHub Advanced Security
* `ghec` - GitHub Enterprise Cloud
* `sandbox` - GitHub Copilot 向けのクラウドサンドボックスとローカルサンドボックス

## SKU レベルの識別子

**SkuPricing** 予算の場合、または SKU 別の使用状況を照会するには、次のいずれかの値を使用します。

### GitHub Actions SKU

<!-- markdownlint-disable GHD046 -->

* `actions_cache_storage` - アクションキャッシュストレージ
* `actions_custom_image_storage` - アクションのカスタム イメージ ストレージ
* `actions_linux` - Actions Linux ランナー
* `actions_linux_16_core` - Actions Linux 16 コア
* `actions_linux_16_core_arm` - Actions Linux ARM 16-core
* `actions_linux_2_core_advanced` - Actions Linux Advanced 2 コア
* `actions_linux_2_core_arm` - Actions Linux ARM 2コア
* `actions_linux_32_core` - Actions Linux 32-core
* `actions_linux_32_core_arm` - Actions Linux ARM 32コア
* `actions_linux_4_core` - アクションズ リナックス 4コア
* `actions_linux_4_core_arm` - Actions Linux ARM 4コア
* `actions_linux_4_core_gpu` - Actions Linux GPU 4コア
* `actions_linux_64_core` - Actions Linux 64-core
* `actions_linux_64_core_arm` - Actions Linux ARM 64コア
* `actions_linux_8_core` - Action Linux 8コア
* `actions_linux_8_core_arm` - Actions Linux ARM 8コア
* `actions_linux_96_core` - アクションズLinux 96コア
* `actions_linux_arm` - アクション Linux ARM
* `actions_linux_slim`  - Actions Linux スリム
* `actions_macos` - Actions macOS ランナー
* `actions_macos_l` - Actions macOS 大
* `actions_macos_xl` - Actions macOS XL
* `actions_storage` - アクション ストレージ
* `actions_windows` - Actions Windows ランナー
* `actions_windows_16_core` - 16 コアWindowsアクション
* `actions_windows_16_core_arm` - Actions Windows ARM 16 コア
* `actions_windows_2_core` - Windows 2コアアクション
* `actions_windows_2_core_advanced` - Actions Windows Advanced 2 コア
* `actions_windows_2_core_arm` - Actions Windows ARM 2 コア
* `actions_windows_32_core` - 32 コアWindowsアクション
* `actions_windows_32_core_arm` - Actions Windows ARM 32 コア
* `actions_windows_4_core` - 4 コアWindowsアクション
* `actions_windows_4_core_arm` - Actions Windows ARM 4 コア
* `actions_windows_4_core_gpu` - アクション Windows GPU 4 コア
* `actions_windows_64_core` - 64 コアWindowsアクション
* `actions_windows_64_core_arm` - Actions Windows ARM 64 コア
* `actions_windows_8_core` - Actions Windows 8-コア
* `actions_windows_8_core_arm` - Actions Windows ARM 8 コア
* `actions_windows_96_core`- 96 コアWindowsアクション
* `actions_windows_arm` - Windows ARMでの操作

 <!-- markdownlint-enable GHD046 -->

### GitHub Codespaces SKU

* `codespaces_compute_d16` - Codespaces コンピューティング (16 コア)
* `codespaces_compute_d2` - Codespaces コンピューティング (2 コア)
* `codespaces_compute_d32` - Codespaces コンピューティング (32 コア)
* `codespaces_compute_d4` - Codespaces コンピューティング (4 コア)
* `codespaces_compute_d8` - Codespaces コンピューティング (8 コア)
* `codespaces_prebuild_storage` - Codespaces の事前ビルドストレージ
* `codespaces_storage` - Codespaces ストレージ

### GitHub Copilot SKU

* `coding_agent_ai_credit`- Copilot Cloud Agent
* `copilot_ai_credit`
- Copilot
AI credits
            
* `copilot_enterprise`- Copilot Enterprise
* `copilot_for_business` - ビジネス向けコパイロット
* `copilot_standalone` - Copilot スタンドアロン

### GitHub Advanced Security SKU

* `ghas_code_security_licenses` - コード セキュリティ
* `ghas_licenses` - 高度なセキュリティ
* `ghas_secret_protection_licenses` - シークレット保護

### GitHub Code Quality SKU

* `code_quality_licenses` - コード品質ライセンス
* `code_quality_ai_credit` - コード品質 AI credits

### GitHub Copilot SKU のクラウドサンドボックスとローカル サンドボックス

* `sandbox_linux` - GitHub Copilotのサンドボックス: Linux
* `sandbox_memory` - GitHub Copilotのサンドボックス: メモリ
* `sandbox_snapshot` - GitHub Copilotのサンドボックス: スナップショット

### その他の SKU

* `ghec_licenses`
- GitHub Enterprise Cloud ライセンス
* `git_lfs_bandwidth` - Git LFS 帯域幅
* `git_lfs_storage` - Git LFS ストレージ
* `models_inference` - モデルの推論
* `packages_bandwidth` - パッケージデータ転送
* `packages_storage` - ストレージをパッケージする
* `spark_ai_credits` -火花 AI credits

> [!NOTE]
> 使用できる正確な SKU は、エンタープライズまたは組織の構成と有効な機能によって異なる場合があります。 REST API を使用して予算を作成するときに `404` エラーが発生した場合は、エラー応答を確認して、アカウントの有効な SKU の現在の一覧を確認します。