Interface MutateDeployedIndexResponseOrBuilder (3.44.0)

public interface MutateDeployedIndexResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployedIndex()

public abstract DeployedIndex getDeployedIndex()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns
Type Description
DeployedIndex

The deployedIndex.

getDeployedIndexOrBuilder()

public abstract DeployedIndexOrBuilder getDeployedIndexOrBuilder()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns
Type Description
DeployedIndexOrBuilder

hasDeployedIndex()

public abstract boolean hasDeployedIndex()

The DeployedIndex that had been updated in the IndexEndpoint.

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

Returns
Type Description
boolean

Whether the deployedIndex field is set.