Show / Hide Table of Contents

Class CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty

Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint.

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()

Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint.

Properties

CapacityReservationPreference

Options that you can choose for the capacity reservation.

MlReservationArn

The Amazon Resource Name (ARN) that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.

Constructors

CapacityReservationConfigProperty()

Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint.

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

Options that you can choose for the capacity reservation.

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

The Amazon Resource Name (ARN) that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.

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