Interface CfnExperimentTrialComponentPropsMixin.StatusProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnExperimentTrialComponentPropsMixin.StatusProperty.Jsii$Proxy
Enclosing class:
CfnExperimentTrialComponentPropsMixin

@Stability(Stable) public static interface CfnExperimentTrialComponentPropsMixin.StatusProperty extends software.amazon.jsii.JsiiSerializable
The status of the trial component.

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.*;
 StatusProperty statusProperty = StatusProperty.builder()
         .message("message")
         .primaryStatus("primaryStatus")
         .build();
 

See Also: