EndpointProperties class
Specifies information about the specified endpoint.
Constructors
- EndpointProperties({DateTime? creationTime, int? currentInferenceUnits, int? desiredInferenceUnits, String? endpointArn, DateTime? lastModifiedTime, String? message, String? modelArn, EndpointStatus? status})
-
EndpointProperties.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime?
-
The creation date and time of the endpoint.
final
- currentInferenceUnits → int?
-
The number of inference units currently used by the model using this
endpoint.
final
- desiredInferenceUnits → int?
-
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.
final
- endpointArn → String?
-
The Amazon Resource Number (ARN) of the endpoint.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedTime → DateTime?
-
The date and time that the endpoint was last modified.
final
- message → String?
-
Specifies a reason for failure in cases of
Failed
status.final - modelArn → String?
-
The Amazon Resource Number (ARN) of the model to which the endpoint is
attached.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → EndpointStatus?
-
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.final
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