Skip to content

Commit

Permalink
feat(discovery): generated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Feb 25, 2020
1 parent 7f4ddff commit 6fbbc17
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions force-app/main/default/classes/IBMDiscoveryV1.cls
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* filtering of results.
*
* @version V1
* @see <a href="https://console.bluemix.net/docs/services/discovery/">Discovery</a>
* @see <a href="https://console.bluemix.net/docs/discovery/">Discovery</a>
*/
public class IBMDiscoveryV1 extends IBMWatsonService {

Expand Down Expand Up @@ -997,7 +997,7 @@ public class IBMDiscoveryV1 extends IBMWatsonService {
* Query a collection.
*
* By using this method, you can construct long queries. For details, see the [Discovery
* documentation](https://cloud.ibm.com/docs/services/discovery?topic=discovery-query-concepts#query-concepts).
* documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts).
*
* @param queryOptions the {@link IBMDiscoveryV1Models.QueryOptions} containing the options for the call
* @return the {@link IBMDiscoveryV1Models.QueryResponse} with the response
Expand Down Expand Up @@ -1089,7 +1089,7 @@ public class IBMDiscoveryV1 extends IBMWatsonService {
*
* Queries for notices (errors or warnings) that might have been generated by the system. Notices are generated when
* ingesting documents and performing relevance training. See the [Discovery
* documentation](https://cloud.ibm.com/docs/services/discovery?topic=discovery-query-concepts#query-concepts) for
* documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts) for
* more details on the query language.
*
* @param queryNoticesOptions the {@link IBMDiscoveryV1Models.QueryNoticesOptions} containing the options for the call
Expand Down Expand Up @@ -1168,7 +1168,7 @@ public class IBMDiscoveryV1 extends IBMWatsonService {
*
* By using this method, you can construct long queries that search multiple collection. For details, see the
* [Discovery
* documentation](https://cloud.ibm.com/docs/services/discovery?topic=discovery-query-concepts#query-concepts).
* documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts).
*
* @param federatedQueryOptions the {@link IBMDiscoveryV1Models.FederatedQueryOptions} containing the options for the call
* @return the {@link IBMDiscoveryV1Models.QueryResponse} with the response
Expand Down Expand Up @@ -1258,7 +1258,7 @@ public class IBMDiscoveryV1 extends IBMWatsonService {
*
* Queries for notices (errors or warnings) that might have been generated by the system. Notices are generated when
* ingesting documents and performing relevance training. See the [Discovery
* documentation](https://cloud.ibm.com/docs/services/discovery?topic=discovery-query-concepts#query-concepts) for
* documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts) for
* more details on the query language.
*
* @param federatedQueryNoticesOptions the {@link IBMDiscoveryV1Models.FederatedQueryNoticesOptions} containing the options for the call
Expand Down Expand Up @@ -1647,7 +1647,7 @@ public class IBMDiscoveryV1 extends IBMWatsonService {
*
* You associate a customer ID with data by passing the **X-Watson-Metadata** header with a request that passes data.
* For more information about personal data and customer IDs, see [Information
* security](https://cloud.ibm.com/docs/services/discovery?topic=discovery-information-security#information-security).
* security](https://cloud.ibm.com/docs/discovery?topic=discovery-information-security#information-security).
*
* @param deleteUserDataOptions the {@link IBMDiscoveryV1Models.DeleteUserDataOptions} containing the options for the call
* @return the service call
Expand Down
6 changes: 3 additions & 3 deletions force-app/main/default/classes/IBMDiscoveryV1Models.cls
Original file line number Diff line number Diff line change
Expand Up @@ -4060,7 +4060,7 @@ public class IBMDiscoveryV1Models {
* The access key ID associated with the cloud object store. Only valid, and required, with a **credential_type** of
* `aws4_hmac`. This value is never returned and is only used when creating or modifying **credentials**. For more
* infomation, see the [cloud object store
* documentation](https://cloud.ibm.com/docs/services/cloud-object-storage?topic=cloud-object-storage-using-hmac-credentials#using-hmac-credentials).
* documentation](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-using-hmac-credentials#using-hmac-credentials).
*
* @return the accessKeyId
*/
Expand All @@ -4075,7 +4075,7 @@ public class IBMDiscoveryV1Models {
* The secret access key associated with the cloud object store. Only valid, and required, with a
* **credential_type** of `aws4_hmac`. This value is never returned and is only used when creating or modifying
* **credentials**. For more infomation, see the [cloud object store
* documentation](https://cloud.ibm.com/docs/services/cloud-object-storage?topic=cloud-object-storage-using-hmac-credentials#using-hmac-credentials).
* documentation](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-using-hmac-credentials#using-hmac-credentials).
*
* @return the secretAccessKey
*/
Expand Down Expand Up @@ -6819,7 +6819,7 @@ public class IBMDiscoveryV1Models {
* When using `elements` the **options** object must contain Element Classification options. Additionally, when
* using the `elements` enrichment the configuration specified and files ingested must meet all the criteria
* specified in [the
* documentation](https://cloud.ibm.com/docs/services/discovery?topic=discovery-element-classification#element-classification).
* documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-element-classification#element-classification).
*
* @return the enrichment
*/
Expand Down
4 changes: 2 additions & 2 deletions force-app/main/default/classes/IBMDiscoveryV2.cls
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* eliminate the need for manual filtering of results.
*
* @version V2
* @see <a href="https://cloud.ibm.com/docs/services/discovery-data/">Discovery</a>
* @see <a href="https://cloud.ibm.com/docs/discovery-data/">Discovery</a>
*/
public class IBMDiscoveryV2 extends IBMWatsonService {

Expand Down Expand Up @@ -81,7 +81,7 @@ public class IBMDiscoveryV2 extends IBMWatsonService {
* Query a project.
*
* By using this method, you can construct queries. For details, see the [Discovery
* documentation](https://cloud.ibm.com/docs/services/discovery-data?topic=discovery-data-query-concepts).
* documentation](https://cloud.ibm.com/docs/discovery-data?topic=discovery-data-query-concepts).
*
* @param queryOptions the {@link IBMDiscoveryV2Models.QueryOptions} containing the options for the call
* @return the {@link IBMDiscoveryV2Models.QueryResponse} with the response
Expand Down

0 comments on commit 6fbbc17

Please sign in to comment.