public sealed class CreateNasJobRequest : IMessage<CreateNasJobRequest>, IEquatable<CreateNasJobRequest>, IDeepCloneable<CreateNasJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateNasJobRequest.
Request message for [JobService.CreateNasJob][google.cloud.aiplatform.v1beta1.JobService.CreateNasJob].
Implements
IMessageCreateNasJobRequest, IEquatableCreateNasJobRequest, IDeepCloneableCreateNasJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateNasJobRequest()
public CreateNasJobRequest()
CreateNasJobRequest(CreateNasJobRequest)
public CreateNasJobRequest(CreateNasJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateNasJobRequest |
Properties
NasJob
public NasJob NasJob { get; set; }
Required. The NasJob to create.
Property Value | |
---|---|
Type | Description |
NasJob |
Parent
public string Parent { get; set; }
Required. The resource name of the Location to create the NasJob 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 |