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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnPipelineProps
CfnPipelineProps.Builder, CfnPipelineProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPipelineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipelineProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The parallelism configuration applied to the pipeline.final Object
The definition of the pipeline.final String
The description of the pipeline.final String
The display name of the pipeline.final String
The name of the pipeline.final String
The Amazon Resource Name (ARN) of the IAM role used to execute the pipeline.getTags()
The tags of the pipeline.final int
hashCode()
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:CfnPipelineProps
The definition of the pipeline.This can be either a JSON string or an Amazon S3 location.
- Specified by:
getPipelineDefinition
in interfaceCfnPipelineProps
- See Also:
-
getPipelineName
Description copied from interface:CfnPipelineProps
The name of the pipeline.- Specified by:
getPipelineName
in interfaceCfnPipelineProps
- See Also:
-
getRoleArn
Description copied from interface:CfnPipelineProps
The Amazon Resource Name (ARN) of the IAM role used to execute the pipeline.- Specified by:
getRoleArn
in interfaceCfnPipelineProps
- See Also:
-
getParallelismConfiguration
Description copied from interface:CfnPipelineProps
The parallelism configuration applied to the pipeline.- Specified by:
getParallelismConfiguration
in interfaceCfnPipelineProps
- See Also:
-
getPipelineDescription
Description copied from interface:CfnPipelineProps
The description of the pipeline.- Specified by:
getPipelineDescription
in interfaceCfnPipelineProps
- See Also:
-
getPipelineDisplayName
Description copied from interface:CfnPipelineProps
The display name of the pipeline.- Specified by:
getPipelineDisplayName
in interfaceCfnPipelineProps
- See Also:
-
getTags
Description copied from interface:CfnPipelineProps
The tags of the pipeline.- Specified by:
getTags
in interfaceCfnPipelineProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-