pulumi-datarobot 0.8.17__tar.gz → 0.8.19__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.
Files changed (56) hide show
  1. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/PKG-INFO +1 -1
  2. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/application_source.py +1 -1
  3. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/application_source_from_template.py +1 -1
  4. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
  5. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/setup.py +1 -1
  6. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/README.md +0 -0
  7. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/__init__.py +0 -0
  8. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/_inputs.py +0 -0
  9. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/_utilities.py +0 -0
  10. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/api_token_credential.py +0 -0
  11. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/aws_credential.py +0 -0
  12. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/azure_credential.py +0 -0
  13. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/basic_credential.py +0 -0
  14. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
  15. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/config/__init__.py +0 -0
  16. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/config/vars.py +0 -0
  17. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/custom_application.py +0 -0
  18. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/custom_application_from_environment.py +0 -0
  19. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/custom_job.py +0 -0
  20. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/custom_metric.py +0 -0
  21. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/custom_metric_from_job.py +0 -0
  22. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/custom_metric_job.py +0 -0
  23. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/custom_model.py +0 -0
  24. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
  25. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/dataset_from_datasource.py +0 -0
  26. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/dataset_from_file.py +0 -0
  27. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/dataset_from_url.py +0 -0
  28. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/datasource.py +0 -0
  29. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/datastore.py +0 -0
  30. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/deployment.py +0 -0
  31. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
  32. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/execution_environment.py +0 -0
  33. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/get_execution_environment.py +0 -0
  34. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/get_global_model.py +0 -0
  35. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/google_cloud_credential.py +0 -0
  36. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/llm_blueprint.py +0 -0
  37. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/notification_channel.py +0 -0
  38. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/notification_policy.py +0 -0
  39. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/outputs.py +0 -0
  40. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/playground.py +0 -0
  41. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/prediction_environment.py +0 -0
  42. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/provider.py +0 -0
  43. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/pulumi-plugin.json +0 -0
  44. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/py.typed +0 -0
  45. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/qa_application.py +0 -0
  46. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/registered_model.py +0 -0
  47. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
  48. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/remote_repository.py +0 -0
  49. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/use_case.py +0 -0
  50. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot/vector_database.py +0 -0
  51. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
  52. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
  53. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
  54. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot.egg-info/requires.txt +0 -0
  55. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/pulumi_datarobot.egg-info/top_level.txt +0 -0
  56. {pulumi_datarobot-0.8.17 → pulumi_datarobot-0.8.19}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_datarobot
3
- Version: 0.8.17
3
+ Version: 0.8.19
4
4
  Summary: A Pulumi package for creating and managing DataRobot resources.
5
5
  Home-page: https://www.datarobot.com
6
6
  License: Apache-2.0
@@ -494,7 +494,7 @@ class ApplicationSource(pulumi.CustomResource):
494
494
 
495
495
  @property
496
496
  @pulumi.getter
497
- def resources(self) -> pulumi.Output['outputs.ApplicationSourceResources']:
497
+ def resources(self) -> pulumi.Output[Optional['outputs.ApplicationSourceResources']]:
498
498
  """
499
499
  The resources for the Application Source.
500
500
  """
@@ -534,7 +534,7 @@ class ApplicationSourceFromTemplate(pulumi.CustomResource):
534
534
 
535
535
  @property
536
536
  @pulumi.getter
537
- def resources(self) -> pulumi.Output['outputs.ApplicationSourceFromTemplateResources']:
537
+ def resources(self) -> pulumi.Output[Optional['outputs.ApplicationSourceFromTemplateResources']]:
538
538
  """
539
539
  The resources for the Application Source.
540
540
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi-datarobot
3
- Version: 0.8.17
3
+ Version: 0.8.19
4
4
  Summary: A Pulumi package for creating and managing DataRobot resources.
5
5
  Home-page: https://www.datarobot.com
6
6
  License: Apache-2.0
@@ -8,7 +8,7 @@ from setuptools.command.install import install
8
8
  from subprocess import check_call
9
9
 
10
10
 
11
- VERSION = "0.8.17"
11
+ VERSION = "0.8.19"
12
12
  def readme():
13
13
  try:
14
14
  with open('README.md', encoding='utf-8') as f: