public static final class EndpointServiceGrpc.EndpointServiceFutureStub extends io.grpc.stub.AbstractFutureStub<EndpointServiceGrpc.EndpointServiceFutureStub>
A service for managing Vertex AI's Endpoints.
| Modifier and Type | Method and Description |
|---|---|
protected EndpointServiceGrpc.EndpointServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createEndpoint(CreateEndpointRequest request)
Creates an Endpoint.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteEndpoint(DeleteEndpointRequest request)
Deletes an Endpoint.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deployModel(DeployModelRequest request)
Deploys a Model into this Endpoint, creating a DeployedModel within it.
|
com.google.common.util.concurrent.ListenableFuture<Endpoint> |
getEndpoint(GetEndpointRequest request)
Gets an Endpoint.
|
com.google.common.util.concurrent.ListenableFuture<ListEndpointsResponse> |
listEndpoints(ListEndpointsRequest request)
Lists Endpoints in a Location.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
mutateDeployedModel(MutateDeployedModelRequest request)
Updates an existing deployed model.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
undeployModel(UndeployModelRequest request)
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and
freeing all resources it's using.
|
com.google.common.util.concurrent.ListenableFuture<Endpoint> |
updateEndpoint(UpdateEndpointRequest request)
Updates an Endpoint.
|
protected EndpointServiceGrpc.EndpointServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EndpointServiceGrpc.EndpointServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createEndpoint(CreateEndpointRequest request)
Creates an Endpoint.
public com.google.common.util.concurrent.ListenableFuture<Endpoint> getEndpoint(GetEndpointRequest request)
Gets an Endpoint.
public com.google.common.util.concurrent.ListenableFuture<ListEndpointsResponse> listEndpoints(ListEndpointsRequest request)
Lists Endpoints in a Location.
public com.google.common.util.concurrent.ListenableFuture<Endpoint> updateEndpoint(UpdateEndpointRequest request)
Updates an Endpoint.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteEndpoint(DeleteEndpointRequest request)
Deletes an Endpoint.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deployModel(DeployModelRequest request)
Deploys a Model into this Endpoint, creating a DeployedModel within it.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> undeployModel(UndeployModelRequest request)
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> mutateDeployedModel(MutateDeployedModelRequest request)
Updates an existing deployed model. Updatable fields include `min_replica_count`, `max_replica_count`, `autoscaling_metric_specs`, `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only).
Copyright © 2024 Google LLC. All rights reserved.