Struct aws_sdk_sagemaker::output::ListEndpointsOutput
source · #[non_exhaustive]pub struct ListEndpointsOutput { /* private fields */ }
Implementations§
source§impl ListEndpointsOutput
impl ListEndpointsOutput
sourcepub fn endpoints(&self) -> Option<&[EndpointSummary]>
pub fn endpoints(&self) -> Option<&[EndpointSummary]>
An array or endpoint objects.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.
source§impl ListEndpointsOutput
impl ListEndpointsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEndpointsOutput
.
Trait Implementations§
source§impl Clone for ListEndpointsOutput
impl Clone for ListEndpointsOutput
source§fn clone(&self) -> ListEndpointsOutput
fn clone(&self) -> ListEndpointsOutput
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 ListEndpointsOutput
impl Debug for ListEndpointsOutput
source§impl PartialEq<ListEndpointsOutput> for ListEndpointsOutput
impl PartialEq<ListEndpointsOutput> for ListEndpointsOutput
source§fn eq(&self, other: &ListEndpointsOutput) -> bool
fn eq(&self, other: &ListEndpointsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.