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.
|
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.
|
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 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 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
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,
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
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,
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 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 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)Copyright © 2021. All rights reserved.