@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class GrpcAutoMlStub extends AutoMlStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcAutoMlStub(AutoMlStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcAutoMlStub, using the given settings.
|
protected |
GrpcAutoMlStub(AutoMlStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcAutoMlStub, using the given settings.
|
protected GrpcAutoMlStub(AutoMlStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcAutoMlStub(AutoMlStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcAutoMlStub create(AutoMlStubSettings settings) throws IOException
IOException
public static final GrpcAutoMlStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcAutoMlStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<CreateDatasetRequest,Dataset> createDatasetCallable()
createDatasetCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<UpdateDatasetRequest,Dataset> updateDatasetCallable()
updateDatasetCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<GetDatasetRequest,Dataset> getDatasetCallable()
getDatasetCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,AutoMlClient.ListDatasetsPagedResponse> listDatasetsPagedCallable()
listDatasetsPagedCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,ListDatasetsResponse> listDatasetsCallable()
listDatasetsCallable
in class AutoMlStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<DeleteDatasetRequest,Empty,OperationMetadata> deleteDatasetOperationCallable()
deleteDatasetOperationCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<DeleteDatasetRequest,com.google.longrunning.Operation> deleteDatasetCallable()
deleteDatasetCallable
in class AutoMlStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<ImportDataRequest,Empty,OperationMetadata> importDataOperationCallable()
importDataOperationCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ImportDataRequest,com.google.longrunning.Operation> importDataCallable()
importDataCallable
in class AutoMlStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<ExportDataRequest,Empty,OperationMetadata> exportDataOperationCallable()
exportDataOperationCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ExportDataRequest,com.google.longrunning.Operation> exportDataCallable()
exportDataCallable
in class AutoMlStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<CreateModelRequest,Model,OperationMetadata> createModelOperationCallable()
createModelOperationCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<CreateModelRequest,com.google.longrunning.Operation> createModelCallable()
createModelCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<GetModelRequest,Model> getModelCallable()
getModelCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,AutoMlClient.ListModelsPagedResponse> listModelsPagedCallable()
listModelsPagedCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,ListModelsResponse> listModelsCallable()
listModelsCallable
in class AutoMlStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<DeleteModelRequest,Empty,OperationMetadata> deleteModelOperationCallable()
deleteModelOperationCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<DeleteModelRequest,com.google.longrunning.Operation> deleteModelCallable()
deleteModelCallable
in class AutoMlStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<DeployModelRequest,Empty,OperationMetadata> deployModelOperationCallable()
deployModelOperationCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<DeployModelRequest,com.google.longrunning.Operation> deployModelCallable()
deployModelCallable
in class AutoMlStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<UndeployModelRequest,Empty,OperationMetadata> undeployModelOperationCallable()
undeployModelOperationCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<UndeployModelRequest,com.google.longrunning.Operation> undeployModelCallable()
undeployModelCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<GetModelEvaluationRequest,ModelEvaluation> getModelEvaluationCallable()
getModelEvaluationCallable
in class AutoMlStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<ExportModelRequest,Empty,OperationMetadata> exportModelOperationCallable()
exportModelOperationCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ExportModelRequest,com.google.longrunning.Operation> exportModelCallable()
exportModelCallable
in class AutoMlStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<ExportEvaluatedExamplesRequest,Empty,OperationMetadata> exportEvaluatedExamplesOperationCallable()
exportEvaluatedExamplesOperationCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ExportEvaluatedExamplesRequest,com.google.longrunning.Operation> exportEvaluatedExamplesCallable()
exportEvaluatedExamplesCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ListModelEvaluationsRequest,AutoMlClient.ListModelEvaluationsPagedResponse> listModelEvaluationsPagedCallable()
listModelEvaluationsPagedCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ListModelEvaluationsRequest,ListModelEvaluationsResponse> listModelEvaluationsCallable()
listModelEvaluationsCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec> getAnnotationSpecCallable()
getAnnotationSpecCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<GetTableSpecRequest,TableSpec> getTableSpecCallable()
getTableSpecCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,AutoMlClient.ListTableSpecsPagedResponse> listTableSpecsPagedCallable()
listTableSpecsPagedCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,ListTableSpecsResponse> listTableSpecsCallable()
listTableSpecsCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<UpdateTableSpecRequest,TableSpec> updateTableSpecCallable()
updateTableSpecCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<GetColumnSpecRequest,ColumnSpec> getColumnSpecCallable()
getColumnSpecCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ListColumnSpecsRequest,AutoMlClient.ListColumnSpecsPagedResponse> listColumnSpecsPagedCallable()
listColumnSpecsPagedCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<ListColumnSpecsRequest,ListColumnSpecsResponse> listColumnSpecsCallable()
listColumnSpecsCallable
in class AutoMlStub
public com.google.api.gax.rpc.UnaryCallable<UpdateColumnSpecRequest,ColumnSpec> updateColumnSpecCallable()
updateColumnSpecCallable
in class AutoMlStub
public final void close()
close
in interface AutoCloseable
close
in class AutoMlStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.