Uses of Class
com.google.cloud.aiplatform.v1.ExplainRequest
-
Packages that use ExplainRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ExplainRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExplainRequest Modifier and Type Method Description ExplainRequest
ExplainRequest.Builder. build()
ExplainRequest
ExplainRequest.Builder. buildPartial()
static ExplainRequest
ExplainRequest. getDefaultInstance()
ExplainRequest
ExplainRequest.Builder. getDefaultInstanceForType()
ExplainRequest
ExplainRequest. getDefaultInstanceForType()
static ExplainRequest
ExplainRequest. parseDelimitedFrom(InputStream input)
static ExplainRequest
ExplainRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExplainRequest
ExplainRequest. parseFrom(byte[] data)
static ExplainRequest
ExplainRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExplainRequest
ExplainRequest. parseFrom(com.google.protobuf.ByteString data)
static ExplainRequest
ExplainRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExplainRequest
ExplainRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ExplainRequest
ExplainRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExplainRequest
ExplainRequest. parseFrom(InputStream input)
static ExplainRequest
ExplainRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExplainRequest
ExplainRequest. parseFrom(ByteBuffer data)
static ExplainRequest
ExplainRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExplainRequest Modifier and Type Method Description 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<ExplainRequest>
ExplainRequest. getParserForType()
static com.google.protobuf.Parser<ExplainRequest>
ExplainRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type ExplainRequest Modifier and Type Method Description ExplainResponse
PredictionServiceClient. explain(ExplainRequest request)
Perform an online explanation.default void
PredictionServiceGrpc.AsyncService. explain(ExplainRequest request, io.grpc.stub.StreamObserver<ExplainResponse> responseObserver)
Perform an online explanation.ExplainResponse
PredictionServiceGrpc.PredictionServiceBlockingStub. explain(ExplainRequest request)
Perform an online explanation.com.google.common.util.concurrent.ListenableFuture<ExplainResponse>
PredictionServiceGrpc.PredictionServiceFutureStub. explain(ExplainRequest request)
Perform an online explanation.void
PredictionServiceGrpc.PredictionServiceStub. explain(ExplainRequest request, io.grpc.stub.StreamObserver<ExplainResponse> responseObserver)
Perform an online explanation.ExplainRequest.Builder
ExplainRequest.Builder. mergeFrom(ExplainRequest other)
static ExplainRequest.Builder
ExplainRequest. newBuilder(ExplainRequest prototype)
-
Uses of ExplainRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ExplainRequest 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.
-