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

com.databricks.sdk.service.billing.UsageDashboardsService Maven / Gradle / Ivy

There is a newer version: 0.35.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.billing;

import com.databricks.sdk.support.Generated;

/**
 * These APIs manage usage dashboards for this account. Usage dashboards enable you to gain insights
 * into your usage with pre-built dashboards: visualize breakdowns, analyze tag attributions, and
 * identify cost drivers.
 *
 * 

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

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface UsageDashboardsService { /** * Create new usage dashboard. * *

Create a usage dashboard specified by workspaceId, accountId, and dashboard type. */ CreateBillingUsageDashboardResponse create( CreateBillingUsageDashboardRequest createBillingUsageDashboardRequest); /** * Get usage dashboard. * *

Get a usage dashboard specified by workspaceId, accountId, and dashboard type. */ GetBillingUsageDashboardResponse get( GetBillingUsageDashboardRequest getBillingUsageDashboardRequest); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy