| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointProperties |
EndpointProperties.clone() |
EndpointProperties |
DescribeEndpointResult.getEndpointProperties()
Describes information associated with the specific endpoint.
|
EndpointProperties |
EndpointProperties.withCreationTime(Date creationTime)
The creation date and time of the endpoint.
|
EndpointProperties |
EndpointProperties.withCurrentInferenceUnits(Integer currentInferenceUnits)
The number of inference units currently used by the model using this endpoint.
|
EndpointProperties |
EndpointProperties.withDataAccessRoleArn(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 |
EndpointProperties.withDesiredDataAccessRoleArn(String desiredDataAccessRoleArn)
Data access role ARN to use in case the new model is encrypted with a customer KMS key.
|
EndpointProperties |
EndpointProperties.withDesiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
EndpointProperties |
EndpointProperties.withDesiredModelArn(String desiredModelArn)
ARN of the new model to use for updating an existing endpoint.
|
EndpointProperties |
EndpointProperties.withEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint.
|
EndpointProperties |
EndpointProperties.withFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
EndpointProperties |
EndpointProperties.withLastModifiedTime(Date lastModifiedTime)
The date and time that the endpoint was last modified.
|
EndpointProperties |
EndpointProperties.withMessage(String message)
Specifies a reason for failure in cases of
Failed status. |
EndpointProperties |
EndpointProperties.withModelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
|
EndpointProperties |
EndpointProperties.withStatus(EndpointStatus status)
Specifies the status of the endpoint.
|
EndpointProperties |
EndpointProperties.withStatus(String status)
Specifies the status of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointProperties> |
ListEndpointsResult.getEndpointPropertiesList()
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEndpointResult.setEndpointProperties(EndpointProperties endpointProperties)
Describes information associated with the specific endpoint.
|
DescribeEndpointResult |
DescribeEndpointResult.withEndpointProperties(EndpointProperties endpointProperties)
Describes information associated with the specific endpoint.
|
ListEndpointsResult |
ListEndpointsResult.withEndpointPropertiesList(EndpointProperties... endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointsResult.setEndpointPropertiesList(Collection<EndpointProperties> endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
ListEndpointsResult |
ListEndpointsResult.withEndpointPropertiesList(Collection<EndpointProperties> endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
Copyright © 2023. All rights reserved.