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.



50062
50063
50064
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 50062

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



50060
50061
50062
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 50060

def express_project
  @express_project
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



50067
50068
50069
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 50067

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