Method: projects.locations.indexEndpoints.list

프로젝트의 모든 IndexEndpoint를 나열합니다.

HTTP 요청

GET https://visionai.googleapis.com/v1/{parent=projects/*/locations/*}/indexEndpoints

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

매개변수
parent

string

필수 항목. 형식: projects/{project}/locations/{location}

쿼리 매개변수

매개변수
pageSize

integer

(선택사항) 요청한 페이지 크기입니다. 서버에서 요청한 것보다 적은 항목을 반환할 수 있습니다. 서비스가 이 값보다 더 적게 반환할 수 있습니다. 지정하지 않으면 페이지 크기 50이 사용됩니다. 최댓값은 1,000이며, 1,000을 초과하는 값은 1,000으로 변환됩니다.

pageToken

string

선택사항입니다. 서버에서 반환할 결과 페이지를 식별하는 토큰입니다.

filter

string

선택사항입니다. 반환된 목록에 적용된 필터입니다. deployedImageIndex.image_index 필드에 대한 필터링만 지원됩니다. 하지만 이미지 색인 대신 자료집으로 필터링하려면 deployedImageIndex.corpus를 사용하면 됩니다. 그러면 지정된 자료집 내에 deployedImageIndex.image_index가 있는 모든 엔드포인트가 반환됩니다. 이미지 색인의 기본 필터는 다음과 같습니다. deployedImageIndex.image_index = "projects/123/locations/us-central1/corpora/my_corpus/imageIndexes/my_image_index" 자료의 기본 필터는 다음과 같습니다. deployedImageIndex.corpus = "projects/123/locations/us-central1/corpora/my_corpus"

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

indexEndpoints.list의 응답 메시지입니다.

성공한 경우 응답 본문은 다음과 같은 구조의 데이터를 포함합니다.

JSON 표현
{
  "indexEndpoints": [
    {
      object (IndexEndpoint)
    }
  ],
  "nextPageToken": string
}
필드
indexEndpoints[]

object (IndexEndpoint)

IndexEndpoint 목록입니다.

nextPageToken

string

서버에서 반환할 결과 페이지를 식별하는 토큰입니다.

승인 범위

다음 OAuth 범위가 필요합니다.

  • https://www.googleapis.com/auth/cloud-platform

자세한 내용은 인증 개요를 참조하세요.

IAM 권한

parent 리소스에 대해서는 다음 IAM 권한이 필요합니다.

  • visionai.indexEndpoints.list

자세한 내용은 IAM 문서를 참조하세요.