Class SagemakerIntegration

java.lang.Object
software.amazon.jsii.JsiiObject
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-11-22T02:23:56.271Z") @Stability(Stable) public class SagemakerIntegration extends AwsIntegration
Integrates an AWS Sagemaker Endpoint to an API Gateway method.

Example:

 Resource resource;
 IEndpoint endpoint;
 resource.addMethod("POST", new SagemakerIntegration(endpoint));
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A fluent builder for SagemakerIntegration.

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
     
     
    protected
    SagemakerIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    SagemakerIntegration(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(Method method)
    Can be overridden by subclasses to allow the integration to interact with the method being integrated, access the REST API object, method ARNs, etc.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • SagemakerIntegration

      protected SagemakerIntegration(software.amazon.jsii.JsiiObjectRef objRef)
    • SagemakerIntegration

      protected SagemakerIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • SagemakerIntegration

      @Stability(Stable) public SagemakerIntegration(@NotNull IEndpoint endpoint, @Nullable SagemakerIntegrationOptions options)
      Parameters:
      endpoint - This parameter is required.
      options -
    • SagemakerIntegration

      @Stability(Stable) public SagemakerIntegration(@NotNull IEndpoint endpoint)
      Parameters:
      endpoint - This parameter is required.
  • Method Details

    • bind

      @Stability(Stable) @NotNull public IntegrationConfig bind(@NotNull Method method)
      Can be overridden by subclasses to allow the integration to interact with the method being integrated, access the REST API object, method ARNs, etc.

      Overrides:
      bind in class AwsIntegration
      Parameters:
      method - This parameter is required.