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.



45517
45518
45519
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45517

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



45515
45516
45517
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45515

def express_project
  @express_project
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



45522
45523
45524
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45522

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