Interface DeployModelResponseOrBuilder (0.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface DeployModelResponseOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getDeployedModel()
publicabstractDeployedModelgetDeployedModel()The DeployedModel that had been deployed in the Endpoint.
.google.cloud.vertexai.v1.DeployedModel deployed_model = 1;
| Returns | |
|---|---|
| Type | Description |
DeployedModel |
The deployedModel. |
getDeployedModelOrBuilder()
publicabstractDeployedModelOrBuildergetDeployedModelOrBuilder()The DeployedModel that had been deployed in the Endpoint.
.google.cloud.vertexai.v1.DeployedModel deployed_model = 1;
| Returns | |
|---|---|
| Type | Description |
DeployedModelOrBuilder |
|
hasDeployedModel()
publicabstractbooleanhasDeployedModel()The DeployedModel that had been deployed in the Endpoint.
.google.cloud.vertexai.v1.DeployedModel deployed_model = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deployedModel field is set. |