Show / Hide Table of Contents

Class EndpointConfigurationProductionVariantArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointConfigurationProductionVariantArgs
Inherited Members
ResourceArgs.Empty
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 Source

EndpointConfigurationProductionVariantArgs()

Declaration
public EndpointConfigurationProductionVariantArgs()

Properties

View Source

AcceleratorType

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

InitialInstanceCount

Initial number of instances used for auto-scaling.

Declaration
public Input<int> InitialInstanceCount { get; set; }
Property Value
Type Description
Input<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 Input<double> InitialVariantWeight { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

InstanceType

The type of instance to start.

Declaration
public Input<string> InstanceType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ModelName

The name of the model to use.

Declaration
public Input<string> ModelName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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