Class EndpointConfigurationProductionVariant
Inheritance
System.Object
EndpointConfigurationProductionVariant
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointConfigurationProductionVariant
Fields
View SourceAcceleratorType
The size of the Elastic Inference (EI) instance to use for the production variant.
Declaration
public readonly string AcceleratorType
Field Value
| Type | Description |
|---|---|
| System.String |
InitialInstanceCount
Initial number of instances used for auto-scaling.
Declaration
public readonly int InitialInstanceCount
Field Value
| Type | Description |
|---|---|
| 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 readonly double? InitialVariantWeight
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
InstanceType
The type of instance to start.
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
ModelName
The name of the model to use.
Declaration
public readonly string ModelName
Field Value
| Type | Description |
|---|---|
| System.String |
VariantName
The name of the variant. If omitted, this provider will assign a random, unique name.
Declaration
public readonly string VariantName
Field Value
| Type | Description |
|---|---|
| System.String |