RealtimeEndpointInfo class

Describes the real-time endpoint information for an MLModel.

Constructors

RealtimeEndpointInfo({DateTime? createdAt, RealtimeEndpointStatus? endpointStatus, String? endpointUrl, int? peakRequestsPerSecond})
RealtimeEndpointInfo.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt DateTime?
The time that the request to create the real-time endpoint for the MLModel was received. The time is expressed in epoch time.
final
endpointStatus RealtimeEndpointStatus?
The current status of the real-time endpoint for the MLModel. This element can have one of the following values:
final
endpointUrl String?
The URI that specifies where to send real-time prediction requests for the MLModel.
final
hashCode int
The hash code for this object.
no setterinherited
peakRequestsPerSecond int?
The maximum processing rate for the real-time endpoint for MLModel, measured in incoming requests per second.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited