Class RealtimeEndpointInfo
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<RealtimeEndpointInfo.Builder,RealtimeEndpointInfo> 
 Describes the real-time endpoint information for an MLModel.
 
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic RealtimeEndpointInfo.Builderbuilder()final InstantThe time that the request to create the real-time endpoint for theMLModelwas received.final RealtimeEndpointStatusThe current status of the real-time endpoint for theMLModel.final StringThe current status of the real-time endpoint for theMLModel.final StringThe URI that specifies where to send real-time prediction requests for theMLModel.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe maximum processing rate for the real-time endpoint forMLModel, measured in incoming requests per second.static Class<? extends RealtimeEndpointInfo.Builder> 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
- 
peakRequestsPerSecond
The maximum processing rate for the real-time endpoint for
MLModel, measured in incoming requests per second.- Returns:
 - The maximum processing rate for the real-time endpoint for 
MLModel, measured in incoming requests per second. 
 - 
createdAt
The time that the request to create the real-time endpoint for the
MLModelwas received. The time is expressed in epoch time.- Returns:
 - The time that the request to create the real-time endpoint for the 
MLModelwas received. The time is expressed in epoch time. 
 - 
endpointUrl
The URI that specifies where to send real-time prediction requests for the
MLModel.Note: The application must wait until the real-time endpoint is ready before using this URI.
- Returns:
 - The URI that specifies where to send real-time prediction requests for the 
MLModel.Note: The application must wait until the real-time endpoint is ready before using this URI.
 
 - 
endpointStatus
The current status of the real-time endpoint for the
MLModel. This element can have one of the following values:- 
 
NONE- Endpoint does not exist or was previously deleted. - 
 
READY- Endpoint is ready to be used for real-time predictions. - 
 
UPDATING- Updating/creating the endpoint. 
If the service returns an enum value that is not available in the current SDK version,
endpointStatuswill returnRealtimeEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromendpointStatusAsString().- Returns:
 - The current status of the real-time endpoint for the 
MLModel. This element can have one of the following values:- 
         
NONE- Endpoint does not exist or was previously deleted. - 
         
READY- Endpoint is ready to be used for real-time predictions. - 
         
UPDATING- Updating/creating the endpoint. 
 - 
         
 - See Also:
 
 - 
 
 - 
endpointStatusAsString
The current status of the real-time endpoint for the
MLModel. This element can have one of the following values:- 
 
NONE- Endpoint does not exist or was previously deleted. - 
 
READY- Endpoint is ready to be used for real-time predictions. - 
 
UPDATING- Updating/creating the endpoint. 
If the service returns an enum value that is not available in the current SDK version,
endpointStatuswill returnRealtimeEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromendpointStatusAsString().- Returns:
 - The current status of the real-time endpoint for the 
MLModel. This element can have one of the following values:- 
         
NONE- Endpoint does not exist or was previously deleted. - 
         
READY- Endpoint is ready to be used for real-time predictions. - 
         
UPDATING- Updating/creating the endpoint. 
 - 
         
 - See Also:
 
 - 
 
 - 
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<RealtimeEndpointInfo.Builder,RealtimeEndpointInfo> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int 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
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
sdkFields
 
 -