pulumi-datarobot 0.8.8__tar.gz → 0.8.9__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.
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/PKG-INFO +1 -1
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/llm_blueprint.py +7 -65
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/setup.py +1 -1
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/README.md +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/__init__.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/_inputs.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/application_source.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/application_source_from_template.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/aws_credential.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_application.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_application_from_environment.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_job.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_metric.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_metric_from_job.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_metric_job.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/dataset_from_datasource.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/dataset_from_url.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/datasource.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/datastore.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/deployment.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/execution_environment.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/get_execution_environment.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/notification_channel.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/notification_policy.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/outputs.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/qa_application.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/registered_model.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/setup.cfg +0 -0
@@ -35,7 +35,7 @@ class LlmBlueprintArgs:
|
|
35
35
|
:param pulumi.Input[str] playground_id: The id of the Playground for the LLM Blueprint.
|
36
36
|
:param pulumi.Input['LlmBlueprintCustomModelLlmSettingsArgs'] custom_model_llm_settings: The custom model LLM settings for the LLM Blueprint.
|
37
37
|
:param pulumi.Input[str] description: The description of the LLM Blueprint.
|
38
|
-
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint.
|
38
|
+
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
39
39
|
:param pulumi.Input['LlmBlueprintLlmSettingsArgs'] llm_settings: The LLM settings for the LLM Blueprint.
|
40
40
|
:param pulumi.Input[str] name: The name of the LLM Blueprint.
|
41
41
|
:param pulumi.Input[str] prompt_type: The prompt type for the LLM Blueprint.
|
@@ -100,7 +100,7 @@ class LlmBlueprintArgs:
|
|
100
100
|
@pulumi.getter(name="llmId")
|
101
101
|
def llm_id(self) -> Optional[pulumi.Input[str]]:
|
102
102
|
"""
|
103
|
-
The id of the LLM for the LLM Blueprint.
|
103
|
+
The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
104
104
|
"""
|
105
105
|
return pulumi.get(self, "llm_id")
|
106
106
|
|
@@ -185,7 +185,7 @@ class _LlmBlueprintState:
|
|
185
185
|
Input properties used for looking up and filtering LlmBlueprint resources.
|
186
186
|
:param pulumi.Input['LlmBlueprintCustomModelLlmSettingsArgs'] custom_model_llm_settings: The custom model LLM settings for the LLM Blueprint.
|
187
187
|
:param pulumi.Input[str] description: The description of the LLM Blueprint.
|
188
|
-
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint.
|
188
|
+
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
189
189
|
:param pulumi.Input['LlmBlueprintLlmSettingsArgs'] llm_settings: The LLM settings for the LLM Blueprint.
|
190
190
|
:param pulumi.Input[str] name: The name of the LLM Blueprint.
|
191
191
|
:param pulumi.Input[str] playground_id: The id of the Playground for the LLM Blueprint.
|
@@ -240,7 +240,7 @@ class _LlmBlueprintState:
|
|
240
240
|
@pulumi.getter(name="llmId")
|
241
241
|
def llm_id(self) -> Optional[pulumi.Input[str]]:
|
242
242
|
"""
|
243
|
-
The id of the LLM for the LLM Blueprint.
|
243
|
+
The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
244
244
|
"""
|
245
245
|
return pulumi.get(self, "llm_id")
|
246
246
|
|
@@ -339,40 +339,11 @@ class LlmBlueprint(pulumi.CustomResource):
|
|
339
339
|
"""
|
340
340
|
LLMBlueprint
|
341
341
|
|
342
|
-
## Example Usage
|
343
|
-
|
344
|
-
```python
|
345
|
-
import pulumi
|
346
|
-
import pulumi_datarobot as datarobot
|
347
|
-
|
348
|
-
example_use_case = datarobot.UseCase("exampleUseCase")
|
349
|
-
example_playground = datarobot.Playground("examplePlayground",
|
350
|
-
description="Description for the example playground",
|
351
|
-
use_case_id=example_use_case.id)
|
352
|
-
example_llm_blueprint = datarobot.LlmBlueprint("exampleLlmBlueprint",
|
353
|
-
description="Description for the example LLM blueprint",
|
354
|
-
playground_id=example_playground.id,
|
355
|
-
llm_id="azure-openai-gpt-3.5-turbo",
|
356
|
-
prompt_type="ONE_TIME_PROMPT")
|
357
|
-
# Optional
|
358
|
-
# llm_settings {
|
359
|
-
# max_completion_length = 1000
|
360
|
-
# temperature = 0.5
|
361
|
-
# top_p = 0.9
|
362
|
-
# system_prompt = "My Prompt:"
|
363
|
-
# }
|
364
|
-
# vector_database_settings = {
|
365
|
-
# max_documents_retrieved_per_prompt = 5
|
366
|
-
# max_tokens = 1000
|
367
|
-
# }
|
368
|
-
pulumi.export("exampleId", example_llm_blueprint.id)
|
369
|
-
```
|
370
|
-
|
371
342
|
:param str resource_name: The name of the resource.
|
372
343
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
373
344
|
:param pulumi.Input[Union['LlmBlueprintCustomModelLlmSettingsArgs', 'LlmBlueprintCustomModelLlmSettingsArgsDict']] custom_model_llm_settings: The custom model LLM settings for the LLM Blueprint.
|
374
345
|
:param pulumi.Input[str] description: The description of the LLM Blueprint.
|
375
|
-
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint.
|
346
|
+
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
376
347
|
:param pulumi.Input[Union['LlmBlueprintLlmSettingsArgs', 'LlmBlueprintLlmSettingsArgsDict']] llm_settings: The LLM settings for the LLM Blueprint.
|
377
348
|
:param pulumi.Input[str] name: The name of the LLM Blueprint.
|
378
349
|
:param pulumi.Input[str] playground_id: The id of the Playground for the LLM Blueprint.
|
@@ -389,35 +360,6 @@ class LlmBlueprint(pulumi.CustomResource):
|
|
389
360
|
"""
|
390
361
|
LLMBlueprint
|
391
362
|
|
392
|
-
## Example Usage
|
393
|
-
|
394
|
-
```python
|
395
|
-
import pulumi
|
396
|
-
import pulumi_datarobot as datarobot
|
397
|
-
|
398
|
-
example_use_case = datarobot.UseCase("exampleUseCase")
|
399
|
-
example_playground = datarobot.Playground("examplePlayground",
|
400
|
-
description="Description for the example playground",
|
401
|
-
use_case_id=example_use_case.id)
|
402
|
-
example_llm_blueprint = datarobot.LlmBlueprint("exampleLlmBlueprint",
|
403
|
-
description="Description for the example LLM blueprint",
|
404
|
-
playground_id=example_playground.id,
|
405
|
-
llm_id="azure-openai-gpt-3.5-turbo",
|
406
|
-
prompt_type="ONE_TIME_PROMPT")
|
407
|
-
# Optional
|
408
|
-
# llm_settings {
|
409
|
-
# max_completion_length = 1000
|
410
|
-
# temperature = 0.5
|
411
|
-
# top_p = 0.9
|
412
|
-
# system_prompt = "My Prompt:"
|
413
|
-
# }
|
414
|
-
# vector_database_settings = {
|
415
|
-
# max_documents_retrieved_per_prompt = 5
|
416
|
-
# max_tokens = 1000
|
417
|
-
# }
|
418
|
-
pulumi.export("exampleId", example_llm_blueprint.id)
|
419
|
-
```
|
420
|
-
|
421
363
|
:param str resource_name: The name of the resource.
|
422
364
|
:param LlmBlueprintArgs args: The arguments to use to populate this resource's properties.
|
423
365
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -490,7 +432,7 @@ class LlmBlueprint(pulumi.CustomResource):
|
|
490
432
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
491
433
|
:param pulumi.Input[Union['LlmBlueprintCustomModelLlmSettingsArgs', 'LlmBlueprintCustomModelLlmSettingsArgsDict']] custom_model_llm_settings: The custom model LLM settings for the LLM Blueprint.
|
492
434
|
:param pulumi.Input[str] description: The description of the LLM Blueprint.
|
493
|
-
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint.
|
435
|
+
:param pulumi.Input[str] llm_id: The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
494
436
|
:param pulumi.Input[Union['LlmBlueprintLlmSettingsArgs', 'LlmBlueprintLlmSettingsArgsDict']] llm_settings: The LLM settings for the LLM Blueprint.
|
495
437
|
:param pulumi.Input[str] name: The name of the LLM Blueprint.
|
496
438
|
:param pulumi.Input[str] playground_id: The id of the Playground for the LLM Blueprint.
|
@@ -533,7 +475,7 @@ class LlmBlueprint(pulumi.CustomResource):
|
|
533
475
|
@pulumi.getter(name="llmId")
|
534
476
|
def llm_id(self) -> pulumi.Output[Optional[str]]:
|
535
477
|
"""
|
536
|
-
The id of the LLM for the LLM Blueprint.
|
478
|
+
The id of the LLM for the LLM Blueprint. If custom*model*llm_settings is set, this value must be 'custom-model'.
|
537
479
|
"""
|
538
480
|
return pulumi.get(self, "llm_id")
|
539
481
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_metric_from_job.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/custom_model_llm_validation.py
RENAMED
File without changes
|
{pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/dataset_from_datasource.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/deployment_retraining_policy.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/get_execution_environment.py
RENAMED
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/google_cloud_credential.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot/prediction_environment.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumi_datarobot-0.8.8 → pulumi_datarobot-0.8.9}/pulumi_datarobot.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|