UploadPartResponse

sttp.openai.requests.upload.UploadPartResponse
See theUploadPartResponse companion object
case class UploadPartResponse(id: String, createdAt: Int, uploadId: String, `object`: String)

Represents the response for an upload part.

Value parameters

`object`

The object type, which is always upload.part.

createdAt

The Unix timestamp (in seconds) for when the Part was created.

id

The upload Part unique identifier, which can be referenced in API endpoints.

uploadId

The ID of the Upload object that this Part was added to.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product