Class EndpointProperties
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EndpointProperties.Builder,EndpointProperties>
Specifies information about the specified endpoint. For information about endpoints, see Managing endpoints.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EndpointProperties.Builderbuilder()final InstantThe creation date and time of the endpoint.final IntegerThe number of inference units currently used by the model using this endpoint.final StringThe 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).final StringData access role ARN to use in case the new model is encrypted with a customer KMS key.final IntegerThe desired number of inference units to be used by the model using this endpoint.final StringARN of the new model to use for updating an existing endpoint.final StringThe Amazon Resource Number (ARN) of the endpoint.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe Amazon Resource Number (ARN) of the flywheelfinal <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe date and time that the endpoint was last modified.final Stringmessage()Specifies a reason for failure in cases ofFailedstatus.final StringmodelArn()The Amazon Resource Number (ARN) of the model to which the endpoint is attached.static Class<? extends EndpointProperties.Builder> final EndpointStatusstatus()Specifies the status of the endpoint.final StringSpecifies the status of the endpoint.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
endpointArn
The Amazon Resource Number (ARN) of the endpoint.
- Returns:
- The Amazon Resource Number (ARN) of the endpoint.
-
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
Readystatus before making inference requests.If the service returns an enum value that is not available in the current SDK version,
statuswill returnEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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
Readystatus before making inference requests. - See Also:
-
statusAsString
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
Readystatus before making inference requests.If the service returns an enum value that is not available in the current SDK version,
statuswill returnEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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
Readystatus before making inference requests. - See Also:
-
message
Specifies a reason for failure in cases of
Failedstatus.- Returns:
- Specifies a reason for failure in cases of
Failedstatus.
-
modelArn
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
- Returns:
- The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
-
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
- Returns:
- 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
-
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.
- Returns:
- 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.
-
currentInferenceUnits
The number of inference units currently used by the model using this endpoint.
- Returns:
- The number of inference units currently used by the model using this endpoint.
-
creationTime
The creation date and time of the endpoint.
- Returns:
- The creation date and time of the endpoint.
-
lastModifiedTime
The date and time that the endpoint was last modified.
- Returns:
- The date and time that the endpoint was last modified.
-
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).
- Returns:
- 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).
-
desiredDataAccessRoleArn
Data access role ARN to use in case the new model is encrypted with a customer KMS key.
- Returns:
- Data access role ARN to use in case the new model is encrypted with a customer KMS key.
-
flywheelArn
The Amazon Resource Number (ARN) of the flywheel
- Returns:
- The Amazon Resource Number (ARN) of the flywheel
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<EndpointProperties.Builder,EndpointProperties> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-