public sealed class CreateScheduleRequest : IMessage<CreateScheduleRequest>, IEquatable<CreateScheduleRequest>, IDeepCloneable<CreateScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateScheduleRequest.
Request message for [ScheduleService.CreateSchedule][google.cloud.aiplatform.v1beta1.ScheduleService.CreateSchedule].
Implements
IMessageCreateScheduleRequest, IEquatableCreateScheduleRequest, IDeepCloneableCreateScheduleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateScheduleRequest()
public CreateScheduleRequest()
CreateScheduleRequest(CreateScheduleRequest)
public CreateScheduleRequest(CreateScheduleRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateScheduleRequest |
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 | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
Schedule
public Schedule Schedule { get; set; }
Required. The Schedule to create.
Property Value | |
---|---|
Type | Description |
Schedule |