Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs
- 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
-
#endpoints ⇒ Array<String>
List of endpoint resource names.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs
constructor
A new instance of GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs
Returns a new instance of GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs.
17068 17069 17070 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17068 def initialize(**args) update!(**args) end |
Instance Attribute Details
#endpoints ⇒ Array<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
17066 17067 17068 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17066 def endpoints @endpoints end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17073 17074 17075 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17073 def update!(**args) @endpoints = args[:endpoints] if args.key?(:endpoints) end |