public static final class EndpointServiceGrpc.EndpointServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<EndpointServiceGrpc.EndpointServiceBlockingStub>
A service for managing Vertex AI's Endpoints.
| Modifier and Type | Method and Description |
|---|---|
protected EndpointServiceGrpc.EndpointServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createEndpoint(CreateEndpointRequest request)
Creates an Endpoint.
|
com.google.longrunning.Operation |
deleteEndpoint(DeleteEndpointRequest request)
Deletes an Endpoint.
|
com.google.longrunning.Operation |
deployModel(DeployModelRequest request)
Deploys a Model into this Endpoint, creating a DeployedModel within it.
|
Endpoint |
getEndpoint(GetEndpointRequest request)
Gets an Endpoint.
|
ListEndpointsResponse |
listEndpoints(ListEndpointsRequest request)
Lists Endpoints in a Location.
|
com.google.longrunning.Operation |
mutateDeployedModel(MutateDeployedModelRequest request)
Updates an existing deployed model.
|
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.
|
Endpoint |
updateEndpoint(UpdateEndpointRequest request)
Updates an Endpoint.
|
protected EndpointServiceGrpc.EndpointServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EndpointServiceGrpc.EndpointServiceBlockingStub>public com.google.longrunning.Operation createEndpoint(CreateEndpointRequest request)
Creates an Endpoint.
public Endpoint getEndpoint(GetEndpointRequest request)
Gets an Endpoint.
public ListEndpointsResponse listEndpoints(ListEndpointsRequest request)
Lists Endpoints in a Location.
public Endpoint updateEndpoint(UpdateEndpointRequest request)
Updates an Endpoint.
public com.google.longrunning.Operation deleteEndpoint(DeleteEndpointRequest request)
Deletes an Endpoint.
public com.google.longrunning.Operation deployModel(DeployModelRequest request)
Deploys a Model into this Endpoint, creating a DeployedModel within it.
public 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.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.