Class CfnPipelinePropsMixin.PipelineDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnPipelinePropsMixin.PipelineDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipelinePropsMixin.PipelineDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipelinePropsMixin.PipelineDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnPipelinePropsMixin.PipelineDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipelinePropsMixin.PipelineDefinitionProperty
An implementation for
CfnPipelinePropsMixin.PipelineDefinitionProperty-
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.cfnpropertymixins.services.sagemaker.CfnPipelinePropsMixin.PipelineDefinitionProperty
CfnPipelinePropsMixin.PipelineDefinitionProperty.Builder, CfnPipelinePropsMixin.PipelineDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipelinePropsMixin.PipelineDefinitionProperty.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 StringThe JSON pipeline definition of the pipeline.final ObjectThe location of the pipeline definition stored in Amazon S3.final 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 theCfnPipelinePropsMixin.PipelineDefinitionProperty.Builder.
-
-
Method Details
-
getPipelineDefinitionBody
Description copied from interface:CfnPipelinePropsMixin.PipelineDefinitionPropertyThe JSON pipeline definition of the pipeline.- Specified by:
getPipelineDefinitionBodyin interfaceCfnPipelinePropsMixin.PipelineDefinitionProperty- See Also:
-
getPipelineDefinitionS3Location
Description copied from interface:CfnPipelinePropsMixin.PipelineDefinitionPropertyThe location of the pipeline definition stored in Amazon S3.If specified, SageMaker retrieves the pipeline definition from this location.
Returns union: either
IResolvableorCfnPipelinePropsMixin.S3LocationProperty- Specified by:
getPipelineDefinitionS3Locationin interfaceCfnPipelinePropsMixin.PipelineDefinitionProperty- See Also:
-
$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()
-