Class: Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringBigQueryTable

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb

Overview

ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name as well as some information of the logs stored in this table.

Defined Under Namespace

Modules: LogSource, LogType

Instance Attribute Summary collapse

Instance Attribute Details

#bigquery_table_path::String



199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# File 'proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb', line 199

class ModelDeploymentMonitoringBigQueryTable
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Indicates where does the log come from.
  module LogSource
    # Unspecified source.
    LOG_SOURCE_UNSPECIFIED = 0

    # Logs coming from Training dataset.
    TRAINING = 1

    # Logs coming from Serving traffic.
    SERVING = 2
  end

  # Indicates what type of traffic does the log belong to.
  module LogType
    # Unspecified type.
    LOG_TYPE_UNSPECIFIED = 0

    # Predict logs.
    PREDICT = 1

    # Explain logs.
    EXPLAIN = 2
  end
end

#log_source::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringBigQueryTable::LogSource



199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# File 'proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb', line 199

class ModelDeploymentMonitoringBigQueryTable
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Indicates where does the log come from.
  module LogSource
    # Unspecified source.
    LOG_SOURCE_UNSPECIFIED = 0

    # Logs coming from Training dataset.
    TRAINING = 1

    # Logs coming from Serving traffic.
    SERVING = 2
  end

  # Indicates what type of traffic does the log belong to.
  module LogType
    # Unspecified type.
    LOG_TYPE_UNSPECIFIED = 0

    # Predict logs.
    PREDICT = 1

    # Explain logs.
    EXPLAIN = 2
  end
end

#log_type::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringBigQueryTable::LogType



199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# File 'proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb', line 199

class ModelDeploymentMonitoringBigQueryTable
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Indicates where does the log come from.
  module LogSource
    # Unspecified source.
    LOG_SOURCE_UNSPECIFIED = 0

    # Logs coming from Training dataset.
    TRAINING = 1

    # Logs coming from Serving traffic.
    SERVING = 2
  end

  # Indicates what type of traffic does the log belong to.
  module LogType
    # Unspecified type.
    LOG_TYPE_UNSPECIFIED = 0

    # Predict logs.
    PREDICT = 1

    # Explain logs.
    EXPLAIN = 2
  end
end