Class: Google::Cloud::AIPlatform::V1::NasTrialDetail

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

Overview

Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String (readonly)

Returns Output only. Resource name of the NasTrialDetail.

Returns:

  • (::String)

    Output only. Resource name of the NasTrialDetail.



117
118
119
120
# File 'proto_docs/google/cloud/aiplatform/v1/nas_job.rb', line 117

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

#parameters::String

Returns The parameters for the NasJob NasTrial.

Returns:

  • (::String)

    The parameters for the NasJob NasTrial.



117
118
119
120
# File 'proto_docs/google/cloud/aiplatform/v1/nas_job.rb', line 117

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

#search_trial::Google::Cloud::AIPlatform::V1::NasTrial

Returns The requested search NasTrial.

Returns:



117
118
119
120
# File 'proto_docs/google/cloud/aiplatform/v1/nas_job.rb', line 117

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

#train_trial::Google::Cloud::AIPlatform::V1::NasTrial

Returns The train NasTrial corresponding to search_trial. Only populated if search_trial is used for training.

Returns:



117
118
119
120
# File 'proto_docs/google/cloud/aiplatform/v1/nas_job.rb', line 117

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