Class ContainerSummary
Summary representation of a container
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ContainerSummary
Properties
ContainerName
Declaration
[Required(ErrorMessage = "ContainerName is required.")]
[JsonProperty(PropertyName = "containerName")]
public string ContainerName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the container. This can be same for different tags |
Remarks
Required
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations": {"CostCenter": "42"}} |
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | Description of the container. |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The display name of the container. |
FamilyName
Declaration
[JsonProperty(PropertyName = "familyName")]
public string FamilyName { get; set; }
Property Value
Type | Description |
---|---|
string | The family name of the container. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"} |
IsLatest
Declaration
[Required(ErrorMessage = "IsLatest is required.")]
[JsonProperty(PropertyName = "isLatest")]
public bool? IsLatest { get; set; }
Property Value
Type | Description |
---|---|
bool? | The latest tag of the container. |
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ContainerVersionLifecycleState? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
ContainerVersionLifecycleState? | Container Version LifecycleState. |
Remarks
Required
Tag
Declaration
[Required(ErrorMessage = "Tag is required.")]
[JsonProperty(PropertyName = "tag")]
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
string | Container Tag. |
Remarks
Required
TagConfigurationList
Declaration
[JsonProperty(PropertyName = "tagConfigurationList")]
public List<TagConfiguration> TagConfigurationList { get; set; }
Property Value
Type | Description |
---|---|
List<TagConfiguration> | An array of defined metadata details for the model. |
TargetWorkloads
Declaration
[JsonProperty(PropertyName = "targetWorkloads", ItemConverterType = typeof(ResponseEnumConverter))]
public List<ContainerSummary.TargetWorkloadsEnum> TargetWorkloads { get; set; }
Property Value
Type | Description |
---|---|
List<ContainerSummary.TargetWorkloadsEnum> | The list of target workload. This Container can be used with given data science resources. |
Usages
Declaration
[JsonProperty(PropertyName = "usages", ItemConverterType = typeof(ResponseEnumConverter))]
public List<ContainerSummary.UsagesEnum> Usages { get; set; }
Property Value
Type | Description |
---|---|
List<ContainerSummary.UsagesEnum> | The list of usages of this container. This Container can be used for given use-cases. |
WorkloadConfigurationDetailsList
Declaration
[JsonProperty(PropertyName = "workloadConfigurationDetailsList")]
public List<WorkloadConfigurationDetails> WorkloadConfigurationDetailsList { get; set; }
Property Value
Type | Description |
---|---|
List<WorkloadConfigurationDetails> | workload configuration of the container. |