Interface DeployModelResponseOrBuilder (3.42.0)

public interface DeployModelResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployedModel()

public abstract DeployedModel getDeployedModel()

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Returns
TypeDescription
DeployedModel

The deployedModel.

getDeployedModelOrBuilder()

public abstract DeployedModelOrBuilder getDeployedModelOrBuilder()

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Returns
TypeDescription
DeployedModelOrBuilder

hasDeployedModel()

public abstract boolean hasDeployedModel()

The DeployedModel that had been deployed in the Endpoint.

.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;

Returns
TypeDescription
boolean

Whether the deployedModel field is set.