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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnExperimentTrialComponentPropsMixin.StatusPropertystatic final classAn implementation forCfnExperimentTrialComponentPropsMixin.StatusProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessage
If the component failed, a message describing why.- See Also:
-
getPrimaryStatus
The status of the trial component.- See Also:
-
builder
-