GoogleFirebasePredictionsV1beta1ComputePredictionsRequest class
Request message for FirebasePredictionsService.ComputePrediction.
Constructors
-
GoogleFirebasePredictionsV1beta1ComputePredictionsRequest({List<
String> ? predictionIds, String? requestCaller, String? requestType}) - GoogleFirebasePredictionsV1beta1ComputePredictionsRequest.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
predictionIds
↔ List<
String> ? -
List of prediction IDs to include in the response.
getter/setter pair
- requestCaller ↔ String?
-
Request caller as defined by the above enum.
Possible string values are:
getter/setter pair
- requestType ↔ String?
-
Request type as defined by the above enum.
Possible string values are:
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited