Struct tensorflow::ops::FileSystemSetConfiguration
source · [−]pub struct FileSystemSetConfiguration { /* private fields */ }
Expand description
Builder for the FileSystemSetConfiguration
operation.
Implementations
sourceimpl FileSystemSetConfiguration
impl FileSystemSetConfiguration
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
scheme: O0,
key: O1,
value: O2,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
scheme: O0,
key: O1,
value: O2,
scope: &mut Scope
) -> Result<Operation>
Builds the FileSystemSetConfiguration
operation.
sourcepub fn build_instance(
&self,
scheme: Output,
key: Output,
value: Output,
scope: &mut Scope
) -> Result<FileSystemSetConfigurationInst>
pub fn build_instance(
&self,
scheme: Output,
key: Output,
value: Output,
scope: &mut Scope
) -> Result<FileSystemSetConfigurationInst>
Builds a new instance of ‘FileSystemSetConfiguration’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Debug for FileSystemSetConfiguration
impl Debug for FileSystemSetConfiguration
sourceimpl Default for FileSystemSetConfiguration
impl Default for FileSystemSetConfiguration
sourcefn default() -> FileSystemSetConfiguration
fn default() -> FileSystemSetConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FileSystemSetConfiguration
impl Send for FileSystemSetConfiguration
impl Sync for FileSystemSetConfiguration
impl Unpin for FileSystemSetConfiguration
impl UnwindSafe for FileSystemSetConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more