Package com.google.cloud.aiplatform.v1
Interface NasTrialDetailOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NasTrialDetail,NasTrialDetail.Builder
@Generated
public interface NasTrialDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Output only.com.google.protobuf.ByteStringOutput only.The parameters for the NasJob NasTrial.com.google.protobuf.ByteStringThe parameters for the NasJob NasTrial.The requested search NasTrial.The requested search NasTrial.The train NasTrial corresponding to [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial].The train NasTrial corresponding to [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial].booleanThe requested search NasTrial.booleanThe train NasTrial corresponding to [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial].Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()Output only. Resource name of the NasTrialDetail.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Output only. Resource name of the NasTrialDetail.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for name.
-
getParameters
String getParameters()The parameters for the NasJob NasTrial.
string parameters = 2;- Returns:
- The parameters.
-
getParametersBytes
com.google.protobuf.ByteString getParametersBytes()The parameters for the NasJob NasTrial.
string parameters = 2;- Returns:
- The bytes for parameters.
-
hasSearchTrial
boolean hasSearchTrial()The requested search NasTrial.
.google.cloud.aiplatform.v1.NasTrial search_trial = 3;- Returns:
- Whether the searchTrial field is set.
-
getSearchTrial
NasTrial getSearchTrial()The requested search NasTrial.
.google.cloud.aiplatform.v1.NasTrial search_trial = 3;- Returns:
- The searchTrial.
-
getSearchTrialOrBuilder
NasTrialOrBuilder getSearchTrialOrBuilder()The requested search NasTrial.
.google.cloud.aiplatform.v1.NasTrial search_trial = 3; -
hasTrainTrial
boolean hasTrainTrial()The train NasTrial corresponding to [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial]. Only populated if [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial] is used for training.
.google.cloud.aiplatform.v1.NasTrial train_trial = 4;- Returns:
- Whether the trainTrial field is set.
-
getTrainTrial
NasTrial getTrainTrial()The train NasTrial corresponding to [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial]. Only populated if [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial] is used for training.
.google.cloud.aiplatform.v1.NasTrial train_trial = 4;- Returns:
- The trainTrial.
-
getTrainTrialOrBuilder
NasTrialOrBuilder getTrainTrialOrBuilder()The train NasTrial corresponding to [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial]. Only populated if [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial] is used for training.
.google.cloud.aiplatform.v1.NasTrial train_trial = 4;
-