Class RealtimeEndpointInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the real-time endpoint information for an MLModel
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The time that the request to create the real-time endpoint for theMLModel
was received.The current status of the real-time endpoint for theMLModel
.The URI that specifies where to send real-time prediction requests for theMLModel
.The maximum processing rate for the real-time endpoint forMLModel
, measured in incoming requests per second.int
hashCode()
void
setCreatedAt
(Date createdAt) The time that the request to create the real-time endpoint for theMLModel
was received.void
setEndpointStatus
(RealtimeEndpointStatus endpointStatus) The current status of the real-time endpoint for theMLModel
.void
setEndpointStatus
(String endpointStatus) The current status of the real-time endpoint for theMLModel
.void
setEndpointUrl
(String endpointUrl) The URI that specifies where to send real-time prediction requests for theMLModel
.void
setPeakRequestsPerSecond
(Integer peakRequestsPerSecond) The maximum processing rate for the real-time endpoint forMLModel
, measured in incoming requests per second.toString()
Returns a string representation of this object; useful for testing and debugging.withCreatedAt
(Date createdAt) The time that the request to create the real-time endpoint for theMLModel
was received.withEndpointStatus
(RealtimeEndpointStatus endpointStatus) The current status of the real-time endpoint for theMLModel
.withEndpointStatus
(String endpointStatus) The current status of the real-time endpoint for theMLModel
.withEndpointUrl
(String endpointUrl) The URI that specifies where to send real-time prediction requests for theMLModel
.withPeakRequestsPerSecond
(Integer peakRequestsPerSecond) The maximum processing rate for the real-time endpoint forMLModel
, measured in incoming requests per second.
-
Constructor Details
-
RealtimeEndpointInfo
public RealtimeEndpointInfo()
-
-
Method Details
-
setPeakRequestsPerSecond
The maximum processing rate for the real-time endpoint for
MLModel
, measured in incoming requests per second.- Parameters:
peakRequestsPerSecond
- The maximum processing rate for the real-time endpoint forMLModel
, measured in incoming requests per second.
-
getPeakRequestsPerSecond
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.
-
withPeakRequestsPerSecond
The maximum processing rate for the real-time endpoint for
MLModel
, measured in incoming requests per second.- Parameters:
peakRequestsPerSecond
- The maximum processing rate for the real-time endpoint forMLModel
, measured in incoming requests per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreatedAt
The time that the request to create the real-time endpoint for the
MLModel
was received. The time is expressed in epoch time.- Parameters:
createdAt
- The time that the request to create the real-time endpoint for theMLModel
was received. The time is expressed in epoch time.
-
getCreatedAt
The time that the request to create the real-time endpoint for the
MLModel
was received. The time is expressed in epoch time.- Returns:
- The time that the request to create the real-time endpoint for
the
MLModel
was received. The time is expressed in epoch time.
-
withCreatedAt
The time that the request to create the real-time endpoint for the
MLModel
was received. The time is expressed in epoch time.- Parameters:
createdAt
- The time that the request to create the real-time endpoint for theMLModel
was received. The time is expressed in epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndpointUrl
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.
- Parameters:
endpointUrl
- The URI that specifies where to send real-time prediction requests for theMLModel
.Note The application must wait until the real-time endpoint is ready before using this URI.
-
getEndpointUrl
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.
-
withEndpointUrl
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.
- Parameters:
endpointUrl
- The URI that specifies where to send real-time prediction requests for theMLModel
.Note The application must wait until the real-time endpoint is ready before using this URI.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndpointStatus
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.
- Parameters:
endpointStatus
- The current status of the real-time endpoint for theMLModel
. 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:
-
getEndpointStatus
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.
- 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:
-
withEndpointStatus
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.
- Parameters:
endpointStatus
- The current status of the real-time endpoint for theMLModel
. 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setEndpointStatus
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.
- Parameters:
endpointStatus
- The current status of the real-time endpoint for theMLModel
. 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:
-
withEndpointStatus
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.
- Parameters:
endpointStatus
- The current status of the real-time endpoint for theMLModel
. 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-