View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchDataItemsResponse (google_api_ai_platform v0.18.1)
Response message for DatasetService.SearchDataItems.
Attributes
-
dataItemViews(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DataItemView.t), default:nil) - The DataItemViews read. -
nextPageToken(type:String.t, default:nil) - A token to retrieve next page of results. Pass to SearchDataItemsRequest.page_token to obtain that page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchDataItemsResponse{ dataItemViews: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DataItemView.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.