Class SagemakerIntegration
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.Integration
software.amazon.awscdk.services.apigateway.AwsIntegration
software.amazon.awscdk.services.apigateway.SagemakerIntegration
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:40:44.414Z")
@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 ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionSagemakerIntegration(IEndpoint endpoint) SagemakerIntegration(IEndpoint endpoint, SagemakerIntegrationOptions options) protectedSagemakerIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedSagemakerIntegration(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionCan 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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
- Parameters:
endpoint- This parameter is required.
-
-
Method Details
-
bind
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:
bindin classAwsIntegration- Parameters:
method- This parameter is required.
-