Struct aws_sdk_sagemaker::output::RenderUiTemplateOutput
source · [−]#[non_exhaustive]pub struct RenderUiTemplateOutput { /* private fields */ }Implementations
sourceimpl RenderUiTemplateOutput
impl RenderUiTemplateOutput
sourcepub fn rendered_content(&self) -> Option<&str>
pub fn rendered_content(&self) -> Option<&str>
A Liquid template that renders the HTML for the worker UI.
sourcepub fn errors(&self) -> Option<&[RenderingError]>
pub fn errors(&self) -> Option<&[RenderingError]>
A list of one or more RenderingError objects if any were encountered while rendering the template. If there were no errors, the list is empty.
sourceimpl RenderUiTemplateOutput
impl RenderUiTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RenderUiTemplateOutput.
Trait Implementations
sourceimpl Clone for RenderUiTemplateOutput
impl Clone for RenderUiTemplateOutput
sourcefn clone(&self) -> RenderUiTemplateOutput
fn clone(&self) -> RenderUiTemplateOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RenderUiTemplateOutput
impl Debug for RenderUiTemplateOutput
sourceimpl PartialEq<RenderUiTemplateOutput> for RenderUiTemplateOutput
impl PartialEq<RenderUiTemplateOutput> for RenderUiTemplateOutput
sourcefn eq(&self, other: &RenderUiTemplateOutput) -> bool
fn eq(&self, other: &RenderUiTemplateOutput) -> bool
impl StructuralPartialEq for RenderUiTemplateOutput
Auto Trait Implementations
impl RefUnwindSafe for RenderUiTemplateOutput
impl Send for RenderUiTemplateOutput
impl Sync for RenderUiTemplateOutput
impl Unpin for RenderUiTemplateOutput
impl UnwindSafe for RenderUiTemplateOutput
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