Interface DeployIndexResponseOrBuilder (3.42.0)

public interface DeployIndexResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployedIndex()

public abstract DeployedIndex getDeployedIndex()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
TypeDescription
DeployedIndex

The deployedIndex.

getDeployedIndexOrBuilder()

public abstract DeployedIndexOrBuilder getDeployedIndexOrBuilder()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
TypeDescription
DeployedIndexOrBuilder

hasDeployedIndex()

public abstract boolean hasDeployedIndex()

The DeployedIndex that had been deployed in the IndexEndpoint.

.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
TypeDescription
boolean

Whether the deployedIndex field is set.