Vertex AI v1beta1 API - Enum RagMetadataSchemaDetails.Types.DataType (1.0.0-beta74)

public enum RagMetadataSchemaDetails.Types.DataType

Reference documentation and code samples for the Vertex AI v1beta1 API enum RagMetadataSchemaDetails.Types.DataType.

Data type of the metadata.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Fields

Name Description
Boolean

Boolean type.

Datetime

Supported formats: %Y-%m-%dT%H:%M:%ES%Ez (absl::RFC3339_full) %Y-%m-%dT%H:%M:%ES %Y-%m-%dT%H:%M%Ez %Y-%m-%dT%H:%M %Y-%m-%dT%H%Ez %Y-%m-%dT%H %Y-%m-%d%Ez %Y-%m-%d %Y-%m %Y

Float

Float type.

Integer

Integer type.

List

List type.

  • Each element in the list must be of the exact same data schema; otherwise, they are invalid arguments.
  • Elements cannot be another list (no list of list).
String

String type.

Unspecified

Unspecified type.