Show / Hide Table of Contents

Class SingleDockerArtifact

Container/artifact configuration for the deployment.

Inheritance
object
Artifact
SingleDockerArtifact
Inherited Members
Artifact.Id
Artifact.TimeCreated
Artifact.HostedDeploymentId
Artifact.Status
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top