Package io.milvus.client
Class TableSchemaParam.Builder
- java.lang.Object
-
- io.milvus.client.TableSchemaParam.Builder
-
- Enclosing class:
- TableSchemaParam
public static class TableSchemaParam.Builder extends Object
Builder forTableSchemaParam
-
-
Constructor Summary
Constructors Constructor Description Builder(TableSchema tableSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableSchemaParambuild()TableSchemaParam.BuilderwithTimeout(long timeout)Optional.
-
-
-
Constructor Detail
-
Builder
public Builder(@Nonnull TableSchema tableSchema)- Parameters:
tableSchema- aTableSchemaobject- See Also:
TableSchema
-
-
Method Detail
-
withTimeout
public TableSchemaParam.Builder withTimeout(long timeout)
Optional. Sets the deadline from when the client RPC is set to when the response is picked up by the client. Default to 86400s (1 day).- Parameters:
timeout- in seconds- Returns:
Builder
-
build
public TableSchemaParam build()
-
-