Route Class

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

Route.

Constructor

Route(*, port: str | None = None, path: str | None = None)

Keyword-Only Parameters

Name Description
port
str

The port of the route.

Default value: None
path
str

The path of the route.

Default value: None