CountTokensResponse |
PredictionServiceClient.countTokens(EndpointName endpoint,
List<com.google.protobuf.Value> instances) |
Perform a token counting.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
EndpointServiceClient.deleteEndpointAsync(EndpointName name) |
Deletes an Endpoint.
|
com.google.api.gax.longrunning.OperationFuture<DeployModelResponse,DeployModelOperationMetadata> |
EndpointServiceClient.deployModelAsync(EndpointName endpoint,
DeployedModel deployedModel,
Map<String,Integer> trafficSplit) |
Deploys a Model into this Endpoint, creating a DeployedModel within it.
|
ExplainResponse |
PredictionServiceClient.explain(EndpointName endpoint,
List<com.google.protobuf.Value> instances,
com.google.protobuf.Value parameters,
String deployedModelId) |
Perform an online explanation.
|
Endpoint |
EndpointServiceClient.getEndpoint(EndpointName name) |
Gets an Endpoint.
|
com.google.api.gax.longrunning.OperationFuture<MutateDeployedModelResponse,MutateDeployedModelOperationMetadata> |
EndpointServiceClient.mutateDeployedModelAsync(EndpointName endpoint,
DeployedModel deployedModel,
com.google.protobuf.FieldMask updateMask) |
Updates an existing deployed model.
|
PredictResponse |
PredictionServiceClient.predict(EndpointName endpoint,
List<com.google.protobuf.Value> instances,
com.google.protobuf.Value parameters) |
Perform an online prediction.
|
com.google.api.HttpBody |
PredictionServiceClient.rawPredict(EndpointName endpoint,
com.google.api.HttpBody httpBody) |
Perform an online prediction with an arbitrary HTTP payload.
|
com.google.api.gax.longrunning.OperationFuture<UndeployModelResponse,UndeployModelOperationMetadata> |
EndpointServiceClient.undeployModelAsync(EndpointName endpoint,
String deployedModelId,
Map<String,Integer> trafficSplit) |
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources
it's using.
|