Interface ModelMonitoringInput.VertexEndpointLogsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelMonitoringInput.VertexEndpointLogs, ModelMonitoringInput.VertexEndpointLogs.Builder
Enclosing class:
ModelMonitoringInput

public static interface ModelMonitoringInput.VertexEndpointLogsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getEndpoints(int index)
    List of endpoint resource names.
    com.google.protobuf.ByteString
    getEndpointsBytes(int index)
    List of endpoint resource names.
    int
    List of endpoint resource names.
    List of endpoint resource names.

    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

    • getEndpointsList

      List<String> getEndpointsList()
       List of endpoint resource names. The endpoints must enable the logging
       with the [Endpoint].[request_response_logging_config], and must contain
       the deployed model corresponding to the model version specified in
       [ModelMonitor].[model_monitoring_target].
       
      repeated string endpoints = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      A list containing the endpoints.
    • getEndpointsCount

      int getEndpointsCount()
       List of endpoint resource names. The endpoints must enable the logging
       with the [Endpoint].[request_response_logging_config], and must contain
       the deployed model corresponding to the model version specified in
       [ModelMonitor].[model_monitoring_target].
       
      repeated string endpoints = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The count of endpoints.
    • getEndpoints

      String getEndpoints(int index)
       List of endpoint resource names. The endpoints must enable the logging
       with the [Endpoint].[request_response_logging_config], and must contain
       the deployed model corresponding to the model version specified in
       [ModelMonitor].[model_monitoring_target].
       
      repeated string endpoints = 1 [(.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the element to return.
      Returns:
      The endpoints at the given index.
    • getEndpointsBytes

      com.google.protobuf.ByteString getEndpointsBytes(int index)
       List of endpoint resource names. The endpoints must enable the logging
       with the [Endpoint].[request_response_logging_config], and must contain
       the deployed model corresponding to the model version specified in
       [ModelMonitor].[model_monitoring_target].
       
      repeated string endpoints = 1 [(.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the endpoints at the given index.