Uses of Class
com.databricks.sdk.service.serving.ServingEndpointDetailedPermissionLevel
-
Packages that use ServingEndpointDetailedPermissionLevel Package Description com.databricks.sdk.service.serving -
-
Uses of ServingEndpointDetailedPermissionLevel in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return ServingEndpointDetailedPermissionLevel Modifier and Type Method Description ServingEndpointDetailedPermissionLevelServingEndpointDetailed. getPermissionLevel()static ServingEndpointDetailedPermissionLevelServingEndpointDetailedPermissionLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ServingEndpointDetailedPermissionLevel[]ServingEndpointDetailedPermissionLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.serving with parameters of type ServingEndpointDetailedPermissionLevel Modifier and Type Method Description ServingEndpointDetailedServingEndpointDetailed. setPermissionLevel(ServingEndpointDetailedPermissionLevel permissionLevel)
-