Show / Hide Table of Contents

Class CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputConfigProperty

The output configuration for monitoring jobs.

Inheritance
object
CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputConfigProperty
Implements
CfnModelExplainabilityJobDefinitionPropsMixin.IMonitoringOutputConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputConfigProperty : CfnModelExplainabilityJobDefinitionPropsMixin.IMonitoringOutputConfigProperty
Syntax (vb)
Public Class CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputConfigProperty Implements CfnModelExplainabilityJobDefinitionPropsMixin.IMonitoringOutputConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelexplainabilityjobdefinition-monitoringoutputconfig.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.Mixins.Preview.AWS.SageMaker.Mixins;

             var monitoringOutputConfigProperty = new MonitoringOutputConfigProperty {
                 KmsKeyId = "kmsKeyId",
                 MonitoringOutputs = new [] { new MonitoringOutputProperty {
                     S3Output = new S3OutputProperty {
                         LocalPath = "localPath",
                         S3UploadMode = "s3UploadMode",
                         S3Uri = "s3Uri"
                     }
                 } }
             };

Synopsis

Constructors

MonitoringOutputConfigProperty()

The output configuration for monitoring jobs.

Properties

KmsKeyId

The AWS Key Management Service ( AWS ) key that Amazon SageMaker AI uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

MonitoringOutputs

Monitoring outputs for monitoring jobs.

Constructors

MonitoringOutputConfigProperty()

The output configuration for monitoring jobs.

public MonitoringOutputConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelexplainabilityjobdefinition-monitoringoutputconfig.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.Mixins.Preview.AWS.SageMaker.Mixins;

             var monitoringOutputConfigProperty = new MonitoringOutputConfigProperty {
                 KmsKeyId = "kmsKeyId",
                 MonitoringOutputs = new [] { new MonitoringOutputProperty {
                     S3Output = new S3OutputProperty {
                         LocalPath = "localPath",
                         S3UploadMode = "s3UploadMode",
                         S3Uri = "s3Uri"
                     }
                 } }
             };

Properties

KmsKeyId

The AWS Key Management Service ( AWS ) key that Amazon SageMaker AI uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

public string? KmsKeyId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelexplainabilityjobdefinition-monitoringoutputconfig.html#cfn-sagemaker-modelexplainabilityjobdefinition-monitoringoutputconfig-kmskeyid

MonitoringOutputs

Monitoring outputs for monitoring jobs.

public object? MonitoringOutputs { get; set; }
Property Value

object

Remarks

This is where the output of the periodic monitoring jobs is uploaded.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelexplainabilityjobdefinition-monitoringoutputconfig.html#cfn-sagemaker-modelexplainabilityjobdefinition-monitoringoutputconfig-monitoringoutputs

Type union: either IResolvable or (either IResolvable or CfnModelExplainabilityJobDefinitionPropsMixin.IMonitoringOutputProperty)[]

Implements

CfnModelExplainabilityJobDefinitionPropsMixin.IMonitoringOutputConfigProperty
Back to top Generated by DocFX