public sealed class ModelMonitoringInput.Types.VertexEndpointLogs : IMessage<ModelMonitoringInput.Types.VertexEndpointLogs>, IEquatable<ModelMonitoringInput.Types.VertexEndpointLogs>, IDeepCloneable<ModelMonitoringInput.Types.VertexEndpointLogs>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringInput.Types.VertexEndpointLogs.
Data from Vertex AI Endpoint request response logging.
Implements
IMessageModelMonitoringInputTypesVertexEndpointLogs, IEquatableModelMonitoringInputTypesVertexEndpointLogs, IDeepCloneableModelMonitoringInputTypesVertexEndpointLogs, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VertexEndpointLogs()
public VertexEndpointLogs()VertexEndpointLogs(VertexEndpointLogs)
public VertexEndpointLogs(ModelMonitoringInput.Types.VertexEndpointLogs other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitoringInputTypesVertexEndpointLogs |
Properties
Endpoints
public RepeatedField<string> Endpoints { get; }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].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
EndpointsAsEndpointNames
public ResourceNameList<EndpointName> EndpointsAsEndpointNames { get; }EndpointName-typed view over the Endpoints resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListEndpointName |
|