GoogleCloudAiplatformV1PublisherModelCallToAction class
Actions could take on this Publisher Model.
Constructors
- GoogleCloudAiplatformV1PublisherModelCallToAction.new({GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences? createApplication, GoogleCloudAiplatformV1PublisherModelCallToActionDeploy? deploy, GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences? openEvaluationPipeline, GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences? openFineTuningPipeline, GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences? openGenerationAiStudio, GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences? openGenie, GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences? openNotebook, GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences? openPromptTuningPipeline, GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences? requestAccess, GoogleCloudAiplatformV1PublisherModelCallToActionViewRestApi? viewRestApi})
- GoogleCloudAiplatformV1PublisherModelCallToAction.fromJson(Map json_)
Properties
- createApplication ↔ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences?
-
Create application using the PublisherModel.
getter/setter pair
- deploy ↔ GoogleCloudAiplatformV1PublisherModelCallToActionDeploy?
-
Deploy the PublisherModel to Vertex Endpoint.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- openEvaluationPipeline ↔ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences?
-
Open evaluation pipeline of the PublisherModel.
getter/setter pair
- openFineTuningPipeline ↔ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences?
-
Open fine-tuning pipeline of the PublisherModel.
getter/setter pair
- openGenerationAiStudio ↔ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences?
-
Open in Generation AI Studio.
getter/setter pair
- openGenie ↔ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences?
-
Open Genie / Playground.
getter/setter pair
- openNotebook ↔ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences?
-
Open notebook of the PublisherModel.
getter/setter pair
- openPromptTuningPipeline ↔ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences?
-
Open prompt-tuning pipeline of the PublisherModel.
getter/setter pair
- requestAccess ↔ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences?
-
Request for access.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewRestApi ↔ GoogleCloudAiplatformV1PublisherModelCallToActionViewRestApi?
-
To view Rest API docs.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited