Show / Hide Table of Contents

Class CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty

Inheritance
object
CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty
Implements
CfnEndpointConfigPropsMixin.ICapacityReservationConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty : CfnEndpointConfigPropsMixin.ICapacityReservationConfigProperty
Syntax (vb)
Public Class CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty Implements CfnEndpointConfigPropsMixin.ICapacityReservationConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-capacityreservationconfig.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 capacityReservationConfigProperty = new CapacityReservationConfigProperty {
                 CapacityReservationPreference = "capacityReservationPreference",
                 MlReservationArn = "mlReservationArn"
             };

Synopsis

Constructors

CapacityReservationConfigProperty()

Properties

CapacityReservationPreference
MlReservationArn

Constructors

CapacityReservationConfigProperty()

public CapacityReservationConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-capacityreservationconfig.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 capacityReservationConfigProperty = new CapacityReservationConfigProperty {
                 CapacityReservationPreference = "capacityReservationPreference",
                 MlReservationArn = "mlReservationArn"
             };

Properties

CapacityReservationPreference

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-capacityreservationconfig.html#cfn-sagemaker-endpointconfig-capacityreservationconfig-capacityreservationpreference

MlReservationArn

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-capacityreservationconfig.html#cfn-sagemaker-endpointconfig-capacityreservationconfig-mlreservationarn

Implements

CfnEndpointConfigPropsMixin.ICapacityReservationConfigProperty
Back to top Generated by DocFX