Skip to content

Commit

Permalink
Fix TC StartupExtendedTest errors (#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 authored Jan 8, 2024
1 parent 63f4bf7 commit 8319990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extended/src/main/java/apoc/ml/aws/Bedrock.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import java.util.stream.Stream;

import apoc.Description;
import apoc.Extended;
import apoc.result.MapResult;
import apoc.util.JsonUtil;
import apoc.util.Util;
Expand All @@ -21,7 +22,7 @@
import static apoc.util.JsonUtil.OBJECT_MAPPER;
import static apoc.ml.aws.BedrockInvokeResult.*;


@Extended
public class Bedrock {
@Context
public URLAccessChecker urlAccessChecker;
Expand Down
2 changes: 2 additions & 0 deletions extended/src/main/java/apoc/ml/aws/SageMaker.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package apoc.ml.aws;

import apoc.Description;
import apoc.Extended;
import apoc.result.MapResult;
import apoc.util.JsonUtil;
import apoc.util.Util;
Expand All @@ -21,6 +22,7 @@
import static apoc.ml.aws.SageMakerConfig.ENDPOINT_NAME_KEY;
import static apoc.util.JsonUtil.OBJECT_MAPPER;

@Extended
public class SageMaker {

@Context
Expand Down

0 comments on commit 8319990

Please sign in to comment.