Searched refs:UnstageAttr (Results 1 – 1 of 1) sorted by relevance
5967 type UnstageAttr func(optionalAttr) type5973 func UnstageCapacity(value int64) UnstageAttr {5983 func UnstageMemoryLimit(value int64) UnstageAttr {5991 func UnstageContainer(value string) UnstageAttr {5999 func UnstageSharedName(value string) UnstageAttr {6009 func Unstage(scope *Scope, dtypes []tf.DataType, optional ...UnstageAttr) (values []tf.Output) { argument