jar

com.hexascribe : vertexai-kt-jvm

Maven & Gradle

Jun 30, 2023
26 stars

VertexAI-KT · A Kotlin multiplatform library that simplifies integration with Google Cloud's Vertex AI PaLM API for generative model creation and training.

Table Of Contents

Latest Version

Download com.hexascribe : vertexai-kt-jvm JAR file - Latest Versions:

All Versions

Download com.hexascribe : vertexai-kt-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window vertexai-kt-jvm-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hexascribe.vertexai.data.dto.response

├─ com.hexascribe.vertexai.data.dto.response.PredictionDto.class - [JAR]

├─ com.hexascribe.vertexai.data.dto.response.PredictionsDto.class - [JAR]

├─ com.hexascribe.vertexai.data.dto.response.SafetyAttributesDto.class - [JAR]

com.hexascribe.vertexai.di.module

├─ com.hexascribe.vertexai.di.module.LibraryModule.class - [JAR]

com.hexascribe.vertexai.network.infrastructure

├─ com.hexascribe.vertexai.network.infrastructure.ApiExecutor.class - [JAR]

├─ com.hexascribe.vertexai.network.infrastructure.ApiResult.class - [JAR]

com.hexascribe.vertexai.features.impl

├─ com.hexascribe.vertexai.features.impl.TextRequestImpl.class - [JAR]

com.hexascribe.vertexai.initializer

├─ com.hexascribe.vertexai.initializer.BuilderParams.class - [JAR]

├─ com.hexascribe.vertexai.initializer.VertexImpl.class - [JAR]

com.hexascribe.vertexai.data.api

├─ com.hexascribe.vertexai.data.api.VertexApi.class - [JAR]

com.hexascribe.vertexai.di.provider

├─ com.hexascribe.vertexai.di.provider.HttpClientProvider.class - [JAR]

├─ com.hexascribe.vertexai.di.provider.HttpEngineProvider.class - [JAR]

com.hexascribe.vertexai.network.exception

├─ com.hexascribe.vertexai.network.exception.VertexException.class - [JAR]

com.hexascribe.vertexai.domain

├─ com.hexascribe.vertexai.domain.TextMapperKt.class - [JAR]

├─ com.hexascribe.vertexai.domain.TextParameters.class - [JAR]

├─ com.hexascribe.vertexai.domain.VertexResult.class - [JAR]

com.hexascribe.vertexai.data.dto.request

├─ com.hexascribe.vertexai.data.dto.request.DataDto.class - [JAR]

├─ com.hexascribe.vertexai.data.dto.request.InstanceDto.class - [JAR]

├─ com.hexascribe.vertexai.data.dto.request.ParametersDto.class - [JAR]

com.hexascribe.vertexai.data.repository

├─ com.hexascribe.vertexai.data.repository.VertexRepository.class - [JAR]

com.hexascribe.vertexai.features

├─ com.hexascribe.vertexai.features.TextRequest.class - [JAR]

com.hexascribe.vertexai.network.extensions

├─ com.hexascribe.vertexai.network.extensions.ApiResultExtensionsKt.class - [JAR]

com.hexascribe.vertexai

├─ com.hexascribe.vertexai.VertexAI.class - [JAR]