AgentEndpoint interface
model interface AgentEndpoint
Properties
| authorization_schemes | The authorization schemes supported by the agent endpoint |
| protocols | The protocols that the agent supports |
| version_selector | The version selector of the agent endpoint determines how traffic is routed to different versions of the agent. |
Property Details
authorization_schemes
The authorization schemes supported by the agent endpoint
authorization_schemes?: AgentEndpointAuthorizationSchemeUnion[]
Property Value
protocols
The protocols that the agent supports
protocols?: AgentEndpointProtocol[]
Property Value
version_selector
The version selector of the agent endpoint determines how traffic is routed to different versions of the agent.
version_selector?: VersionSelector