Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CorroborateContentRequest (v0.59.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CorroborateContentRequest.

Request message for CorroborateContent.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#content

def content() -> ::Google::Cloud::AIPlatform::V1::Content
Returns

#content=

def content=(value) -> ::Google::Cloud::AIPlatform::V1::Content
Parameter
Returns

#facts

def facts() -> ::Array<::Google::Cloud::AIPlatform::V1::Fact>
Returns

#facts=

def facts=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::Fact>
Parameter
Returns

#parameters

def parameters() -> ::Google::Cloud::AIPlatform::V1::CorroborateContentRequest::Parameters
Returns

#parameters=

def parameters=(value) -> ::Google::Cloud::AIPlatform::V1::CorroborateContentRequest::Parameters
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Location from which to corroborate text. The users must have permission to make a call in the project. Format: projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Location from which to corroborate text. The users must have permission to make a call in the project. Format: projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The resource name of the Location from which to corroborate text. The users must have permission to make a call in the project. Format: projects/{project}/locations/{location}.