public interface StudySpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StudySpec.Algorithm |
getAlgorithm()
The search algorithm specified for the Study.
|
int |
getAlgorithmValue()
The search algorithm specified for the Study.
|
StudySpec.AutomatedStoppingSpecCase |
getAutomatedStoppingSpecCase() |
StudySpec.ConvexAutomatedStoppingSpec |
getConvexAutomatedStoppingSpec()
The automated early stopping spec using convex stopping rule.
|
StudySpec.ConvexAutomatedStoppingSpecOrBuilder |
getConvexAutomatedStoppingSpecOrBuilder()
The automated early stopping spec using convex stopping rule.
|
StudySpec.ConvexStopConfig |
getConvexStopConfig()
Deprecated.
google.cloud.aiplatform.v1beta1.StudySpec.convex_stop_config is deprecated. See
google/cloud/aiplatform/v1beta1/study.proto;l=692
|
StudySpec.ConvexStopConfigOrBuilder |
getConvexStopConfigOrBuilder()
Deprecated.
|
StudySpec.DecayCurveAutomatedStoppingSpec |
getDecayCurveStoppingSpec()
The automated early stopping spec using decay curve rule.
|
StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder |
getDecayCurveStoppingSpecOrBuilder()
The automated early stopping spec using decay curve rule.
|
StudySpec.MeasurementSelectionType |
getMeasurementSelectionType()
Describe which measurement selection type will be used
.google.cloud.aiplatform.v1beta1.StudySpec.MeasurementSelectionType measurement_selection_type = 7;
|
int |
getMeasurementSelectionTypeValue()
Describe which measurement selection type will be used
.google.cloud.aiplatform.v1beta1.StudySpec.MeasurementSelectionType measurement_selection_type = 7;
|
StudySpec.MedianAutomatedStoppingSpec |
getMedianAutomatedStoppingSpec()
The automated early stopping spec using median rule.
|
StudySpec.MedianAutomatedStoppingSpecOrBuilder |
getMedianAutomatedStoppingSpecOrBuilder()
The automated early stopping spec using median rule.
|
StudySpec.MetricSpec |
getMetrics(int index)
Required.
|
int |
getMetricsCount()
Required.
|
List<StudySpec.MetricSpec> |
getMetricsList()
Required.
|
StudySpec.MetricSpecOrBuilder |
getMetricsOrBuilder(int index)
Required.
|
List<? extends StudySpec.MetricSpecOrBuilder> |
getMetricsOrBuilderList()
Required.
|
StudySpec.ObservationNoise |
getObservationNoise()
The observation noise level of the study.
|
int |
getObservationNoiseValue()
The observation noise level of the study.
|
StudySpec.ParameterSpec |
getParameters(int index)
Required.
|
int |
getParametersCount()
Required.
|
List<StudySpec.ParameterSpec> |
getParametersList()
Required.
|
StudySpec.ParameterSpecOrBuilder |
getParametersOrBuilder(int index)
Required.
|
List<? extends StudySpec.ParameterSpecOrBuilder> |
getParametersOrBuilderList()
Required.
|
StudySpec.StudyStoppingConfig |
getStudyStoppingConfig()
Conditions for automated stopping of a Study.
|
StudySpec.StudyStoppingConfigOrBuilder |
getStudyStoppingConfigOrBuilder()
Conditions for automated stopping of a Study.
|
StudySpec.TransferLearningConfig |
getTransferLearningConfig()
The configuration info/options for transfer learning.
|
StudySpec.TransferLearningConfigOrBuilder |
getTransferLearningConfigOrBuilder()
The configuration info/options for transfer learning.
|
boolean |
hasConvexAutomatedStoppingSpec()
The automated early stopping spec using convex stopping rule.
|
boolean |
hasConvexStopConfig()
Deprecated.
google.cloud.aiplatform.v1beta1.StudySpec.convex_stop_config is deprecated. See
google/cloud/aiplatform/v1beta1/study.proto;l=692
|
boolean |
hasDecayCurveStoppingSpec()
The automated early stopping spec using decay curve rule.
|
boolean |
hasMedianAutomatedStoppingSpec()
The automated early stopping spec using median rule.
|
boolean |
hasStudyStoppingConfig()
Conditions for automated stopping of a Study.
|
boolean |
hasTransferLearningConfig()
The configuration info/options for transfer learning.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDecayCurveStoppingSpec()
The automated early stopping spec using decay curve rule.
.google.cloud.aiplatform.v1beta1.StudySpec.DecayCurveAutomatedStoppingSpec decay_curve_stopping_spec = 4;
StudySpec.DecayCurveAutomatedStoppingSpec getDecayCurveStoppingSpec()
The automated early stopping spec using decay curve rule.
.google.cloud.aiplatform.v1beta1.StudySpec.DecayCurveAutomatedStoppingSpec decay_curve_stopping_spec = 4;
StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder getDecayCurveStoppingSpecOrBuilder()
The automated early stopping spec using decay curve rule.
.google.cloud.aiplatform.v1beta1.StudySpec.DecayCurveAutomatedStoppingSpec decay_curve_stopping_spec = 4;
boolean hasMedianAutomatedStoppingSpec()
The automated early stopping spec using median rule.
.google.cloud.aiplatform.v1beta1.StudySpec.MedianAutomatedStoppingSpec median_automated_stopping_spec = 5;
StudySpec.MedianAutomatedStoppingSpec getMedianAutomatedStoppingSpec()
The automated early stopping spec using median rule.
.google.cloud.aiplatform.v1beta1.StudySpec.MedianAutomatedStoppingSpec median_automated_stopping_spec = 5;
StudySpec.MedianAutomatedStoppingSpecOrBuilder getMedianAutomatedStoppingSpecOrBuilder()
The automated early stopping spec using median rule.
.google.cloud.aiplatform.v1beta1.StudySpec.MedianAutomatedStoppingSpec median_automated_stopping_spec = 5;
@Deprecated boolean hasConvexStopConfig()
Deprecated. The automated early stopping using convex stopping rule.
.google.cloud.aiplatform.v1beta1.StudySpec.ConvexStopConfig convex_stop_config = 8 [deprecated = true];
@Deprecated StudySpec.ConvexStopConfig getConvexStopConfig()
Deprecated. The automated early stopping using convex stopping rule.
.google.cloud.aiplatform.v1beta1.StudySpec.ConvexStopConfig convex_stop_config = 8 [deprecated = true];
@Deprecated StudySpec.ConvexStopConfigOrBuilder getConvexStopConfigOrBuilder()
Deprecated. The automated early stopping using convex stopping rule.
.google.cloud.aiplatform.v1beta1.StudySpec.ConvexStopConfig convex_stop_config = 8 [deprecated = true];
boolean hasConvexAutomatedStoppingSpec()
The automated early stopping spec using convex stopping rule.
.google.cloud.aiplatform.v1beta1.StudySpec.ConvexAutomatedStoppingSpec convex_automated_stopping_spec = 9;
StudySpec.ConvexAutomatedStoppingSpec getConvexAutomatedStoppingSpec()
The automated early stopping spec using convex stopping rule.
.google.cloud.aiplatform.v1beta1.StudySpec.ConvexAutomatedStoppingSpec convex_automated_stopping_spec = 9;
StudySpec.ConvexAutomatedStoppingSpecOrBuilder getConvexAutomatedStoppingSpecOrBuilder()
The automated early stopping spec using convex stopping rule.
.google.cloud.aiplatform.v1beta1.StudySpec.ConvexAutomatedStoppingSpec convex_automated_stopping_spec = 9;
List<StudySpec.MetricSpec> getMetricsList()
Required. Metric specs for the Study.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.MetricSpec metrics = 1 [(.google.api.field_behavior) = REQUIRED];
StudySpec.MetricSpec getMetrics(int index)
Required. Metric specs for the Study.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.MetricSpec metrics = 1 [(.google.api.field_behavior) = REQUIRED];
int getMetricsCount()
Required. Metric specs for the Study.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.MetricSpec metrics = 1 [(.google.api.field_behavior) = REQUIRED];
List<? extends StudySpec.MetricSpecOrBuilder> getMetricsOrBuilderList()
Required. Metric specs for the Study.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.MetricSpec metrics = 1 [(.google.api.field_behavior) = REQUIRED];
StudySpec.MetricSpecOrBuilder getMetricsOrBuilder(int index)
Required. Metric specs for the Study.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.MetricSpec metrics = 1 [(.google.api.field_behavior) = REQUIRED];
List<StudySpec.ParameterSpec> getParametersList()
Required. The set of parameters to tune.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec parameters = 2 [(.google.api.field_behavior) = REQUIRED];
StudySpec.ParameterSpec getParameters(int index)
Required. The set of parameters to tune.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec parameters = 2 [(.google.api.field_behavior) = REQUIRED];
int getParametersCount()
Required. The set of parameters to tune.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec parameters = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends StudySpec.ParameterSpecOrBuilder> getParametersOrBuilderList()
Required. The set of parameters to tune.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec parameters = 2 [(.google.api.field_behavior) = REQUIRED];
StudySpec.ParameterSpecOrBuilder getParametersOrBuilder(int index)
Required. The set of parameters to tune.
repeated .google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec parameters = 2 [(.google.api.field_behavior) = REQUIRED];
int getAlgorithmValue()
The search algorithm specified for the Study.
.google.cloud.aiplatform.v1beta1.StudySpec.Algorithm algorithm = 3;StudySpec.Algorithm getAlgorithm()
The search algorithm specified for the Study.
.google.cloud.aiplatform.v1beta1.StudySpec.Algorithm algorithm = 3;int getObservationNoiseValue()
The observation noise level of the study. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.
.google.cloud.aiplatform.v1beta1.StudySpec.ObservationNoise observation_noise = 6;StudySpec.ObservationNoise getObservationNoise()
The observation noise level of the study. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.
.google.cloud.aiplatform.v1beta1.StudySpec.ObservationNoise observation_noise = 6;int getMeasurementSelectionTypeValue()
Describe which measurement selection type will be used
.google.cloud.aiplatform.v1beta1.StudySpec.MeasurementSelectionType measurement_selection_type = 7;
StudySpec.MeasurementSelectionType getMeasurementSelectionType()
Describe which measurement selection type will be used
.google.cloud.aiplatform.v1beta1.StudySpec.MeasurementSelectionType measurement_selection_type = 7;
boolean hasTransferLearningConfig()
The configuration info/options for transfer learning. Currently supported for Vertex AI Vizier service, not HyperParameterTuningJob
.google.cloud.aiplatform.v1beta1.StudySpec.TransferLearningConfig transfer_learning_config = 10;
StudySpec.TransferLearningConfig getTransferLearningConfig()
The configuration info/options for transfer learning. Currently supported for Vertex AI Vizier service, not HyperParameterTuningJob
.google.cloud.aiplatform.v1beta1.StudySpec.TransferLearningConfig transfer_learning_config = 10;
StudySpec.TransferLearningConfigOrBuilder getTransferLearningConfigOrBuilder()
The configuration info/options for transfer learning. Currently supported for Vertex AI Vizier service, not HyperParameterTuningJob
.google.cloud.aiplatform.v1beta1.StudySpec.TransferLearningConfig transfer_learning_config = 10;
boolean hasStudyStoppingConfig()
Conditions for automated stopping of a Study. Enable automated stopping by configuring at least one condition.
optional .google.cloud.aiplatform.v1beta1.StudySpec.StudyStoppingConfig study_stopping_config = 11;
StudySpec.StudyStoppingConfig getStudyStoppingConfig()
Conditions for automated stopping of a Study. Enable automated stopping by configuring at least one condition.
optional .google.cloud.aiplatform.v1beta1.StudySpec.StudyStoppingConfig study_stopping_config = 11;
StudySpec.StudyStoppingConfigOrBuilder getStudyStoppingConfigOrBuilder()
Conditions for automated stopping of a Study. Enable automated stopping by configuring at least one condition.
optional .google.cloud.aiplatform.v1beta1.StudySpec.StudyStoppingConfig study_stopping_config = 11;
StudySpec.AutomatedStoppingSpecCase getAutomatedStoppingSpecCase()
Copyright © 2024 Google LLC. All rights reserved.