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.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/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
ModifierConstructorDescriptionSagemakerIntegration
(IEndpoint endpoint) SagemakerIntegration
(IEndpoint endpoint, SagemakerIntegrationOptions options) protected
SagemakerIntegration
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
SagemakerIntegration
(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, 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
- 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:
bind
in classAwsIntegration
- Parameters:
method
- This parameter is required.
-