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