routes property

GoogleCloudMlV1RouteMap? routes
getter/setter pair

Specifies paths on a custom container's HTTP server where AI Platform Prediction sends certain requests.

If you specify this field, then you must also specify the container field. If you specify the container field and do not specify this field, it defaults to the following: json { "predict": "/v1/models/MODEL/versions/VERSION:predict", "health": "/v1/models/MODEL/versions/VERSION" } See RouteMap for more details about these default values.

Optional.

Implementation

GoogleCloudMlV1RouteMap? routes;