AI Platform Notebooks v1 API - Class CreateScheduleRequest (2.5.0)

public sealed class CreateScheduleRequest : IMessage<CreateScheduleRequest>, IEquatable<CreateScheduleRequest>, IDeepCloneable<CreateScheduleRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the AI Platform Notebooks v1 API class CreateScheduleRequest.

Request for created scheduled notebooks

Inheritance

object > CreateScheduleRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

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