Class: Google::Cloud::AIPlatform::V1::CreateNasJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateNasJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Request message for JobService.CreateNasJob.
Instance Attribute Summary collapse
-
#nas_job ⇒ ::Google::Cloud::AIPlatform::V1::NasJob
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#nas_job ⇒ ::Google::Cloud::AIPlatform::V1::NasJob
Returns Required. The NasJob to create.
377 378 379 380 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 377 class CreateNasJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to create the NasJob in.
Format: projects/{project}/locations/{location}
.
377 378 379 380 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 377 class CreateNasJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |