Show / Hide Table of Contents

Class CfnModelQualityJobDefinition.MonitoringResourcesProperty

Identifies the resources to deploy for a monitoring job.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-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-modelqualityjobdefinition-monitoringresources.html#cfn-sagemaker-modelqualityjobdefinition-monitoringresources-clusterconfig

Implements

CfnModelQualityJobDefinition.IMonitoringResourcesProperty
Back to top Generated by DocFX