Class ModelContainerArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ModelContainerArgs : ResourceArgs
Constructors
View SourceModelContainerArgs()
Declaration
public ModelContainerArgs()
Properties
View SourceContainerHostname
The DNS host name for the container.
Declaration
public Input<string> ContainerHostname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Environment
Environment variables for the Docker container. A list of key value pairs.
Declaration
public InputMap<object> Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Image
The registry path where the inference code image is stored in Amazon ECR.
Declaration
public Input<string> Image { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ModelDataUrl
The URL for the S3 location where model artifacts are stored.
Declaration
public Input<string> ModelDataUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |