Send feedback
Class AutoMlStub (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.5.0 keyboard_arrow_down
public abstract class AutoMlStub implements BackgroundResource
Base stub class for the AutoMl service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
AutoMlStub()
Methods
close()
public abstract void close ()
createDatasetCallable()
public UnaryCallable<CreateDatasetRequest , Dataset > createDatasetCallable ()
Returns
createModelCallable()
public UnaryCallable<CreateModelRequest , Operation > createModelCallable ()
Returns
createModelOperationCallable()
public OperationCallable<CreateModelRequest , Model , OperationMetadata > createModelOperationCallable ()
Returns
deleteDatasetCallable()
public UnaryCallable<DeleteDatasetRequest , Operation > deleteDatasetCallable ()
Returns
deleteDatasetOperationCallable()
public OperationCallable<DeleteDatasetRequest , Empty , OperationMetadata > deleteDatasetOperationCallable ()
Returns
deleteModelCallable()
public UnaryCallable<DeleteModelRequest , Operation > deleteModelCallable ()
Returns
deleteModelOperationCallable()
public OperationCallable<DeleteModelRequest , Empty , OperationMetadata > deleteModelOperationCallable ()
Returns
deployModelCallable()
public UnaryCallable<DeployModelRequest , Operation > deployModelCallable ()
Returns
deployModelOperationCallable()
public OperationCallable<DeployModelRequest , Empty , OperationMetadata > deployModelOperationCallable ()
Returns
exportDataCallable()
public UnaryCallable<ExportDataRequest , Operation > exportDataCallable ()
Returns
exportDataOperationCallable()
public OperationCallable<ExportDataRequest , Empty , OperationMetadata > exportDataOperationCallable ()
Returns
exportEvaluatedExamplesCallable()
public UnaryCallable<ExportEvaluatedExamplesRequest , Operation > exportEvaluatedExamplesCallable ()
Returns
exportEvaluatedExamplesOperationCallable()
public OperationCallable<ExportEvaluatedExamplesRequest , Empty , OperationMetadata > exportEvaluatedExamplesOperationCallable ()
Returns
exportModelCallable()
public UnaryCallable<ExportModelRequest , Operation > exportModelCallable ()
Returns
exportModelOperationCallable()
public OperationCallable<ExportModelRequest , Empty , OperationMetadata > exportModelOperationCallable ()
Returns
getAnnotationSpecCallable()
public UnaryCallable<GetAnnotationSpecRequest , AnnotationSpec > getAnnotationSpecCallable ()
Returns
getColumnSpecCallable()
public UnaryCallable<GetColumnSpecRequest , ColumnSpec > getColumnSpecCallable ()
Returns
getDatasetCallable()
public UnaryCallable<GetDatasetRequest , Dataset > getDatasetCallable ()
Returns
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub ()
Returns
getModelCallable()
public UnaryCallable<GetModelRequest , Model > getModelCallable ()
Returns
getModelEvaluationCallable()
public UnaryCallable<GetModelEvaluationRequest , ModelEvaluation > getModelEvaluationCallable ()
Returns
getOperationsStub()
public OperationsStub getOperationsStub ()
Returns
getTableSpecCallable()
public UnaryCallable<GetTableSpecRequest , TableSpec > getTableSpecCallable ()
Returns
importDataCallable()
public UnaryCallable<ImportDataRequest , Operation > importDataCallable ()
Returns
importDataOperationCallable()
public OperationCallable<ImportDataRequest , Empty , OperationMetadata > importDataOperationCallable ()
Returns
listColumnSpecsCallable()
public UnaryCallable<ListColumnSpecsRequest , ListColumnSpecsResponse > listColumnSpecsCallable ()
Returns
listColumnSpecsPagedCallable()
public UnaryCallable<ListColumnSpecsRequest , AutoMlClient . ListColumnSpecsPagedResponse > listColumnSpecsPagedCallable ()
Returns
listDatasetsCallable()
public UnaryCallable<ListDatasetsRequest , ListDatasetsResponse > listDatasetsCallable ()
Returns
listDatasetsPagedCallable()
public UnaryCallable<ListDatasetsRequest , AutoMlClient . ListDatasetsPagedResponse > listDatasetsPagedCallable ()
Returns
listModelEvaluationsCallable()
public UnaryCallable<ListModelEvaluationsRequest , ListModelEvaluationsResponse > listModelEvaluationsCallable ()
Returns
listModelEvaluationsPagedCallable()
public UnaryCallable<ListModelEvaluationsRequest , AutoMlClient . ListModelEvaluationsPagedResponse > listModelEvaluationsPagedCallable ()
Returns
listModelsCallable()
public UnaryCallable<ListModelsRequest , ListModelsResponse > listModelsCallable ()
Returns
listModelsPagedCallable()
public UnaryCallable<ListModelsRequest , AutoMlClient . ListModelsPagedResponse > listModelsPagedCallable ()
Returns
listTableSpecsCallable()
public UnaryCallable<ListTableSpecsRequest , ListTableSpecsResponse > listTableSpecsCallable ()
Returns
listTableSpecsPagedCallable()
public UnaryCallable<ListTableSpecsRequest , AutoMlClient . ListTableSpecsPagedResponse > listTableSpecsPagedCallable ()
Returns
undeployModelCallable()
public UnaryCallable<UndeployModelRequest , Operation > undeployModelCallable ()
Returns
undeployModelOperationCallable()
public OperationCallable<UndeployModelRequest , Empty , OperationMetadata > undeployModelOperationCallable ()
Returns
updateColumnSpecCallable()
public UnaryCallable<UpdateColumnSpecRequest , ColumnSpec > updateColumnSpecCallable ()
Returns
updateDatasetCallable()
public UnaryCallable<UpdateDatasetRequest , Dataset > updateDatasetCallable ()
Returns
updateTableSpecCallable()
public UnaryCallable<UpdateTableSpecRequest , TableSpec > updateTableSpecCallable ()
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]