View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListEntityTypesResponse (google_api_ai_platform v0.17.0)
Response message for FeaturestoreService.ListEntityTypes.
Attributes
-
entityTypes(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EntityType.t), default:nil) - The EntityTypes matching the request. -
nextPageToken(type:String.t, default:nil) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListEntityTypesResponse{ entityTypes: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EntityType.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.