Class: Google::Cloud::AIPlatform::V1::GetNasTrialDetailRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/job_service.rb

Overview

Request message for JobService.GetNasTrialDetail.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the NasTrialDetail resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}/nasTrialDetails/{nas_trial_detail}.

Returns:

  • (::String)

    Required. The name of the NasTrialDetail resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}/nasTrialDetails/{nas_trial_detail}



490
491
492
493
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 490

class GetNasTrialDetailRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end