public static interface EndpointProperties.Builder extends SdkPojo, CopyableBuilder<EndpointProperties.Builder,EndpointProperties>
| Modifier and Type | Method and Description |
|---|---|
EndpointProperties.Builder |
creationTime(Instant creationTime)
The creation date and time of the endpoint.
|
EndpointProperties.Builder |
currentInferenceUnits(Integer currentInferenceUnits)
The number of inference units currently used by the model using this endpoint.
|
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 |
desiredDataAccessRoleArn(String desiredDataAccessRoleArn)
Data access role ARN to use in case the new model is encrypted with a customer KMS key.
|
EndpointProperties.Builder |
desiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
EndpointProperties.Builder |
desiredModelArn(String desiredModelArn)
ARN of the new model to use for updating an existing endpoint.
|
EndpointProperties.Builder |
endpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint.
|
EndpointProperties.Builder |
flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
EndpointProperties.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the endpoint was last modified.
|
EndpointProperties.Builder |
message(String message)
Specifies a reason for failure in cases of
Failed status. |
EndpointProperties.Builder |
modelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
|
EndpointProperties.Builder |
status(EndpointStatus status)
Specifies the status of the endpoint.
|
EndpointProperties.Builder |
status(String status)
Specifies the status of the endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointProperties.Builder endpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint.
endpointArn - The Amazon Resource Number (ARN) of the endpoint.EndpointProperties.Builder status(String status)
Specifies the status of the endpoint. Because the endpoint updates and creation are asynchronous, so
customers will need to wait for the endpoint to be Ready status before making inference
requests.
status - Specifies the status of the endpoint. Because the endpoint updates and creation are asynchronous, so
customers will need to wait for the endpoint to be Ready status before making inference
requests.EndpointStatus,
EndpointStatusEndpointProperties.Builder status(EndpointStatus status)
Specifies the status of the endpoint. Because the endpoint updates and creation are asynchronous, so
customers will need to wait for the endpoint to be Ready status before making inference
requests.
status - Specifies the status of the endpoint. Because the endpoint updates and creation are asynchronous, so
customers will need to wait for the endpoint to be Ready status before making inference
requests.EndpointStatus,
EndpointStatusEndpointProperties.Builder message(String message)
Specifies a reason for failure in cases of Failed status.
message - Specifies a reason for failure in cases of Failed status.EndpointProperties.Builder modelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
modelArn - The Amazon Resource Number (ARN) of the model to which the endpoint is attached.EndpointProperties.Builder desiredModelArn(String desiredModelArn)
ARN of the new model to use for updating an existing endpoint. This ARN is going to be different from the model ARN when the update is in progress
desiredModelArn - ARN of the new model to use for updating an existing endpoint. This ARN is going to be different from
the model ARN when the update is in progressEndpointProperties.Builder desiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.
desiredInferenceUnits - The desired number of inference units to be used by the model using this endpoint. Each inference unit
represents of a throughput of 100 characters per second.EndpointProperties.Builder currentInferenceUnits(Integer currentInferenceUnits)
The number of inference units currently used by the model using this endpoint.
currentInferenceUnits - The number of inference units currently used by the model using this endpoint.EndpointProperties.Builder creationTime(Instant creationTime)
The creation date and time of the endpoint.
creationTime - The creation date and time of the endpoint.EndpointProperties.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the endpoint was last modified.
lastModifiedTime - The date and time that the endpoint was last modified.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).
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 desiredDataAccessRoleArn(String desiredDataAccessRoleArn)
Data access role ARN to use in case the new model is encrypted with a customer KMS key.
desiredDataAccessRoleArn - Data access role ARN to use in case the new model is encrypted with a customer KMS key.EndpointProperties.Builder flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
flywheelArn - The Amazon Resource Number (ARN) of the flywheelCopyright © 2023. All rights reserved.