Interface DeployModelResponseOrBuilder (2.9.8)

See more code actions.
public interface DeployModelResponseOrBuilder extends MessageOrBuilder
MessageOrBuilder
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.