Cloud AI Platform v1 API - Class CreateScheduleRequest (2.27.0)

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

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

Request message for [ScheduleService.CreateSchedule][google.cloud.aiplatform.v1.ScheduleService.CreateSchedule].

Inheritance

object > CreateScheduleRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateScheduleRequest()

public CreateScheduleRequest()

CreateScheduleRequest(CreateScheduleRequest)

public CreateScheduleRequest(CreateScheduleRequest other)
Parameter
NameDescription
otherCreateScheduleRequest

Properties

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create the Schedule in. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

Schedule

public Schedule Schedule { get; set; }

Required. The Schedule to create.

Property Value
TypeDescription
Schedule