public static interface NasJobOutput.MultiTrialJobOutputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSearchTrials(int index)
public abstract NasTrial getSearchTrials(int index)Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NasTrial |
|
getSearchTrialsCount()
public abstract int getSearchTrialsCount()Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getSearchTrialsList()
public abstract List<NasTrial> getSearchTrialsList()Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<NasTrial> |
|
getSearchTrialsOrBuilder(int index)
public abstract NasTrialOrBuilder getSearchTrialsOrBuilder(int index)Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NasTrialOrBuilder |
|
getSearchTrialsOrBuilderList()
public abstract List<? extends NasTrialOrBuilder> getSearchTrialsOrBuilderList()Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.NasTrialOrBuilder> |
|
getTrainTrials(int index)
public abstract NasTrial getTrainTrials(int index)Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NasTrial |
|
getTrainTrialsCount()
public abstract int getTrainTrialsCount()Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getTrainTrialsList()
public abstract List<NasTrial> getTrainTrialsList()Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<NasTrial> |
|
getTrainTrialsOrBuilder(int index)
public abstract NasTrialOrBuilder getTrainTrialsOrBuilder(int index)Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NasTrialOrBuilder |
|
getTrainTrialsOrBuilderList()
public abstract List<? extends NasTrialOrBuilder> getTrainTrialsOrBuilderList()Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.NasTrialOrBuilder> |
|