Struct aws_sdk_comprehend::model::EndpointFilter [−][src]
#[non_exhaustive]pub struct EndpointFilter {
pub model_arn: Option<String>,
pub status: Option<EndpointStatus>,
pub creation_time_before: Option<DateTime>,
pub creation_time_after: Option<DateTime>,
}Expand description
The filter used to determine which endpoints are returned. You can filter jobs on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
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.model_arn: Option<String>The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
status: Option<EndpointStatus>Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.
creation_time_before: Option<DateTime>Specifies a date before which the returned endpoint or endpoints were created.
creation_time_after: Option<DateTime>Specifies a date after which the returned endpoint or endpoints were created.
Implementations
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.
Specifies a date before which the returned endpoint or endpoints were created.
Specifies a date after which the returned endpoint or endpoints were created.
Creates a new builder-style object to manufacture EndpointFilter
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 EndpointFilter
impl Send for EndpointFilter
impl Sync for EndpointFilter
impl Unpin for EndpointFilter
impl UnwindSafe for EndpointFilter
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
