Class SageMakerCreateEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.SageMakerCreateEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
SageMakerCreateEndpointProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SageMakerCreateEndpointProps
@Stability(Stable)
@Internal
public static final class SageMakerCreateEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SageMakerCreateEndpointProps
An implementation for
SageMakerCreateEndpointProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.SageMakerCreateEndpointProps
SageMakerCreateEndpointProps.Builder, SageMakerCreateEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSageMakerCreateEndpointProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Stringfinal StringThe name of an endpoint configuration.final StringThe name of the endpoint.final software.amazon.awscdk.core.Durationfinal Stringfinal IntegrationPatternfinal Stringfinal Stringfinal TaskInputgetTags()Tags to be applied to the endpoint.final software.amazon.awscdk.core.Durationfinal inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theSageMakerCreateEndpointProps.Builder.
-
-
Method Details
-
getEndpointConfigName
Description copied from interface:SageMakerCreateEndpointPropsThe name of an endpoint configuration.- Specified by:
getEndpointConfigNamein interfaceSageMakerCreateEndpointProps
-
getEndpointName
Description copied from interface:SageMakerCreateEndpointPropsThe name of the endpoint.The name must be unique within an AWS Region in your AWS account.
- Specified by:
getEndpointNamein interfaceSageMakerCreateEndpointProps
-
getTags
Description copied from interface:SageMakerCreateEndpointPropsTags to be applied to the endpoint.Default: - No tags
- Specified by:
getTagsin interfaceSageMakerCreateEndpointProps
-
getComment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
public final software.amazon.awscdk.core.Duration getHeartbeat()- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps
-
getOutputPath
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps
-
getTimeout
public final software.amazon.awscdk.core.Duration getTimeout()- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-