@Operator public final class GcsConfigureBlockCache extends PrimitiveOp
If the values are the same as already configured values, this op is a no-op. If they are different, the current contents of the block cache is dropped, and a new block cache is created fresh.
operation| Modifier and Type | Method and Description |
|---|---|
static GcsConfigureBlockCache |
create(Scope scope,
Operand<?> maxCacheSize,
Operand<?> blockSize,
Operand<?> maxStaleness)
Factory method to create a class to wrap a new GcsConfigureBlockCache operation to the graph.
|
equals, hashCode, toStringpublic static GcsConfigureBlockCache create(Scope scope, Operand<?> maxCacheSize, Operand<?> blockSize, Operand<?> maxStaleness)
scope - current graph scopemaxCacheSize - blockSize - maxStaleness - Copyright © 2015–2019. All rights reserved.