final case class GetBidMachineWinRateRequest(requestId: String = "", sellerId: String = "", adType: AdType = io.predictor.v1.AdType.AD_TYPE_UNSPECIFIED, isRewardedRequest: Boolean = false, app: Option[String] = _root_.scala.None, os: Option[OperatingSystem] = _root_.scala.None, osVersion: Option[String] = _root_.scala.None, language: Option[String] = _root_.scala.None, country: Option[String] = _root_.scala.None, region: Option[String] = _root_.scala.None, city: Option[String] = _root_.scala.None, zip: Option[String] = _root_.scala.None, deviceWidth: Option[Int] = _root_.scala.None, deviceHeight: Option[Int] = _root_.scala.None, connectionType: Option[ConnectionType] = _root_.scala.None, deviceType: Option[DeviceType] = _root_.scala.None, ifa: Option[String] = _root_.scala.None, bmCachedLurlPrice: Option[Double] = _root_.scala.None, cachedLurlMillisPassed: Option[Long] = _root_.scala.None, bidFloor: Double = 0.0, agencyId: String = "", originalFloor: Option[Double] = _root_.scala.None, mediationStackId: Option[String] = _root_.scala.None, sdk: Option[String] = _root_.scala.None, placementWidth: Option[Int] = _root_.scala.None, placementHeight: Option[Int] = _root_.scala.None, adRequestTimestamp: Option[Timestamp] = _root_.scala.None, sessionMetrics: Option[SessionMetrics] = _root_.scala.None, mediationMode: Option[String] = _root_.scala.None, topframe: Option[Boolean] = _root_.scala.None, lurlStats: Option[LurlMetricsForAdType] = _root_.scala.None, isCoppa: Option[Boolean] = _root_.scala.None, bidShadingSettings: Option[BidShadingSettings] = _root_.scala.None, bidPrice: Float = 0.0f, winrateModelName: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GetBidMachineWinRateRequest] with Product with Serializable
https://appodeal.atlassian.net/wiki/spaces/Vector/pages/5423202325/Win+Rate+Model+Columns+Inference
- requestId
Categorical features Adrequest id, uuid
- isRewardedRequest
whether request.placement.reward is set
- app
app bundle
- language
language using ISO-639-1-alpha-2
- country
Alpha2 code (e.g., "US")
- sdk
display manager
- sessionMetrics
session metrics
- topframe
request.placement.display.topframe
- lurlStats
from the table dlh.ml.lurl_features_v02
- isCoppa
request.context.regs.coppa
- winrateModelName
either model name and version or alias e.g.
champion
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- GetBidMachineWinRateRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GetBidMachineWinRateRequest(requestId: String = "", sellerId: String = "", adType: AdType = io.predictor.v1.AdType.AD_TYPE_UNSPECIFIED, isRewardedRequest: Boolean = false, app: Option[String] = _root_.scala.None, os: Option[OperatingSystem] = _root_.scala.None, osVersion: Option[String] = _root_.scala.None, language: Option[String] = _root_.scala.None, country: Option[String] = _root_.scala.None, region: Option[String] = _root_.scala.None, city: Option[String] = _root_.scala.None, zip: Option[String] = _root_.scala.None, deviceWidth: Option[Int] = _root_.scala.None, deviceHeight: Option[Int] = _root_.scala.None, connectionType: Option[ConnectionType] = _root_.scala.None, deviceType: Option[DeviceType] = _root_.scala.None, ifa: Option[String] = _root_.scala.None, bmCachedLurlPrice: Option[Double] = _root_.scala.None, cachedLurlMillisPassed: Option[Long] = _root_.scala.None, bidFloor: Double = 0.0, agencyId: String = "", originalFloor: Option[Double] = _root_.scala.None, mediationStackId: Option[String] = _root_.scala.None, sdk: Option[String] = _root_.scala.None, placementWidth: Option[Int] = _root_.scala.None, placementHeight: Option[Int] = _root_.scala.None, adRequestTimestamp: Option[Timestamp] = _root_.scala.None, sessionMetrics: Option[SessionMetrics] = _root_.scala.None, mediationMode: Option[String] = _root_.scala.None, topframe: Option[Boolean] = _root_.scala.None, lurlStats: Option[LurlMetricsForAdType] = _root_.scala.None, isCoppa: Option[Boolean] = _root_.scala.None, bidShadingSettings: Option[BidShadingSettings] = _root_.scala.None, bidPrice: Float = 0.0f, winrateModelName: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- requestId
Categorical features Adrequest id, uuid
- isRewardedRequest
whether request.placement.reward is set
- app
app bundle
- language
language using ISO-639-1-alpha-2
- country
Alpha2 code (e.g., "US")
- sdk
display manager
- sessionMetrics
session metrics
- topframe
request.placement.display.topframe
- lurlStats
from the table dlh.ml.lurl_features_v02
- isCoppa
request.context.regs.coppa
- winrateModelName
either model name and version or alias e.g.
champion
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val adRequestTimestamp: Option[Timestamp]
- val adType: AdType
- val agencyId: String
- val app: Option[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bidFloor: Double
- val bidPrice: Float
- val bidShadingSettings: Option[BidShadingSettings]
- val bmCachedLurlPrice: Option[Double]
- val cachedLurlMillisPassed: Option[Long]
- val city: Option[String]
- def clearAdRequestTimestamp: GetBidMachineWinRateRequest
- def clearApp: GetBidMachineWinRateRequest
- def clearBidShadingSettings: GetBidMachineWinRateRequest
- def clearBmCachedLurlPrice: GetBidMachineWinRateRequest
- def clearCachedLurlMillisPassed: GetBidMachineWinRateRequest
- def clearCity: GetBidMachineWinRateRequest
- def clearConnectionType: GetBidMachineWinRateRequest
- def clearCountry: GetBidMachineWinRateRequest
- def clearDeviceHeight: GetBidMachineWinRateRequest
- def clearDeviceType: GetBidMachineWinRateRequest
- def clearDeviceWidth: GetBidMachineWinRateRequest
- def clearIfa: GetBidMachineWinRateRequest
- def clearIsCoppa: GetBidMachineWinRateRequest
- def clearLanguage: GetBidMachineWinRateRequest
- def clearLurlStats: GetBidMachineWinRateRequest
- def clearMediationMode: GetBidMachineWinRateRequest
- def clearMediationStackId: GetBidMachineWinRateRequest
- def clearOriginalFloor: GetBidMachineWinRateRequest
- def clearOs: GetBidMachineWinRateRequest
- def clearOsVersion: GetBidMachineWinRateRequest
- def clearPlacementHeight: GetBidMachineWinRateRequest
- def clearPlacementWidth: GetBidMachineWinRateRequest
- def clearRegion: GetBidMachineWinRateRequest
- def clearSdk: GetBidMachineWinRateRequest
- def clearSessionMetrics: GetBidMachineWinRateRequest
- def clearTopframe: GetBidMachineWinRateRequest
- def clearZip: GetBidMachineWinRateRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: GetBidMachineWinRateRequest.type
- Definition Classes
- GetBidMachineWinRateRequest → GeneratedMessage
- val connectionType: Option[ConnectionType]
- val country: Option[String]
- val deviceHeight: Option[Int]
- val deviceType: Option[DeviceType]
- val deviceWidth: Option[Int]
- def discardUnknownFields: GetBidMachineWinRateRequest
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getAdRequestTimestamp: Timestamp
- def getApp: String
- def getBidShadingSettings: BidShadingSettings
- def getBmCachedLurlPrice: Double
- def getCachedLurlMillisPassed: Long
- def getCity: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getConnectionType: ConnectionType
- def getCountry: String
- def getDeviceHeight: Int
- def getDeviceType: DeviceType
- def getDeviceWidth: Int
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- GetBidMachineWinRateRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- GetBidMachineWinRateRequest → GeneratedMessage
- def getIfa: String
- def getIsCoppa: Boolean
- def getLanguage: String
- def getLurlStats: LurlMetricsForAdType
- def getMediationMode: String
- def getMediationStackId: String
- def getOriginalFloor: Double
- def getOs: OperatingSystem
- def getOsVersion: String
- def getPlacementHeight: Int
- def getPlacementWidth: Int
- def getRegion: String
- def getSdk: String
- def getSessionMetrics: SessionMetrics
- def getTopframe: Boolean
- def getZip: String
- val ifa: Option[String]
- val isCoppa: Option[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isRewardedRequest: Boolean
- val language: Option[String]
- val lurlStats: Option[LurlMetricsForAdType]
- val mediationMode: Option[String]
- val mediationStackId: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val originalFloor: Option[Double]
- val os: Option[OperatingSystem]
- val osVersion: Option[String]
- val placementHeight: Option[Int]
- val placementWidth: Option[Int]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val region: Option[String]
- val requestId: String
- val sdk: Option[String]
- val sellerId: String
- def serializedSize: Int
- Definition Classes
- GetBidMachineWinRateRequest → GeneratedMessage
- val sessionMetrics: Option[SessionMetrics]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- GetBidMachineWinRateRequest → GeneratedMessage
- val topframe: Option[Boolean]
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[GetBidMachineWinRateRequest, GetBidMachineWinRateRequest]) => Mutation[GetBidMachineWinRateRequest]*): GetBidMachineWinRateRequest
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val winrateModelName: String
- def withAdRequestTimestamp(__v: Timestamp): GetBidMachineWinRateRequest
- def withAdType(__v: AdType): GetBidMachineWinRateRequest
- def withAgencyId(__v: String): GetBidMachineWinRateRequest
- def withApp(__v: String): GetBidMachineWinRateRequest
- def withBidFloor(__v: Double): GetBidMachineWinRateRequest
- def withBidPrice(__v: Float): GetBidMachineWinRateRequest
- def withBidShadingSettings(__v: BidShadingSettings): GetBidMachineWinRateRequest
- def withBmCachedLurlPrice(__v: Double): GetBidMachineWinRateRequest
- def withCachedLurlMillisPassed(__v: Long): GetBidMachineWinRateRequest
- def withCity(__v: String): GetBidMachineWinRateRequest
- def withConnectionType(__v: ConnectionType): GetBidMachineWinRateRequest
- def withCountry(__v: String): GetBidMachineWinRateRequest
- def withDeviceHeight(__v: Int): GetBidMachineWinRateRequest
- def withDeviceType(__v: DeviceType): GetBidMachineWinRateRequest
- def withDeviceWidth(__v: Int): GetBidMachineWinRateRequest
- def withIfa(__v: String): GetBidMachineWinRateRequest
- def withIsCoppa(__v: Boolean): GetBidMachineWinRateRequest
- def withIsRewardedRequest(__v: Boolean): GetBidMachineWinRateRequest
- def withLanguage(__v: String): GetBidMachineWinRateRequest
- def withLurlStats(__v: LurlMetricsForAdType): GetBidMachineWinRateRequest
- def withMediationMode(__v: String): GetBidMachineWinRateRequest
- def withMediationStackId(__v: String): GetBidMachineWinRateRequest
- def withOriginalFloor(__v: Double): GetBidMachineWinRateRequest
- def withOs(__v: OperatingSystem): GetBidMachineWinRateRequest
- def withOsVersion(__v: String): GetBidMachineWinRateRequest
- def withPlacementHeight(__v: Int): GetBidMachineWinRateRequest
- def withPlacementWidth(__v: Int): GetBidMachineWinRateRequest
- def withRegion(__v: String): GetBidMachineWinRateRequest
- def withRequestId(__v: String): GetBidMachineWinRateRequest
- def withSdk(__v: String): GetBidMachineWinRateRequest
- def withSellerId(__v: String): GetBidMachineWinRateRequest
- def withSessionMetrics(__v: SessionMetrics): GetBidMachineWinRateRequest
- def withTopframe(__v: Boolean): GetBidMachineWinRateRequest
- def withUnknownFields(__v: UnknownFieldSet): GetBidMachineWinRateRequest
- def withWinrateModelName(__v: String): GetBidMachineWinRateRequest
- def withZip(__v: String): GetBidMachineWinRateRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- GetBidMachineWinRateRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- val zip: Option[String]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)