AiEndpointDeployedModelPrivateEndpoint

data class AiEndpointDeployedModelPrivateEndpoint(val explainHttpUri: String? = null, val healthHttpUri: String? = null, val predictHttpUri: String? = null, val serviceAttachment: String? = null)

Constructors

Link copied to clipboard
constructor(explainHttpUri: String? = null, healthHttpUri: String? = null, predictHttpUri: String? = null, serviceAttachment: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val explainHttpUri: String? = null

(Output) Output only. Http(s) path to send explain requests.

Link copied to clipboard
val healthHttpUri: String? = null

(Output) Output only. Http(s) path to send health check requests.

Link copied to clipboard
val predictHttpUri: String? = null

(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.