pub struct GoogleCloudAiplatformV1beta1PublisherModelCallToAction {Show 13 fields
pub open_fine_tuning_pipelines: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines>,
pub open_notebook: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>,
pub open_generation_ai_studio: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>,
pub open_fine_tuning_pipeline: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>,
pub view_rest_api: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi>,
pub deploy: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy>,
pub open_notebooks: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks>,
pub request_access: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>,
pub open_evaluation_pipeline: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>,
pub deploy_gke: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke>,
pub open_genie: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>,
pub open_prompt_tuning_pipeline: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>,
pub create_application: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>,
}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_fine_tuning_pipelines: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines>Optional. Open fine-tuning pipelines of the PublisherModel.
open_notebook: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>Optional. Open notebook of the PublisherModel.
open_generation_ai_studio: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>Optional. Open in Generation AI Studio.
open_fine_tuning_pipeline: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>Optional. Open fine-tuning pipeline of the PublisherModel.
view_rest_api: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi>Optional. To view Rest API docs.
deploy: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy>Optional. Deploy the PublisherModel to Vertex Endpoint.
open_notebooks: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks>Optional. Open notebooks of the PublisherModel.
request_access: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>Optional. Request for access.
open_evaluation_pipeline: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>Optional. Open evaluation pipeline of the PublisherModel.
deploy_gke: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke>Optional. Deploy PublisherModel to Google Kubernetes Engine.
open_genie: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>Optional. Open Genie / Playground.
open_prompt_tuning_pipeline: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>Optional. Open prompt-tuning pipeline of the PublisherModel.
create_application: Option<GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences>Optional. Create application using the PublisherModel.
Trait Implementations§
Source§impl Clone for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
impl Clone for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
Source§fn clone(&self) -> GoogleCloudAiplatformV1beta1PublisherModelCallToAction
fn clone(&self) -> GoogleCloudAiplatformV1beta1PublisherModelCallToAction
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
impl Default for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
Source§fn default() -> GoogleCloudAiplatformV1beta1PublisherModelCallToAction
fn default() -> GoogleCloudAiplatformV1beta1PublisherModelCallToAction
Source§impl<'de> Deserialize<'de> for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
impl<'de> Deserialize<'de> for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
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 GoogleCloudAiplatformV1beta1PublisherModelCallToAction
Auto Trait Implementations§
impl Freeze for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
impl RefUnwindSafe for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
impl Send for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
impl Sync for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
impl Unpin for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
impl UnwindSafe for GoogleCloudAiplatformV1beta1PublisherModelCallToAction
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