Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ListFeatureMonitorJobsResponse

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

Response message for FeatureRegistryService.ListFeatureMonitorJobs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ListFeatureMonitorJobsResponse

Returns a new instance of GoogleCloudAiplatformV1beta1ListFeatureMonitorJobsResponse.



15655
15656
15657
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15655

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

Instance Attribute Details

#feature_monitor_jobsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureMonitorJob>

The FeatureMonitorJobs matching the request. Corresponds to the JSON property featureMonitorJobs



15646
15647
15648
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15646

def feature_monitor_jobs
  @feature_monitor_jobs
end

#next_page_tokenString

A token, which can be sent as ListFeatureMonitorJobsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


15653
15654
15655
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15653

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15660
15661
15662
15663
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15660

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