ListManagementTermListsOperations 클래스

ListManagementTermListsOperations 작업.

상속
builtins.object
ListManagementTermListsOperations

생성자

ListManagementTermListsOperations(client, config, serializer, deserializer)

매개 변수

Name Description
client
필수

서비스 요청에 대한 클라이언트입니다.

config
필수

서비스 클라이언트의 구성입니다.

serializer
필수

개체 모델 직렬 변환기입니다.

deserializer
필수

개체 모델 역직렬 변환기입니다.

메서드

create

용어 목록을 만듭니다.

delete

목록 ID가 전달된 목록 ID와 동일한 용어 목록을 삭제합니다.

get_all_term_lists

는 모든 용어 목록을 가져옵니다.

get_details

목록 ID가 전달된 목록 ID와 같은 용어 목록의 목록 ID 세부 정보를 반환합니다.

refresh_index_method

목록 ID가 전달된 목록 ID와 같은 목록의 인덱스를 새로 고칩니다.

update

용어 목록을 업데이트.

create

용어 목록을 만듭니다.

create(content_type, body, custom_headers=None, raw=False, **operation_config)

매개 변수

Name Description
content_type
필수
str

콘텐츠 유형입니다.

body
필수

본문의 스키마입니다.

custom_headers

요청에 추가될 헤더

기본값: None
raw

는 역직렬화된 응답과 함께 직접 응답을 반환합니다.

기본값: False
operation_config
필수

작업 구성 재정의.

반환

형식 Description
<xref:msrest.pipeline.ClientRawResponse>

TermList 또는 ClientRawResponse if raw=true

예외

형식 Description

delete

목록 ID가 전달된 목록 ID와 동일한 용어 목록을 삭제합니다.

delete(list_id, custom_headers=None, raw=False, **operation_config)

매개 변수

Name Description
list_id
필수
str

이미지 목록의 목록 ID입니다.

custom_headers

요청에 추가될 헤더

기본값: None
raw

는 역직렬화된 응답과 함께 직접 응답을 반환합니다.

기본값: False
operation_config
필수

작업 구성 재정의.

반환

형식 Description
str,
<xref:msrest.pipeline.ClientRawResponse>

str 또는 ClientRawResponse if raw=true

예외

형식 Description

get_all_term_lists

는 모든 용어 목록을 가져옵니다.

get_all_term_lists(custom_headers=None, raw=False, **operation_config)

매개 변수

Name Description
custom_headers

요청에 추가될 헤더

기본값: None
raw

는 역직렬화된 응답과 함께 직접 응답을 반환합니다.

기본값: False
operation_config
필수

작업 구성 재정의.

반환

형식 Description
<xref:msrest.pipeline.ClientRawResponse>

list 또는 ClientRawResponse if raw=true

예외

형식 Description

get_details

목록 ID가 전달된 목록 ID와 같은 용어 목록의 목록 ID 세부 정보를 반환합니다.

get_details(list_id, custom_headers=None, raw=False, **operation_config)

매개 변수

Name Description
list_id
필수
str

이미지 목록의 목록 ID입니다.

custom_headers

요청에 추가될 헤더

기본값: None
raw

는 역직렬화된 응답과 함께 직접 응답을 반환합니다.

기본값: False
operation_config
필수

작업 구성 재정의.

반환

형식 Description
<xref:msrest.pipeline.ClientRawResponse>

TermList 또는 ClientRawResponse if raw=true

예외

형식 Description

refresh_index_method

목록 ID가 전달된 목록 ID와 같은 목록의 인덱스를 새로 고칩니다.

refresh_index_method(list_id, language, custom_headers=None, raw=False, **operation_config)

매개 변수

Name Description
list_id
필수
str

이미지 목록의 목록 ID입니다.

language
필수
str

용어의 언어입니다.

custom_headers

요청에 추가될 헤더

기본값: None
raw

는 역직렬화된 응답과 함께 직접 응답을 반환합니다.

기본값: False
operation_config
필수

작업 구성 재정의.

반환

형식 Description
<xref:msrest.pipeline.ClientRawResponse>

RefreshIndex 또는 ClientRawResponse if raw=true

예외

형식 Description

update

용어 목록을 업데이트.

update(list_id, content_type, body, custom_headers=None, raw=False, **operation_config)

매개 변수

Name Description
list_id
필수
str

이미지 목록의 목록 ID입니다.

content_type
필수
str

콘텐츠 유형입니다.

body
필수

본문의 스키마입니다.

custom_headers

요청에 추가될 헤더

기본값: None
raw

는 역직렬화된 응답과 함께 직접 응답을 반환합니다.

기본값: False
operation_config
필수

작업 구성 재정의.

반환

형식 Description
<xref:msrest.pipeline.ClientRawResponse>

TermList 또는 ClientRawResponse if raw=true

예외

형식 Description

특성

models

models = <module 'azure.cognitiveservices.vision.contentmoderator.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\cognitiveservices\\vision\\contentmoderator\\models\\__init__.py'>