interface StatusProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnExperimentTrialComponentPropsMixin.StatusProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnExperimentTrialComponentPropsMixin_StatusProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnExperimentTrialComponentPropsMixin.StatusProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnExperimentTrialComponentPropsMixin.StatusProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnExperimentTrialComponentPropsMixin » StatusProperty |
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 { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const statusProperty: sagemaker.CfnExperimentTrialComponentPropsMixin.StatusProperty = {
message: 'message',
primaryStatus: 'primaryStatus',
};
Properties
| Name | Type | Description |
|---|---|---|
| message? | string | If the component failed, a message describing why. |
| primary | string | The status of the trial component. |
message?
Type:
string
(optional)
If the component failed, a message describing why.
primaryStatus?
Type:
string
(optional)
The status of the trial component.

.NET
Go
Java
Python
TypeScript