All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.settings.WorkspaceConfService Maven / Gradle / Ivy

// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.settings;

import com.databricks.sdk.support.Generated;
import java.util.Map;

/**
 * This API allows updating known workspace settings for advanced users.
 *
 * 

This is the high-level interface, that contains generated methods. * *

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface WorkspaceConfService { /** * Check configuration status. * *

Gets the configuration status for a workspace. */ Map getStatus(GetStatusRequest getStatusRequest); /** * Enable/disable features. * *

Sets the configuration status for a workspace, including enabling or disabling it. */ void setStatus(Map workspaceConf); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy