Interface PublisherModel.CallToActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublisherModel.CallToAction
,PublisherModel.CallToAction.Builder
- Enclosing class:
- PublisherModel
public static interface PublisherModel.CallToActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasViewRestApi
boolean hasViewRestApi()
Optional. To view Rest API docs.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.ViewRestApi view_rest_api = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the viewRestApi field is set.
-
getViewRestApi
PublisherModel.CallToAction.ViewRestApi getViewRestApi()
Optional. To view Rest API docs.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.ViewRestApi view_rest_api = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The viewRestApi.
-
getViewRestApiOrBuilder
PublisherModel.CallToAction.ViewRestApiOrBuilder getViewRestApiOrBuilder()
Optional. To view Rest API docs.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.ViewRestApi view_rest_api = 1 [(.google.api.field_behavior) = OPTIONAL];
-
hasOpenNotebook
boolean hasOpenNotebook()
Optional. Open notebook of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_notebook = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the openNotebook field is set.
-
getOpenNotebook
PublisherModel.CallToAction.RegionalResourceReferences getOpenNotebook()
Optional. Open notebook of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_notebook = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The openNotebook.
-
getOpenNotebookOrBuilder
PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder getOpenNotebookOrBuilder()
Optional. Open notebook of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_notebook = 2 [(.google.api.field_behavior) = OPTIONAL];
-
hasCreateApplication
boolean hasCreateApplication()
Optional. Create application using the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences create_application = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the createApplication field is set.
-
getCreateApplication
PublisherModel.CallToAction.RegionalResourceReferences getCreateApplication()
Optional. Create application using the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences create_application = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The createApplication.
-
getCreateApplicationOrBuilder
PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder getCreateApplicationOrBuilder()
Optional. Create application using the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences create_application = 3 [(.google.api.field_behavior) = OPTIONAL];
-
hasOpenFineTuningPipeline
boolean hasOpenFineTuningPipeline()
Optional. Open fine-tuning pipeline of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_fine_tuning_pipeline = 4 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the openFineTuningPipeline field is set.
-
getOpenFineTuningPipeline
PublisherModel.CallToAction.RegionalResourceReferences getOpenFineTuningPipeline()
Optional. Open fine-tuning pipeline of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_fine_tuning_pipeline = 4 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The openFineTuningPipeline.
-
getOpenFineTuningPipelineOrBuilder
PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder getOpenFineTuningPipelineOrBuilder()
Optional. Open fine-tuning pipeline of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_fine_tuning_pipeline = 4 [(.google.api.field_behavior) = OPTIONAL];
-
hasOpenPromptTuningPipeline
boolean hasOpenPromptTuningPipeline()
Optional. Open prompt-tuning pipeline of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_prompt_tuning_pipeline = 5 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the openPromptTuningPipeline field is set.
-
getOpenPromptTuningPipeline
PublisherModel.CallToAction.RegionalResourceReferences getOpenPromptTuningPipeline()
Optional. Open prompt-tuning pipeline of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_prompt_tuning_pipeline = 5 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The openPromptTuningPipeline.
-
getOpenPromptTuningPipelineOrBuilder
PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder getOpenPromptTuningPipelineOrBuilder()
Optional. Open prompt-tuning pipeline of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_prompt_tuning_pipeline = 5 [(.google.api.field_behavior) = OPTIONAL];
-
hasOpenGenie
boolean hasOpenGenie()
Optional. Open Genie / Playground.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_genie = 6 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the openGenie field is set.
-
getOpenGenie
PublisherModel.CallToAction.RegionalResourceReferences getOpenGenie()
Optional. Open Genie / Playground.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_genie = 6 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The openGenie.
-
getOpenGenieOrBuilder
PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder getOpenGenieOrBuilder()
Optional. Open Genie / Playground.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_genie = 6 [(.google.api.field_behavior) = OPTIONAL];
-
hasDeploy
boolean hasDeploy()
Optional. Deploy the PublisherModel to Vertex Endpoint.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy deploy = 7 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the deploy field is set.
-
getDeploy
PublisherModel.CallToAction.Deploy getDeploy()
Optional. Deploy the PublisherModel to Vertex Endpoint.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy deploy = 7 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The deploy.
-
getDeployOrBuilder
PublisherModel.CallToAction.DeployOrBuilder getDeployOrBuilder()
Optional. Deploy the PublisherModel to Vertex Endpoint.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy deploy = 7 [(.google.api.field_behavior) = OPTIONAL];
-
hasOpenGenerationAiStudio
boolean hasOpenGenerationAiStudio()
Optional. Open in Generation AI Studio.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_generation_ai_studio = 8 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the openGenerationAiStudio field is set.
-
getOpenGenerationAiStudio
PublisherModel.CallToAction.RegionalResourceReferences getOpenGenerationAiStudio()
Optional. Open in Generation AI Studio.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_generation_ai_studio = 8 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The openGenerationAiStudio.
-
getOpenGenerationAiStudioOrBuilder
PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder getOpenGenerationAiStudioOrBuilder()
Optional. Open in Generation AI Studio.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_generation_ai_studio = 8 [(.google.api.field_behavior) = OPTIONAL];
-
hasRequestAccess
boolean hasRequestAccess()
Optional. Request for access.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences request_access = 9 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the requestAccess field is set.
-
getRequestAccess
PublisherModel.CallToAction.RegionalResourceReferences getRequestAccess()
Optional. Request for access.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences request_access = 9 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The requestAccess.
-
getRequestAccessOrBuilder
PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder getRequestAccessOrBuilder()
Optional. Request for access.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences request_access = 9 [(.google.api.field_behavior) = OPTIONAL];
-
hasOpenEvaluationPipeline
boolean hasOpenEvaluationPipeline()
Optional. Open evaluation pipeline of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_evaluation_pipeline = 11 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the openEvaluationPipeline field is set.
-
getOpenEvaluationPipeline
PublisherModel.CallToAction.RegionalResourceReferences getOpenEvaluationPipeline()
Optional. Open evaluation pipeline of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_evaluation_pipeline = 11 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The openEvaluationPipeline.
-
getOpenEvaluationPipelineOrBuilder
PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder getOpenEvaluationPipelineOrBuilder()
Optional. Open evaluation pipeline of the PublisherModel.
.google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences open_evaluation_pipeline = 11 [(.google.api.field_behavior) = OPTIONAL];
-
-