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 |
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 | |
| primary | string |
message?
Type:
string
(optional)
primaryStatus?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript