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

com.databricks.sdk.service.compute.PolicyFamiliesService 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.compute;

import com.databricks.sdk.support.Generated;

/**
 * View available policy families. A policy family contains a policy definition providing best
 * practices for configuring clusters for a particular use case.
 *
 * 

Databricks manages and provides policy families for several common cluster use cases. You * cannot create, edit, or delete policy families. * *

Policy families cannot be used directly to create clusters. Instead, you create cluster * policies using a policy family. Cluster policies created using a policy family inherit the policy * family's policy definition. * *

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

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface PolicyFamiliesService { /** * Get policy family information. * *

Retrieve the information for an policy family based on its identifier and version */ PolicyFamily get(GetPolicyFamilyRequest getPolicyFamilyRequest); /** * List policy families. * *

Returns the list of policy definition types available to use at their latest version. This * API is paginated. */ ListPolicyFamiliesResponse list(ListPolicyFamiliesRequest listPolicyFamiliesRequest); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy