public static interface DescribeEndpointResponse.Builder extends SageMakerResponse.Builder, 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 ProductionVariant objects, one for each model hosted behind this endpoint.
|
DescribeEndpointResponse.Builder |
productionVariants(Consumer<ProductionVariantSummary.Builder>... productionVariants)
An array of ProductionVariant objects, one for each model hosted behind this endpoint.
|
DescribeEndpointResponse.Builder |
productionVariants(ProductionVariantSummary... productionVariants)
An array of ProductionVariant objects, one for each model hosted behind this endpoint.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 ProductionVariant objects, one for each model hosted behind this endpoint.
productionVariants - An array of ProductionVariant objects, one for each model hosted behind this endpoint.DescribeEndpointResponse.Builder productionVariants(ProductionVariantSummary... productionVariants)
An array of ProductionVariant objects, one for each model hosted behind this endpoint.
productionVariants - An array of ProductionVariant objects, one for each model hosted behind this endpoint.DescribeEndpointResponse.Builder productionVariants(Consumer<ProductionVariantSummary.Builder>... productionVariants)
An array of ProductionVariant 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.
endpointStatus - The status of the endpoint.EndpointStatus,
EndpointStatusDescribeEndpointResponse.Builder endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
endpointStatus - The status of the 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.