pub struct UpdateModelVersionBuilder { /* private fields */ }Expand description
Builder for updating a model version
Implementations§
Source§impl UpdateModelVersionBuilder
impl UpdateModelVersionBuilder
Sourcepub fn with_comment(self, comment: impl Into<Option<String>>) -> Self
pub fn with_comment(self, comment: impl Into<Option<String>>) -> Self
User-provided free-form text description.
Trait Implementations§
Source§impl IntoFuture for UpdateModelVersionBuilder
impl IntoFuture for UpdateModelVersionBuilder
Source§type Output = Result<ModelVersion, Error>
type Output = Result<ModelVersion, Error>
The output that the future will produce on completion.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <UpdateModelVersionBuilder as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <UpdateModelVersionBuilder as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for UpdateModelVersionBuilder
impl !UnwindSafe for UpdateModelVersionBuilder
impl Freeze for UpdateModelVersionBuilder
impl Send for UpdateModelVersionBuilder
impl Sync for UpdateModelVersionBuilder
impl Unpin for UpdateModelVersionBuilder
impl UnsafeUnpin for UpdateModelVersionBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more