Struct aws_sdk_sagemaker::output::describe_endpoint_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DescribeEndpointOutput
Implementations
Name of the endpoint.
Name of the endpoint.
The Amazon Resource Name (ARN) of the endpoint.
The Amazon Resource Name (ARN) of the endpoint.
The name of the endpoint configuration associated with this endpoint.
The name of the endpoint configuration associated with this endpoint.
Appends an item to production_variants.
To override the contents of this collection use set_production_variants.
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
The status of the endpoint.
-
OutOfService: Endpoint is not available to take incoming requests. -
Creating:CreateEndpointis executing. -
Updating:UpdateEndpointorUpdateEndpointWeightsAndCapacitiesis executing. -
SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count. -
RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to anInServicestatus. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of anUpdateEndpointWeightsAndCapacitiescall or when theUpdateEndpointWeightsAndCapacitiesoperation is called explicitly. -
InService: Endpoint is available to process incoming requests. -
Deleting:DeleteEndpointis executing. -
Failed: Endpoint could not be created, updated, or re-scaled. UseDescribeEndpointOutput$FailureReasonfor information about the failure.DeleteEndpointis the only operation that can be performed on a failed endpoint.
The status of the endpoint.
-
OutOfService: Endpoint is not available to take incoming requests. -
Creating:CreateEndpointis executing. -
Updating:UpdateEndpointorUpdateEndpointWeightsAndCapacitiesis executing. -
SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count. -
RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to anInServicestatus. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of anUpdateEndpointWeightsAndCapacitiescall or when theUpdateEndpointWeightsAndCapacitiesoperation is called explicitly. -
InService: Endpoint is available to process incoming requests. -
Deleting:DeleteEndpointis executing. -
Failed: Endpoint could not be created, updated, or re-scaled. UseDescribeEndpointOutput$FailureReasonfor information about the failure.DeleteEndpointis the only operation that can be performed on a failed endpoint.
If the status of the endpoint is Failed, the reason why it failed.
If the status of the endpoint is Failed, the reason why it failed.
A timestamp that shows when the endpoint was created.
A timestamp that shows when the endpoint was created.
A timestamp that shows when the endpoint was last modified.
A timestamp that shows when the endpoint was last modified.
The most recent deployment configuration for the endpoint.
The most recent deployment configuration for the endpoint.
Returns the description of an endpoint configuration created using the CreateEndpointConfig API.
Returns the description of an endpoint configuration created using the CreateEndpointConfig API.
Returns the summary of an in-progress deployment. This field is only returned when the endpoint is creating or updating with a new endpoint configuration.
Returns the summary of an in-progress deployment. This field is only returned when the endpoint is creating or updating with a new endpoint configuration.
Consumes the builder and constructs a DescribeEndpointOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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