Module post_pretrain_response
Amber API Server
Boon Logic Amber API server
OpenAPI spec version: 2.0.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
Classes
class PostPretrainResponse (txn_id=None, chunkspec=None, *args, **kwargs)
-
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
PostPretrainResponse - a model defined in Swagger
Ancestors
Instance variables
var chunkspec
-
Gets the chunkspec of this PostPretrainResponse.
Chunk specifier for chunked uploads.
:return: The chunkspec of this PostPretrainResponse. :rtype: str
var txn_id
-
Gets the txn_id of this PostPretrainResponse.
Transaction id for chunked uploads.
:return: The txn_id of this PostPretrainResponse. :rtype: str
Inherited members