Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ListEntityTypesResponse (v0.7.0)

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

Response message for FeaturestoreService.ListEntityTypes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_types

def entity_types() -> ::Array<::Google::Cloud::AIPlatform::V1::EntityType>
Returns

#entity_types=

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

#next_page_token

def next_page_token() -> ::String
Returns

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token, which can be sent as ListEntityTypesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns