GoogleCloudMlV1RouteMap class
RouteMap is used to override HTTP paths sent to a Custom Container. If specified, the HTTP server implemented in the ContainerSpec must support the route. If unspecified, standard HTTP paths will be used.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- health ↔ String
-
HTTP path to send health check requests.
read / write
- predict ↔ String
-
HTTP path to send prediction requests.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited