Skip to content

Commit

Permalink
Releasing version 3.37.5
Browse files Browse the repository at this point in the history
Releasing version 3.37.5
  • Loading branch information
Swarn10 committed Jan 23, 2024
2 parents 74b887b + fa6266a commit 5dc46b9
Show file tree
Hide file tree
Showing 25 changed files with 2,397 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.

3.37.5 - 2024-01-23
--------------------
Added
~~~~~

* Support for the new Generative AI Service Management

* ``oci generative-ai``

* Support for Process Sets in Stack Monitoring service

* ``oci stack-monitoring process-set``

3.37.4 - 2024-01-16
--------------------
Added
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Jinja2==3.0.3
jmespath==0.10.0
ndg-httpsclient==0.4.2
mock==2.0.0
oci==2.119.0
oci==2.119.1
packaging==20.2
pluggy==0.13.0
py==1.11.0
Expand Down
4 changes: 4 additions & 0 deletions services/generative_ai/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130
4 changes: 4 additions & 0 deletions services/generative_ai/src/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130
4 changes: 4 additions & 0 deletions services/generative_ai/src/oci_cli_generative_ai/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130

import oci
from oci_cli.cli_clients import CLIENT_MAP
from oci_cli.cli_clients import MODULE_TO_TYPE_MAPPINGS
from oci.generative_ai import GenerativeAiClient

MODULE_TO_TYPE_MAPPINGS["generative_ai"] = oci.generative_ai.models.generative_ai_type_mapping
if CLIENT_MAP.get("generative_ai") is None:
CLIENT_MAP["generative_ai"] = {}
CLIENT_MAP["generative_ai"]["generative_ai"] = GenerativeAiClient
1,309 changes: 1,309 additions & 0 deletions services/generative_ai/src/oci_cli_generative_ai/generated/generativeai_cli.py

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions services/generative_ai/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130
27 changes: 27 additions & 0 deletions services/generative_ai/tests/util/generated/command_to_api.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.

SDK_client_map = {
"generative_ai.change_dedicated_ai_cluster_compartment": "oci.generative_ai.GenerativeAiClient.change_dedicated_ai_cluster_compartment",
"generative_ai.change_endpoint_compartment": "oci.generative_ai.GenerativeAiClient.change_endpoint_compartment",
"generative_ai.change_model_compartment": "oci.generative_ai.GenerativeAiClient.change_model_compartment",
"generative_ai.create_dedicated_ai_cluster": "oci.generative_ai.GenerativeAiClient.create_dedicated_ai_cluster",
"generative_ai.create_endpoint": "oci.generative_ai.GenerativeAiClient.create_endpoint",
"generative_ai.create_model": "oci.generative_ai.GenerativeAiClient.create_model",
"generative_ai.delete_dedicated_ai_cluster": "oci.generative_ai.GenerativeAiClient.delete_dedicated_ai_cluster",
"generative_ai.delete_endpoint": "oci.generative_ai.GenerativeAiClient.delete_endpoint",
"generative_ai.delete_model": "oci.generative_ai.GenerativeAiClient.delete_model",
"generative_ai.get_dedicated_ai_cluster": "oci.generative_ai.GenerativeAiClient.get_dedicated_ai_cluster",
"generative_ai.get_endpoint": "oci.generative_ai.GenerativeAiClient.get_endpoint",
"generative_ai.get_model": "oci.generative_ai.GenerativeAiClient.get_model",
"generative_ai.get_work_request": "oci.generative_ai.GenerativeAiClient.get_work_request",
"generative_ai.list_dedicated_ai_clusters": "oci.generative_ai.GenerativeAiClient.list_dedicated_ai_clusters",
"generative_ai.list_endpoints": "oci.generative_ai.GenerativeAiClient.list_endpoints",
"generative_ai.list_models": "oci.generative_ai.GenerativeAiClient.list_models",
"generative_ai.list_work_request_errors": "oci.generative_ai.GenerativeAiClient.list_work_request_errors",
"generative_ai.list_work_request_logs": "oci.generative_ai.GenerativeAiClient.list_work_request_logs",
"generative_ai.list_work_requests": "oci.generative_ai.GenerativeAiClient.list_work_requests",
"generative_ai.update_dedicated_ai_cluster": "oci.generative_ai.GenerativeAiClient.update_dedicated_ai_cluster",
"generative_ai.update_endpoint": "oci.generative_ai.GenerativeAiClient.update_endpoint",
"generative_ai.update_model": "oci.generative_ai.GenerativeAiClient.update_model",
}
4 changes: 4 additions & 0 deletions services/generative_ai_inference/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130
4 changes: 4 additions & 0 deletions services/generative_ai_inference/src/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20231130

import oci
from oci_cli.cli_clients import CLIENT_MAP
from oci_cli.cli_clients import MODULE_TO_TYPE_MAPPINGS
from oci.generative_ai_inference import GenerativeAiInferenceClient

MODULE_TO_TYPE_MAPPINGS["generative_ai_inference"] = oci.generative_ai_inference.models.generative_ai_inference_type_mapping
if CLIENT_MAP.get("generative_ai_inference") is None:
CLIENT_MAP["generative_ai_inference"] = {}
CLIENT_MAP["generative_ai_inference"]["generative_ai_inference"] = GenerativeAiInferenceClient

0 comments on commit 5dc46b9

Please sign in to comment.