public interface DeployIndexResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeployedIndex()
public abstract DeployedIndex getDeployedIndex()
The DeployedIndex that had been deployed in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
DeployedIndexOrBuilder |
hasDeployedIndex()
public abstract boolean hasDeployedIndex()
The DeployedIndex that had been deployed in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the deployedIndex field is set. |