static InferenceComponentSummary.Builder |
InferenceComponentSummary.builder() |
|
InferenceComponentSummary.Builder |
InferenceComponentSummary.Builder.creationTime(Instant creationTime) |
The time when the inference component was created.
|
InferenceComponentSummary.Builder |
InferenceComponentSummary.Builder.endpointArn(String endpointArn) |
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
|
InferenceComponentSummary.Builder |
InferenceComponentSummary.Builder.endpointName(String endpointName) |
The name of the endpoint that hosts the inference component.
|
InferenceComponentSummary.Builder |
InferenceComponentSummary.Builder.inferenceComponentArn(String inferenceComponentArn) |
The Amazon Resource Name (ARN) of the inference component.
|
InferenceComponentSummary.Builder |
InferenceComponentSummary.Builder.inferenceComponentName(String inferenceComponentName) |
The name of the inference component.
|
InferenceComponentSummary.Builder |
InferenceComponentSummary.Builder.inferenceComponentStatus(String inferenceComponentStatus) |
The status of the inference component.
|
InferenceComponentSummary.Builder |
InferenceComponentSummary.Builder.inferenceComponentStatus(InferenceComponentStatus inferenceComponentStatus) |
The status of the inference component.
|
InferenceComponentSummary.Builder |
InferenceComponentSummary.Builder.lastModifiedTime(Instant lastModifiedTime) |
The time when the inference component was last updated.
|
InferenceComponentSummary.Builder |
InferenceComponentSummary.toBuilder() |
|
InferenceComponentSummary.Builder |
InferenceComponentSummary.Builder.variantName(String variantName) |
The name of the production variant that hosts the inference component.
|