Show / Hide Table of Contents

Class DataScienceScheduleInstanceComponent

Data Science Schedule instance component

Inheritance
object
InstanceComponent
DataScienceScheduleInstanceComponent
Inherited Members
InstanceComponent.Name
InstanceComponent.ComponentName
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class DataScienceScheduleInstanceComponent : InstanceComponent

Properties

ScheduleId

Declaration
[Required(ErrorMessage = "ScheduleId is required.")]
[JsonProperty(PropertyName = "scheduleId")]
public string ScheduleId { get; set; }
Property Value
Type Description
string

OCID of Data Science Schedule

Remarks

Required

In this article
Back to top