We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ae3a5 commit 588733cCopy full SHA for 588733c
1 file changed
databricks-sdk-java/src/main/java/com/databricks/sdk/service/common/lro/LroOptions.java
@@ -5,7 +5,8 @@
5
import java.util.Optional;
6
7
/**
8
- * Options for configuring long-running operation behavior.
+ * Options for configuring long-running operation behavior. This class is not ready for use and can
9
+ * be changed in backward incompatible ways.
10
*
11
* <p>This class provides configuration options for long-running operations, such as timeouts and
12
* other behavioral settings.
@@ -94,4 +95,4 @@ public int hashCode() {
94
95
public String toString() {
96
return "LroOptions{" + "timeout=" + timeout + '}';
97
}
-}
98
+}
0 commit comments