Interface CfnTrialComponentPropsMixin.TrialComponentStatusProperty

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

@Stability(Stable) public static interface CfnTrialComponentPropsMixin.TrialComponentStatusProperty 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.*;
 TrialComponentStatusProperty trialComponentStatusProperty = TrialComponentStatusProperty.builder()
         .message("message")
         .primaryStatus("primaryStatus")
         .build();
 

See Also: