Ai Endpoint Deployed Model Private Endpoint
data class AiEndpointDeployedModelPrivateEndpoint(val explainHttpUri: String? = null, val healthHttpUri: String? = null, val predictHttpUri: String? = null, val serviceAttachment: String? = null)
Properties
Link copied to clipboard
(Output) Output only. Http(s) path to send explain requests.
Link copied to clipboard
(Output) Output only. Http(s) path to send health check requests.
Link copied to clipboard
(Output) Output only. Http(s) path to send prediction requests.
Link copied to clipboard
(Output) Output only. The name of the service attachment resource. Populated if private service connect is enabled.