Interface CfnModelPackagePropsMixin.IModelPackageStatusDetailsProperty
Specifies the validation and image scan statuses of the model package.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnModelPackagePropsMixin.IModelPackageStatusDetailsProperty
Syntax (vb)
Public Interface CfnModelPackagePropsMixin.IModelPackageStatusDetailsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var modelPackageStatusDetailsProperty = new ModelPackageStatusDetailsProperty {
ValidationStatuses = new [] { new ModelPackageStatusItemProperty {
FailureReason = "failureReason",
Name = "name",
Status = "status"
} }
};
Synopsis
Properties
| ValidationStatuses | The validation status of the model package. |
Properties
ValidationStatuses
The validation status of the model package.
object? ValidationStatuses { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnModelPackagePropsMixin.IModelPackageStatusItemProperty)[]