Class ModelPrimaryContainer
Inheritance
System.Object
ModelPrimaryContainer
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 ModelPrimaryContainer
Fields
View SourceContainerHostname
The DNS host name for the container.
Declaration
public readonly string ContainerHostname
Field Value
| Type | Description |
|---|---|
| System.String |
Environment
Environment variables for the Docker container. A list of key value pairs.
Declaration
public readonly ImmutableDictionary<string, object> Environment
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Image
The registry path where the inference code image is stored in Amazon ECR.
Declaration
public readonly string Image
Field Value
| Type | Description |
|---|---|
| System.String |
ModelDataUrl
The URL for the S3 location where model artifacts are stored.
Declaration
public readonly string ModelDataUrl
Field Value
| Type | Description |
|---|---|
| System.String |