Ai Endpoint Deployed Model
data class AiEndpointDeployedModel(val automaticResources: List<AiEndpointDeployedModelAutomaticResource>? = null, val createTime: String? = null, val dedicatedResources: List<AiEndpointDeployedModelDedicatedResource>? = null, val displayName: String? = null, val enableAccessLogging: Boolean? = null, val enableContainerLogging: Boolean? = null, val id: String? = null, val model: String? = null, val modelVersionId: String? = null, val privateEndpoints: List<AiEndpointDeployedModelPrivateEndpoint>? = null, val serviceAccount: String? = null, val sharedResources: String? = null)
Constructors
Link copied to clipboard
fun AiEndpointDeployedModel(automaticResources: List<AiEndpointDeployedModelAutomaticResource>? = null, createTime: String? = null, dedicatedResources: List<AiEndpointDeployedModelDedicatedResource>? = null, displayName: String? = null, enableAccessLogging: Boolean? = null, enableContainerLogging: Boolean? = null, id: String? = null, model: String? = null, modelVersionId: String? = null, privateEndpoints: List<AiEndpointDeployedModelPrivateEndpoint>? = null, serviceAccount: String? = null, sharedResources: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
(Output) These logs are like standard server access logs, containing information like timestamp and latency for each prediction request. Note that Stackdriver logs may incur a cost, especially if your project receives prediction requests at a high queries per second rate (QPS). Estimate your costs before enabling this option.
Link copied to clipboard
(Output) The service account that the DeployedModel's container runs as. Specify the email address of the service account. If this service account is not specified, the container runs as a service account that doesn't have access to the resource project. Users deploying the Model must have the iam.serviceAccounts.actAs
permission on this service account.