Class SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeItem
(experimental) Type definition for SageMakerEndpointConfigStateChangeItem.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeItem : SageMakerEndpointConfigStateChange.ISageMakerEndpointConfigStateChangeItem
Syntax (vb)
Public Class SageMakerEndpointConfigStateChange.SageMakerEndpointConfigStateChangeItem Implements SageMakerEndpointConfigStateChange.ISageMakerEndpointConfigStateChangeItem
Remarks
Stability: Experimental
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.Events;
var sageMakerEndpointConfigStateChangeItem = new SageMakerEndpointConfigStateChangeItem {
InitialInstanceCount = new [] { "initialInstanceCount" },
InitialVariantWeight = new [] { "initialVariantWeight" },
InstanceType = new [] { "instanceType" },
ModelName = new [] { "modelName" },
VariantName = new [] { "variantName" }
};
Synopsis
Constructors
| SageMakerEndpointConfigStateChangeItem() | (experimental) Type definition for SageMakerEndpointConfigStateChangeItem. |
Properties
| InitialInstanceCount | (experimental) InitialInstanceCount property. |
| InitialVariantWeight | (experimental) InitialVariantWeight property. |
| InstanceType | (experimental) InstanceType property. |
| ModelName | (experimental) ModelName property. |
| VariantName | (experimental) VariantName property. |
Constructors
SageMakerEndpointConfigStateChangeItem()
(experimental) Type definition for SageMakerEndpointConfigStateChangeItem.
public SageMakerEndpointConfigStateChangeItem()
Remarks
Stability: Experimental
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.Events;
var sageMakerEndpointConfigStateChangeItem = new SageMakerEndpointConfigStateChangeItem {
InitialInstanceCount = new [] { "initialInstanceCount" },
InitialVariantWeight = new [] { "initialVariantWeight" },
InstanceType = new [] { "instanceType" },
ModelName = new [] { "modelName" },
VariantName = new [] { "variantName" }
};
Properties
InitialInstanceCount
(experimental) InitialInstanceCount property.
public string[]? InitialInstanceCount { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of InitialInstanceCount is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
InitialVariantWeight
(experimental) InitialVariantWeight property.
public string[]? InitialVariantWeight { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of InitialVariantWeight is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
InstanceType
(experimental) InstanceType property.
public string[]? InstanceType { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of InstanceType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
ModelName
(experimental) ModelName property.
public string[]? ModelName { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of ModelName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
VariantName
(experimental) VariantName property.
public string[]? VariantName { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of VariantName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental