Class: Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Request message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.
Defined Under Namespace
Classes: StatsAnomaliesObjective
Instance Attribute Summary collapse
-
#deployed_model_id ⇒ ::String
Required.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The latest timestamp of stats being generated.
-
#feature_display_name ⇒ ::String
The feature display name.
-
#model_deployment_monitoring_job ⇒ ::String
Required.
-
#objectives ⇒ ::Array<::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest::StatsAnomaliesObjective>
Required.
-
#page_size ⇒ ::Integer
The standard list page size.
-
#page_token ⇒ ::String
A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The earliest timestamp of stats being generated.
Instance Attribute Details
#deployed_model_id ⇒ ::String
698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 698 class SearchModelDeploymentMonitoringStatsAnomaliesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Stats requested for specific objective. # @!attribute [rw] type # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType] # @!attribute [rw] top_feature_count # @return [::Integer] # If set, all attribution scores between # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} # and # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} # are fetched, and page token doesn't take effect in this case. Only used # to retrieve attribution score for the top Features which has the highest # attribution score in the latest monitoring run. class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#end_time ⇒ ::Google::Protobuf::Timestamp
698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 698 class SearchModelDeploymentMonitoringStatsAnomaliesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Stats requested for specific objective. # @!attribute [rw] type # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType] # @!attribute [rw] top_feature_count # @return [::Integer] # If set, all attribution scores between # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} # and # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} # are fetched, and page token doesn't take effect in this case. Only used # to retrieve attribution score for the top Features which has the highest # attribution score in the latest monitoring run. class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#feature_display_name ⇒ ::String
698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 698 class SearchModelDeploymentMonitoringStatsAnomaliesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Stats requested for specific objective. # @!attribute [rw] type # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType] # @!attribute [rw] top_feature_count # @return [::Integer] # If set, all attribution scores between # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} # and # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} # are fetched, and page token doesn't take effect in this case. Only used # to retrieve attribution score for the top Features which has the highest # attribution score in the latest monitoring run. class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#model_deployment_monitoring_job ⇒ ::String
698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 698 class SearchModelDeploymentMonitoringStatsAnomaliesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Stats requested for specific objective. # @!attribute [rw] type # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType] # @!attribute [rw] top_feature_count # @return [::Integer] # If set, all attribution scores between # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} # and # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} # are fetched, and page token doesn't take effect in this case. Only used # to retrieve attribution score for the top Features which has the highest # attribution score in the latest monitoring run. class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#objectives ⇒ ::Array<::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest::StatsAnomaliesObjective>
698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 698 class SearchModelDeploymentMonitoringStatsAnomaliesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Stats requested for specific objective. # @!attribute [rw] type # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType] # @!attribute [rw] top_feature_count # @return [::Integer] # If set, all attribution scores between # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} # and # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} # are fetched, and page token doesn't take effect in this case. Only used # to retrieve attribution score for the top Features which has the highest # attribution score in the latest monitoring run. class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#page_size ⇒ ::Integer
698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 698 class SearchModelDeploymentMonitoringStatsAnomaliesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Stats requested for specific objective. # @!attribute [rw] type # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType] # @!attribute [rw] top_feature_count # @return [::Integer] # If set, all attribution scores between # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} # and # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} # are fetched, and page token doesn't take effect in this case. Only used # to retrieve attribution score for the top Features which has the highest # attribution score in the latest monitoring run. class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#page_token ⇒ ::String
698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 698 class SearchModelDeploymentMonitoringStatsAnomaliesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Stats requested for specific objective. # @!attribute [rw] type # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType] # @!attribute [rw] top_feature_count # @return [::Integer] # If set, all attribution scores between # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} # and # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} # are fetched, and page token doesn't take effect in this case. Only used # to retrieve attribution score for the top Features which has the highest # attribution score in the latest monitoring run. class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#start_time ⇒ ::Google::Protobuf::Timestamp
698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 698 class SearchModelDeploymentMonitoringStatsAnomaliesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Stats requested for specific objective. # @!attribute [rw] type # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType] # @!attribute [rw] top_feature_count # @return [::Integer] # If set, all attribution scores between # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} # and # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} # are fetched, and page token doesn't take effect in this case. Only used # to retrieve attribution score for the top Features which has the highest # attribution score in the latest monitoring run. class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |