Show / Hide Table of Contents

Class CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty

Identifies the resources to deploy for a monitoring job.

Inheritance
System.Object
CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty
Implements
CfnModelExplainabilityJobDefinition.IMonitoringResourcesProperty
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class MonitoringResourcesProperty : Object, CfnModelExplainabilityJobDefinition.IMonitoringResourcesProperty
Syntax (vb)
Public Class MonitoringResourcesProperty
    Inherits Object
    Implements CfnModelExplainabilityJobDefinition.IMonitoringResourcesProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelexplainabilityjobdefinition-monitoringresources.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.AWS.Sagemaker;

var monitoringResourcesProperty = new MonitoringResourcesProperty {
    ClusterConfig = new ClusterConfigProperty {
        InstanceCount = 123,
        InstanceType = "instanceType",
        VolumeSizeInGb = 123,

        // the properties below are optional
        VolumeKmsKeyId = "volumeKmsKeyId"
    }
};

Synopsis

Constructors

MonitoringResourcesProperty()

Properties

ClusterConfig

The configuration for the cluster resources used to run the processing job.

Constructors

MonitoringResourcesProperty()

public MonitoringResourcesProperty()

Properties

ClusterConfig

The configuration for the cluster resources used to run the processing job.

public object ClusterConfig { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelexplainabilityjobdefinition-monitoringresources.html#cfn-sagemaker-modelexplainabilityjobdefinition-monitoringresources-clusterconfig

Implements

CfnModelExplainabilityJobDefinition.IMonitoringResourcesProperty
Back to top Generated by DocFX