public sealed class CreateScheduleRequest : IMessage<CreateScheduleRequest>, IEquatable<CreateScheduleRequest>, IDeepCloneable<CreateScheduleRequest>, IBufferMessage, IMessageReference documentation and code samples for the AI Platform Notebooks v1 API class CreateScheduleRequest.
Request for created scheduled notebooks
Implements
IMessage<CreateScheduleRequest>, IEquatable<CreateScheduleRequest>, IDeepCloneable<CreateScheduleRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
CreateScheduleRequest()
public CreateScheduleRequest()CreateScheduleRequest(CreateScheduleRequest)
public CreateScheduleRequest(CreateScheduleRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateScheduleRequest |
Properties
Parent
public string Parent { get; set; }Required. Format:
parent=projects/{project_id}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsScheduleName
public ScheduleName ParentAsScheduleName { get; set; }ScheduleName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ScheduleName |
|
Schedule
public Schedule Schedule { get; set; }Required. The schedule to be created.
| Property Value | |
|---|---|
| Type | Description |
Schedule |
|
ScheduleId
public string ScheduleId { get; set; }Required. User-defined unique ID of this schedule.
| Property Value | |
|---|---|
| Type | Description |
String |
|