Class OnlineEvaluator.Builder

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

public static final class OnlineEvaluator.Builder extends com.google.protobuf.GeneratedMessage.Builder<OnlineEvaluator.Builder> implements OnlineEvaluatorOrBuilder
 An OnlineEvaluator contains the configuration for an Online Evaluation.
 
Protobuf type google.cloud.aiplatform.v1beta1.OnlineEvaluator
  • 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<OnlineEvaluator.Builder>
    • clear

      public OnlineEvaluator.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<OnlineEvaluator.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<OnlineEvaluator.Builder>
    • getDefaultInstanceForType

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

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

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

      public OnlineEvaluator.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<OnlineEvaluator.Builder>
    • mergeFrom

      public OnlineEvaluator.Builder mergeFrom(OnlineEvaluator other)
    • isInitialized

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

      public OnlineEvaluator.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<OnlineEvaluator.Builder>
      Throws:
      IOException
    • getDataSourceCase

      public OnlineEvaluator.DataSourceCase getDataSourceCase()
      Specified by:
      getDataSourceCase in interface OnlineEvaluatorOrBuilder
    • clearDataSource

      public OnlineEvaluator.Builder clearDataSource()
    • hasCloudObservability

      public boolean hasCloudObservability()
       Data source for the OnlineEvaluator, based on GCP Observability stack
       (Cloud Trace & Cloud Logging).
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.CloudObservability cloud_observability = 4;
      Specified by:
      hasCloudObservability in interface OnlineEvaluatorOrBuilder
      Returns:
      Whether the cloudObservability field is set.
    • getCloudObservability

      public OnlineEvaluator.CloudObservability getCloudObservability()
       Data source for the OnlineEvaluator, based on GCP Observability stack
       (Cloud Trace & Cloud Logging).
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.CloudObservability cloud_observability = 4;
      Specified by:
      getCloudObservability in interface OnlineEvaluatorOrBuilder
      Returns:
      The cloudObservability.
    • setCloudObservability

      public OnlineEvaluator.Builder setCloudObservability(OnlineEvaluator.CloudObservability value)
       Data source for the OnlineEvaluator, based on GCP Observability stack
       (Cloud Trace & Cloud Logging).
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.CloudObservability cloud_observability = 4;
    • setCloudObservability

      public OnlineEvaluator.Builder setCloudObservability(OnlineEvaluator.CloudObservability.Builder builderForValue)
       Data source for the OnlineEvaluator, based on GCP Observability stack
       (Cloud Trace & Cloud Logging).
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.CloudObservability cloud_observability = 4;
    • mergeCloudObservability

      public OnlineEvaluator.Builder mergeCloudObservability(OnlineEvaluator.CloudObservability value)
       Data source for the OnlineEvaluator, based on GCP Observability stack
       (Cloud Trace & Cloud Logging).
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.CloudObservability cloud_observability = 4;
    • clearCloudObservability

      public OnlineEvaluator.Builder clearCloudObservability()
       Data source for the OnlineEvaluator, based on GCP Observability stack
       (Cloud Trace & Cloud Logging).
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.CloudObservability cloud_observability = 4;
    • getCloudObservabilityBuilder

      public OnlineEvaluator.CloudObservability.Builder getCloudObservabilityBuilder()
       Data source for the OnlineEvaluator, based on GCP Observability stack
       (Cloud Trace & Cloud Logging).
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.CloudObservability cloud_observability = 4;
    • getCloudObservabilityOrBuilder

      public OnlineEvaluator.CloudObservabilityOrBuilder getCloudObservabilityOrBuilder()
       Data source for the OnlineEvaluator, based on GCP Observability stack
       (Cloud Trace & Cloud Logging).
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.CloudObservability cloud_observability = 4;
      Specified by:
      getCloudObservabilityOrBuilder in interface OnlineEvaluatorOrBuilder
    • getName

      public String getName()
       Identifier. The resource name of the OnlineEvaluator.
       Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Specified by:
      getName in interface OnlineEvaluatorOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Identifier. The resource name of the OnlineEvaluator.
       Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Specified by:
      getNameBytes in interface OnlineEvaluatorOrBuilder
      Returns:
      The bytes for name.
    • setName

      public OnlineEvaluator.Builder setName(String value)
       Identifier. The resource name of the OnlineEvaluator.
       Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public OnlineEvaluator.Builder clearName()
       Identifier. The resource name of the OnlineEvaluator.
       Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      This builder for chaining.
    • setNameBytes

      public OnlineEvaluator.Builder setNameBytes(com.google.protobuf.ByteString value)
       Identifier. The resource name of the OnlineEvaluator.
       Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getAgentResource

      public String getAgentResource()
       Required. Immutable. The name of the agent that the OnlineEvaluator
       evaluates periodically. This value is used to filter the traces with a
       matching cloud.resource_id and link the evaluation results with relevant
       dashboards/UIs.
      
       This field is immutable. Once set, it cannot be changed.
       
      string agent_resource = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      getAgentResource in interface OnlineEvaluatorOrBuilder
      Returns:
      The agentResource.
    • getAgentResourceBytes

      public com.google.protobuf.ByteString getAgentResourceBytes()
       Required. Immutable. The name of the agent that the OnlineEvaluator
       evaluates periodically. This value is used to filter the traces with a
       matching cloud.resource_id and link the evaluation results with relevant
       dashboards/UIs.
      
       This field is immutable. Once set, it cannot be changed.
       
      string agent_resource = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      getAgentResourceBytes in interface OnlineEvaluatorOrBuilder
      Returns:
      The bytes for agentResource.
    • setAgentResource

      public OnlineEvaluator.Builder setAgentResource(String value)
       Required. Immutable. The name of the agent that the OnlineEvaluator
       evaluates periodically. This value is used to filter the traces with a
       matching cloud.resource_id and link the evaluation results with relevant
       dashboards/UIs.
      
       This field is immutable. Once set, it cannot be changed.
       
      string agent_resource = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Parameters:
      value - The agentResource to set.
      Returns:
      This builder for chaining.
    • clearAgentResource

      public OnlineEvaluator.Builder clearAgentResource()
       Required. Immutable. The name of the agent that the OnlineEvaluator
       evaluates periodically. This value is used to filter the traces with a
       matching cloud.resource_id and link the evaluation results with relevant
       dashboards/UIs.
      
       This field is immutable. Once set, it cannot be changed.
       
      string agent_resource = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Returns:
      This builder for chaining.
    • setAgentResourceBytes

      public OnlineEvaluator.Builder setAgentResourceBytes(com.google.protobuf.ByteString value)
       Required. Immutable. The name of the agent that the OnlineEvaluator
       evaluates periodically. This value is used to filter the traces with a
       matching cloud.resource_id and link the evaluation results with relevant
       dashboards/UIs.
      
       This field is immutable. Once set, it cannot be changed.
       
      string agent_resource = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Parameters:
      value - The bytes for agentResource to set.
      Returns:
      This builder for chaining.
    • getMetricSourcesList

      public List<MetricSource> getMetricSourcesList()
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMetricSourcesList in interface OnlineEvaluatorOrBuilder
    • getMetricSourcesCount

      public int getMetricSourcesCount()
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMetricSourcesCount in interface OnlineEvaluatorOrBuilder
    • getMetricSources

      public MetricSource getMetricSources(int index)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMetricSources in interface OnlineEvaluatorOrBuilder
    • setMetricSources

      public OnlineEvaluator.Builder setMetricSources(int index, MetricSource value)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • setMetricSources

      public OnlineEvaluator.Builder setMetricSources(int index, MetricSource.Builder builderForValue)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • addMetricSources

      public OnlineEvaluator.Builder addMetricSources(MetricSource value)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • addMetricSources

      public OnlineEvaluator.Builder addMetricSources(int index, MetricSource value)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • addMetricSources

      public OnlineEvaluator.Builder addMetricSources(MetricSource.Builder builderForValue)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • addMetricSources

      public OnlineEvaluator.Builder addMetricSources(int index, MetricSource.Builder builderForValue)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • addAllMetricSources

      public OnlineEvaluator.Builder addAllMetricSources(Iterable<? extends MetricSource> values)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • clearMetricSources

      public OnlineEvaluator.Builder clearMetricSources()
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • removeMetricSources

      public OnlineEvaluator.Builder removeMetricSources(int index)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • getMetricSourcesBuilder

      public MetricSource.Builder getMetricSourcesBuilder(int index)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • getMetricSourcesOrBuilder

      public MetricSourceOrBuilder getMetricSourcesOrBuilder(int index)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMetricSourcesOrBuilder in interface OnlineEvaluatorOrBuilder
    • getMetricSourcesOrBuilderList

      public List<? extends MetricSourceOrBuilder> getMetricSourcesOrBuilderList()
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMetricSourcesOrBuilderList in interface OnlineEvaluatorOrBuilder
    • addMetricSourcesBuilder

      public MetricSource.Builder addMetricSourcesBuilder()
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • addMetricSourcesBuilder

      public MetricSource.Builder addMetricSourcesBuilder(int index)
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • getMetricSourcesBuilderList

      public List<MetricSource.Builder> getMetricSourcesBuilderList()
       Required. A list of metric sources to be used for evaluating samples.
       At least one MetricSource must be provided.
       Right now, only predefined metrics and registered metrics are supported.
      
       Every registered metric must have `display_name` (or `title`) and
       `score_range` defined. Otherwise, the evaluations will fail.
      
       The maximum number of `metric_sources` is 25.
       
      repeated .google.cloud.aiplatform.v1beta1.MetricSource metric_sources = 3 [(.google.api.field_behavior) = REQUIRED];
    • hasConfig

      public boolean hasConfig()
       Required. Configuration for the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.Config config = 5 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasConfig in interface OnlineEvaluatorOrBuilder
      Returns:
      Whether the config field is set.
    • getConfig

      public OnlineEvaluator.Config getConfig()
       Required. Configuration for the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.Config config = 5 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getConfig in interface OnlineEvaluatorOrBuilder
      Returns:
      The config.
    • setConfig

       Required. Configuration for the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.Config config = 5 [(.google.api.field_behavior) = REQUIRED];
    • setConfig

      public OnlineEvaluator.Builder setConfig(OnlineEvaluator.Config.Builder builderForValue)
       Required. Configuration for the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.Config config = 5 [(.google.api.field_behavior) = REQUIRED];
    • mergeConfig

      public OnlineEvaluator.Builder mergeConfig(OnlineEvaluator.Config value)
       Required. Configuration for the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.Config config = 5 [(.google.api.field_behavior) = REQUIRED];
    • clearConfig

      public OnlineEvaluator.Builder clearConfig()
       Required. Configuration for the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.Config config = 5 [(.google.api.field_behavior) = REQUIRED];
    • getConfigBuilder

      public OnlineEvaluator.Config.Builder getConfigBuilder()
       Required. Configuration for the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.Config config = 5 [(.google.api.field_behavior) = REQUIRED];
    • getConfigOrBuilder

      public OnlineEvaluator.ConfigOrBuilder getConfigOrBuilder()
       Required. Configuration for the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.Config config = 5 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getConfigOrBuilder in interface OnlineEvaluatorOrBuilder
    • getStateValue

      public int getStateValue()
       Output only. The state of the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStateValue in interface OnlineEvaluatorOrBuilder
      Returns:
      The enum numeric value on the wire for state.
    • setStateValue

      public OnlineEvaluator.Builder setStateValue(int value)
       Output only. The state of the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The enum numeric value on the wire for state to set.
      Returns:
      This builder for chaining.
    • getState

      public OnlineEvaluator.State getState()
       Output only. The state of the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getState in interface OnlineEvaluatorOrBuilder
      Returns:
      The state.
    • setState

       Output only. The state of the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The state to set.
      Returns:
      This builder for chaining.
    • clearState

      public OnlineEvaluator.Builder clearState()
       Output only. The state of the OnlineEvaluator.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • getStateDetailsList

      public List<OnlineEvaluator.StateDetails> getStateDetailsList()
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStateDetailsList in interface OnlineEvaluatorOrBuilder
    • getStateDetailsCount

      public int getStateDetailsCount()
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStateDetailsCount in interface OnlineEvaluatorOrBuilder
    • getStateDetails

      public OnlineEvaluator.StateDetails getStateDetails(int index)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStateDetails in interface OnlineEvaluatorOrBuilder
    • setStateDetails

      public OnlineEvaluator.Builder setStateDetails(int index, OnlineEvaluator.StateDetails value)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setStateDetails

      public OnlineEvaluator.Builder setStateDetails(int index, OnlineEvaluator.StateDetails.Builder builderForValue)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addStateDetails

      public OnlineEvaluator.Builder addStateDetails(OnlineEvaluator.StateDetails value)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addStateDetails

      public OnlineEvaluator.Builder addStateDetails(int index, OnlineEvaluator.StateDetails value)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addStateDetails

      public OnlineEvaluator.Builder addStateDetails(OnlineEvaluator.StateDetails.Builder builderForValue)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addStateDetails

      public OnlineEvaluator.Builder addStateDetails(int index, OnlineEvaluator.StateDetails.Builder builderForValue)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addAllStateDetails

      public OnlineEvaluator.Builder addAllStateDetails(Iterable<? extends OnlineEvaluator.StateDetails> values)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearStateDetails

      public OnlineEvaluator.Builder clearStateDetails()
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • removeStateDetails

      public OnlineEvaluator.Builder removeStateDetails(int index)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getStateDetailsBuilder

      public OnlineEvaluator.StateDetails.Builder getStateDetailsBuilder(int index)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getStateDetailsOrBuilder

      public OnlineEvaluator.StateDetailsOrBuilder getStateDetailsOrBuilder(int index)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStateDetailsOrBuilder in interface OnlineEvaluatorOrBuilder
    • getStateDetailsOrBuilderList

      public List<? extends OnlineEvaluator.StateDetailsOrBuilder> getStateDetailsOrBuilderList()
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStateDetailsOrBuilderList in interface OnlineEvaluatorOrBuilder
    • addStateDetailsBuilder

      public OnlineEvaluator.StateDetails.Builder addStateDetailsBuilder()
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addStateDetailsBuilder

      public OnlineEvaluator.StateDetails.Builder addStateDetailsBuilder(int index)
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getStateDetailsBuilderList

      public List<OnlineEvaluator.StateDetails.Builder> getStateDetailsBuilderList()
       Output only. Contains additional information about the state of the
       OnlineEvaluator. This is used to provide more details in the event of a
       failure.
       
      repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator.StateDetails state_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasCreateTime

      public boolean hasCreateTime()
       Output only. Timestamp when the OnlineEvaluator was created.
       
      .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCreateTime in interface OnlineEvaluatorOrBuilder
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      public com.google.protobuf.Timestamp getCreateTime()
       Output only. Timestamp when the OnlineEvaluator was created.
       
      .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTime in interface OnlineEvaluatorOrBuilder
      Returns:
      The createTime.
    • setCreateTime

      public OnlineEvaluator.Builder setCreateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when the OnlineEvaluator was created.
       
      .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setCreateTime

      public OnlineEvaluator.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when the OnlineEvaluator was created.
       
      .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeCreateTime

      public OnlineEvaluator.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when the OnlineEvaluator was created.
       
      .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearCreateTime

      public OnlineEvaluator.Builder clearCreateTime()
       Output only. Timestamp when the OnlineEvaluator was created.
       
      .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
       Output only. Timestamp when the OnlineEvaluator was created.
       
      .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
       Output only. Timestamp when the OnlineEvaluator was created.
       
      .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTimeOrBuilder in interface OnlineEvaluatorOrBuilder
    • hasUpdateTime

      public boolean hasUpdateTime()
       Output only. Timestamp when the OnlineEvaluator was last updated.
       
      .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUpdateTime in interface OnlineEvaluatorOrBuilder
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      public com.google.protobuf.Timestamp getUpdateTime()
       Output only. Timestamp when the OnlineEvaluator was last updated.
       
      .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTime in interface OnlineEvaluatorOrBuilder
      Returns:
      The updateTime.
    • setUpdateTime

      public OnlineEvaluator.Builder setUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when the OnlineEvaluator was last updated.
       
      .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setUpdateTime

      public OnlineEvaluator.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when the OnlineEvaluator was last updated.
       
      .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeUpdateTime

      public OnlineEvaluator.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when the OnlineEvaluator was last updated.
       
      .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearUpdateTime

      public OnlineEvaluator.Builder clearUpdateTime()
       Output only. Timestamp when the OnlineEvaluator was last updated.
       
      .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
       Output only. Timestamp when the OnlineEvaluator was last updated.
       
      .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. Timestamp when the OnlineEvaluator was last updated.
       
      .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTimeOrBuilder in interface OnlineEvaluatorOrBuilder
    • getDisplayName

      public String getDisplayName()
       Optional. Human-readable name for the `OnlineEvaluator`.
      
       The name doesn't have to be unique.
      
       The name can consist of any UTF-8 characters. The maximum length is `63`
       characters. If the display name exceeds max characters, an
       `INVALID_ARGUMENT` error is returned.
       
      string display_name = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDisplayName in interface OnlineEvaluatorOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
       Optional. Human-readable name for the `OnlineEvaluator`.
      
       The name doesn't have to be unique.
      
       The name can consist of any UTF-8 characters. The maximum length is `63`
       characters. If the display name exceeds max characters, an
       `INVALID_ARGUMENT` error is returned.
       
      string display_name = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDisplayNameBytes in interface OnlineEvaluatorOrBuilder
      Returns:
      The bytes for displayName.
    • setDisplayName

      public OnlineEvaluator.Builder setDisplayName(String value)
       Optional. Human-readable name for the `OnlineEvaluator`.
      
       The name doesn't have to be unique.
      
       The name can consist of any UTF-8 characters. The maximum length is `63`
       characters. If the display name exceeds max characters, an
       `INVALID_ARGUMENT` error is returned.
       
      string display_name = 9 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The displayName to set.
      Returns:
      This builder for chaining.
    • clearDisplayName

      public OnlineEvaluator.Builder clearDisplayName()
       Optional. Human-readable name for the `OnlineEvaluator`.
      
       The name doesn't have to be unique.
      
       The name can consist of any UTF-8 characters. The maximum length is `63`
       characters. If the display name exceeds max characters, an
       `INVALID_ARGUMENT` error is returned.
       
      string display_name = 9 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setDisplayNameBytes

      public OnlineEvaluator.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
       Optional. Human-readable name for the `OnlineEvaluator`.
      
       The name doesn't have to be unique.
      
       The name can consist of any UTF-8 characters. The maximum length is `63`
       characters. If the display name exceeds max characters, an
       `INVALID_ARGUMENT` error is returned.
       
      string display_name = 9 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for displayName to set.
      Returns:
      This builder for chaining.