View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListIndexEndpointsResponse (google_api_ai_platform v0.18.1)
Response message for IndexEndpointService.ListIndexEndpoints.
Attributes
-
indexEndpoints(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexEndpoint.t), default:nil) - List of IndexEndpoints in the requested page. -
nextPageToken(type:String.t, default:nil) - A token to retrieve next page of results. Pass to ListIndexEndpointsRequest.page_token to obtain that page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListIndexEndpointsResponse{ indexEndpoints: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexEndpoint.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.