Type Alias UpdateAiStackRequest
UpdateAiStackRequest: {
cloud_attributes: string[] | null;
cloud_provider: string | null;
dependencies: string[] | null;
framework: string | null;
image: string | null;
name: string | null;
observability: string | null;
patterns: string[] | null;
programming_language: string | null;
test_framework: string | null;
use_case: string | null;
}
Type declaration
cloud_attributes: string[] | null
cloud_provider: string | null
dependencies: string[] | null
framework: string | null
image: string | null
name: string | null
observability: string | null
patterns: string[] | null
programming_language: string | null
test_framework: string | null
use_case: string | null