For the complete documentation index, see llms.txt. This page is also available as Markdown.

cloudTrainingDataInfo

Structured identity of training data.

Examples

type CloudTrainingDataInfo {
  dataType: String
  location: String
  locationType: String
  locationPath: String
  storageType: String
}

Fields

Field
Description
Supported fields

dataType String

Role the data plays in the model lifecycle.

location String

Name of the asset that stores the data.

locationType String

Storage or service type that holds the data.

locationPath String

Fully qualified address of the data. Empty when unavailable.

storageType String

Normalized storage backend.

References

Fields with this object:

Last updated