final case class TransformFrameRequest(modelName: String = "", streamName: String = "", flowConfig: Option[FlowConfig] = _root_.scala.None, format: String = "", initTimeout: Option[Long] = _root_.scala.None, tag: Long = 0L, frame: ByteString = ..., options: Option[TransformOptions] = _root_.scala.None) extends GeneratedMessage with Updatable[TransformFrameRequest] with Product with Serializable

modelName

Name of model

streamName

Name of the stream Empty if one-off request

tag

key for associating requests with results results can come out of order, so this is needed to reconstruct ordering if necessary NOTE: this field is not required for one-off transforms

frame

leap frame in the specified format

options

options for this transform

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[TransformFrameRequest], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransformFrameRequest
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TransformFrameRequest(modelName: String = "", streamName: String = "", flowConfig: Option[FlowConfig] = _root_.scala.None, format: String = "", initTimeout: Option[Long] = _root_.scala.None, tag: Long = 0L, frame: ByteString = ..., options: Option[TransformOptions] = _root_.scala.None)

    modelName

    Name of model

    streamName

    Name of the stream Empty if one-off request

    tag

    key for associating requests with results results can come out of order, so this is needed to reconstruct ordering if necessary NOTE: this field is not required for one-off transforms

    frame

    leap frame in the specified format

    options

    options for this transform

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearFlowConfig: TransformFrameRequest
  6. def clearInitTimeout: TransformFrameRequest
  7. def clearOptions: TransformFrameRequest
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def companion: TransformFrameRequest.type
    Definition Classes
    TransformFrameRequest → GeneratedMessage
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val flowConfig: Option[FlowConfig]
  12. val format: String
  13. val frame: ByteString
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    TransformFrameRequest → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    TransformFrameRequest → GeneratedMessage
  17. def getFlowConfig: FlowConfig
  18. def getInitTimeout: Long
  19. def getOptions: TransformOptions
  20. val initTimeout: Option[Long]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val modelName: String
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val options: Option[TransformOptions]
  27. def serializedSize: Int
    Definition Classes
    TransformFrameRequest → GeneratedMessage
  28. val streamName: String
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. val tag: Long
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    TransformFrameRequest → GeneratedMessage
  35. def update(ms: (Lens[TransformFrameRequest, TransformFrameRequest]) ⇒ Mutation[TransformFrameRequest]*): TransformFrameRequest
    Definition Classes
    Updatable
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withFlowConfig(__v: FlowConfig): TransformFrameRequest
  40. def withFormat(__v: String): TransformFrameRequest
  41. def withFrame(__v: ByteString): TransformFrameRequest
  42. def withInitTimeout(__v: Long): TransformFrameRequest
  43. def withModelName(__v: String): TransformFrameRequest
  44. def withOptions(__v: TransformOptions): TransformFrameRequest
  45. def withStreamName(__v: String): TransformFrameRequest
  46. def withTag(__v: Long): TransformFrameRequest
  47. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  48. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    TransformFrameRequest → GeneratedMessage
  49. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Updatable[TransformFrameRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped