public static class AutoMlStubSettings.Builder extends StubSettings.Builder<AutoMlStubSettings,AutoMlStubSettings.Builder>
Builder for AutoMlStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(AutoMlStubSettings settings)
protected Builder(AutoMlStubSettings settings)
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public AutoMlStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
Parameter
Returns
build()
public AutoMlStubSettings build()
Returns
Overrides
Exceptions
createDatasetSettings()
public UnaryCallSettings.Builder<CreateDatasetRequest,Dataset> createDatasetSettings()
Returns the builder for the settings used for calls to createDataset.
Returns
createModelOperationSettings()
public OperationCallSettings.Builder<CreateModelRequest,Model,OperationMetadata> createModelOperationSettings()
Returns the builder for the settings used for calls to createModel.
Returns
createModelSettings()
public UnaryCallSettings.Builder<CreateModelRequest,Operation> createModelSettings()
Returns the builder for the settings used for calls to createModel.
Returns
deleteDatasetOperationSettings()
public OperationCallSettings.Builder<DeleteDatasetRequest,Empty,OperationMetadata> deleteDatasetOperationSettings()
Returns the builder for the settings used for calls to deleteDataset.
Returns
deleteDatasetSettings()
public UnaryCallSettings.Builder<DeleteDatasetRequest,Operation> deleteDatasetSettings()
Returns the builder for the settings used for calls to deleteDataset.
Returns
deleteModelOperationSettings()
public OperationCallSettings.Builder<DeleteModelRequest,Empty,OperationMetadata> deleteModelOperationSettings()
Returns the builder for the settings used for calls to deleteModel.
Returns
deleteModelSettings()
public UnaryCallSettings.Builder<DeleteModelRequest,Operation> deleteModelSettings()
Returns the builder for the settings used for calls to deleteModel.
Returns
deployModelOperationSettings()
public OperationCallSettings.Builder<DeployModelRequest,Empty,OperationMetadata> deployModelOperationSettings()
Returns the builder for the settings used for calls to deployModel.
Returns
deployModelSettings()
public UnaryCallSettings.Builder<DeployModelRequest,Operation> deployModelSettings()
Returns the builder for the settings used for calls to deployModel.
Returns
exportDataOperationSettings()
public OperationCallSettings.Builder<ExportDataRequest,Empty,OperationMetadata> exportDataOperationSettings()
Returns the builder for the settings used for calls to exportData.
Returns
exportDataSettings()
public UnaryCallSettings.Builder<ExportDataRequest,Operation> exportDataSettings()
Returns the builder for the settings used for calls to exportData.
Returns
exportEvaluatedExamplesOperationSettings()
public OperationCallSettings.Builder<ExportEvaluatedExamplesRequest,Empty,OperationMetadata> exportEvaluatedExamplesOperationSettings()
Returns the builder for the settings used for calls to exportEvaluatedExamples.
Returns
exportEvaluatedExamplesSettings()
public UnaryCallSettings.Builder<ExportEvaluatedExamplesRequest,Operation> exportEvaluatedExamplesSettings()
Returns the builder for the settings used for calls to exportEvaluatedExamples.
Returns
exportModelOperationSettings()
public OperationCallSettings.Builder<ExportModelRequest,Empty,OperationMetadata> exportModelOperationSettings()
Returns the builder for the settings used for calls to exportModel.
Returns
exportModelSettings()
public UnaryCallSettings.Builder<ExportModelRequest,Operation> exportModelSettings()
Returns the builder for the settings used for calls to exportModel.
Returns
getAnnotationSpecSettings()
public UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec> getAnnotationSpecSettings()
Returns the builder for the settings used for calls to getAnnotationSpec.
Returns
getColumnSpecSettings()
public UnaryCallSettings.Builder<GetColumnSpecRequest,ColumnSpec> getColumnSpecSettings()
Returns the builder for the settings used for calls to getColumnSpec.
Returns
getDatasetSettings()
public UnaryCallSettings.Builder<GetDatasetRequest,Dataset> getDatasetSettings()
Returns the builder for the settings used for calls to getDataset.
Returns
getModelEvaluationSettings()
public UnaryCallSettings.Builder<GetModelEvaluationRequest,ModelEvaluation> getModelEvaluationSettings()
Returns the builder for the settings used for calls to getModelEvaluation.
Returns
getModelSettings()
public UnaryCallSettings.Builder<GetModelRequest,Model> getModelSettings()
Returns the builder for the settings used for calls to getModel.
Returns
getTableSpecSettings()
public UnaryCallSettings.Builder<GetTableSpecRequest,TableSpec> getTableSpecSettings()
Returns the builder for the settings used for calls to getTableSpec.
Returns
importDataOperationSettings()
public OperationCallSettings.Builder<ImportDataRequest,Empty,OperationMetadata> importDataOperationSettings()
Returns the builder for the settings used for calls to importData.
Returns
importDataSettings()
public UnaryCallSettings.Builder<ImportDataRequest,Operation> importDataSettings()
Returns the builder for the settings used for calls to importData.
Returns
listColumnSpecsSettings()
public PagedCallSettings.Builder<ListColumnSpecsRequest,ListColumnSpecsResponse,AutoMlClient.ListColumnSpecsPagedResponse> listColumnSpecsSettings()
Returns the builder for the settings used for calls to listColumnSpecs.
Returns
listDatasetsSettings()
public PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,AutoMlClient.ListDatasetsPagedResponse> listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.
Returns
listModelEvaluationsSettings()
public PagedCallSettings.Builder<ListModelEvaluationsRequest,ListModelEvaluationsResponse,AutoMlClient.ListModelEvaluationsPagedResponse> listModelEvaluationsSettings()
Returns the builder for the settings used for calls to listModelEvaluations.
Returns
listModelsSettings()
public PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse,AutoMlClient.ListModelsPagedResponse> listModelsSettings()
Returns the builder for the settings used for calls to listModels.
Returns
listTableSpecsSettings()
public PagedCallSettings.Builder<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse> listTableSpecsSettings()
Returns the builder for the settings used for calls to listTableSpecs.
Returns
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> | |
undeployModelOperationSettings()
public OperationCallSettings.Builder<UndeployModelRequest,Empty,OperationMetadata> undeployModelOperationSettings()
Returns the builder for the settings used for calls to undeployModel.
Returns
undeployModelSettings()
public UnaryCallSettings.Builder<UndeployModelRequest,Operation> undeployModelSettings()
Returns the builder for the settings used for calls to undeployModel.
Returns
updateColumnSpecSettings()
public UnaryCallSettings.Builder<UpdateColumnSpecRequest,ColumnSpec> updateColumnSpecSettings()
Returns the builder for the settings used for calls to updateColumnSpec.
Returns
updateDatasetSettings()
public UnaryCallSettings.Builder<UpdateDatasetRequest,Dataset> updateDatasetSettings()
Returns the builder for the settings used for calls to updateDataset.
Returns
updateTableSpecSettings()
public UnaryCallSettings.Builder<UpdateTableSpecRequest,TableSpec> updateTableSpecSettings()
Returns the builder for the settings used for calls to updateTableSpec.
Returns