pub struct GoogleCloudAiplatformV1PublisherModelCallToAction {Show 13 fields
pub open_generation_ai_studio: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>,
pub deploy_gke: Option<GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke>,
pub create_application: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>,
pub open_genie: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>,
pub open_fine_tuning_pipelines: Option<GoogleCloudAiplatformV1PublisherModelCallToActionOpenFineTuningPipelines>,
pub open_fine_tuning_pipeline: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>,
pub open_notebook: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>,
pub open_notebooks: Option<GoogleCloudAiplatformV1PublisherModelCallToActionOpenNotebooks>,
pub open_prompt_tuning_pipeline: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>,
pub open_evaluation_pipeline: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>,
pub request_access: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>,
pub deploy: Option<GoogleCloudAiplatformV1PublisherModelCallToActionDeploy>,
pub view_rest_api: Option<GoogleCloudAiplatformV1PublisherModelCallToActionViewRestApi>,
}Expand description
Actions could take on this Publisher Model.
This type is not used in any activity, and only used as part of another schema.
Fields§
§open_generation_ai_studio: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>Optional. Open in Generation AI Studio.
deploy_gke: Option<GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke>Optional. Deploy PublisherModel to Google Kubernetes Engine.
create_application: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>Optional. Create application using the PublisherModel.
open_genie: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>Optional. Open Genie / Playground.
open_fine_tuning_pipelines: Option<GoogleCloudAiplatformV1PublisherModelCallToActionOpenFineTuningPipelines>Optional. Open fine-tuning pipelines of the PublisherModel.
open_fine_tuning_pipeline: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>Optional. Open fine-tuning pipeline of the PublisherModel.
open_notebook: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>Optional. Open notebook of the PublisherModel.
open_notebooks: Option<GoogleCloudAiplatformV1PublisherModelCallToActionOpenNotebooks>Optional. Open notebooks of the PublisherModel.
open_prompt_tuning_pipeline: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>Optional. Open prompt-tuning pipeline of the PublisherModel.
open_evaluation_pipeline: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>Optional. Open evaluation pipeline of the PublisherModel.
request_access: Option<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences>Optional. Request for access.
deploy: Option<GoogleCloudAiplatformV1PublisherModelCallToActionDeploy>Optional. Deploy the PublisherModel to Vertex Endpoint.
view_rest_api: Option<GoogleCloudAiplatformV1PublisherModelCallToActionViewRestApi>Optional. To view Rest API docs.
Trait Implementations§
Source§impl Clone for GoogleCloudAiplatformV1PublisherModelCallToAction
impl Clone for GoogleCloudAiplatformV1PublisherModelCallToAction
Source§fn clone(&self) -> GoogleCloudAiplatformV1PublisherModelCallToAction
fn clone(&self) -> GoogleCloudAiplatformV1PublisherModelCallToAction
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for GoogleCloudAiplatformV1PublisherModelCallToAction
impl Default for GoogleCloudAiplatformV1PublisherModelCallToAction
Source§fn default() -> GoogleCloudAiplatformV1PublisherModelCallToAction
fn default() -> GoogleCloudAiplatformV1PublisherModelCallToAction
Source§impl<'de> Deserialize<'de> for GoogleCloudAiplatformV1PublisherModelCallToAction
impl<'de> Deserialize<'de> for GoogleCloudAiplatformV1PublisherModelCallToAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Part for GoogleCloudAiplatformV1PublisherModelCallToAction
Auto Trait Implementations§
impl Freeze for GoogleCloudAiplatformV1PublisherModelCallToAction
impl RefUnwindSafe for GoogleCloudAiplatformV1PublisherModelCallToAction
impl Send for GoogleCloudAiplatformV1PublisherModelCallToAction
impl Sync for GoogleCloudAiplatformV1PublisherModelCallToAction
impl Unpin for GoogleCloudAiplatformV1PublisherModelCallToAction
impl UnwindSafe for GoogleCloudAiplatformV1PublisherModelCallToAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more