Class ReleaseCollectionParam
- java.lang.Object
-
- io.milvus.param.collection.ReleaseCollectionParam
-
public class ReleaseCollectionParam extends java.lang.Object
Parameters forreleaseCollection
interface.
-
-
Nested Class Summary
Modifier and Type Class Description static class
ReleaseCollectionParam.Builder
Builder forReleaseCollectionParam
class.
-
Method Summary
Modifier and Type Method Description static ReleaseCollectionParam.Builder
newBuilder()
java.lang.String
toString()
Constructs aString
byReleaseCollectionParam
instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
newBuilder
public static ReleaseCollectionParam.Builder newBuilder()
-
toString
public java.lang.String toString()
Constructs aString
byReleaseCollectionParam
instance.- Overrides:
toString
in classjava.lang.Object
- Returns:
String
-
-