Uses of Class
com.langfuse.client.resources.projects.requests.CreateProjectRequest
Packages that use CreateProjectRequest
Package
Description
-
Uses of CreateProjectRequest in com.langfuse.client.resources.projects
Methods in com.langfuse.client.resources.projects with parameters of type CreateProjectRequestModifier and TypeMethodDescriptionAsyncProjectsClient.create(CreateProjectRequest request) Create a new project (requires organization-scoped API key)AsyncProjectsClient.create(CreateProjectRequest request, RequestOptions requestOptions) Create a new project (requires organization-scoped API key)AsyncRawProjectsClient.create(CreateProjectRequest request) Create a new project (requires organization-scoped API key)AsyncRawProjectsClient.create(CreateProjectRequest request, RequestOptions requestOptions) Create a new project (requires organization-scoped API key)ProjectsClient.create(CreateProjectRequest request) Create a new project (requires organization-scoped API key)ProjectsClient.create(CreateProjectRequest request, RequestOptions requestOptions) Create a new project (requires organization-scoped API key)RawProjectsClient.create(CreateProjectRequest request) Create a new project (requires organization-scoped API key)RawProjectsClient.create(CreateProjectRequest request, RequestOptions requestOptions) Create a new project (requires organization-scoped API key) -
Uses of CreateProjectRequest in com.langfuse.client.resources.projects.requests
Methods in com.langfuse.client.resources.projects.requests that return CreateProjectRequestModifier and TypeMethodDescriptionCreateProjectRequest._FinalStage.build()CreateProjectRequest.Builder.build()Methods in com.langfuse.client.resources.projects.requests with parameters of type CreateProjectRequestModifier and TypeMethodDescriptionCreateProjectRequest.Builder.from(CreateProjectRequest other) CreateProjectRequest.NameStage.from(CreateProjectRequest other)