Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse

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 ExpressModeService.RetrieveExpressProject.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse

Returns a new instance of GoogleCloudAiplatformV1beta1RetrieveExpressProjectResponse.



40645
40646
40647
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40645

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

Instance Attribute Details

#express_projectGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExpressProject

The project for Vertex AI Express Mode. Corresponds to the JSON property expressProject



40643
40644
40645
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40643

def express_project
  @express_project
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40650
40651
40652
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40650

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