GoogleCloudMlV1RouteMap class

Specifies HTTP paths served by a custom container.

AI Platform Prediction sends requests to these paths on the container; the custom container must run an HTTP server that responds to these requests with appropriate responses. Read [Custom container requirements](/ai-platform/prediction/docs/custom-container-requirements) for details on how to create your container image to meet these requirements.

Properties

hashCode int
The hash code for this object.
no setterinherited
health String?
HTTP path on the container to send health checkss to.
getter/setter pair
predict String?
HTTP path on the container to send prediction requests to.
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