Class AutoMlSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public AutoMlSettings.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.

        Note: This method does not support applying settings to streaming methods.

      • createDatasetSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDatasetRequest,​com.google.longrunning.Operation> createDatasetSettings()
        Returns the builder for the settings used for calls to createDataset.
      • createDatasetOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDatasetRequest,​Dataset,​OperationMetadata> createDatasetOperationSettings()
        Returns the builder for the settings used for calls to createDataset.
      • getDatasetSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatasetRequest,​Dataset> getDatasetSettings()
        Returns the builder for the settings used for calls to getDataset.
      • updateDatasetSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDatasetRequest,​Dataset> updateDatasetSettings()
        Returns the builder for the settings used for calls to updateDataset.
      • deleteDatasetSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDatasetRequest,​com.google.longrunning.Operation> deleteDatasetSettings()
        Returns the builder for the settings used for calls to deleteDataset.
      • deleteDatasetOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDatasetRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteDatasetOperationSettings()
        Returns the builder for the settings used for calls to deleteDataset.
      • importDataSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDataRequest,​com.google.longrunning.Operation> importDataSettings()
        Returns the builder for the settings used for calls to importData.
      • importDataOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDataRequest,​com.google.protobuf.Empty,​OperationMetadata> importDataOperationSettings()
        Returns the builder for the settings used for calls to importData.
      • exportDataSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDataRequest,​com.google.longrunning.Operation> exportDataSettings()
        Returns the builder for the settings used for calls to exportData.
      • exportDataOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,​com.google.protobuf.Empty,​OperationMetadata> exportDataOperationSettings()
        Returns the builder for the settings used for calls to exportData.
      • getAnnotationSpecSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,​AnnotationSpec> getAnnotationSpecSettings()
        Returns the builder for the settings used for calls to getAnnotationSpec.
      • createModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateModelRequest,​com.google.longrunning.Operation> createModelSettings()
        Returns the builder for the settings used for calls to createModel.
      • createModelOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateModelRequest,​Model,​OperationMetadata> createModelOperationSettings()
        Returns the builder for the settings used for calls to createModel.
      • getModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelRequest,​Model> getModelSettings()
        Returns the builder for the settings used for calls to getModel.
      • deleteModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteModelRequest,​com.google.longrunning.Operation> deleteModelSettings()
        Returns the builder for the settings used for calls to deleteModel.
      • deleteModelOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteModelRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteModelOperationSettings()
        Returns the builder for the settings used for calls to deleteModel.
      • updateModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateModelRequest,​Model> updateModelSettings()
        Returns the builder for the settings used for calls to updateModel.
      • deployModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeployModelRequest,​com.google.longrunning.Operation> deployModelSettings()
        Returns the builder for the settings used for calls to deployModel.
      • deployModelOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeployModelRequest,​com.google.protobuf.Empty,​OperationMetadata> deployModelOperationSettings()
        Returns the builder for the settings used for calls to deployModel.
      • undeployModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployModelRequest,​com.google.longrunning.Operation> undeployModelSettings()
        Returns the builder for the settings used for calls to undeployModel.
      • undeployModelOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployModelRequest,​com.google.protobuf.Empty,​OperationMetadata> undeployModelOperationSettings()
        Returns the builder for the settings used for calls to undeployModel.
      • exportModelSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportModelRequest,​com.google.longrunning.Operation> exportModelSettings()
        Returns the builder for the settings used for calls to exportModel.
      • exportModelOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<ExportModelRequest,​com.google.protobuf.Empty,​OperationMetadata> exportModelOperationSettings()
        Returns the builder for the settings used for calls to exportModel.
      • getModelEvaluationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelEvaluationRequest,​ModelEvaluation> getModelEvaluationSettings()
        Returns the builder for the settings used for calls to getModelEvaluation.