Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Data from Vertex AI Endpoint request response logging.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs

Returns a new instance of GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs.



17087
17088
17089
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17087

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#endpointsArray<String>

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]. Corresponds to the JSON property endpoints

Returns:

  • (Array<String>)


17085
17086
17087
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17085

def endpoints
  @endpoints
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17092
17093
17094
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17092

def update!(**args)
  @endpoints = args[:endpoints] if args.key?(:endpoints)
end