Class CfnPipelineProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnPipelineProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPipelineProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipelineProps
@Stability(Stable)
@Internal
public static final class CfnPipelineProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipelineProps
An implementation for
CfnPipelineProps-
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.sagemaker.CfnPipelineProps
CfnPipelineProps.Builder, CfnPipelineProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPipelineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipelineProps.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 ObjectThe parallelism configuration applied to the pipeline.final ObjectThe definition of the pipeline.final StringThe description of the pipeline.final StringThe display name of the pipeline.final StringThe name of the pipeline.final StringThe Amazon Resource Name (ARN) of the IAM role used to execute the pipeline.getTags()The tags of the pipeline.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 theCfnPipelineProps.Builder.
-
-
Method Details
-
getPipelineDefinition
Description copied from interface:CfnPipelinePropsThe definition of the pipeline.This can be either a JSON string or an Amazon S3 location.
- Specified by:
getPipelineDefinitionin interfaceCfnPipelineProps- See Also:
-
getPipelineName
Description copied from interface:CfnPipelinePropsThe name of the pipeline.- Specified by:
getPipelineNamein interfaceCfnPipelineProps- See Also:
-
getRoleArn
Description copied from interface:CfnPipelinePropsThe Amazon Resource Name (ARN) of the IAM role used to execute the pipeline.- Specified by:
getRoleArnin interfaceCfnPipelineProps- See Also:
-
getParallelismConfiguration
Description copied from interface:CfnPipelinePropsThe parallelism configuration applied to the pipeline.- Specified by:
getParallelismConfigurationin interfaceCfnPipelineProps- See Also:
-
getPipelineDescription
Description copied from interface:CfnPipelinePropsThe description of the pipeline.- Specified by:
getPipelineDescriptionin interfaceCfnPipelineProps- See Also:
-
getPipelineDisplayName
Description copied from interface:CfnPipelinePropsThe display name of the pipeline.- Specified by:
getPipelineDisplayNamein interfaceCfnPipelineProps- See Also:
-
getTags
Description copied from interface:CfnPipelinePropsThe tags of the pipeline.- Specified by:
getTagsin interfaceCfnPipelineProps- 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()
-