| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointProperties.Builder |
EndpointProperties.builder() |
EndpointProperties.Builder |
EndpointProperties.Builder.creationTime(Instant creationTime)
The creation date and time of the endpoint.
|
EndpointProperties.Builder |
EndpointProperties.Builder.currentInferenceUnits(Integer currentInferenceUnits)
The number of inference units currently used by the model using this endpoint.
|
EndpointProperties.Builder |
EndpointProperties.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to trained custom
models encrypted with a customer managed key (ModelKmsKeyId).
|
EndpointProperties.Builder |
EndpointProperties.Builder.desiredDataAccessRoleArn(String desiredDataAccessRoleArn)
Data access role ARN to use in case the new model is encrypted with a customer KMS key.
|
EndpointProperties.Builder |
EndpointProperties.Builder.desiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
EndpointProperties.Builder |
EndpointProperties.Builder.desiredModelArn(String desiredModelArn)
ARN of the new model to use for updating an existing endpoint.
|
EndpointProperties.Builder |
EndpointProperties.Builder.endpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint.
|
EndpointProperties.Builder |
EndpointProperties.Builder.flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
EndpointProperties.Builder |
EndpointProperties.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the endpoint was last modified.
|
EndpointProperties.Builder |
EndpointProperties.Builder.message(String message)
Specifies a reason for failure in cases of
Failed status. |
EndpointProperties.Builder |
EndpointProperties.Builder.modelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
|
EndpointProperties.Builder |
EndpointProperties.Builder.status(EndpointStatus status)
Specifies the status of the endpoint.
|
EndpointProperties.Builder |
EndpointProperties.Builder.status(String status)
Specifies the status of the endpoint.
|
EndpointProperties.Builder |
EndpointProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointProperties.Builder> |
EndpointProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.endpointProperties(Consumer<EndpointProperties.Builder> endpointProperties)
Describes information associated with the specific endpoint.
|
Copyright © 2023. All rights reserved.