PublisherModel_CallToAction class final
Actions could take on this Publisher Model.
- Inheritance
-
- Object
- ProtoMessage
- PublisherModel_CallToAction
Constructors
- PublisherModel_CallToAction({PublisherModel_CallToAction_ViewRestApi? viewRestApi, PublisherModel_CallToAction_RegionalResourceReferences? openNotebook, PublisherModel_CallToAction_OpenNotebooks? openNotebooks, PublisherModel_CallToAction_RegionalResourceReferences? createApplication, PublisherModel_CallToAction_RegionalResourceReferences? openFineTuningPipeline, PublisherModel_CallToAction_OpenFineTuningPipelines? openFineTuningPipelines, PublisherModel_CallToAction_RegionalResourceReferences? openPromptTuningPipeline, PublisherModel_CallToAction_RegionalResourceReferences? openGenie, PublisherModel_CallToAction_Deploy? deploy, PublisherModel_CallToAction_DeployVertex? multiDeployVertex, PublisherModel_CallToAction_DeployGke? deployGke, PublisherModel_CallToAction_RegionalResourceReferences? openGenerationAiStudio, PublisherModel_CallToAction_RegionalResourceReferences? requestAccess, PublisherModel_CallToAction_RegionalResourceReferences? openEvaluationPipeline})
- PublisherModel_CallToAction.fromJson(Object? j)
-
factory
Properties
- createApplication → PublisherModel_CallToAction_RegionalResourceReferences?
-
Optional. Create application using the PublisherModel.
final
- deploy → PublisherModel_CallToAction_Deploy?
-
Optional. Deploy the PublisherModel to Vertex Endpoint.
final
- deployGke → PublisherModel_CallToAction_DeployGke?
-
Optional. Deploy PublisherModel to Google Kubernetes Engine.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- multiDeployVertex → PublisherModel_CallToAction_DeployVertex?
-
Optional. Multiple setups to deploy the PublisherModel to Vertex
Endpoint.
final
- openEvaluationPipeline → PublisherModel_CallToAction_RegionalResourceReferences?
-
Optional. Open evaluation pipeline of the PublisherModel.
final
- openFineTuningPipeline → PublisherModel_CallToAction_RegionalResourceReferences?
-
Optional. Open fine-tuning pipeline of the PublisherModel.
final
- openFineTuningPipelines → PublisherModel_CallToAction_OpenFineTuningPipelines?
-
Optional. Open fine-tuning pipelines of the PublisherModel.
final
- openGenerationAiStudio → PublisherModel_CallToAction_RegionalResourceReferences?
-
Optional. Open in Generation AI Studio.
final
- openGenie → PublisherModel_CallToAction_RegionalResourceReferences?
-
Optional. Open Genie / Playground.
final
- openNotebook → PublisherModel_CallToAction_RegionalResourceReferences?
-
Optional. Open notebook of the PublisherModel.
final
- openNotebooks → PublisherModel_CallToAction_OpenNotebooks?
-
Optional. Open notebooks of the PublisherModel.
final
- openPromptTuningPipeline → PublisherModel_CallToAction_RegionalResourceReferences?
-
Optional. Open prompt-tuning pipeline of the PublisherModel.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - requestAccess → PublisherModel_CallToAction_RegionalResourceReferences?
-
Optional. Request for access.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewRestApi → PublisherModel_CallToAction_ViewRestApi?
-
Optional. To view Rest API docs.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String