Class PipelineOcirContainerConfigurationDetails
Container configuration based on image stored in OCI Container Registry.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class PipelineOcirContainerConfigurationDetails : PipelineContainerConfigurationDetails
Properties
Cmd
Declaration
[JsonProperty(PropertyName = "cmd")]
public List<string> Cmd { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The container image run CMD as a list of strings.
Use |
Entrypoint
Declaration
[JsonProperty(PropertyName = "entrypoint")]
public List<string> Entrypoint { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The container image run ENTRYPOINT as a list of strings.
Accept the |
Image
Declaration
[Required(ErrorMessage = "Image is required.")]
[JsonProperty(PropertyName = "image")]
public string Image { get; set; }
Property Value
Type | Description |
---|---|
string | The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. |
Remarks
Required
ImageDigest
Declaration
[JsonProperty(PropertyName = "imageDigest")]
public string ImageDigest { get; set; }
Property Value
Type | Description |
---|---|
string | The digest of the container image. For example,
|
ImageSignatureId
Declaration
[JsonProperty(PropertyName = "imageSignatureId")]
public string ImageSignatureId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the container image signature |