Uses of Class
com.google.cloud.aiplatform.v1.DeployedIndex
-
Packages that use DeployedIndex Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of DeployedIndex in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DeployedIndex Modifier and Type Method Description DeployedIndexDeployedIndex.Builder. build()DeployedIndexDeployedIndex.Builder. buildPartial()static DeployedIndexDeployedIndex. getDefaultInstance()DeployedIndexDeployedIndex.Builder. getDefaultInstanceForType()DeployedIndexDeployedIndex. getDefaultInstanceForType()DeployedIndexDeployIndexRequest.Builder. getDeployedIndex()Required.DeployedIndexDeployIndexRequest. getDeployedIndex()Required.DeployedIndexDeployIndexRequestOrBuilder. getDeployedIndex()Required.DeployedIndexDeployIndexResponse.Builder. getDeployedIndex()The DeployedIndex that had been deployed in the IndexEndpoint.DeployedIndexDeployIndexResponse. getDeployedIndex()The DeployedIndex that had been deployed in the IndexEndpoint.DeployedIndexDeployIndexResponseOrBuilder. getDeployedIndex()The DeployedIndex that had been deployed in the IndexEndpoint.DeployedIndexMutateDeployedIndexRequest.Builder. getDeployedIndex()Required.DeployedIndexMutateDeployedIndexRequest. getDeployedIndex()Required.DeployedIndexMutateDeployedIndexRequestOrBuilder. getDeployedIndex()Required.DeployedIndexMutateDeployedIndexResponse.Builder. getDeployedIndex()The DeployedIndex that had been updated in the IndexEndpoint.DeployedIndexMutateDeployedIndexResponse. getDeployedIndex()The DeployedIndex that had been updated in the IndexEndpoint.DeployedIndexMutateDeployedIndexResponseOrBuilder. getDeployedIndex()The DeployedIndex that had been updated in the IndexEndpoint.DeployedIndexIndexEndpoint.Builder. getDeployedIndexes(int index)Output only.DeployedIndexIndexEndpoint. getDeployedIndexes(int index)Output only.DeployedIndexIndexEndpointOrBuilder. getDeployedIndexes(int index)Output only.static DeployedIndexDeployedIndex. parseDelimitedFrom(InputStream input)static DeployedIndexDeployedIndex. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployedIndexDeployedIndex. parseFrom(byte[] data)static DeployedIndexDeployedIndex. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployedIndexDeployedIndex. parseFrom(com.google.protobuf.ByteString data)static DeployedIndexDeployedIndex. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployedIndexDeployedIndex. parseFrom(com.google.protobuf.CodedInputStream input)static DeployedIndexDeployedIndex. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployedIndexDeployedIndex. parseFrom(InputStream input)static DeployedIndexDeployedIndex. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployedIndexDeployedIndex. parseFrom(ByteBuffer data)static DeployedIndexDeployedIndex. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DeployedIndex Modifier and Type Method Description List<DeployedIndex>IndexEndpoint.Builder. getDeployedIndexesList()Output only.List<DeployedIndex>IndexEndpoint. getDeployedIndexesList()Output only.List<DeployedIndex>IndexEndpointOrBuilder. getDeployedIndexesList()Output only.com.google.protobuf.Parser<DeployedIndex>DeployedIndex. getParserForType()static com.google.protobuf.Parser<DeployedIndex>DeployedIndex. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type DeployedIndex Modifier and Type Method Description IndexEndpoint.BuilderIndexEndpoint.Builder. addDeployedIndexes(int index, DeployedIndex value)Output only.IndexEndpoint.BuilderIndexEndpoint.Builder. addDeployedIndexes(DeployedIndex value)Output only.com.google.api.gax.longrunning.OperationFuture<DeployIndexResponse,DeployIndexOperationMetadata>IndexEndpointServiceClient. deployIndexAsync(IndexEndpointName indexEndpoint, DeployedIndex deployedIndex)Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.com.google.api.gax.longrunning.OperationFuture<DeployIndexResponse,DeployIndexOperationMetadata>IndexEndpointServiceClient. deployIndexAsync(String indexEndpoint, DeployedIndex deployedIndex)Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.DeployIndexRequest.BuilderDeployIndexRequest.Builder. mergeDeployedIndex(DeployedIndex value)Required.DeployIndexResponse.BuilderDeployIndexResponse.Builder. mergeDeployedIndex(DeployedIndex value)The DeployedIndex that had been deployed in the IndexEndpoint.MutateDeployedIndexRequest.BuilderMutateDeployedIndexRequest.Builder. mergeDeployedIndex(DeployedIndex value)Required.MutateDeployedIndexResponse.BuilderMutateDeployedIndexResponse.Builder. mergeDeployedIndex(DeployedIndex value)The DeployedIndex that had been updated in the IndexEndpoint.DeployedIndex.BuilderDeployedIndex.Builder. mergeFrom(DeployedIndex other)com.google.api.gax.longrunning.OperationFuture<MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>IndexEndpointServiceClient. mutateDeployedIndexAsync(IndexEndpointName indexEndpoint, DeployedIndex deployedIndex)Update an existing DeployedIndex under an IndexEndpoint.com.google.api.gax.longrunning.OperationFuture<MutateDeployedIndexResponse,MutateDeployedIndexOperationMetadata>IndexEndpointServiceClient. mutateDeployedIndexAsync(String indexEndpoint, DeployedIndex deployedIndex)Update an existing DeployedIndex under an IndexEndpoint.static DeployedIndex.BuilderDeployedIndex. newBuilder(DeployedIndex prototype)DeployIndexRequest.BuilderDeployIndexRequest.Builder. setDeployedIndex(DeployedIndex value)Required.DeployIndexResponse.BuilderDeployIndexResponse.Builder. setDeployedIndex(DeployedIndex value)The DeployedIndex that had been deployed in the IndexEndpoint.MutateDeployedIndexRequest.BuilderMutateDeployedIndexRequest.Builder. setDeployedIndex(DeployedIndex value)Required.MutateDeployedIndexResponse.BuilderMutateDeployedIndexResponse.Builder. setDeployedIndex(DeployedIndex value)The DeployedIndex that had been updated in the IndexEndpoint.IndexEndpoint.BuilderIndexEndpoint.Builder. setDeployedIndexes(int index, DeployedIndex value)Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type DeployedIndex Modifier and Type Method Description IndexEndpoint.BuilderIndexEndpoint.Builder. addAllDeployedIndexes(Iterable<? extends DeployedIndex> values)Output only.
-