#[non_exhaustive]pub struct ListLanguageModelsOutput { /* private fields */ }Implementations§
source§impl ListLanguageModelsOutput
impl ListLanguageModelsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If NextToken is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the NextToken parameter in your results output, then run your request again including NextToken with the value of the copied string. Repeat as needed to view all your results.
sourcepub fn models(&self) -> Option<&[LanguageModel]>
pub fn models(&self) -> Option<&[LanguageModel]>
Provides information about the custom language models that match the criteria specified in your request.
source§impl ListLanguageModelsOutput
impl ListLanguageModelsOutput
sourcepub fn builder() -> ListLanguageModelsOutputBuilder
pub fn builder() -> ListLanguageModelsOutputBuilder
Creates a new builder-style object to manufacture ListLanguageModelsOutput.
Trait Implementations§
source§impl Clone for ListLanguageModelsOutput
impl Clone for ListLanguageModelsOutput
source§fn clone(&self) -> ListLanguageModelsOutput
fn clone(&self) -> ListLanguageModelsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ListLanguageModelsOutput
impl Debug for ListLanguageModelsOutput
source§impl PartialEq<ListLanguageModelsOutput> for ListLanguageModelsOutput
impl PartialEq<ListLanguageModelsOutput> for ListLanguageModelsOutput
source§fn eq(&self, other: &ListLanguageModelsOutput) -> bool
fn eq(&self, other: &ListLanguageModelsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListLanguageModelsOutput
impl RequestId for ListLanguageModelsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for ListLanguageModelsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListLanguageModelsOutput
impl Send for ListLanguageModelsOutput
impl Sync for ListLanguageModelsOutput
impl Unpin for ListLanguageModelsOutput
impl UnwindSafe for ListLanguageModelsOutput
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