public static class AutoMlStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<AutoMlStubSettings,AutoMlStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(AutoMlStubSettings settings) |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
Modifier and Type | Method and Description |
---|---|
AutoMlStubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
AutoMlStubSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDatasetRequest,Dataset> |
createDatasetSettings()
Returns the builder for the settings used for calls to createDataset.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateModelRequest,Model,OperationMetadata> |
createModelOperationSettings()
Returns the builder for the settings used for calls to createModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateModelRequest,com.google.longrunning.Operation> |
createModelSettings()
Returns the builder for the settings used for calls to createModel.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDatasetRequest,Empty,OperationMetadata> |
deleteDatasetOperationSettings()
Returns the builder for the settings used for calls to deleteDataset.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDatasetRequest,com.google.longrunning.Operation> |
deleteDatasetSettings()
Returns the builder for the settings used for calls to deleteDataset.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteModelRequest,Empty,OperationMetadata> |
deleteModelOperationSettings()
Returns the builder for the settings used for calls to deleteModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteModelRequest,com.google.longrunning.Operation> |
deleteModelSettings()
Returns the builder for the settings used for calls to deleteModel.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeployModelRequest,Empty,OperationMetadata> |
deployModelOperationSettings()
Returns the builder for the settings used for calls to deployModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeployModelRequest,com.google.longrunning.Operation> |
deployModelSettings()
Returns the builder for the settings used for calls to deployModel.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,Empty,OperationMetadata> |
exportDataOperationSettings()
Returns the builder for the settings used for calls to exportData.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDataRequest,com.google.longrunning.Operation> |
exportDataSettings()
Returns the builder for the settings used for calls to exportData.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportEvaluatedExamplesRequest,Empty,OperationMetadata> |
exportEvaluatedExamplesOperationSettings()
Returns the builder for the settings used for calls to exportEvaluatedExamples.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportEvaluatedExamplesRequest,com.google.longrunning.Operation> |
exportEvaluatedExamplesSettings()
Returns the builder for the settings used for calls to exportEvaluatedExamples.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportModelRequest,Empty,OperationMetadata> |
exportModelOperationSettings()
Returns the builder for the settings used for calls to exportModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportModelRequest,com.google.longrunning.Operation> |
exportModelSettings()
Returns the builder for the settings used for calls to exportModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec> |
getAnnotationSpecSettings()
Returns the builder for the settings used for calls to getAnnotationSpec.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetColumnSpecRequest,ColumnSpec> |
getColumnSpecSettings()
Returns the builder for the settings used for calls to getColumnSpec.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatasetRequest,Dataset> |
getDatasetSettings()
Returns the builder for the settings used for calls to getDataset.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelEvaluationRequest,ModelEvaluation> |
getModelEvaluationSettings()
Returns the builder for the settings used for calls to getModelEvaluation.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelRequest,Model> |
getModelSettings()
Returns the builder for the settings used for calls to getModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableSpecRequest,TableSpec> |
getTableSpecSettings()
Returns the builder for the settings used for calls to getTableSpec.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDataRequest,Empty,OperationMetadata> |
importDataOperationSettings()
Returns the builder for the settings used for calls to importData.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDataRequest,com.google.longrunning.Operation> |
importDataSettings()
Returns the builder for the settings used for calls to importData.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListColumnSpecsRequest,ListColumnSpecsResponse,AutoMlClient.ListColumnSpecsPagedResponse> |
listColumnSpecsSettings()
Returns the builder for the settings used for calls to listColumnSpecs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,AutoMlClient.ListDatasetsPagedResponse> |
listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelEvaluationsRequest,ListModelEvaluationsResponse,AutoMlClient.ListModelEvaluationsPagedResponse> |
listModelEvaluationsSettings()
Returns the builder for the settings used for calls to listModelEvaluations.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse,AutoMlClient.ListModelsPagedResponse> |
listModelsSettings()
Returns the builder for the settings used for calls to listModels.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse> |
listTableSpecsSettings()
Returns the builder for the settings used for calls to listTableSpecs.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployModelRequest,Empty,OperationMetadata> |
undeployModelOperationSettings()
Returns the builder for the settings used for calls to undeployModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployModelRequest,com.google.longrunning.Operation> |
undeployModelSettings()
Returns the builder for the settings used for calls to undeployModel.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateColumnSpecRequest,ColumnSpec> |
updateColumnSpecSettings()
Returns the builder for the settings used for calls to updateColumnSpec.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDatasetRequest,Dataset> |
updateDatasetSettings()
Returns the builder for the settings used for calls to updateDataset.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTableSpecRequest,TableSpec> |
updateTableSpecSettings()
Returns the builder for the settings used for calls to updateTableSpec.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(AutoMlStubSettings settings)
public AutoMlStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDatasetRequest,Dataset> createDatasetSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDatasetRequest,Dataset> updateDatasetSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatasetRequest,Dataset> getDatasetSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,AutoMlClient.ListDatasetsPagedResponse> listDatasetsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDatasetRequest,com.google.longrunning.Operation> deleteDatasetSettings()
@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.OperationCallSettings.Builder<DeleteDatasetRequest,Empty,OperationMetadata> deleteDatasetOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDataRequest,com.google.longrunning.Operation> importDataSettings()
@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.OperationCallSettings.Builder<ImportDataRequest,Empty,OperationMetadata> importDataOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDataRequest,com.google.longrunning.Operation> exportDataSettings()
@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.OperationCallSettings.Builder<ExportDataRequest,Empty,OperationMetadata> exportDataOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateModelRequest,com.google.longrunning.Operation> createModelSettings()
@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.OperationCallSettings.Builder<CreateModelRequest,Model,OperationMetadata> createModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelRequest,Model> getModelSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse,AutoMlClient.ListModelsPagedResponse> listModelsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteModelRequest,com.google.longrunning.Operation> deleteModelSettings()
@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.OperationCallSettings.Builder<DeleteModelRequest,Empty,OperationMetadata> deleteModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeployModelRequest,com.google.longrunning.Operation> deployModelSettings()
@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.OperationCallSettings.Builder<DeployModelRequest,Empty,OperationMetadata> deployModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployModelRequest,com.google.longrunning.Operation> undeployModelSettings()
@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.OperationCallSettings.Builder<UndeployModelRequest,Empty,OperationMetadata> undeployModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelEvaluationRequest,ModelEvaluation> getModelEvaluationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportModelRequest,com.google.longrunning.Operation> exportModelSettings()
@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.OperationCallSettings.Builder<ExportModelRequest,Empty,OperationMetadata> exportModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportEvaluatedExamplesRequest,com.google.longrunning.Operation> exportEvaluatedExamplesSettings()
@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.OperationCallSettings.Builder<ExportEvaluatedExamplesRequest,Empty,OperationMetadata> exportEvaluatedExamplesOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelEvaluationsRequest,ListModelEvaluationsResponse,AutoMlClient.ListModelEvaluationsPagedResponse> listModelEvaluationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec> getAnnotationSpecSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableSpecRequest,TableSpec> getTableSpecSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse> listTableSpecsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTableSpecRequest,TableSpec> updateTableSpecSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetColumnSpecRequest,ColumnSpec> getColumnSpecSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListColumnSpecsRequest,ListColumnSpecsResponse,AutoMlClient.ListColumnSpecsPagedResponse> listColumnSpecsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateColumnSpecRequest,ColumnSpec> updateColumnSpecSettings()
public AutoMlStubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<AutoMlStubSettings,AutoMlStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.