Package com.google.cloud.automl.v1
Class AutoMlGrpc
- java.lang.Object
-
- com.google.cloud.automl.v1.AutoMlGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/automl/v1/service.proto") public final class AutoMlGrpc extends Object
AutoML Server API. The resource names are assigned by the server. The server never reuses names that it has created after the resources with those names are deleted. An ID of a resource is the last element of the item's resource name. For `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`, then the id for the item is `{dataset_id}`. Currently the only supported `location_id` is "us-central1". On any input that is documented to expect a string parameter in snake_case or dash-case, either of those cases is accepted.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AutoMlGrpc.AsyncService
AutoML Server API.static class
AutoMlGrpc.AutoMlBlockingStub
A stub to allow clients to do synchronous rpc calls to service AutoMl.static class
AutoMlGrpc.AutoMlFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AutoMl.static class
AutoMlGrpc.AutoMlImplBase
Base class for the server implementation of the service AutoMl.static class
AutoMlGrpc.AutoMlStub
A stub to allow clients to do asynchronous rpc calls to service AutoMl.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(AutoMlGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateDatasetRequest,com.google.longrunning.Operation>
getCreateDatasetMethod()
static io.grpc.MethodDescriptor<CreateModelRequest,com.google.longrunning.Operation>
getCreateModelMethod()
static io.grpc.MethodDescriptor<DeleteDatasetRequest,com.google.longrunning.Operation>
getDeleteDatasetMethod()
static io.grpc.MethodDescriptor<DeleteModelRequest,com.google.longrunning.Operation>
getDeleteModelMethod()
static io.grpc.MethodDescriptor<DeployModelRequest,com.google.longrunning.Operation>
getDeployModelMethod()
static io.grpc.MethodDescriptor<ExportDataRequest,com.google.longrunning.Operation>
getExportDataMethod()
static io.grpc.MethodDescriptor<ExportModelRequest,com.google.longrunning.Operation>
getExportModelMethod()
static io.grpc.MethodDescriptor<GetAnnotationSpecRequest,AnnotationSpec>
getGetAnnotationSpecMethod()
static io.grpc.MethodDescriptor<GetDatasetRequest,Dataset>
getGetDatasetMethod()
static io.grpc.MethodDescriptor<GetModelEvaluationRequest,ModelEvaluation>
getGetModelEvaluationMethod()
static io.grpc.MethodDescriptor<GetModelRequest,Model>
getGetModelMethod()
static io.grpc.MethodDescriptor<ImportDataRequest,com.google.longrunning.Operation>
getImportDataMethod()
static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse>
getListDatasetsMethod()
static io.grpc.MethodDescriptor<ListModelEvaluationsRequest,ListModelEvaluationsResponse>
getListModelEvaluationsMethod()
static io.grpc.MethodDescriptor<ListModelsRequest,ListModelsResponse>
getListModelsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UndeployModelRequest,com.google.longrunning.Operation>
getUndeployModelMethod()
static io.grpc.MethodDescriptor<UpdateDatasetRequest,Dataset>
getUpdateDatasetMethod()
static io.grpc.MethodDescriptor<UpdateModelRequest,Model>
getUpdateModelMethod()
static AutoMlGrpc.AutoMlBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AutoMlGrpc.AutoMlFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AutoMlGrpc.AutoMlStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateDatasetMethod
public static io.grpc.MethodDescriptor<CreateDatasetRequest,com.google.longrunning.Operation> getCreateDatasetMethod()
-
getGetDatasetMethod
public static io.grpc.MethodDescriptor<GetDatasetRequest,Dataset> getGetDatasetMethod()
-
getListDatasetsMethod
public static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse> getListDatasetsMethod()
-
getUpdateDatasetMethod
public static io.grpc.MethodDescriptor<UpdateDatasetRequest,Dataset> getUpdateDatasetMethod()
-
getDeleteDatasetMethod
public static io.grpc.MethodDescriptor<DeleteDatasetRequest,com.google.longrunning.Operation> getDeleteDatasetMethod()
-
getImportDataMethod
public static io.grpc.MethodDescriptor<ImportDataRequest,com.google.longrunning.Operation> getImportDataMethod()
-
getExportDataMethod
public static io.grpc.MethodDescriptor<ExportDataRequest,com.google.longrunning.Operation> getExportDataMethod()
-
getGetAnnotationSpecMethod
public static io.grpc.MethodDescriptor<GetAnnotationSpecRequest,AnnotationSpec> getGetAnnotationSpecMethod()
-
getCreateModelMethod
public static io.grpc.MethodDescriptor<CreateModelRequest,com.google.longrunning.Operation> getCreateModelMethod()
-
getGetModelMethod
public static io.grpc.MethodDescriptor<GetModelRequest,Model> getGetModelMethod()
-
getListModelsMethod
public static io.grpc.MethodDescriptor<ListModelsRequest,ListModelsResponse> getListModelsMethod()
-
getDeleteModelMethod
public static io.grpc.MethodDescriptor<DeleteModelRequest,com.google.longrunning.Operation> getDeleteModelMethod()
-
getUpdateModelMethod
public static io.grpc.MethodDescriptor<UpdateModelRequest,Model> getUpdateModelMethod()
-
getDeployModelMethod
public static io.grpc.MethodDescriptor<DeployModelRequest,com.google.longrunning.Operation> getDeployModelMethod()
-
getUndeployModelMethod
public static io.grpc.MethodDescriptor<UndeployModelRequest,com.google.longrunning.Operation> getUndeployModelMethod()
-
getExportModelMethod
public static io.grpc.MethodDescriptor<ExportModelRequest,com.google.longrunning.Operation> getExportModelMethod()
-
getGetModelEvaluationMethod
public static io.grpc.MethodDescriptor<GetModelEvaluationRequest,ModelEvaluation> getGetModelEvaluationMethod()
-
getListModelEvaluationsMethod
public static io.grpc.MethodDescriptor<ListModelEvaluationsRequest,ListModelEvaluationsResponse> getListModelEvaluationsMethod()
-
newStub
public static AutoMlGrpc.AutoMlStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AutoMlGrpc.AutoMlBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AutoMlGrpc.AutoMlFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(AutoMlGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-