com.google.api.gax.longrunning.OperationFuture<BatchPredictResult,OperationMetadata> |
PredictionServiceClient.batchPredictAsync(BatchPredictRequest request) |
Perform a batch prediction.
|
com.google.api.gax.longrunning.OperationFuture<BatchPredictResult,OperationMetadata> |
PredictionServiceClient.batchPredictAsync(ModelName name,
BatchPredictInputConfig inputConfig,
BatchPredictOutputConfig outputConfig,
Map<String,String> params) |
Perform a batch prediction.
|
com.google.api.gax.longrunning.OperationFuture<BatchPredictResult,OperationMetadata> |
PredictionServiceClient.batchPredictAsync(String name,
BatchPredictInputConfig inputConfig,
BatchPredictOutputConfig outputConfig,
Map<String,String> params) |
Perform a batch prediction.
|
com.google.api.gax.rpc.OperationCallable<BatchPredictRequest,BatchPredictResult,OperationMetadata> |
PredictionServiceClient.batchPredictOperationCallable() |
Perform a batch prediction.
|
com.google.api.gax.rpc.OperationCallSettings<BatchPredictRequest,BatchPredictResult,OperationMetadata> |
PredictionServiceSettings.batchPredictOperationSettings() |
Returns the object with the settings used for calls to batchPredict.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<BatchPredictRequest,BatchPredictResult,OperationMetadata> |
PredictionServiceSettings.Builder.batchPredictOperationSettings() |
Returns the builder for the settings used for calls to batchPredict.
|
com.google.api.gax.longrunning.OperationFuture<Model,OperationMetadata> |
AutoMlClient.createModelAsync(CreateModelRequest request) |
Creates a model.
|
com.google.api.gax.longrunning.OperationFuture<Model,OperationMetadata> |
AutoMlClient.createModelAsync(LocationName parent,
Model model) |
Creates a model.
|
com.google.api.gax.longrunning.OperationFuture<Model,OperationMetadata> |
AutoMlClient.createModelAsync(String parent,
Model model) |
Creates a model.
|
com.google.api.gax.rpc.OperationCallable<CreateModelRequest,Model,OperationMetadata> |
AutoMlClient.createModelOperationCallable() |
Creates a model.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateModelRequest,Model,OperationMetadata> |
AutoMlSettings.Builder.createModelOperationSettings() |
Returns the builder for the settings used for calls to createModel.
|
com.google.api.gax.rpc.OperationCallSettings<CreateModelRequest,Model,OperationMetadata> |
AutoMlSettings.createModelOperationSettings() |
Returns the object with the settings used for calls to createModel.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deleteDatasetAsync(DatasetName name) |
Deletes a dataset and all of its contents.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deleteDatasetAsync(DeleteDatasetRequest request) |
Deletes a dataset and all of its contents.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deleteDatasetAsync(String name) |
Deletes a dataset and all of its contents.
|
com.google.api.gax.rpc.OperationCallable<DeleteDatasetRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deleteDatasetOperationCallable() |
Deletes a dataset and all of its contents.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDatasetRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.Builder.deleteDatasetOperationSettings() |
Returns the builder for the settings used for calls to deleteDataset.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteDatasetRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.deleteDatasetOperationSettings() |
Returns the object with the settings used for calls to deleteDataset.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deleteModelAsync(DeleteModelRequest request) |
Deletes a model.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deleteModelAsync(ModelName name) |
Deletes a model.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deleteModelAsync(String name) |
Deletes a model.
|
com.google.api.gax.rpc.OperationCallable<DeleteModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deleteModelOperationCallable() |
Deletes a model.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.Builder.deleteModelOperationSettings() |
Returns the builder for the settings used for calls to deleteModel.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.deleteModelOperationSettings() |
Returns the object with the settings used for calls to deleteModel.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deployModelAsync(DeployModelRequest request) |
Deploys a model.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deployModelAsync(ModelName name) |
Deploys a model.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deployModelAsync(String name) |
Deploys a model.
|
com.google.api.gax.rpc.OperationCallable<DeployModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.deployModelOperationCallable() |
Deploys a model.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeployModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.Builder.deployModelOperationSettings() |
Returns the builder for the settings used for calls to deployModel.
|
com.google.api.gax.rpc.OperationCallSettings<DeployModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.deployModelOperationSettings() |
Returns the object with the settings used for calls to deployModel.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportDataAsync(DatasetName name,
OutputConfig outputConfig) |
Exports dataset's data to the provided output location.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportDataAsync(ExportDataRequest request) |
Exports dataset's data to the provided output location.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportDataAsync(String name,
OutputConfig outputConfig) |
Exports dataset's data to the provided output location.
|
com.google.api.gax.rpc.OperationCallable<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportDataOperationCallable() |
Exports dataset's data to the provided output location.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.Builder.exportDataOperationSettings() |
Returns the builder for the settings used for calls to exportData.
|
com.google.api.gax.rpc.OperationCallSettings<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.exportDataOperationSettings() |
Returns the object with the settings used for calls to exportData.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportEvaluatedExamplesAsync(ExportEvaluatedExamplesRequest request) |
Exports examples on which the model was evaluated (i.e.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportEvaluatedExamplesAsync(ModelName name,
ExportEvaluatedExamplesOutputConfig outputConfig) |
Exports examples on which the model was evaluated (i.e.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportEvaluatedExamplesAsync(String name,
ExportEvaluatedExamplesOutputConfig outputConfig) |
Exports examples on which the model was evaluated (i.e.
|
com.google.api.gax.rpc.OperationCallable<ExportEvaluatedExamplesRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportEvaluatedExamplesOperationCallable() |
Exports examples on which the model was evaluated (i.e.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportEvaluatedExamplesRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.Builder.exportEvaluatedExamplesOperationSettings() |
Returns the builder for the settings used for calls to exportEvaluatedExamples.
|
com.google.api.gax.rpc.OperationCallSettings<ExportEvaluatedExamplesRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.exportEvaluatedExamplesOperationSettings() |
Returns the object with the settings used for calls to exportEvaluatedExamples.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportModelAsync(ExportModelRequest request) |
Exports a trained, "export-able", model to a user specified Google Cloud Storage location.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportModelAsync(ModelName name,
ModelExportOutputConfig outputConfig) |
Exports a trained, "export-able", model to a user specified Google Cloud Storage location.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportModelAsync(String name,
ModelExportOutputConfig outputConfig) |
Exports a trained, "export-able", model to a user specified Google Cloud Storage location.
|
com.google.api.gax.rpc.OperationCallable<ExportModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.exportModelOperationCallable() |
Exports a trained, "export-able", model to a user specified Google Cloud Storage location.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.Builder.exportModelOperationSettings() |
Returns the builder for the settings used for calls to exportModel.
|
com.google.api.gax.rpc.OperationCallSettings<ExportModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.exportModelOperationSettings() |
Returns the object with the settings used for calls to exportModel.
|
com.google.protobuf.Parser<OperationMetadata> |
OperationMetadata.getParserForType() |
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.importDataAsync(DatasetName name,
InputConfig inputConfig) |
Imports data into a dataset.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.importDataAsync(ImportDataRequest request) |
Imports data into a dataset.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.importDataAsync(String name,
InputConfig inputConfig) |
Imports data into a dataset.
|
com.google.api.gax.rpc.OperationCallable<ImportDataRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.importDataOperationCallable() |
Imports data into a dataset.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDataRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.Builder.importDataOperationSettings() |
Returns the builder for the settings used for calls to importData.
|
com.google.api.gax.rpc.OperationCallSettings<ImportDataRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.importDataOperationSettings() |
Returns the object with the settings used for calls to importData.
|
static com.google.protobuf.Parser<OperationMetadata> |
OperationMetadata.parser() |
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.undeployModelAsync(ModelName name) |
Undeploys a model.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.undeployModelAsync(UndeployModelRequest request) |
Undeploys a model.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.undeployModelAsync(String name) |
Undeploys a model.
|
com.google.api.gax.rpc.OperationCallable<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlClient.undeployModelOperationCallable() |
Undeploys a model.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.Builder.undeployModelOperationSettings() |
Returns the builder for the settings used for calls to undeployModel.
|
com.google.api.gax.rpc.OperationCallSettings<UndeployModelRequest,com.google.protobuf.Empty,OperationMetadata> |
AutoMlSettings.undeployModelOperationSettings() |
Returns the object with the settings used for calls to undeployModel.
|