Class: Google::Cloud::AIPlatform::V1::NasTrialDetail
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NasTrialDetail
- 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
-
#name ⇒ ::String
readonly
Output only.
-
#parameters ⇒ ::String
The parameters for the NasJob NasTrial.
-
#search_trial ⇒ ::Google::Cloud::AIPlatform::V1::NasTrial
The requested search NasTrial.
-
#train_trial ⇒ ::Google::Cloud::AIPlatform::V1::NasTrial
The train NasTrial corresponding to search_trial.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns 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.
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.
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.
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 |