Skip to content

Commit f5638d6

Browse files
Releasing version 2.58.0
1 parent b0d3ce6 commit f5638d6

File tree

633 files changed

+78745
-740
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

633 files changed

+78745
-740
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ Change Log
33
All notable changes to this project will be documented in this file.
44

55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
====================
7+
2.58.0 - 2022-02-22
8+
====================
9+
10+
Added
11+
-----
12+
* Support for the Data Connectivity Management service
13+
* Support for the AI Speech service
14+
* Support for disabling crash recovery in the MySQL Database service
15+
* Support for detector recipes of type "threat", new detector rule of type "rogue user", and sightings operations in the Cloud Guard service
16+
* Support for more VM shape configurations when listing shapes in the Compute service
17+
* Support for customer-managed encryption keys in the Analytics Cloud service
18+
* Support for FastConnect device information in the Networking service
19+
20+
Breaking
21+
--------
22+
* Support for retries enabled by default on all operations in the Application Performance Monitoring control plane service
23+
624
====================
725
2.57.0 - 2022-02-15
826
====================

docs/api/ai_speech.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
Ai Speech
2+
=========
3+
4+
.. autosummary::
5+
:toctree: ai_speech/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.ai_speech.AIServiceSpeechClient
10+
oci.ai_speech.AIServiceSpeechClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: ai_speech/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.ai_speech.models.AudioFormatDetails
22+
oci.ai_speech.models.ChangeTranscriptionJobCompartmentDetails
23+
oci.ai_speech.models.CreateTranscriptionJobDetails
24+
oci.ai_speech.models.InputLocation
25+
oci.ai_speech.models.ObjectListFileInputLocation
26+
oci.ai_speech.models.ObjectListInlineInputLocation
27+
oci.ai_speech.models.ObjectLocation
28+
oci.ai_speech.models.OutputLocation
29+
oci.ai_speech.models.ProfanityTranscriptionFilter
30+
oci.ai_speech.models.TranscriptionFilter
31+
oci.ai_speech.models.TranscriptionJob
32+
oci.ai_speech.models.TranscriptionJobCollection
33+
oci.ai_speech.models.TranscriptionJobSummary
34+
oci.ai_speech.models.TranscriptionModelDetails
35+
oci.ai_speech.models.TranscriptionNormalization
36+
oci.ai_speech.models.TranscriptionTask
37+
oci.ai_speech.models.TranscriptionTaskCollection
38+
oci.ai_speech.models.TranscriptionTaskSummary
39+
oci.ai_speech.models.UpdateTranscriptionJobDetails
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
AIServiceSpeechClient
2+
=====================
3+
4+
.. currentmodule:: oci.ai_speech
5+
6+
.. autoclass:: AIServiceSpeechClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
AIServiceSpeechClientCompositeOperations
2+
========================================
3+
4+
.. currentmodule:: oci.ai_speech
5+
6+
.. autoclass:: AIServiceSpeechClientCompositeOperations
7+
:special-members: __init__
8+
:members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AudioFormatDetails
2+
==================
3+
4+
.. currentmodule:: oci.ai_speech.models
5+
6+
.. autoclass:: AudioFormatDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ChangeTranscriptionJobCompartmentDetails
2+
========================================
3+
4+
.. currentmodule:: oci.ai_speech.models
5+
6+
.. autoclass:: ChangeTranscriptionJobCompartmentDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateTranscriptionJobDetails
2+
=============================
3+
4+
.. currentmodule:: oci.ai_speech.models
5+
6+
.. autoclass:: CreateTranscriptionJobDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
InputLocation
2+
=============
3+
4+
.. currentmodule:: oci.ai_speech.models
5+
6+
.. autoclass:: InputLocation
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ObjectListFileInputLocation
2+
===========================
3+
4+
.. currentmodule:: oci.ai_speech.models
5+
6+
.. autoclass:: ObjectListFileInputLocation
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ObjectListInlineInputLocation
2+
=============================
3+
4+
.. currentmodule:: oci.ai_speech.models
5+
6+
.. autoclass:: ObjectListInlineInputLocation
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)