Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToAction

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Actions could take on this Publisher Model.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1PublisherModelCallToAction

Returns a new instance of GoogleCloudAiplatformV1PublisherModelCallToAction.



19842
19843
19844
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19842

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

Instance Attribute Details

#create_applicationGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc.. Corresponds to the JSON property createApplication



19767
19768
19769
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19767

def create_application
  @create_application
end

#deployGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeploy

Model metadata that is needed for UploadModel or DeployModel/CreateEndpoint requests. Corresponds to the JSON property deploy



19773
19774
19775
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19773

def deploy
  @deploy
end

#deploy_gkeGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke

Configurations for PublisherModel GKE deployment Corresponds to the JSON property deployGke



19778
19779
19780
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19778

def deploy_gke
  @deploy_gke
end

#multi_deploy_vertexGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployVertex

Multiple setups to deploy the PublisherModel. Corresponds to the JSON property multiDeployVertex



19783
19784
19785
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19783

def multi_deploy_vertex
  @multi_deploy_vertex
end

#open_evaluation_pipelineGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc.. Corresponds to the JSON property openEvaluationPipeline



19789
19790
19791
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19789

def open_evaluation_pipeline
  @open_evaluation_pipeline
end

#open_fine_tuning_pipelineGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc.. Corresponds to the JSON property openFineTuningPipeline



19795
19796
19797
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19795

def open_fine_tuning_pipeline
  @open_fine_tuning_pipeline
end

#open_fine_tuning_pipelinesGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionOpenFineTuningPipelines

Open fine tuning pipelines. Corresponds to the JSON property openFineTuningPipelines



19800
19801
19802
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19800

def open_fine_tuning_pipelines
  @open_fine_tuning_pipelines
end

#open_generation_ai_studioGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc.. Corresponds to the JSON property openGenerationAiStudio



19806
19807
19808
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19806

def open_generation_ai_studio
  @open_generation_ai_studio
end

#open_genieGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc.. Corresponds to the JSON property openGenie



19812
19813
19814
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19812

def open_genie
  @open_genie
end

#open_notebookGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc.. Corresponds to the JSON property openNotebook



19818
19819
19820
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19818

def open_notebook
  @open_notebook
end

#open_notebooksGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionOpenNotebooks

Open notebooks. Corresponds to the JSON property openNotebooks



19823
19824
19825
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19823

def open_notebooks
  @open_notebooks
end

#open_prompt_tuning_pipelineGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc.. Corresponds to the JSON property openPromptTuningPipeline



19829
19830
19831
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19829

def open_prompt_tuning_pipeline
  @open_prompt_tuning_pipeline
end

#request_accessGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc.. Corresponds to the JSON property requestAccess



19835
19836
19837
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19835

def request_access
  @request_access
end

#view_rest_apiGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionViewRestApi

Rest API docs. Corresponds to the JSON property viewRestApi



19840
19841
19842
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19840

def view_rest_api
  @view_rest_api
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19847
19848
19849
19850
19851
19852
19853
19854
19855
19856
19857
19858
19859
19860
19861
19862
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19847

def update!(**args)
  @create_application = args[:create_application] if args.key?(:create_application)
  @deploy = args[:deploy] if args.key?(:deploy)
  @deploy_gke = args[:deploy_gke] if args.key?(:deploy_gke)
  @multi_deploy_vertex = args[:multi_deploy_vertex] if args.key?(:multi_deploy_vertex)
  @open_evaluation_pipeline = args[:open_evaluation_pipeline] if args.key?(:open_evaluation_pipeline)
  @open_fine_tuning_pipeline = args[:open_fine_tuning_pipeline] if args.key?(:open_fine_tuning_pipeline)
  @open_fine_tuning_pipelines = args[:open_fine_tuning_pipelines] if args.key?(:open_fine_tuning_pipelines)
  @open_generation_ai_studio = args[:open_generation_ai_studio] if args.key?(:open_generation_ai_studio)
  @open_genie = args[:open_genie] if args.key?(:open_genie)
  @open_notebook = args[:open_notebook] if args.key?(:open_notebook)
  @open_notebooks = args[:open_notebooks] if args.key?(:open_notebooks)
  @open_prompt_tuning_pipeline = args[:open_prompt_tuning_pipeline] if args.key?(:open_prompt_tuning_pipeline)
  @request_access = args[:request_access] if args.key?(:request_access)
  @view_rest_api = args[:view_rest_api] if args.key?(:view_rest_api)
end