public class CognitiveAccount extends AbstractAzResource<CognitiveAccount,CognitiveServicesSubscription,com.azure.resourcemanager.cognitiveservices.models.Account> implements Deletable
AzResource.Draft<T extends AzResource,R>, AzResource.FormalStatus, AzResource.None, AzResource.Status| Modifier and Type | Field and Description |
|---|---|
static Action.Id<CognitiveAccount> |
CREATE_DEPLOYMENT |
private CognitiveDeploymentModule |
deploymentModule |
CACHE_LIFETIME, CONNECT_RESOURCE, CREATE_RESOURCE, DEPLOY, NONE, RESOURCE_GROUP_PLACEHOLDER| Modifier | Constructor and Description |
|---|---|
protected |
CognitiveAccount(com.azure.resourcemanager.cognitiveservices.models.Account remote,
CognitiveAccountModule module) |
protected |
CognitiveAccount(CognitiveAccount insight) |
protected |
CognitiveAccount(String name,
String resourceGroupName,
CognitiveAccountModule module) |
| Modifier and Type | Method and Description |
|---|---|
CognitiveDeploymentModule |
deployments() |
String |
getEndpoint() |
com.azure.ai.openai.OpenAIClient |
getOpenAIClient() |
String |
getPrimaryKey() |
Region |
getRegion() |
String |
getSecondaryKey() |
AccountSku |
getSku() |
List<AbstractAzResourceModule<?,?,?>> |
getSubModules() |
List<AccountModel> |
listModels() |
protected String |
loadStatus(com.azure.resourcemanager.cognitiveservices.models.Account remote) |
canEqual, delete, doModify, doModify, equals, exists, getAuthorizationManager, getCachedSubModules, getId, getModule, getName, getParent, getPermissions, getRemote, getResourceGroup, getResourceGroupName, getRoleAssignments, getRoleDefinitions, getStatus, getSubModule, grantPermissionToIdentity, grantPermissionToIdentity, hashCode, invalidateCache, is400, is404, isAuthRequired, isDraft, isDraftForCreating, isDraftForUpdating, isHttpException, isHttpException, isMocked, loadRemoteFromAzure, onRemoteUpdated, refresh, remoteOptional, setRemote, setStatus, toString, update, updateAdditionalPropertiesclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFormalStatus, getFullResourceType, getPortalUrl, getResourceTypeName, getSubscription, getSubscriptionId, id, namepublic static final Action.Id<CognitiveAccount> CREATE_DEPLOYMENT
private final CognitiveDeploymentModule deploymentModule
protected CognitiveAccount(@Nonnull String name, @Nonnull String resourceGroupName, @Nonnull CognitiveAccountModule module)
protected CognitiveAccount(@Nonnull CognitiveAccount insight)
protected CognitiveAccount(@Nonnull com.azure.resourcemanager.cognitiveservices.models.Account remote, @Nonnull CognitiveAccountModule module)
@Nonnull protected String loadStatus(@Nonnull com.azure.resourcemanager.cognitiveservices.models.Account remote)
loadStatus in class AbstractAzResource<CognitiveAccount,CognitiveServicesSubscription,com.azure.resourcemanager.cognitiveservices.models.Account>@Nonnull public List<AbstractAzResourceModule<?,?,?>> getSubModules()
getSubModules in class AbstractAzResource<CognitiveAccount,CognitiveServicesSubscription,com.azure.resourcemanager.cognitiveservices.models.Account>@Nonnull public List<AccountModel> listModels()
@Nonnull public com.azure.ai.openai.OpenAIClient getOpenAIClient()
@Nullable public AccountSku getSku()
@Nonnull public CognitiveDeploymentModule deployments()
Copyright © 2024. All rights reserved.