You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
7
+
## 65.47.0 - 2023-08-08
8
+
### Added
9
+
- Support for backup retention on autonomous database create operations in the Database service
10
+
- Support for exclude tables for replication in the Database Migration service
11
+
- Support for adding and updating auto failover maximum data loss limits for local autonomous data guards in the Database service
12
+
- Support for limiting networking diagram ingestion in the Networking Monitoring service
13
+
- Support for new operations for deployment upgrades in the GoldenGate service
14
+
- Support for getting model type information and base model versions while creating language custom models in the AI Language service
15
+
- Support for support field in class metric in the AI Language service
16
+
- Support for Compute Cloud at Customer resource type in the Operator Access Control service
17
+
- Support for managing account management info, account recovery settings, app roles, apps, app status changers, grants, identity propagation trusts and settings, request-able groups, requests, security questions, OAuth tokens, and user attribute settings in the Identity Domains service
18
+
19
+
### Breaking Changes
20
+
- Support for retries by default on operations in Operator Access Control service
21
+
- IsInternetAccessAllowed is removed from CreateIpv6Details, UpdateIpv6Details and Ipv6 models in Networking Monitoring service
22
+
- PublicIpAddress is removed from Ipv6 model in Networking Monitoring service
23
+
- Ipv6CidrBlock is removed from Vcn and CreateVcnDetails model in Networking Monitoring service
24
+
- Ipv6PublicCidrBlock is removed from Vcn and Subnet model in Networking Monitoring service
returnclient, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
Copy file name to clipboardExpand all lines: adm/adm_applicationdependencymanagement_client.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ type ApplicationDependencyManagementClient struct {
26
26
// NewApplicationDependencyManagementClientWithConfigurationProvider Creates a new default ApplicationDependencyManagement client with the given configuration provider.
27
27
// the configuration provider will be used for the default signer as well as reading the region
returnclient, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
returnclient, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
returnclient, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
returnclient, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/ailanguage/GetModelType.go.html to see an example of how to use GetModelType API.
1509
+
// A default retry strategy applies to this operation GetModelType()
// Copyright (c) 2016, 2018, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
// 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.
3
+
// Code generated. DO NOT EDIT.
4
+
5
+
// Language API
6
+
//
7
+
// OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
8
+
// pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
9
+
// This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
10
+
//
11
+
12
+
package ailanguage
13
+
14
+
import (
15
+
"fmt"
16
+
"github.com/oracle/oci-go-sdk/v65/common"
17
+
"strings"
18
+
)
19
+
20
+
// Capabilities Capabilities supported
21
+
typeCapabilitiesstruct {
22
+
23
+
// Model information capabilities related to version
// Copyright (c) 2016, 2018, 2023, Oracle and/or its affiliates. All rights reserved.
2
+
// 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.
3
+
// Code generated. DO NOT EDIT.
4
+
5
+
// Language API
6
+
//
7
+
// OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
8
+
// pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
9
+
// This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
0 commit comments