Interface CfnModelExplainabilityJobDefinitionPropsMixin.JsonProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelExplainabilityJobDefinitionPropsMixin.JsonProperty.Jsii$Proxy
- Enclosing class:
CfnModelExplainabilityJobDefinitionPropsMixin
@Stability(Stable)
public static interface CfnModelExplainabilityJobDefinitionPropsMixin.JsonProperty
extends software.amazon.jsii.JsiiSerializable
The Json format.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
JsonProperty jsonProperty = JsonProperty.builder()
.line(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnModelExplainabilityJobDefinitionPropsMixin.JsonProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLine
A boolean flag indicating if it is JSON line format.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnModelExplainabilityJobDefinitionPropsMixin.JsonProperty.Builder builder()
-