Class StudySpec.ParameterSpec.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<StudySpec.ParameterSpec.Builder>
com.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.Builder
All Implemented Interfaces:
StudySpec.ParameterSpecOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
StudySpec.ParameterSpec

public static final class StudySpec.ParameterSpec.Builder extends com.google.protobuf.GeneratedMessage.Builder<StudySpec.ParameterSpec.Builder> implements StudySpec.ParameterSpecOrBuilder
 Represents a single parameter to optimize.
 
Protobuf type google.cloud.aiplatform.v1.StudySpec.ParameterSpec
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<StudySpec.ParameterSpec.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<StudySpec.ParameterSpec.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<StudySpec.ParameterSpec.Builder>
    • getDefaultInstanceForType

      public StudySpec.ParameterSpec getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public StudySpec.ParameterSpec build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public StudySpec.ParameterSpec buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public StudySpec.ParameterSpec.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StudySpec.ParameterSpec.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<StudySpec.ParameterSpec.Builder>
    • mergeFrom

      public StudySpec.ParameterSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StudySpec.ParameterSpec.Builder>
      Throws:
      IOException
    • getParameterValueSpecCase

      public StudySpec.ParameterSpec.ParameterValueSpecCase getParameterValueSpecCase()
      Specified by:
      getParameterValueSpecCase in interface StudySpec.ParameterSpecOrBuilder
    • clearParameterValueSpec

      public StudySpec.ParameterSpec.Builder clearParameterValueSpec()
    • hasDoubleValueSpec

      public boolean hasDoubleValueSpec()
       The value spec for a 'DOUBLE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
      Specified by:
      hasDoubleValueSpec in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      Whether the doubleValueSpec field is set.
    • getDoubleValueSpec

      public StudySpec.ParameterSpec.DoubleValueSpec getDoubleValueSpec()
       The value spec for a 'DOUBLE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
      Specified by:
      getDoubleValueSpec in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      The doubleValueSpec.
    • setDoubleValueSpec

       The value spec for a 'DOUBLE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
    • setDoubleValueSpec

       The value spec for a 'DOUBLE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
    • mergeDoubleValueSpec

       The value spec for a 'DOUBLE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
    • clearDoubleValueSpec

      public StudySpec.ParameterSpec.Builder clearDoubleValueSpec()
       The value spec for a 'DOUBLE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
    • getDoubleValueSpecBuilder

      public StudySpec.ParameterSpec.DoubleValueSpec.Builder getDoubleValueSpecBuilder()
       The value spec for a 'DOUBLE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
    • getDoubleValueSpecOrBuilder

      public StudySpec.ParameterSpec.DoubleValueSpecOrBuilder getDoubleValueSpecOrBuilder()
       The value spec for a 'DOUBLE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
      Specified by:
      getDoubleValueSpecOrBuilder in interface StudySpec.ParameterSpecOrBuilder
    • hasIntegerValueSpec

      public boolean hasIntegerValueSpec()
       The value spec for an 'INTEGER' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
      Specified by:
      hasIntegerValueSpec in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      Whether the integerValueSpec field is set.
    • getIntegerValueSpec

      public StudySpec.ParameterSpec.IntegerValueSpec getIntegerValueSpec()
       The value spec for an 'INTEGER' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
      Specified by:
      getIntegerValueSpec in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      The integerValueSpec.
    • setIntegerValueSpec

       The value spec for an 'INTEGER' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
    • setIntegerValueSpec

       The value spec for an 'INTEGER' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
    • mergeIntegerValueSpec

       The value spec for an 'INTEGER' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
    • clearIntegerValueSpec

      public StudySpec.ParameterSpec.Builder clearIntegerValueSpec()
       The value spec for an 'INTEGER' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
    • getIntegerValueSpecBuilder

      public StudySpec.ParameterSpec.IntegerValueSpec.Builder getIntegerValueSpecBuilder()
       The value spec for an 'INTEGER' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
    • getIntegerValueSpecOrBuilder

      public StudySpec.ParameterSpec.IntegerValueSpecOrBuilder getIntegerValueSpecOrBuilder()
       The value spec for an 'INTEGER' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
      Specified by:
      getIntegerValueSpecOrBuilder in interface StudySpec.ParameterSpecOrBuilder
    • hasCategoricalValueSpec

      public boolean hasCategoricalValueSpec()
       The value spec for a 'CATEGORICAL' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
      Specified by:
      hasCategoricalValueSpec in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      Whether the categoricalValueSpec field is set.
    • getCategoricalValueSpec

      public StudySpec.ParameterSpec.CategoricalValueSpec getCategoricalValueSpec()
       The value spec for a 'CATEGORICAL' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
      Specified by:
      getCategoricalValueSpec in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      The categoricalValueSpec.
    • setCategoricalValueSpec

       The value spec for a 'CATEGORICAL' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
    • setCategoricalValueSpec

       The value spec for a 'CATEGORICAL' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
    • mergeCategoricalValueSpec

       The value spec for a 'CATEGORICAL' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
    • clearCategoricalValueSpec

      public StudySpec.ParameterSpec.Builder clearCategoricalValueSpec()
       The value spec for a 'CATEGORICAL' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
    • getCategoricalValueSpecBuilder

      public StudySpec.ParameterSpec.CategoricalValueSpec.Builder getCategoricalValueSpecBuilder()
       The value spec for a 'CATEGORICAL' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
    • getCategoricalValueSpecOrBuilder

      public StudySpec.ParameterSpec.CategoricalValueSpecOrBuilder getCategoricalValueSpecOrBuilder()
       The value spec for a 'CATEGORICAL' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
      Specified by:
      getCategoricalValueSpecOrBuilder in interface StudySpec.ParameterSpecOrBuilder
    • hasDiscreteValueSpec

      public boolean hasDiscreteValueSpec()
       The value spec for a 'DISCRETE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
      Specified by:
      hasDiscreteValueSpec in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      Whether the discreteValueSpec field is set.
    • getDiscreteValueSpec

      public StudySpec.ParameterSpec.DiscreteValueSpec getDiscreteValueSpec()
       The value spec for a 'DISCRETE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
      Specified by:
      getDiscreteValueSpec in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      The discreteValueSpec.
    • setDiscreteValueSpec

       The value spec for a 'DISCRETE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
    • setDiscreteValueSpec

       The value spec for a 'DISCRETE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
    • mergeDiscreteValueSpec

       The value spec for a 'DISCRETE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
    • clearDiscreteValueSpec

      public StudySpec.ParameterSpec.Builder clearDiscreteValueSpec()
       The value spec for a 'DISCRETE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
    • getDiscreteValueSpecBuilder

      public StudySpec.ParameterSpec.DiscreteValueSpec.Builder getDiscreteValueSpecBuilder()
       The value spec for a 'DISCRETE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
    • getDiscreteValueSpecOrBuilder

      public StudySpec.ParameterSpec.DiscreteValueSpecOrBuilder getDiscreteValueSpecOrBuilder()
       The value spec for a 'DISCRETE' parameter.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
      Specified by:
      getDiscreteValueSpecOrBuilder in interface StudySpec.ParameterSpecOrBuilder
    • getParameterId

      public String getParameterId()
       Required. The ID of the parameter. Must not contain whitespaces and must
       be unique amongst all ParameterSpecs.
       
      string parameter_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getParameterId in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      The parameterId.
    • getParameterIdBytes

      public com.google.protobuf.ByteString getParameterIdBytes()
       Required. The ID of the parameter. Must not contain whitespaces and must
       be unique amongst all ParameterSpecs.
       
      string parameter_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getParameterIdBytes in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      The bytes for parameterId.
    • setParameterId

      public StudySpec.ParameterSpec.Builder setParameterId(String value)
       Required. The ID of the parameter. Must not contain whitespaces and must
       be unique amongst all ParameterSpecs.
       
      string parameter_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The parameterId to set.
      Returns:
      This builder for chaining.
    • clearParameterId

      public StudySpec.ParameterSpec.Builder clearParameterId()
       Required. The ID of the parameter. Must not contain whitespaces and must
       be unique amongst all ParameterSpecs.
       
      string parameter_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setParameterIdBytes

      public StudySpec.ParameterSpec.Builder setParameterIdBytes(com.google.protobuf.ByteString value)
       Required. The ID of the parameter. Must not contain whitespaces and must
       be unique amongst all ParameterSpecs.
       
      string parameter_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for parameterId to set.
      Returns:
      This builder for chaining.
    • getScaleTypeValue

      public int getScaleTypeValue()
       How the parameter should be scaled.
       Leave unset for `CATEGORICAL` parameters.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ScaleType scale_type = 6;
      Specified by:
      getScaleTypeValue in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      The enum numeric value on the wire for scaleType.
    • setScaleTypeValue

      public StudySpec.ParameterSpec.Builder setScaleTypeValue(int value)
       How the parameter should be scaled.
       Leave unset for `CATEGORICAL` parameters.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ScaleType scale_type = 6;
      Parameters:
      value - The enum numeric value on the wire for scaleType to set.
      Returns:
      This builder for chaining.
    • getScaleType

      public StudySpec.ParameterSpec.ScaleType getScaleType()
       How the parameter should be scaled.
       Leave unset for `CATEGORICAL` parameters.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ScaleType scale_type = 6;
      Specified by:
      getScaleType in interface StudySpec.ParameterSpecOrBuilder
      Returns:
      The scaleType.
    • setScaleType

       How the parameter should be scaled.
       Leave unset for `CATEGORICAL` parameters.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ScaleType scale_type = 6;
      Parameters:
      value - The scaleType to set.
      Returns:
      This builder for chaining.
    • clearScaleType

      public StudySpec.ParameterSpec.Builder clearScaleType()
       How the parameter should be scaled.
       Leave unset for `CATEGORICAL` parameters.
       
      .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ScaleType scale_type = 6;
      Returns:
      This builder for chaining.
    • getConditionalParameterSpecsList

      public List<StudySpec.ParameterSpec.ConditionalParameterSpec> getConditionalParameterSpecsList()
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
      Specified by:
      getConditionalParameterSpecsList in interface StudySpec.ParameterSpecOrBuilder
    • getConditionalParameterSpecsCount

      public int getConditionalParameterSpecsCount()
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
      Specified by:
      getConditionalParameterSpecsCount in interface StudySpec.ParameterSpecOrBuilder
    • getConditionalParameterSpecs

      public StudySpec.ParameterSpec.ConditionalParameterSpec getConditionalParameterSpecs(int index)
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
      Specified by:
      getConditionalParameterSpecs in interface StudySpec.ParameterSpecOrBuilder
    • setConditionalParameterSpecs

      public StudySpec.ParameterSpec.Builder setConditionalParameterSpecs(int index, StudySpec.ParameterSpec.ConditionalParameterSpec value)
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • setConditionalParameterSpecs

      public StudySpec.ParameterSpec.Builder setConditionalParameterSpecs(int index, StudySpec.ParameterSpec.ConditionalParameterSpec.Builder builderForValue)
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • addConditionalParameterSpecs

       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • addConditionalParameterSpecs

      public StudySpec.ParameterSpec.Builder addConditionalParameterSpecs(int index, StudySpec.ParameterSpec.ConditionalParameterSpec value)
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • addConditionalParameterSpecs

       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • addConditionalParameterSpecs

      public StudySpec.ParameterSpec.Builder addConditionalParameterSpecs(int index, StudySpec.ParameterSpec.ConditionalParameterSpec.Builder builderForValue)
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • addAllConditionalParameterSpecs

      public StudySpec.ParameterSpec.Builder addAllConditionalParameterSpecs(Iterable<? extends StudySpec.ParameterSpec.ConditionalParameterSpec> values)
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • clearConditionalParameterSpecs

      public StudySpec.ParameterSpec.Builder clearConditionalParameterSpecs()
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • removeConditionalParameterSpecs

      public StudySpec.ParameterSpec.Builder removeConditionalParameterSpecs(int index)
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • getConditionalParameterSpecsBuilder

      public StudySpec.ParameterSpec.ConditionalParameterSpec.Builder getConditionalParameterSpecsBuilder(int index)
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • getConditionalParameterSpecsOrBuilder

      public StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder getConditionalParameterSpecsOrBuilder(int index)
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
      Specified by:
      getConditionalParameterSpecsOrBuilder in interface StudySpec.ParameterSpecOrBuilder
    • getConditionalParameterSpecsOrBuilderList

      public List<? extends StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder> getConditionalParameterSpecsOrBuilderList()
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
      Specified by:
      getConditionalParameterSpecsOrBuilderList in interface StudySpec.ParameterSpecOrBuilder
    • addConditionalParameterSpecsBuilder

      public StudySpec.ParameterSpec.ConditionalParameterSpec.Builder addConditionalParameterSpecsBuilder()
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • addConditionalParameterSpecsBuilder

      public StudySpec.ParameterSpec.ConditionalParameterSpec.Builder addConditionalParameterSpecsBuilder(int index)
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
    • getConditionalParameterSpecsBuilderList

      public List<StudySpec.ParameterSpec.ConditionalParameterSpec.Builder> getConditionalParameterSpecsBuilderList()
       A conditional parameter node is active if the parameter's value matches
       the conditional node's parent_value_condition.
      
       If two items in conditional_parameter_specs have the same name, they
       must have disjoint parent_value_condition.
       
      repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;