Plataforma (platform)

2.0info: 1.4.1 ML Datalake Service description: ML Datalake Service x-senior-domain: Plataforma x-senior-domain-path: platform x-senior-service-path: ml_datalake_service contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: api.senior.com.br /platform/ml_datalake_service/securityDefinitions: bearerAuth: type: apiKey in: header name: Authorization – application/json – application/jsonparameters: clientId: name: client_id type: string in: header required: true description: Identificação da aplicação cadastrada no portal do desenvolvedor (api.xplatform.com.br)paths: /jobClassification: post: description: Classificação de cargos HCM ### Resources: – res://senior.com.br/platform/ml_datalake_service/hcm-job-title-classification x-senior-event: false deprecated: false tags: – Endpoints security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: type: object required: – jobTitleDescription properties: jobTitleDescription: type: string description: Título do cargo responses: 200: description: Ok schema: type: object required: – jobTitleDescription – modelResponse properties: jobTitleDescription: type: string description: Título do cargo modelResponse: type: string description: Retorno do modelo 403: description: Usuário sem permissão 400: description: Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente default: description: Error response schema: #/definitions/genericError /squareMeterValuePrediction: post: description: Predição de valor por metro quadrado ### Resources: – res://senior.com.br/platform/ml_datalake_service/mega-price-prediction x-senior-event: false deprecated: false tags: – Endpoints security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: type: object required: – realEstateType – realEstateNature – state – city – district properties: realEstateType: type: string description: Tipo do empreendimento realEstateNature: type: string description: Natureza do empreendimento state: type: string description: Estado city: type: string description: Cidade district: type: string description: Bairro responses: 200: description: Ok schema: type: object required: – realEstateType – realEstateNature – state – city – district – modelResponse properties: realEstateType: type: string description: Tipo do empreendimento realEstateNature: type: string description: Natureza do empreendimento state: type: string description: Estado city: type: string description: Cidade district: type: string description: Bairro modelResponse: type: string description: Retorno do modelo 403: description: Usuário sem permissão 400: description: Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente default: description: Error response schema: #/definitions/genericErrordefinitions: genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE