Show / Hide Table of Contents

Class EndpointConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointConfigurationArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointConfigurationArgs : ResourceArgs

Constructors

View Source

EndpointConfigurationArgs()

Declaration
public EndpointConfigurationArgs()

Properties

View Source

KmsKeyArn

Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.

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

Name

The name of the endpoint configuration. If omitted, this provider will assign a random, unique name.

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

ProductionVariants

Fields are documented below.

Declaration
public InputList<EndpointConfigurationProductionVariantArgs> ProductionVariants { get; set; }
Property Value
Type Description
InputList<EndpointConfigurationProductionVariantArgs>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.