Show / Hide Table of Contents

Class ModelContainer

Inheritance
System.Object
ModelContainer
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 ModelContainer

Fields

View Source

ContainerHostname

The DNS host name for the container.

Declaration
public readonly string ContainerHostname
Field Value
Type Description
System.String
View Source

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

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

ModelDataUrl

The URL for the S3 location where model artifacts are stored.

Declaration
public readonly string ModelDataUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.