Searched refs:UnstageAttr (Results 1 – 1 of 1) sorted by relevance
6809 type UnstageAttr func(optionalAttr) type6815 func UnstageCapacity(value int64) UnstageAttr {6825 func UnstageMemoryLimit(value int64) UnstageAttr {6833 func UnstageContainer(value string) UnstageAttr {6841 func UnstageSharedName(value string) UnstageAttr {6851 func Unstage(scope *Scope, dtypes []tf.DataType, optional ...UnstageAttr) (values []tf.Output) { argument