Show / Hide Table of Contents

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 Source

AcceleratorType

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
View Source

InitialInstanceCount

Initial number of instances used for auto-scaling.

Declaration
public readonly int InitialInstanceCount
Field Value
Type Description
System.Int32
View Source

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>
View Source

InstanceType

The type of instance to start.

Declaration
public readonly string InstanceType
Field Value
Type Description
System.String
View Source

ModelName

The name of the model to use.

Declaration
public readonly string ModelName
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.