public static interface DescribeEndpointResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointResponse.Builder,DescribeEndpointResponse>
Modifier and Type | Method and Description |
---|---|
DescribeEndpointResponse.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the endpoint was created.
|
DescribeEndpointResponse.Builder |
endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
DescribeEndpointResponse.Builder |
endpointConfigName(String endpointConfigName)
The name of the endpoint configuration associated with this endpoint.
|
DescribeEndpointResponse.Builder |
endpointName(String endpointName)
Name of the endpoint.
|
DescribeEndpointResponse.Builder |
endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
DescribeEndpointResponse.Builder |
endpointStatus(String endpointStatus)
The status of the endpoint.
|
DescribeEndpointResponse.Builder |
failureReason(String failureReason)
If the status of the endpoint is
Failed , the reason why it failed. |
DescribeEndpointResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
|
DescribeEndpointResponse.Builder |
productionVariants(Collection<ProductionVariantSummary> productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
DescribeEndpointResponse.Builder |
productionVariants(Consumer<ProductionVariantSummary.Builder>... productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
DescribeEndpointResponse.Builder |
productionVariants(ProductionVariantSummary... productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeEndpointResponse.Builder endpointName(String endpointName)
Name of the endpoint.
endpointName
- Name of the endpoint.DescribeEndpointResponse.Builder endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn
- The Amazon Resource Name (ARN) of the endpoint.DescribeEndpointResponse.Builder endpointConfigName(String endpointConfigName)
The name of the endpoint configuration associated with this endpoint.
endpointConfigName
- The name of the endpoint configuration associated with this endpoint.DescribeEndpointResponse.Builder productionVariants(Collection<ProductionVariantSummary> productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
productionVariants
- An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.DescribeEndpointResponse.Builder productionVariants(ProductionVariantSummary... productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
productionVariants
- An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.DescribeEndpointResponse.Builder productionVariants(Consumer<ProductionVariantSummary.Builder>... productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #productionVariants(List)
.productionVariants
- a consumer that will call methods on List.Builder
#productionVariants(List)
DescribeEndpointResponse.Builder endpointStatus(String endpointStatus)
The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is 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 an
InService
status. This transitional status only applies to an endpoint that has autoscaling
enabled and is undergoing variant weight or capacity changes as part of an
UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities
operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the
only operation that can be performed on a failed endpoint.
endpointStatus
- The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is
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 an InService
status. This transitional status only applies to an endpoint that
has autoscaling enabled and is undergoing variant weight or capacity changes as part of an
UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities
operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint
is the only operation that can be performed on a failed endpoint.
EndpointStatus
,
EndpointStatus
DescribeEndpointResponse.Builder endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is 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 an
InService
status. This transitional status only applies to an endpoint that has autoscaling
enabled and is undergoing variant weight or capacity changes as part of an
UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities
operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the
only operation that can be performed on a failed endpoint.
endpointStatus
- The status of the endpoint.
OutOfService
: Endpoint is not available to take incoming requests.
Creating
: CreateEndpoint is executing.
Updating
: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is
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 an InService
status. This transitional status only applies to an endpoint that
has autoscaling enabled and is undergoing variant weight or capacity changes as part of an
UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities
operation is called explicitly.
InService
: Endpoint is available to process incoming requests.
Deleting
: DeleteEndpoint is executing.
Failed
: Endpoint could not be created, updated, or re-scaled. Use
DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint
is the only operation that can be performed on a failed endpoint.
EndpointStatus
,
EndpointStatus
DescribeEndpointResponse.Builder failureReason(String failureReason)
If the status of the endpoint is Failed
, the reason why it failed.
failureReason
- If the status of the endpoint is Failed
, the reason why it failed.DescribeEndpointResponse.Builder creationTime(Instant creationTime)
A timestamp that shows when the endpoint was created.
creationTime
- A timestamp that shows when the endpoint was created.DescribeEndpointResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
lastModifiedTime
- A timestamp that shows when the endpoint was last modified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.