Class SingleDockerArtifact
Container/artifact configuration for the deployment.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class SingleDockerArtifact : Artifact
Properties
ContainerUri
Declaration
[JsonProperty(PropertyName = "containerUri")]
public string ContainerUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string | image url. |
Tag
Declaration
[JsonProperty(PropertyName = "tag")]
public string Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| string | image tag. |