Shopping Intent 조회
- 인쇄
- PDF
Shopping Intent 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
Classic/VPC 환경에서 이용 가능합니다.
생성한 Shopping Intent의 Profile 상세 정보를 조회합니다.
생성 요청한 Profile의 진행 상태, Profile 생성 시 사용한 Task Model을 확인할 수 있습니다.
요청
요청 형식을 설명합니다. 요청 형식은 다음과 같습니다.
메서드 | URI |
---|---|
GET | /api/v1/profile/shopping-intents/{profile_id} |
요청 헤더
NCLUE API에서 공통으로 사용하는 헤더 정보는 NCLUE 공통 헤더를 참조해 주십시오.
요청 경로 파라미터
요청 경로 파라미터에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
profile_id | String | Required | Profile 아이디
|
요청 예시
요청 예시는 다음과 같습니다.
curl --location --request GET 'https://nclue.apigw.ntruss.com/api/v1/profile/shopping-intents/{profile_id}' \
--header 'X-NCP-APIGW-TIMESTAMP: {Timestamp}' \
--header 'X-NCP-IAM-ACCESS-KEY: {Access Key}' \
--header 'X-NCP-APIGW-SIGNATURE-V2: {API Gateway Signature}'
응답
응답 형식을 설명합니다.
응답 바디
응답 바디에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
profile_id | String | - | Profile ID |
profile_name | String | - | 사용자가 입력한 Shopping Intent의 Profile 이름 |
task_id | String | - | Profile 결과를 확인하려는 Task ID로, Shopping Intent 생성시 입력 |
task_name | String | - | Profile 결과를 확인하려는 Task 이름 |
status | String | - | 생성 유형
|
created_at | String | - | Shopping Intent 생성 요청 날짜 (ISO 8601 형식) |
completed_at | String | - | Shopping Intent 생성 작업 완료 날짜 (ISO 8601 형식) |
line_count | Integer | - | Shopping Intent 생성에 사용한 Task에 연동된 Feature의 라인수 |
disk_usage | Integer | - | 생성된 Profile의 용량 (Byte) |
fail_message | String | - | 생성 실패 시 메시지. NCLUE 문제 해결 참조 |
응답 예시
응답 예시는 다음과 같습니다.
성공
호출이 성공한 경우의 응답 예시는 다음과 같습니다.
{
"profile_id":"bce6d560-99ce-4a26-809d-03f750371d52",
"profile_name":"펫푸드 사용자 프로파일링",
"task_id":"b5e742f1-0558-465a-8485-3b7808b0e125",
"task_name":"펫푸드 구매관심 예측모델",
"status":"completed",
"created_at":"2024-11-04T11:02:34",
"completed_at":"2024-11-04T11:09:03",
"line_count": 1209478,
"disk_usage": 22060,
"fail_message":null
}
실패
호출이 실패한 경우의 응답 예시는 응답 상태 코드를 참고해 주십시오.
이 문서가 도움이 되었습니까?