Uses of Class
com.google.cloud.aiplatform.v1.ExplainResponse
-
Packages that use ExplainResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ExplainResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExplainResponse Modifier and Type Method Description ExplainResponseExplainResponse.Builder. build()ExplainResponseExplainResponse.Builder. buildPartial()ExplainResponsePredictionServiceClient. explain(EndpointName endpoint, List<com.google.protobuf.Value> instances, com.google.protobuf.Value parameters, String deployedModelId)Perform an online explanation.ExplainResponsePredictionServiceClient. explain(ExplainRequest request)Perform an online explanation.ExplainResponsePredictionServiceClient. explain(String endpoint, List<com.google.protobuf.Value> instances, com.google.protobuf.Value parameters, String deployedModelId)Perform an online explanation.ExplainResponsePredictionServiceGrpc.PredictionServiceBlockingStub. explain(ExplainRequest request)Perform an online explanation.static ExplainResponseExplainResponse. getDefaultInstance()ExplainResponseExplainResponse.Builder. getDefaultInstanceForType()ExplainResponseExplainResponse. getDefaultInstanceForType()static ExplainResponseExplainResponse. parseDelimitedFrom(InputStream input)static ExplainResponseExplainResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExplainResponseExplainResponse. parseFrom(byte[] data)static ExplainResponseExplainResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExplainResponseExplainResponse. parseFrom(com.google.protobuf.ByteString data)static ExplainResponseExplainResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExplainResponseExplainResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ExplainResponseExplainResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExplainResponseExplainResponse. parseFrom(InputStream input)static ExplainResponseExplainResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExplainResponseExplainResponse. parseFrom(ByteBuffer data)static ExplainResponseExplainResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExplainResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExplainResponse>PredictionServiceGrpc.PredictionServiceFutureStub. explain(ExplainRequest request)Perform an online explanation.com.google.api.gax.rpc.UnaryCallable<ExplainRequest,ExplainResponse>PredictionServiceClient. explainCallable()Perform an online explanation.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExplainRequest,ExplainResponse>PredictionServiceSettings.Builder. explainSettings()Returns the builder for the settings used for calls to explain.com.google.api.gax.rpc.UnaryCallSettings<ExplainRequest,ExplainResponse>PredictionServiceSettings. explainSettings()Returns the object with the settings used for calls to explain.static io.grpc.MethodDescriptor<ExplainRequest,ExplainResponse>PredictionServiceGrpc. getExplainMethod()com.google.protobuf.Parser<ExplainResponse>ExplainResponse. getParserForType()static com.google.protobuf.Parser<ExplainResponse>ExplainResponse. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExplainResponse Modifier and Type Method Description ExplainResponse.BuilderExplainResponse.Builder. mergeFrom(ExplainResponse other)static ExplainResponse.BuilderExplainResponse. newBuilder(ExplainResponse prototype)Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ExplainResponse Modifier and Type Method Description default voidPredictionServiceGrpc.AsyncService. explain(ExplainRequest request, io.grpc.stub.StreamObserver<ExplainResponse> responseObserver)Perform an online explanation.voidPredictionServiceGrpc.PredictionServiceStub. explain(ExplainRequest request, io.grpc.stub.StreamObserver<ExplainResponse> responseObserver)Perform an online explanation. -
Uses of ExplainResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ExplainResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExplainRequest,ExplainResponse>GrpcPredictionServiceStub. explainCallable()com.google.api.gax.rpc.UnaryCallable<ExplainRequest,ExplainResponse>PredictionServiceStub. explainCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ExplainRequest,ExplainResponse>PredictionServiceStubSettings.Builder. explainSettings()Returns the builder for the settings used for calls to explain.com.google.api.gax.rpc.UnaryCallSettings<ExplainRequest,ExplainResponse>PredictionServiceStubSettings. explainSettings()Returns the object with the settings used for calls to explain.
-