public static interface ModelMonitoringInput.VertexEndpointLogsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoints(int index)
List of endpoint resource names.
|
com.google.protobuf.ByteString |
getEndpointsBytes(int index)
List of endpoint resource names.
|
int |
getEndpointsCount()
List of endpoint resource names.
|
List<String> |
getEndpointsList()
List of endpoint resource names.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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) = { ... }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) = { ... }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) = { ... }index - The index of the element to return.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) = { ... }index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.