Interface Trial.ParameterOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Trial.Parameter, Trial.Parameter.Builder
    Enclosing class:
    Trial

    public static interface Trial.ParameterOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getParameterId()
      Output only.
      com.google.protobuf.ByteString getParameterIdBytes()
      Output only.
      com.google.protobuf.Value getValue()
      Output only.
      com.google.protobuf.ValueOrBuilder getValueOrBuilder()
      Output only.
      boolean hasValue()
      Output only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getParameterId

        String getParameterId()
         Output only. The ID of the parameter. The parameter should be defined in
         [StudySpec's
         Parameters][google.cloud.aiplatform.v1beta1.StudySpec.parameters].
         
        string parameter_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The parameterId.
      • getParameterIdBytes

        com.google.protobuf.ByteString getParameterIdBytes()
         Output only. The ID of the parameter. The parameter should be defined in
         [StudySpec's
         Parameters][google.cloud.aiplatform.v1beta1.StudySpec.parameters].
         
        string parameter_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for parameterId.
      • hasValue

        boolean hasValue()
         Output only. The value of the parameter.
         `number_value` will be set if a parameter defined in StudySpec is
         in type 'INTEGER', 'DOUBLE' or 'DISCRETE'.
         `string_value` will be set if a parameter defined in StudySpec is
         in type 'CATEGORICAL'.
         
        .google.protobuf.Value value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the value field is set.
      • getValue

        com.google.protobuf.Value getValue()
         Output only. The value of the parameter.
         `number_value` will be set if a parameter defined in StudySpec is
         in type 'INTEGER', 'DOUBLE' or 'DISCRETE'.
         `string_value` will be set if a parameter defined in StudySpec is
         in type 'CATEGORICAL'.
         
        .google.protobuf.Value value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The value.
      • getValueOrBuilder

        com.google.protobuf.ValueOrBuilder getValueOrBuilder()
         Output only. The value of the parameter.
         `number_value` will be set if a parameter defined in StudySpec is
         in type 'INTEGER', 'DOUBLE' or 'DISCRETE'.
         `string_value` will be set if a parameter defined in StudySpec is
         in type 'CATEGORICAL'.
         
        .google.protobuf.Value value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];