Interface TrialContextOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TrialContext, TrialContext.Builder

@Generated public interface TrialContextOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A human-readable field which can store a description of this context.
    com.google.protobuf.ByteString
    A human-readable field which can store a description of this context.
    getParameters(int index)
    If/when a Trial is generated or selected from this Context, its Parameters will match any parameters specified here.
    int
    If/when a Trial is generated or selected from this Context, its Parameters will match any parameters specified here.
    If/when a Trial is generated or selected from this Context, its Parameters will match any parameters specified here.
    If/when a Trial is generated or selected from this Context, its Parameters will match any parameters specified here.
    If/when a Trial is generated or selected from this Context, its Parameters will match any parameters specified here.

    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 Details

    • getDescription

      String getDescription()
       A human-readable field which can store a description of this context.
       This will become part of the resulting Trial's description field.
       
      string description = 1;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       A human-readable field which can store a description of this context.
       This will become part of the resulting Trial's description field.
       
      string description = 1;
      Returns:
      The bytes for description.
    • getParametersList

      List<Trial.Parameter> getParametersList()
       If/when a Trial is generated or selected from this Context,
       its Parameters will match any parameters specified here.
       (I.e. if this context specifies parameter name:'a' int_value:3,
       then a resulting Trial will have int_value:3 for its parameter named
       'a'.) Note that we first attempt to match existing REQUESTED Trials with
       contexts, and if there are no matches, we generate suggestions in the
       subspace defined by the parameters specified here.
       NOTE: a Context without any Parameters matches the entire feasible search
       space.
       
      repeated .google.cloud.aiplatform.v1.Trial.Parameter parameters = 2;
    • getParameters

      Trial.Parameter getParameters(int index)
       If/when a Trial is generated or selected from this Context,
       its Parameters will match any parameters specified here.
       (I.e. if this context specifies parameter name:'a' int_value:3,
       then a resulting Trial will have int_value:3 for its parameter named
       'a'.) Note that we first attempt to match existing REQUESTED Trials with
       contexts, and if there are no matches, we generate suggestions in the
       subspace defined by the parameters specified here.
       NOTE: a Context without any Parameters matches the entire feasible search
       space.
       
      repeated .google.cloud.aiplatform.v1.Trial.Parameter parameters = 2;
    • getParametersCount

      int getParametersCount()
       If/when a Trial is generated or selected from this Context,
       its Parameters will match any parameters specified here.
       (I.e. if this context specifies parameter name:'a' int_value:3,
       then a resulting Trial will have int_value:3 for its parameter named
       'a'.) Note that we first attempt to match existing REQUESTED Trials with
       contexts, and if there are no matches, we generate suggestions in the
       subspace defined by the parameters specified here.
       NOTE: a Context without any Parameters matches the entire feasible search
       space.
       
      repeated .google.cloud.aiplatform.v1.Trial.Parameter parameters = 2;
    • getParametersOrBuilderList

      List<? extends Trial.ParameterOrBuilder> getParametersOrBuilderList()
       If/when a Trial is generated or selected from this Context,
       its Parameters will match any parameters specified here.
       (I.e. if this context specifies parameter name:'a' int_value:3,
       then a resulting Trial will have int_value:3 for its parameter named
       'a'.) Note that we first attempt to match existing REQUESTED Trials with
       contexts, and if there are no matches, we generate suggestions in the
       subspace defined by the parameters specified here.
       NOTE: a Context without any Parameters matches the entire feasible search
       space.
       
      repeated .google.cloud.aiplatform.v1.Trial.Parameter parameters = 2;
    • getParametersOrBuilder

      Trial.ParameterOrBuilder getParametersOrBuilder(int index)
       If/when a Trial is generated or selected from this Context,
       its Parameters will match any parameters specified here.
       (I.e. if this context specifies parameter name:'a' int_value:3,
       then a resulting Trial will have int_value:3 for its parameter named
       'a'.) Note that we first attempt to match existing REQUESTED Trials with
       contexts, and if there are no matches, we generate suggestions in the
       subspace defined by the parameters specified here.
       NOTE: a Context without any Parameters matches the entire feasible search
       space.
       
      repeated .google.cloud.aiplatform.v1.Trial.Parameter parameters = 2;