Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-modelpackagestatusdetails.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-modelpackagestatusdetails.html#cfn-sagemaker-modelpackage-modelpackagestatusdetails-validationstatuses

Type union: either IResolvable or (either IResolvable or CfnModelPackagePropsMixin.IModelPackageStatusItemProperty)[]

Back to top Generated by DocFX