public static interface NasJobSpec.MultiTrialAlgorithmSpec.SearchTrialSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxFailedTrialCount()
The number of failed trials that need to be seen before failing
the NasJob.
|
int |
getMaxParallelTrialCount()
Required.
|
int |
getMaxTrialCount()
Required.
|
CustomJobSpec |
getSearchTrialJobSpec()
Required.
|
CustomJobSpecOrBuilder |
getSearchTrialJobSpecOrBuilder()
Required.
|
boolean |
hasSearchTrialJobSpec()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSearchTrialJobSpec()
Required. The spec of a search trial job. The same spec applies to all search trials.
.google.cloud.aiplatform.v1.CustomJobSpec search_trial_job_spec = 1 [(.google.api.field_behavior) = REQUIRED];
CustomJobSpec getSearchTrialJobSpec()
Required. The spec of a search trial job. The same spec applies to all search trials.
.google.cloud.aiplatform.v1.CustomJobSpec search_trial_job_spec = 1 [(.google.api.field_behavior) = REQUIRED];
CustomJobSpecOrBuilder getSearchTrialJobSpecOrBuilder()
Required. The spec of a search trial job. The same spec applies to all search trials.
.google.cloud.aiplatform.v1.CustomJobSpec search_trial_job_spec = 1 [(.google.api.field_behavior) = REQUIRED];
int getMaxTrialCount()
Required. The maximum number of Neural Architecture Search (NAS) trials to run.
int32 max_trial_count = 2 [(.google.api.field_behavior) = REQUIRED];int getMaxParallelTrialCount()
Required. The maximum number of trials to run in parallel.
int32 max_parallel_trial_count = 3 [(.google.api.field_behavior) = REQUIRED];int getMaxFailedTrialCount()
The number of failed trials that need to be seen before failing the NasJob. If set to 0, Vertex AI decides how many trials must fail before the whole job fails.
int32 max_failed_trial_count = 4;Copyright © 2023 Google LLC. All rights reserved.