Cloud AI Platform v1beta1 API - Class ModelMonitoringInput.Types.VertexEndpointLogs (1.0.0-beta03)

public sealed class ModelMonitoringInput.Types.VertexEndpointLogs : IMessage<ModelMonitoringInput.Types.VertexEndpointLogs>, IEquatable<ModelMonitoringInput.Types.VertexEndpointLogs>, IDeepCloneable<ModelMonitoringInput.Types.VertexEndpointLogs>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringInput.Types.VertexEndpointLogs.

Data from Vertex AI Endpoint request response logging.

Inheritance

object > ModelMonitoringInput.Types.VertexEndpointLogs

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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