Class OcirContainerJobEnvironmentConfigurationDetails
Environment configuration based on container image stored in OCI Container Registry.
Inheritance
OcirContainerJobEnvironmentConfigurationDetails
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class OcirContainerJobEnvironmentConfigurationDetails : JobEnvironmentConfigurationDetails
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 |
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 |