Skip to main content

SupSolutionTemplate

No description

type SupSolutionTemplate {
aiModelIds: [String!]
applicationIds: [String!]!
bestPreviewImage: SupImage
compatibleEvalKits: [SupSolutionTemplateCompatibleEvalKit!]!
createdAt: DateTime!
description: String
esdSource: SupSolutionTemplateESDSource!
evalKitIds: [ID!]! @deprecated
evalKits(
id: ID
): [SupEvalKit!]! @deprecated
id: ID!
parameters: [SupSolutionTemplateParameterBundle!]!
previewImages: [SupImage!]
publisherId: String!
softwareProjectIds: [ID!]!
softwareProjects: [SupSoftwareProject!]!
solutionSourceUrl: String
stableName: String!
status: SupSolutionTemplateStatus!
title: String!
updatedAt: DateTime!
updatedById: String
updatedByName: String
}

Fields

SupSolutionTemplate.aiModelIds ● [String!] list scalar

The list of AI model identifiers associated with the solution template.

SupSolutionTemplate.applicationIds ● [String!]! non-null scalar

The list of application identifiers associated with the solution template.

SupSolutionTemplate.bestPreviewImage ● SupImage object

The list of solution template images.

SupSolutionTemplate.compatibleEvalKits ● [SupSolutionTemplateCompatibleEvalKit!]! non-null object

The list of evaluation kit parameter bundles associated with the solution template.

SupSolutionTemplate.createdAt ● DateTime! non-null scalar

The creation date.

SupSolutionTemplate.description ● String scalar

The detailed description.

SupSolutionTemplate.esdSource ● SupSolutionTemplateESDSource! non-null object

The esd source.

SupSolutionTemplate.evalKitIds ● [ID!]! deprecated non-null scalar

DEPRECATED

Use 'compatibleEvalKits' instead

The list of part identifiers associated with the solution template.

SupSolutionTemplate.evalKits ● [SupEvalKit!]! deprecated non-null object

DEPRECATED

Use 'compatibleEvalKits' instead

The list of evaluation kits associated with the solution template.

SupSolutionTemplate.evalKits.id ● ID scalar

SupSolutionTemplate.id ● ID! non-null scalar

The solution template identifier.

SupSolutionTemplate.parameters ● [SupSolutionTemplateParameterBundle!]! non-null object

The list of parameter bundles associated with the solution template.

SupSolutionTemplate.previewImages ● [SupImage!] list object

The list of solution template images.

SupSolutionTemplate.publisherId ● String! non-null scalar

The publisher identifier.

SupSolutionTemplate.softwareProjectIds ● [ID!]! non-null scalar

The list of software projects identifiers associated with the solution template.

SupSolutionTemplate.softwareProjects ● [SupSoftwareProject!]! non-null object

The list of software projects associated with the solution template.

SupSolutionTemplate.solutionSourceUrl ● String scalar

The solution source url.

SupSolutionTemplate.stableName ● String! non-null scalar

The solution template stable name identifier.

SupSolutionTemplate.status ● SupSolutionTemplateStatus! non-null enum

The solution template status.

SupSolutionTemplate.title ● String! non-null scalar

The solution template title.

SupSolutionTemplate.updatedAt ● DateTime! non-null scalar

The last updated date.

SupSolutionTemplate.updatedById ● String scalar

The user id who last updated the solution template.

SupSolutionTemplate.updatedByName ● String scalar

The user name who last updated the solution template.