Get-AzCognitiveServicesAccountModel
取得認知服務帳戶可用的模型
語法
Get-AzCognitiveServicesAccountModel
[[-ResourceGroupName] <String>]
[-AccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzCognitiveServicesAccountModel
[-ResourceId] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
取得認知服務帳戶可用的模型
範例
範例 1
Get-AzCognitiveServicesAccountModel -ResourceGroupName cognitive-services-resource-group -AccountName resource-name
BaseModel :
MaxCapacity : 3
Capabilities : {[fineTune, true]}
Deprecation : Microsoft.Azure.Management.CognitiveServices.Models.ModelDeprecationInfo
SystemData : Microsoft.Azure.Management.CognitiveServices.Models.SystemData
Format : OpenAI
Name : ada
Version : 1
BaseModel :
MaxCapacity : 3
Capabilities : {[fineTune, true]}
Deprecation : Microsoft.Azure.Management.CognitiveServices.Models.ModelDeprecationInfo
SystemData : Microsoft.Azure.Management.CognitiveServices.Models.SystemData
Format : OpenAI
Name : davinci
Version : 1
取得認知服務帳戶可用的模型
參數
-AccountName
認知服務帳戶名稱。
類型: | String |
別名: | CognitiveServicesAccountName |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
資源組名。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceId
資源標識碼。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |