public class DeploymentModel extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
format |
private String |
name |
private String |
source |
private String |
version |
| Constructor and Description |
|---|
DeploymentModel() |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentModel |
fromAccountModel(AccountModel deploymentModel) |
static DeploymentModel |
fromModel(com.azure.resourcemanager.cognitiveservices.models.DeploymentModel deploymentModel) |
boolean |
isCodeModel() |
boolean |
isGPTModel() |
boolean |
isTextModel() |
com.azure.resourcemanager.cognitiveservices.models.DeploymentModel |
toModel() |
private String format
private String name
private String version
private String source
public static DeploymentModel fromModel(@Nonnull com.azure.resourcemanager.cognitiveservices.models.DeploymentModel deploymentModel)
public static DeploymentModel fromAccountModel(@Nonnull AccountModel deploymentModel)
public com.azure.resourcemanager.cognitiveservices.models.DeploymentModel toModel()
public boolean isGPTModel()
public boolean isCodeModel()
public boolean isTextModel()
Copyright © 2024. All rights reserved.