static DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.builder() |
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.creationTime(Instant creationTime) |
The time when the inference component was created.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.endpointArn(String endpointArn) |
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.endpointName(String endpointName) |
The name of the endpoint that hosts the inference component.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.failureReason(String failureReason) |
If the inference component status is Failed, the reason for the failure.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.inferenceComponentArn(String inferenceComponentArn) |
The Amazon Resource Name (ARN) of the inference component.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.inferenceComponentName(String inferenceComponentName) |
The name of the inference component.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.inferenceComponentStatus(String inferenceComponentStatus) |
The status of the inference component.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.inferenceComponentStatus(InferenceComponentStatus inferenceComponentStatus) |
The status of the inference component.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The time when the inference component was last updated.
|
default DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.runtimeConfig(Consumer<InferenceComponentRuntimeConfigSummary.Builder> runtimeConfig) |
Details about the runtime settings for the model that is deployed with the inference component.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.runtimeConfig(InferenceComponentRuntimeConfigSummary runtimeConfig) |
Details about the runtime settings for the model that is deployed with the inference component.
|
default DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.specification(Consumer<InferenceComponentSpecificationSummary.Builder> specification) |
Details about the resources that are deployed with this inference component.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.specification(InferenceComponentSpecificationSummary specification) |
Details about the resources that are deployed with this inference component.
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.toBuilder() |
|
DescribeInferenceComponentResponse.Builder |
DescribeInferenceComponentResponse.Builder.variantName(String variantName) |
The name of the production variant that hosts the inference component.
|