Uses of Class
com.google.cloud.aiplatform.v1.BatchImportModelEvaluationSlicesResponse
-
Packages that use BatchImportModelEvaluationSlicesResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of BatchImportModelEvaluationSlicesResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BatchImportModelEvaluationSlicesResponse Modifier and Type Method Description BatchImportModelEvaluationSlicesResponse
ModelServiceClient. batchImportModelEvaluationSlices(BatchImportModelEvaluationSlicesRequest request)
Imports a list of externally generated ModelEvaluationSlice.BatchImportModelEvaluationSlicesResponse
ModelServiceClient. batchImportModelEvaluationSlices(ModelEvaluationName parent, List<ModelEvaluationSlice> modelEvaluationSlices)
Imports a list of externally generated ModelEvaluationSlice.BatchImportModelEvaluationSlicesResponse
ModelServiceClient. batchImportModelEvaluationSlices(String parent, List<ModelEvaluationSlice> modelEvaluationSlices)
Imports a list of externally generated ModelEvaluationSlice.BatchImportModelEvaluationSlicesResponse
ModelServiceGrpc.ModelServiceBlockingStub. batchImportModelEvaluationSlices(BatchImportModelEvaluationSlicesRequest request)
Imports a list of externally generated ModelEvaluationSlice.BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse.Builder. build()
BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse.Builder. buildPartial()
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. getDefaultInstance()
BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse.Builder. getDefaultInstanceForType()
BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. getDefaultInstanceForType()
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseDelimitedFrom(InputStream input)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseFrom(byte[] data)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseFrom(InputStream input)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseFrom(ByteBuffer data)
static BatchImportModelEvaluationSlicesResponse
BatchImportModelEvaluationSlicesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type BatchImportModelEvaluationSlicesResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<BatchImportModelEvaluationSlicesResponse>
ModelServiceGrpc.ModelServiceFutureStub. batchImportModelEvaluationSlices(BatchImportModelEvaluationSlicesRequest request)
Imports a list of externally generated ModelEvaluationSlice.com.google.api.gax.rpc.UnaryCallable<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse>
ModelServiceClient. batchImportModelEvaluationSlicesCallable()
Imports a list of externally generated ModelEvaluationSlice.com.google.api.gax.rpc.UnaryCallSettings<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse>
ModelServiceSettings. batchImportModelEvaluationSlicesSettings()
Returns the object with the settings used for calls to batchImportModelEvaluationSlices.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse>
ModelServiceSettings.Builder. batchImportModelEvaluationSlicesSettings()
Returns the builder for the settings used for calls to batchImportModelEvaluationSlices.static io.grpc.MethodDescriptor<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse>
ModelServiceGrpc. getBatchImportModelEvaluationSlicesMethod()
com.google.protobuf.Parser<BatchImportModelEvaluationSlicesResponse>
BatchImportModelEvaluationSlicesResponse. getParserForType()
static com.google.protobuf.Parser<BatchImportModelEvaluationSlicesResponse>
BatchImportModelEvaluationSlicesResponse. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type BatchImportModelEvaluationSlicesResponse Modifier and Type Method Description BatchImportModelEvaluationSlicesResponse.Builder
BatchImportModelEvaluationSlicesResponse.Builder. mergeFrom(BatchImportModelEvaluationSlicesResponse other)
static BatchImportModelEvaluationSlicesResponse.Builder
BatchImportModelEvaluationSlicesResponse. newBuilder(BatchImportModelEvaluationSlicesResponse prototype)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type BatchImportModelEvaluationSlicesResponse Modifier and Type Method Description default void
ModelServiceGrpc.AsyncService. batchImportModelEvaluationSlices(BatchImportModelEvaluationSlicesRequest request, io.grpc.stub.StreamObserver<BatchImportModelEvaluationSlicesResponse> responseObserver)
Imports a list of externally generated ModelEvaluationSlice.void
ModelServiceGrpc.ModelServiceStub. batchImportModelEvaluationSlices(BatchImportModelEvaluationSlicesRequest request, io.grpc.stub.StreamObserver<BatchImportModelEvaluationSlicesResponse> responseObserver)
Imports a list of externally generated ModelEvaluationSlice. -
Uses of BatchImportModelEvaluationSlicesResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type BatchImportModelEvaluationSlicesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse>
GrpcModelServiceStub. batchImportModelEvaluationSlicesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse>
ModelServiceStub. batchImportModelEvaluationSlicesCallable()
com.google.api.gax.rpc.UnaryCallSettings<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse>
ModelServiceStubSettings. batchImportModelEvaluationSlicesSettings()
Returns the object with the settings used for calls to batchImportModelEvaluationSlices.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse>
ModelServiceStubSettings.Builder. batchImportModelEvaluationSlicesSettings()
Returns the builder for the settings used for calls to batchImportModelEvaluationSlices.
-