Class EndpointConfigurationArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointConfigurationArgs : ResourceArgs
Constructors
View SourceEndpointConfigurationArgs()
Declaration
public EndpointConfigurationArgs()
Properties
View SourceKmsKeyArn
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> |
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> |
ProductionVariants
Fields are documented below.
Declaration
public InputList<EndpointConfigurationProductionVariantArgs> ProductionVariants { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EndpointConfigurationProductionVariantArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |