public static interface DescribeEndpointResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointResponse.Builder,DescribeEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResponse.Builder |
asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
default DescribeEndpointResponse.Builder |
asyncInferenceConfig(Consumer<AsyncInferenceConfig.Builder> asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
DescribeEndpointResponse.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the endpoint was created.
|
default DescribeEndpointResponse.Builder |
dataCaptureConfig(Consumer<DataCaptureConfigSummary.Builder> dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
DescribeEndpointResponse.Builder |
dataCaptureConfig(DataCaptureConfigSummary dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
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.
|
default DescribeEndpointResponse.Builder |
explainerConfig(Consumer<ExplainerConfig.Builder> explainerConfig)
The configuration parameters for an explainer.
|
DescribeEndpointResponse.Builder |
explainerConfig(ExplainerConfig explainerConfig)
The configuration parameters for an explainer.
|
DescribeEndpointResponse.Builder |
failureReason(String failureReason)
If the status of the endpoint is
Failed, the reason why it failed. |
default DescribeEndpointResponse.Builder |
lastDeploymentConfig(Consumer<DeploymentConfig.Builder> lastDeploymentConfig)
The most recent deployment configuration for the endpoint.
|
DescribeEndpointResponse.Builder |
lastDeploymentConfig(DeploymentConfig lastDeploymentConfig)
The most recent deployment configuration for the endpoint.
|
DescribeEndpointResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
|
default DescribeEndpointResponse.Builder |
pendingDeploymentSummary(Consumer<PendingDeploymentSummary.Builder> pendingDeploymentSummary)
Returns the summary of an in-progress deployment.
|
DescribeEndpointResponse.Builder |
pendingDeploymentSummary(PendingDeploymentSummary pendingDeploymentSummary)
Returns the summary of an in-progress deployment.
|
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.
|
DescribeEndpointResponse.Builder |
shadowProductionVariants(Collection<ProductionVariantSummary> shadowProductionVariants)
An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow
mode with production traffic replicated from the model specified on
ProductionVariants. |
DescribeEndpointResponse.Builder |
shadowProductionVariants(Consumer<ProductionVariantSummary.Builder>... shadowProductionVariants)
An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow
mode with production traffic replicated from the model specified on
ProductionVariants. |
DescribeEndpointResponse.Builder |
shadowProductionVariants(ProductionVariantSummary... shadowProductionVariants)
An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow
mode with production traffic replicated from the model specified on
ProductionVariants. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointResponse.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 method that creates an instance of theProductionVariantSummary.Builder avoiding the need to
create one manually via
ProductionVariantSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #productionVariants(List.
productionVariants - a consumer that will call methods on
ProductionVariantSummary.Builder#productionVariants(java.util.Collection) DescribeEndpointResponse.Builder dataCaptureConfig(DataCaptureConfigSummary dataCaptureConfig)
dataCaptureConfig - The new value for the DataCaptureConfig property for this object.default DescribeEndpointResponse.Builder dataCaptureConfig(Consumer<DataCaptureConfigSummary.Builder> dataCaptureConfig)
DataCaptureConfigSummary.Builder
avoiding the need to create one manually via DataCaptureConfigSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataCaptureConfig(DataCaptureConfigSummary).
dataCaptureConfig - a consumer that will call methods on DataCaptureConfigSummary.BuilderdataCaptureConfig(DataCaptureConfigSummary)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 the FailureReason
value returned by DescribeEndpoint for information about the failure. DeleteEndpoint
is the only operation that can be performed on a failed endpoint.
UpdateRollbackFailed: Both the rolling deployment and auto-rollback failed. Your endpoint is in
service with a mix of the old and new endpoint configurations. For information about how to remedy this issue
and restore the endpoint's status to InService, see Rolling
Deployments.
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 the
FailureReason value returned by DescribeEndpoint for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.
UpdateRollbackFailed: Both the rolling deployment and auto-rollback failed. Your endpoint
is in service with a mix of the old and new endpoint configurations. For information about how to
remedy this issue and restore the endpoint's status to InService, see Rolling
Deployments.
EndpointStatus,
EndpointStatusDescribeEndpointResponse.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 the FailureReason
value returned by DescribeEndpoint for information about the failure. DeleteEndpoint
is the only operation that can be performed on a failed endpoint.
UpdateRollbackFailed: Both the rolling deployment and auto-rollback failed. Your endpoint is in
service with a mix of the old and new endpoint configurations. For information about how to remedy this issue
and restore the endpoint's status to InService, see Rolling
Deployments.
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 the
FailureReason value returned by DescribeEndpoint for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.
UpdateRollbackFailed: Both the rolling deployment and auto-rollback failed. Your endpoint
is in service with a mix of the old and new endpoint configurations. For information about how to
remedy this issue and restore the endpoint's status to InService, see Rolling
Deployments.
EndpointStatus,
EndpointStatusDescribeEndpointResponse.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.DescribeEndpointResponse.Builder lastDeploymentConfig(DeploymentConfig lastDeploymentConfig)
The most recent deployment configuration for the endpoint.
lastDeploymentConfig - The most recent deployment configuration for the endpoint.default DescribeEndpointResponse.Builder lastDeploymentConfig(Consumer<DeploymentConfig.Builder> lastDeploymentConfig)
The most recent deployment configuration for the endpoint.
This is a convenience method that creates an instance of theDeploymentConfig.Builder avoiding the
need to create one manually via DeploymentConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lastDeploymentConfig(DeploymentConfig).
lastDeploymentConfig - a consumer that will call methods on DeploymentConfig.BuilderlastDeploymentConfig(DeploymentConfig)DescribeEndpointResponse.Builder asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API.
asyncInferenceConfig - Returns the description of an endpoint configuration created using the
CreateEndpointConfig API.default DescribeEndpointResponse.Builder asyncInferenceConfig(Consumer<AsyncInferenceConfig.Builder> asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API.
AsyncInferenceConfig.Builder avoiding
the need to create one manually via AsyncInferenceConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to asyncInferenceConfig(AsyncInferenceConfig).
asyncInferenceConfig - a consumer that will call methods on AsyncInferenceConfig.BuilderasyncInferenceConfig(AsyncInferenceConfig)DescribeEndpointResponse.Builder pendingDeploymentSummary(PendingDeploymentSummary pendingDeploymentSummary)
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.
pendingDeploymentSummary - 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.default DescribeEndpointResponse.Builder pendingDeploymentSummary(Consumer<PendingDeploymentSummary.Builder> pendingDeploymentSummary)
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.
This is a convenience method that creates an instance of thePendingDeploymentSummary.Builder
avoiding the need to create one manually via PendingDeploymentSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to pendingDeploymentSummary(PendingDeploymentSummary).
pendingDeploymentSummary - a consumer that will call methods on PendingDeploymentSummary.BuilderpendingDeploymentSummary(PendingDeploymentSummary)DescribeEndpointResponse.Builder explainerConfig(ExplainerConfig explainerConfig)
The configuration parameters for an explainer.
explainerConfig - The configuration parameters for an explainer.default DescribeEndpointResponse.Builder explainerConfig(Consumer<ExplainerConfig.Builder> explainerConfig)
The configuration parameters for an explainer.
This is a convenience method that creates an instance of theExplainerConfig.Builder avoiding the
need to create one manually via ExplainerConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to explainerConfig(ExplainerConfig).
explainerConfig - a consumer that will call methods on ExplainerConfig.BuilderexplainerConfig(ExplainerConfig)DescribeEndpointResponse.Builder shadowProductionVariants(Collection<ProductionVariantSummary> shadowProductionVariants)
An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow
mode with production traffic replicated from the model specified on ProductionVariants.
shadowProductionVariants - An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in
shadow mode with production traffic replicated from the model specified on
ProductionVariants.DescribeEndpointResponse.Builder shadowProductionVariants(ProductionVariantSummary... shadowProductionVariants)
An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow
mode with production traffic replicated from the model specified on ProductionVariants.
shadowProductionVariants - An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in
shadow mode with production traffic replicated from the model specified on
ProductionVariants.DescribeEndpointResponse.Builder shadowProductionVariants(Consumer<ProductionVariantSummary.Builder>... shadowProductionVariants)
An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow
mode with production traffic replicated from the model specified on ProductionVariants.
ProductionVariantSummary.Builder avoiding the need to
create one manually via
ProductionVariantSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #shadowProductionVariants(List.
shadowProductionVariants - a consumer that will call methods on
ProductionVariantSummary.Builder#shadowProductionVariants(java.util.Collection) Copyright © 2023. All rights reserved.