terra-scientific-pipelines-service-api-client 1.3.9__tar.gz → 1.3.10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of terra-scientific-pipelines-service-api-client might be problematic. Click here for more details.

Files changed (87) hide show
  1. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/PKG-INFO +1 -1
  2. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/README.md +1 -1
  3. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/pyproject.toml +1 -1
  4. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/setup.py +1 -1
  5. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/__init__.py +1 -1
  6. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/api_client.py +1 -1
  7. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/configuration.py +1 -1
  8. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/pipeline_output_definition.py +7 -3
  9. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/pipeline_user_provided_input_definition.py +17 -7
  10. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/terra_scientific_pipelines_service_api_client.egg-info/PKG-INFO +1 -1
  11. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_pipeline_output_definition.py +5 -0
  12. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_pipeline_user_provided_input_definition.py +10 -1
  13. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_pipeline_with_details.py +16 -2
  14. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/setup.cfg +0 -0
  15. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/api/__init__.py +0 -0
  16. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/api/admin_api.py +0 -0
  17. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/api/jobs_api.py +0 -0
  18. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/api/pipeline_runs_api.py +0 -0
  19. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/api/pipelines_api.py +0 -0
  20. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/api/public_api.py +0 -0
  21. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/api/quotas_api.py +0 -0
  22. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/api_response.py +0 -0
  23. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/exceptions.py +0 -0
  24. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/__init__.py +0 -0
  25. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/admin_pipeline.py +0 -0
  26. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/admin_quota.py +0 -0
  27. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/async_pipeline_run_response.py +0 -0
  28. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/error_report.py +0 -0
  29. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/get_jobs_response.py +0 -0
  30. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/get_pipeline_details_request_body.py +0 -0
  31. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/get_pipeline_runs_response.py +0 -0
  32. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/get_pipeline_runs_response_v2.py +0 -0
  33. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/get_pipelines_result.py +0 -0
  34. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/job_control.py +0 -0
  35. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/job_report.py +0 -0
  36. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/job_result.py +0 -0
  37. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/pipeline.py +0 -0
  38. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/pipeline_quota.py +0 -0
  39. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/pipeline_run.py +0 -0
  40. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/pipeline_run_report.py +0 -0
  41. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/pipeline_with_details.py +0 -0
  42. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/prepare_pipeline_run_request_body.py +0 -0
  43. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/prepare_pipeline_run_response.py +0 -0
  44. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/quota_with_details.py +0 -0
  45. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/start_pipeline_run_request_body.py +0 -0
  46. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/system_status.py +0 -0
  47. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/system_status_systems_value.py +0 -0
  48. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/update_pipeline_request_body.py +0 -0
  49. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/update_quota_limit_request_body.py +0 -0
  50. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/models/version_properties.py +0 -0
  51. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/py.typed +0 -0
  52. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/teaspoons_client/rest.py +0 -0
  53. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/terra_scientific_pipelines_service_api_client.egg-info/SOURCES.txt +0 -0
  54. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/terra_scientific_pipelines_service_api_client.egg-info/dependency_links.txt +0 -0
  55. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/terra_scientific_pipelines_service_api_client.egg-info/requires.txt +0 -0
  56. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/terra_scientific_pipelines_service_api_client.egg-info/top_level.txt +0 -0
  57. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_admin_api.py +0 -0
  58. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_admin_pipeline.py +0 -0
  59. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_admin_quota.py +0 -0
  60. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_async_pipeline_run_response.py +0 -0
  61. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_error_report.py +0 -0
  62. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_get_jobs_response.py +0 -0
  63. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_get_pipeline_details_request_body.py +0 -0
  64. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_get_pipeline_runs_response.py +0 -0
  65. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_get_pipeline_runs_response_v2.py +0 -0
  66. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_get_pipelines_result.py +0 -0
  67. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_job_control.py +0 -0
  68. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_job_report.py +0 -0
  69. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_job_result.py +0 -0
  70. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_jobs_api.py +0 -0
  71. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_pipeline.py +0 -0
  72. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_pipeline_quota.py +0 -0
  73. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_pipeline_run.py +0 -0
  74. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_pipeline_run_report.py +0 -0
  75. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_pipeline_runs_api.py +0 -0
  76. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_pipelines_api.py +0 -0
  77. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_prepare_pipeline_run_request_body.py +0 -0
  78. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_prepare_pipeline_run_response.py +0 -0
  79. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_public_api.py +0 -0
  80. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_quota_with_details.py +0 -0
  81. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_quotas_api.py +0 -0
  82. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_start_pipeline_run_request_body.py +0 -0
  83. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_system_status.py +0 -0
  84. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_system_status_systems_value.py +0 -0
  85. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_update_pipeline_request_body.py +0 -0
  86. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_update_quota_limit_request_body.py +0 -0
  87. {terra_scientific_pipelines_service_api_client-1.3.9 → terra_scientific_pipelines_service_api_client-1.3.10}/test/test_version_properties.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terra-scientific-pipelines-service-api-client
3
- Version: 1.3.9
3
+ Version: 1.3.10
4
4
  Summary: Terra Scientific Pipelines Service
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: 1.0.0
7
- - Package version: 1.3.9
7
+ - Package version: 1.3.10
8
8
  - Generator version: 7.9.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "teaspoons_client"
3
- version = "1.3.9"
3
+ version = "1.3.10"
4
4
  description = "Terra Scientific Pipelines Service"
5
5
  authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6
6
  license = "NoLicense"
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
21
21
  # prerequisite: setuptools
22
22
  # http://pypi.python.org/pypi/setuptools
23
23
  NAME = "terra-scientific-pipelines-service-api-client"
24
- VERSION = "1.3.9"
24
+ VERSION = "1.3.10"
25
25
  PYTHON_REQUIRES = ">= 3.8"
26
26
  REQUIRES = [
27
27
  "urllib3 >= 1.25.3, < 3.0.0",
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "1.3.9"
17
+ __version__ = "1.3.10"
18
18
 
19
19
  # import apis into sdk package
20
20
  from teaspoons_client.api.admin_api import AdminApi
@@ -90,7 +90,7 @@ class ApiClient:
90
90
  self.default_headers[header_name] = header_value
91
91
  self.cookie = cookie
92
92
  # Set default User-Agent.
93
- self.user_agent = 'terra-scientific-pipelines-service-api-client/1.3.9/python'
93
+ self.user_agent = 'terra-scientific-pipelines-service-api-client/1.3.10/python'
94
94
  self.client_side_validation = configuration.client_side_validation
95
95
 
96
96
  def __enter__(self):
@@ -399,7 +399,7 @@ class Configuration:
399
399
  "OS: {env}\n"\
400
400
  "Python Version: {pyversion}\n"\
401
401
  "Version of the API: 1.0.0\n"\
402
- "SDK Package Version: 1.3.9".\
402
+ "SDK Package Version: 1.3.10".\
403
403
  format(env=sys.platform, pyversion=sys.version)
404
404
 
405
405
  def get_host_settings(self):
@@ -26,9 +26,11 @@ class PipelineOutputDefinition(BaseModel):
26
26
  """
27
27
  An output field and its specifications for the Pipeline.
28
28
  """ # noqa: E501
29
- name: Optional[StrictStr] = Field(default=None, description="The name of the output field. ")
30
- type: Optional[StrictStr] = Field(default=None, description="The type of the output field. ")
31
- __properties: ClassVar[List[str]] = ["name", "type"]
29
+ name: StrictStr = Field(description="The name of the pipeline output field. ")
30
+ display_name: StrictStr = Field(description="The display name of the pipeline output field. ", alias="displayName")
31
+ description: Optional[StrictStr] = Field(default=None, description="The description of the pipeline output field. ")
32
+ type: StrictStr = Field(description="The type of the pipeline output field. ")
33
+ __properties: ClassVar[List[str]] = ["name", "displayName", "description", "type"]
32
34
 
33
35
  model_config = ConfigDict(
34
36
  populate_by_name=True,
@@ -82,6 +84,8 @@ class PipelineOutputDefinition(BaseModel):
82
84
 
83
85
  _obj = cls.model_validate({
84
86
  "name": obj.get("name"),
87
+ "displayName": obj.get("displayName"),
88
+ "description": obj.get("description"),
85
89
  "type": obj.get("type")
86
90
  })
87
91
  return _obj
@@ -17,8 +17,8 @@ import pprint
17
17
  import re # noqa: F401
18
18
  import json
19
19
 
20
- from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
21
- from typing import Any, ClassVar, Dict, List, Optional
20
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictFloat, StrictInt, StrictStr
21
+ from typing import Any, ClassVar, Dict, List, Optional, Union
22
22
  from typing import Optional, Set
23
23
  from typing_extensions import Self
24
24
 
@@ -26,11 +26,16 @@ class PipelineUserProvidedInputDefinition(BaseModel):
26
26
  """
27
27
  User-provided input fields and specifications for the Pipeline.
28
28
  """ # noqa: E501
29
- name: Optional[StrictStr] = Field(default=None, description="The name of the input field. ")
30
- type: Optional[StrictStr] = Field(default=None, description="The type of the input field. ")
31
- is_required: Optional[StrictBool] = Field(default=None, description="Whether the input field is required. ", alias="isRequired")
29
+ name: StrictStr = Field(description="The name of the pipeline input field. ")
30
+ display_name: StrictStr = Field(description="The display name of the pipeline input field. ", alias="displayName")
31
+ description: Optional[StrictStr] = Field(default=None, description="The description of the pipeline input field. ")
32
+ type: StrictStr = Field(description="The type of the pipeline input field. ")
33
+ is_required: StrictBool = Field(description="Whether the pipeline input field is required. ", alias="isRequired")
34
+ default_value: Optional[StrictStr] = Field(default=None, description="The default value for the optional input field. ", alias="defaultValue")
32
35
  file_suffix: Optional[StrictStr] = Field(default=None, description="The allowed file suffix for the file. ", alias="fileSuffix")
33
- __properties: ClassVar[List[str]] = ["name", "type", "isRequired", "fileSuffix"]
36
+ min_value: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The minimum value for the integer or float input field. ", alias="minValue")
37
+ max_value: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The maximum value for the integer or float input field. ", alias="maxValue")
38
+ __properties: ClassVar[List[str]] = ["name", "displayName", "description", "type", "isRequired", "defaultValue", "fileSuffix", "minValue", "maxValue"]
34
39
 
35
40
  model_config = ConfigDict(
36
41
  populate_by_name=True,
@@ -84,9 +89,14 @@ class PipelineUserProvidedInputDefinition(BaseModel):
84
89
 
85
90
  _obj = cls.model_validate({
86
91
  "name": obj.get("name"),
92
+ "displayName": obj.get("displayName"),
93
+ "description": obj.get("description"),
87
94
  "type": obj.get("type"),
88
95
  "isRequired": obj.get("isRequired"),
89
- "fileSuffix": obj.get("fileSuffix")
96
+ "defaultValue": obj.get("defaultValue"),
97
+ "fileSuffix": obj.get("fileSuffix"),
98
+ "minValue": obj.get("minValue"),
99
+ "maxValue": obj.get("maxValue")
90
100
  })
91
101
  return _obj
92
102
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terra-scientific-pipelines-service-api-client
3
- Version: 1.3.9
3
+ Version: 1.3.10
4
4
  Summary: Terra Scientific Pipelines Service
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -36,10 +36,15 @@ class TestPipelineOutputDefinition(unittest.TestCase):
36
36
  if include_optional:
37
37
  return PipelineOutputDefinition(
38
38
  name = '',
39
+ display_name = '',
40
+ description = '',
39
41
  type = ''
40
42
  )
41
43
  else:
42
44
  return PipelineOutputDefinition(
45
+ name = '',
46
+ display_name = '',
47
+ type = '',
43
48
  )
44
49
  """
45
50
 
@@ -36,12 +36,21 @@ class TestPipelineUserProvidedInputDefinition(unittest.TestCase):
36
36
  if include_optional:
37
37
  return PipelineUserProvidedInputDefinition(
38
38
  name = '',
39
+ display_name = '',
40
+ description = '',
39
41
  type = '',
40
42
  is_required = True,
41
- file_suffix = ''
43
+ default_value = '',
44
+ file_suffix = '',
45
+ min_value = 1.337,
46
+ max_value = 1.337
42
47
  )
43
48
  else:
44
49
  return PipelineUserProvidedInputDefinition(
50
+ name = '',
51
+ display_name = '',
52
+ type = '',
53
+ is_required = True,
45
54
  )
46
55
  """
47
56
 
@@ -43,13 +43,20 @@ class TestPipelineWithDetails(unittest.TestCase):
43
43
  inputs = [
44
44
  teaspoons_client.models.pipeline_user_provided_input_definition.PipelineUserProvidedInputDefinition(
45
45
  name = '',
46
+ display_name = '',
47
+ description = '',
46
48
  type = '',
47
49
  is_required = True,
48
- file_suffix = '', )
50
+ default_value = '',
51
+ file_suffix = '',
52
+ min_value = 1.337,
53
+ max_value = 1.337, )
49
54
  ],
50
55
  outputs = [
51
56
  teaspoons_client.models.pipeline_output_definition.PipelineOutputDefinition(
52
57
  name = '',
58
+ display_name = '',
59
+ description = '',
53
60
  type = '', )
54
61
  ],
55
62
  pipeline_quota = teaspoons_client.models.pipeline_quota.PipelineQuota(
@@ -68,13 +75,20 @@ class TestPipelineWithDetails(unittest.TestCase):
68
75
  inputs = [
69
76
  teaspoons_client.models.pipeline_user_provided_input_definition.PipelineUserProvidedInputDefinition(
70
77
  name = '',
78
+ display_name = '',
79
+ description = '',
71
80
  type = '',
72
81
  is_required = True,
73
- file_suffix = '', )
82
+ default_value = '',
83
+ file_suffix = '',
84
+ min_value = 1.337,
85
+ max_value = 1.337, )
74
86
  ],
75
87
  outputs = [
76
88
  teaspoons_client.models.pipeline_output_definition.PipelineOutputDefinition(
77
89
  name = '',
90
+ display_name = '',
91
+ description = '',
78
92
  type = '', )
79
93
  ],
80
94
  pipeline_quota = teaspoons_client.models.pipeline_quota.PipelineQuota(