Skip to content

Commit f0ce028

Browse files
committed
Releasing version 2.12.0
1 parent 55a9cae commit f0ce028

File tree

570 files changed

+49755
-689
lines changed

Some content is hidden

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

570 files changed

+49755
-689
lines changed

CHANGELOG.md

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

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 2.12.0 - 2021-12-14
7+
### Added
8+
- Support for node replacement in the VMWare Solution service
9+
- Support for ingestion of SQL stats metrics in the Operations Insights service
10+
- Support for AWR hub integration in the Operations Insights service
11+
- Support for automatically generating logical entities from filename patterns and relationships between business terms across glossaries in the Data Catalog service
12+
- Support for automatic start/stop at scheduled times in the Database service
13+
- Support for cloud VM cluster resources on autonomous dedicated databases in the Database service
14+
- Support for external Hive metastores in the Big Data service
15+
- Support for batch detection/inference in the AI Language service
16+
- Support for dimensions on monitoring targets in the Service Connector Hub service
17+
- Support for invoice operations in the Account Management service
18+
- Support for custom CA trust stores in the API Gateway service
19+
- Support for generating scoped database tokens in the Identity service
20+
- Support for database passwords for users, for logging into database accounts, in the Identity service
21+
22+
### Breaking Changes
23+
- Support for retries enabled by default on some operations in the Data Catalog service
24+
625
## 2.11.1 - 2021-12-07
726
### Added
827
- Support for the Application Management service

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>2.11.1</version>
7+
<version>2.12.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-common</artifactId>
21-
<version>2.11.1</version>
21+
<version>2.12.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>2.11.1</version>
8+
<version>2.12.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.oracle.oci.sdk</groupId>
4646
<artifactId>oci-java-sdk-common</artifactId>
47-
<version>2.11.1</version>
47+
<version>2.12.0</version>
4848
</dependency>
4949
</dependencies>
5050
</project>

bmc-addons/bmc-sasl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>oci-java-sdk-addons</artifactId>
99
<groupId>com.oracle.oci.sdk</groupId>
10-
<version>2.11.1</version>
10+
<version>2.12.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.oracle.oci.sdk</groupId>
6464
<artifactId>oci-java-sdk-common</artifactId>
65-
<version>2.11.1</version>
65+
<version>2.12.0</version>
6666
</dependency>
6767
</dependencies>
6868

bmc-addons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>2.11.1</version>
8+
<version>2.12.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-aianomalydetection/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>2.11.1</version>
7+
<version>2.12.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-aianomalydetection</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>2.11.1</version>
18+
<version>2.12.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-ailanguage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>2.11.1</version>
7+
<version>2.12.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-ailanguage</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>2.11.1</version>
18+
<version>2.12.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-ailanguage/src/main/java/com/oracle/bmc/ailanguage/AIServiceLanguage.java

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import com.oracle.bmc.ailanguage.responses.*;
99

1010
/**
11-
* OCI AI Service solutions can help Enterprise customers integrate AI into their products immediately using our proven,
11+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
1212
* pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
1313
* This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
1414
*
@@ -49,6 +49,71 @@ public interface AIServiceLanguage extends AutoCloseable {
4949
*/
5050
void setRegion(String regionId);
5151

52+
/**
53+
* Make a detect call to language detection pre-deployed model.
54+
* @param request The request object containing the details to send
55+
* @return A response object containing details about the completed operation
56+
* @throws BmcException when an error occurs.
57+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
58+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
59+
*
60+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/ailanguage/BatchDetectDominantLanguageExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use BatchDetectDominantLanguage API.
61+
*/
62+
BatchDetectDominantLanguageResponse batchDetectDominantLanguage(
63+
BatchDetectDominantLanguageRequest request);
64+
65+
/**
66+
* Make a batch detect call to entity pre-deployed model
67+
* @param request The request object containing the details to send
68+
* @return A response object containing details about the completed operation
69+
* @throws BmcException when an error occurs.
70+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
71+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
72+
*
73+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/ailanguage/BatchDetectLanguageEntitiesExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use BatchDetectLanguageEntities API.
74+
*/
75+
BatchDetectLanguageEntitiesResponse batchDetectLanguageEntities(
76+
BatchDetectLanguageEntitiesRequest request);
77+
78+
/**
79+
* Make a detect call to the keyPhrase pre-deployed model.
80+
* @param request The request object containing the details to send
81+
* @return A response object containing details about the completed operation
82+
* @throws BmcException when an error occurs.
83+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
84+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
85+
*
86+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/ailanguage/BatchDetectLanguageKeyPhrasesExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use BatchDetectLanguageKeyPhrases API.
87+
*/
88+
BatchDetectLanguageKeyPhrasesResponse batchDetectLanguageKeyPhrases(
89+
BatchDetectLanguageKeyPhrasesRequest request);
90+
91+
/**
92+
* Make a detect call to sentiment pre-deployed model.
93+
* @param request The request object containing the details to send
94+
* @return A response object containing details about the completed operation
95+
* @throws BmcException when an error occurs.
96+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
97+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
98+
*
99+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/ailanguage/BatchDetectLanguageSentimentsExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use BatchDetectLanguageSentiments API.
100+
*/
101+
BatchDetectLanguageSentimentsResponse batchDetectLanguageSentiments(
102+
BatchDetectLanguageSentimentsRequest request);
103+
104+
/**
105+
* Make a detect call to text classification from the pre-deployed model.
106+
* @param request The request object containing the details to send
107+
* @return A response object containing details about the completed operation
108+
* @throws BmcException when an error occurs.
109+
* This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it.
110+
* The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
111+
*
112+
* <b>Example: </b>Click <a href="https://docs.cloud.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/ailanguage/BatchDetectLanguageTextClassificationExample.java.html" target="_blank" rel="noopener noreferrer" >here</a> to see how to use BatchDetectLanguageTextClassification API.
113+
*/
114+
BatchDetectLanguageTextClassificationResponse batchDetectLanguageTextClassification(
115+
BatchDetectLanguageTextClassificationRequest request);
116+
52117
/**
53118
* Make a detect call to language detection pre-deployed model.
54119
* @param request The request object containing the details to send

bmc-ailanguage/src/main/java/com/oracle/bmc/ailanguage/AIServiceLanguageAsync.java

Lines changed: 87 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import com.oracle.bmc.ailanguage.responses.*;
99

1010
/**
11-
* OCI AI Service solutions can help Enterprise customers integrate AI into their products immediately using our proven,
11+
* OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
1212
* pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
1313
* This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
1414
*
@@ -48,6 +48,92 @@ public interface AIServiceLanguageAsync extends AutoCloseable {
4848
*/
4949
void setRegion(String regionId);
5050

51+
/**
52+
* Make a detect call to language detection pre-deployed model.
53+
*
54+
* @param request The request object containing the details to send
55+
* @param handler The request handler to invoke upon completion, may be null.
56+
* @return A Future that can be used to get the response if no AsyncHandler was
57+
* provided. Note, if you provide an AsyncHandler and use the Future, some
58+
* types of responses (like java.io.InputStream) may not be able to be read in
59+
* both places as the underlying stream may only be consumed once.
60+
*/
61+
java.util.concurrent.Future<BatchDetectDominantLanguageResponse> batchDetectDominantLanguage(
62+
BatchDetectDominantLanguageRequest request,
63+
com.oracle.bmc.responses.AsyncHandler<
64+
BatchDetectDominantLanguageRequest, BatchDetectDominantLanguageResponse>
65+
handler);
66+
67+
/**
68+
* Make a batch detect call to entity pre-deployed model
69+
*
70+
* @param request The request object containing the details to send
71+
* @param handler The request handler to invoke upon completion, may be null.
72+
* @return A Future that can be used to get the response if no AsyncHandler was
73+
* provided. Note, if you provide an AsyncHandler and use the Future, some
74+
* types of responses (like java.io.InputStream) may not be able to be read in
75+
* both places as the underlying stream may only be consumed once.
76+
*/
77+
java.util.concurrent.Future<BatchDetectLanguageEntitiesResponse> batchDetectLanguageEntities(
78+
BatchDetectLanguageEntitiesRequest request,
79+
com.oracle.bmc.responses.AsyncHandler<
80+
BatchDetectLanguageEntitiesRequest, BatchDetectLanguageEntitiesResponse>
81+
handler);
82+
83+
/**
84+
* Make a detect call to the keyPhrase pre-deployed model.
85+
*
86+
* @param request The request object containing the details to send
87+
* @param handler The request handler to invoke upon completion, may be null.
88+
* @return A Future that can be used to get the response if no AsyncHandler was
89+
* provided. Note, if you provide an AsyncHandler and use the Future, some
90+
* types of responses (like java.io.InputStream) may not be able to be read in
91+
* both places as the underlying stream may only be consumed once.
92+
*/
93+
java.util.concurrent.Future<BatchDetectLanguageKeyPhrasesResponse>
94+
batchDetectLanguageKeyPhrases(
95+
BatchDetectLanguageKeyPhrasesRequest request,
96+
com.oracle.bmc.responses.AsyncHandler<
97+
BatchDetectLanguageKeyPhrasesRequest,
98+
BatchDetectLanguageKeyPhrasesResponse>
99+
handler);
100+
101+
/**
102+
* Make a detect call to sentiment pre-deployed model.
103+
*
104+
* @param request The request object containing the details to send
105+
* @param handler The request handler to invoke upon completion, may be null.
106+
* @return A Future that can be used to get the response if no AsyncHandler was
107+
* provided. Note, if you provide an AsyncHandler and use the Future, some
108+
* types of responses (like java.io.InputStream) may not be able to be read in
109+
* both places as the underlying stream may only be consumed once.
110+
*/
111+
java.util.concurrent.Future<BatchDetectLanguageSentimentsResponse>
112+
batchDetectLanguageSentiments(
113+
BatchDetectLanguageSentimentsRequest request,
114+
com.oracle.bmc.responses.AsyncHandler<
115+
BatchDetectLanguageSentimentsRequest,
116+
BatchDetectLanguageSentimentsResponse>
117+
handler);
118+
119+
/**
120+
* Make a detect call to text classification from the pre-deployed model.
121+
*
122+
* @param request The request object containing the details to send
123+
* @param handler The request handler to invoke upon completion, may be null.
124+
* @return A Future that can be used to get the response if no AsyncHandler was
125+
* provided. Note, if you provide an AsyncHandler and use the Future, some
126+
* types of responses (like java.io.InputStream) may not be able to be read in
127+
* both places as the underlying stream may only be consumed once.
128+
*/
129+
java.util.concurrent.Future<BatchDetectLanguageTextClassificationResponse>
130+
batchDetectLanguageTextClassification(
131+
BatchDetectLanguageTextClassificationRequest request,
132+
com.oracle.bmc.responses.AsyncHandler<
133+
BatchDetectLanguageTextClassificationRequest,
134+
BatchDetectLanguageTextClassificationResponse>
135+
handler);
136+
51137
/**
52138
* Make a detect call to language detection pre-deployed model.
53139
*

0 commit comments

Comments
 (0)