public interface NasJobSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NasJobSpec.MultiTrialAlgorithmSpec |
getMultiTrialAlgorithmSpec()
The spec of multi-trial algorithms.
|
NasJobSpec.MultiTrialAlgorithmSpecOrBuilder |
getMultiTrialAlgorithmSpecOrBuilder()
The spec of multi-trial algorithms.
|
NasJobSpec.NasAlgorithmSpecCase |
getNasAlgorithmSpecCase() |
String |
getResumeNasJobId()
The ID of the existing NasJob in the same Project and Location
which will be used to resume search. search_space_spec and
nas_algorithm_spec are obtained from previous NasJob hence should not
provide them again for this NasJob.
|
com.google.protobuf.ByteString |
getResumeNasJobIdBytes()
The ID of the existing NasJob in the same Project and Location
which will be used to resume search. search_space_spec and
nas_algorithm_spec are obtained from previous NasJob hence should not
provide them again for this NasJob.
|
String |
getSearchSpaceSpec()
It defines the search space for Neural Architecture Search (NAS).
|
com.google.protobuf.ByteString |
getSearchSpaceSpecBytes()
It defines the search space for Neural Architecture Search (NAS).
|
boolean |
hasMultiTrialAlgorithmSpec()
The spec of multi-trial algorithms.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMultiTrialAlgorithmSpec()
The spec of multi-trial algorithms.
.google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec multi_trial_algorithm_spec = 2;
NasJobSpec.MultiTrialAlgorithmSpec getMultiTrialAlgorithmSpec()
The spec of multi-trial algorithms.
.google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec multi_trial_algorithm_spec = 2;
NasJobSpec.MultiTrialAlgorithmSpecOrBuilder getMultiTrialAlgorithmSpecOrBuilder()
The spec of multi-trial algorithms.
.google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec multi_trial_algorithm_spec = 2;
String getResumeNasJobId()
The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.
string resume_nas_job_id = 3;com.google.protobuf.ByteString getResumeNasJobIdBytes()
The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.
string resume_nas_job_id = 3;String getSearchSpaceSpec()
It defines the search space for Neural Architecture Search (NAS).
string search_space_spec = 1;com.google.protobuf.ByteString getSearchSpaceSpecBytes()
It defines the search space for Neural Architecture Search (NAS).
string search_space_spec = 1;NasJobSpec.NasAlgorithmSpecCase getNasAlgorithmSpecCase()
Copyright © 2025 Google LLC. All rights reserved.