public interface DeployModelResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeployedModel()
public abstract DeployedModel getDeployedModel()
The DeployedModel that had been deployed in the Endpoint.
.google.cloud.vertexai.v1.DeployedModel deployed_model = 1;
Returns | |
---|---|
Type | Description |
DeployedModel |
The deployedModel. |
getDeployedModelOrBuilder()
public abstract DeployedModelOrBuilder getDeployedModelOrBuilder()
The DeployedModel that had been deployed in the Endpoint.
.google.cloud.vertexai.v1.DeployedModel deployed_model = 1;
Returns | |
---|---|
Type | Description |
DeployedModelOrBuilder |
hasDeployedModel()
public abstract boolean hasDeployedModel()
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. |