public interface NasTrialDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Output only. Resource name of the NasTrialDetail.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. Resource name of the NasTrialDetail.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getParameters()
public abstract String getParameters()The parameters for the NasJob NasTrial.
string parameters = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The parameters. |
getParametersBytes()
public abstract ByteString getParametersBytes()The parameters for the NasJob NasTrial.
string parameters = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parameters. |
getSearchTrial()
public abstract NasTrial getSearchTrial()The requested search NasTrial.
.google.cloud.aiplatform.v1.NasTrial search_trial = 3;
| Returns | |
|---|---|
| Type | Description |
NasTrial |
The searchTrial. |
getSearchTrialOrBuilder()
public abstract NasTrialOrBuilder getSearchTrialOrBuilder()The requested search NasTrial.
.google.cloud.aiplatform.v1.NasTrial search_trial = 3;
| Returns | |
|---|---|
| Type | Description |
NasTrialOrBuilder |
|
getTrainTrial()
public abstract NasTrial getTrainTrial()The train NasTrial corresponding to search_trial. Only populated if search_trial is used for training.
.google.cloud.aiplatform.v1.NasTrial train_trial = 4;
| Returns | |
|---|---|
| Type | Description |
NasTrial |
The trainTrial. |
getTrainTrialOrBuilder()
public abstract NasTrialOrBuilder getTrainTrialOrBuilder()The train NasTrial corresponding to search_trial. Only populated if search_trial is used for training.
.google.cloud.aiplatform.v1.NasTrial train_trial = 4;
| Returns | |
|---|---|
| Type | Description |
NasTrialOrBuilder |
|
hasSearchTrial()
public abstract boolean hasSearchTrial()The requested search NasTrial.
.google.cloud.aiplatform.v1.NasTrial search_trial = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the searchTrial field is set. |
hasTrainTrial()
public abstract boolean hasTrainTrial()The train NasTrial corresponding to search_trial. Only populated if search_trial is used for training.
.google.cloud.aiplatform.v1.NasTrial train_trial = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the trainTrial field is set. |