Class EndpointConfigurationProductionVariantArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Sagemaker.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointConfigurationProductionVariantArgs : ResourceArgs
Constructors
View SourceEndpointConfigurationProductionVariantArgs()
Declaration
public EndpointConfigurationProductionVariantArgs()
Properties
View SourceAcceleratorType
The size of the Elastic Inference (EI) instance to use for the production variant.
Declaration
public Input<string> AcceleratorType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InitialInstanceCount
Initial number of instances used for auto-scaling.
Declaration
public Input<int> InitialInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
InitialVariantWeight
Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. If unspecified, it defaults to 1.0.
Declaration
public Input<double> InitialVariantWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
InstanceType
The type of instance to start.
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ModelName
The name of the model to use.
Declaration
public Input<string> ModelName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VariantName
The name of the variant. If omitted, this provider will assign a random, unique name.
Declaration
public Input<string> VariantName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |