Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for responding to Project Key values in the REST API #264

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

harimkang
Copy link
Contributor

@harimkang harimkang commented Jul 26, 2023

Modify to support new project REST API (Geti-1.8.0-on_prem) keys
Related Issue: https://jira.devtools.intel.com/browse/CVS-116394

# Refer to web_ui/src/core/projects/dtos/project.interfaces.ts
export interface ProjectDTO extends ProjectCommon {
    creation_time: string;
    id: string;
    name: string;
    datasets: DatasetDTO[];
    pipeline: {
        connections: ConnectionDTO[];
        tasks: TaskDTO[];
    };
    performance: PerformanceDTO;
    thumbnail: string;
    storage_info?: { size: number } | Record<string, never>;  # New added in Geti-1.8.0
}

Modify to support new project REST API keys
@harimkang
Copy link
Contributor Author

If I'm correct, Geti-1.8 is related to geti-sdk-1.8.
However, this does not appear to be reflected in pypi and geti yet.
Could you please confirm that the target of this PR is the main branch?

@atwinand atwinand merged commit b8e5574 into openvinotoolkit:main Jul 27, 2023
@harimkang harimkang deleted the patch-1 branch July 31, 2023 01:15
atwinand added a commit that referenced this pull request Jul 31, 2023
Fix for responding to Project Key values in the REST API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants