網路設定檔支援的用途是在機器上執行 AI 工作負載,這些機器的網路介面卡 (NIC) 支援遠端直接記憶體存取 (RDMA)。Google Cloud 提供 RDMA 網路設定檔,可讓您建立支援 RDMA 連線的虛擬私有雲 (VPC) 網路。如要進一步瞭解如何在 Google Cloud中執行 AI 工作負載,請參閱 AI 超級電腦文件。
網路設定檔代表虛擬私有雲網路中支援的功能集。這組功能是由 Google Cloud 根據網路設定檔的用途預先設定。
為支援特定用途,網路設定檔會執行下列操作:
啟用一或多項一般虛擬私有雲網路未提供的獨特功能。
限制使用一般 VPC 網路的某些功能組合,以免干擾特定網路設定檔用途的最佳運作方式。
如要建立支援 RDMA NIC 的虛擬私有雲網路,才需要設定網路設定檔。否則,請建立虛擬私有雲網路,但不要使用網路設定檔。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-05 (世界標準時間)。"],[],[],null,["# Network profiles for specific use cases\n=======================================\n\nThis page provides an overview of network profiles in Google Cloud.\n\nAbout network profiles\n----------------------\n\nGoogle Cloud uses the network profile resource to pre-configure certain\nproperties in a VPC network for a specific use case.\n\nThe use case supported by network profiles is running AI workloads on machines\nwith network interfaces (NICs) that support remote direct memory access (RDMA).\nGoogle Cloud provides an [RDMA network profile](/vpc/docs/rdma-network-profiles)\nthat lets you create a Virtual Private Cloud (VPC) network that supports RDMA\nconnectivity. For more information about running AI workloads in Google Cloud,\nsee the [AI Hypercomputer](/ai-hypercomputer/docs/overview)\ndocumentation.\n\nA network profile represents the set of supported features in a VPC\nnetwork. This set of features is pre-configured by Google Cloud according\nto the network profile's use case.\n\nTo support a specific use case, a network profile does the following:\n\n- Enables one or more unique features that aren't offered in regular VPC networks.\n- Limits the use of some feature combinations of regular VPC networks that might otherwise interfere with the optimal operation of the specific network profile's use case.\n\nYou only need to configure a network profile if you want to create a\nVPC network that supports RDMA NICs.\nOtherwise, [create a VPC network](/vpc/docs/create-modify-vpc-networks) without a network profile.\n\n### Specifications\n\nThe following general specifications apply to VPC networks that\nare created with a network profile:\n\n- Network profiles are provided by Google Cloud and are read-only resources. You can't create a network profile or modify the properties of a network profile.\n- You must specify a network profile when creating a VPC network. You can't change the network profile of a VPC network after you create the network.\n- Network profile resources include the following properties:\n\n - `name`: the resource name of the network profile, which is always prepended with the location of the network profile.\n - `description`: a description of the specific use case supported by the network profile.\n - `location`: the location of the network profile. There is a unique instance of a given network profile for each location in which it is available.\n - `features`: the set of features that are enabled and disabled by the network profile.\n\n You can list network profiles and view the details of a network profile as\n described in [View network profiles](/vpc/docs/view-network-profiles).\n- When you create a VPC\n network with a network profile, the VPC network is\n constrained to the location of the network profile. For example, if the\n network profile is zonal, any zonal resources that you create in the network\n must be placed in the zone of the network profile.\n\nWhat's next\n-----------\n\n- [Learn about the RDMA network profile](/vpc/docs/rdma-network-profiles)\n- [Create a VPC network for RDMA NICs](/vpc/docs/create-vpc-network-rdma)"]]