Struct aws_sdk_sagemaker::model::EndpointConfigSummary [−][src]
#[non_exhaustive]pub struct EndpointConfigSummary {
pub endpoint_config_name: Option<String>,
pub endpoint_config_arn: Option<String>,
pub creation_time: Option<DateTime>,
}
Expand description
Provides summary information for an endpoint configuration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.endpoint_config_name: Option<String>
The name of the endpoint configuration.
endpoint_config_arn: Option<String>
The Amazon Resource Name (ARN) of the endpoint configuration.
creation_time: Option<DateTime>
A timestamp that shows when the endpoint configuration was created.
Implementations
The name of the endpoint configuration.
The Amazon Resource Name (ARN) of the endpoint configuration.
A timestamp that shows when the endpoint configuration was created.
Creates a new builder-style object to manufacture EndpointConfigSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for EndpointConfigSummary
impl Send for EndpointConfigSummary
impl Sync for EndpointConfigSummary
impl Unpin for EndpointConfigSummary
impl UnwindSafe for EndpointConfigSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more