Class ModelMonitoringInput.VertexEndpointLogs (3.44.0)

public static final class ModelMonitoringInput.VertexEndpointLogs extends GeneratedMessageV3 implements ModelMonitoringInput.VertexEndpointLogsOrBuilder

Data from Vertex AI Endpoint request response logging.

Protobuf type google.cloud.aiplatform.v1beta1.ModelMonitoringInput.VertexEndpointLogs

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ModelMonitoringInput.VertexEndpointLogs

Static Fields

ENDPOINTS_FIELD_NUMBER

public static final int ENDPOINTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ModelMonitoringInput.VertexEndpointLogs getDefaultInstance()
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ModelMonitoringInput.VertexEndpointLogs.Builder newBuilder()
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs.Builder

newBuilder(ModelMonitoringInput.VertexEndpointLogs prototype)

public static ModelMonitoringInput.VertexEndpointLogs.Builder newBuilder(ModelMonitoringInput.VertexEndpointLogs prototype)
Parameter
Name Description
prototype ModelMonitoringInput.VertexEndpointLogs
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs.Builder

parseDelimitedFrom(InputStream input)

public static ModelMonitoringInput.VertexEndpointLogs parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringInput.VertexEndpointLogs parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ModelMonitoringInput.VertexEndpointLogs parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringInput.VertexEndpointLogs parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ModelMonitoringInput.VertexEndpointLogs parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringInput.VertexEndpointLogs parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ModelMonitoringInput.VertexEndpointLogs parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringInput.VertexEndpointLogs parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ModelMonitoringInput.VertexEndpointLogs parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringInput.VertexEndpointLogs parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ModelMonitoringInput.VertexEndpointLogs parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringInput.VertexEndpointLogs parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ModelMonitoringInput.VertexEndpointLogs> parser()
Returns
Type Description
Parser<VertexEndpointLogs>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ModelMonitoringInput.VertexEndpointLogs getDefaultInstanceForType()
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs

getEndpoints(int index)

public 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) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The endpoints at the given index.

getEndpointsBytes(int index)

public 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) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the endpoints at the given index.

getEndpointsCount()

public 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
Type Description
int

The count of endpoints.

getEndpointsList()

public ProtocolStringList 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
Type Description
ProtocolStringList

A list containing the endpoints.

getParserForType()

public Parser<ModelMonitoringInput.VertexEndpointLogs> getParserForType()
Returns
Type Description
Parser<VertexEndpointLogs>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ModelMonitoringInput.VertexEndpointLogs.Builder newBuilderForType()
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ModelMonitoringInput.VertexEndpointLogs.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ModelMonitoringInput.VertexEndpointLogs.Builder toBuilder()
Returns
Type Description
ModelMonitoringInput.VertexEndpointLogs.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException