Uses of Class
com.qtsurfer.api.client.model.CreateDatasetRequest
Packages that use CreateDatasetRequest
-
Uses of CreateDatasetRequest in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api with parameters of type CreateDatasetRequestModifier and TypeMethodDescriptionDatasetApi.createDataset(CreateDatasetRequest createDatasetRequest) Create a dataset and get a URL to upload it to Creates a dataset AND its first upload session in one call — a presigned URL your client PUTs the file to directly, no API credentials involved in that PUT.DatasetApi.createDatasetWithHttpInfo(CreateDatasetRequest createDatasetRequest) Create a dataset and get a URL to upload it to Creates a dataset AND its first upload session in one call — a presigned URL your client PUTs the file to directly, no API credentials involved in that PUT. -
Uses of CreateDatasetRequest in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return CreateDatasetRequest