core

package
v0.2.0-b7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2025 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Granularity_name = map[int32]string{
		0: "UNSET",
		1: "MINUTE",
		2: "HOUR",
		3: "DAY",
		4: "MONTH",
	}
	Granularity_value = map[string]int32{
		"UNSET":  0,
		"MINUTE": 1,
		"HOUR":   2,
		"DAY":    3,
		"MONTH":  4,
	}
)

Enum value maps for Granularity.

View Source
var (
	Operator_name = map[int32]string{
		0: "MINUS",
		1: "PLUS",
	}
	Operator_value = map[string]int32{
		"MINUS": 0,
		"PLUS":  1,
	}
)

Enum value maps for Operator.

View Source
var (
	CatalogCacheStatus_name = map[int32]string{
		0: "CACHE_DISABLED",
		1: "CACHE_MISS",
		2: "CACHE_HIT",
		3: "CACHE_POPULATED",
		4: "CACHE_LOOKUP_FAILURE",
		5: "CACHE_PUT_FAILURE",
		6: "CACHE_SKIPPED",
		7: "CACHE_EVICTED",
	}
	CatalogCacheStatus_value = map[string]int32{
		"CACHE_DISABLED":       0,
		"CACHE_MISS":           1,
		"CACHE_HIT":            2,
		"CACHE_POPULATED":      3,
		"CACHE_LOOKUP_FAILURE": 4,
		"CACHE_PUT_FAILURE":    5,
		"CACHE_SKIPPED":        6,
		"CACHE_EVICTED":        7,
	}
)

Enum value maps for CatalogCacheStatus.

View Source
var (
	CatalogReservation_Status_name = map[int32]string{
		0: "RESERVATION_DISABLED",
		1: "RESERVATION_ACQUIRED",
		2: "RESERVATION_EXISTS",
		3: "RESERVATION_RELEASED",
		4: "RESERVATION_FAILURE",
	}
	CatalogReservation_Status_value = map[string]int32{
		"RESERVATION_DISABLED": 0,
		"RESERVATION_ACQUIRED": 1,
		"RESERVATION_EXISTS":   2,
		"RESERVATION_RELEASED": 3,
		"RESERVATION_FAILURE":  4,
	}
)

Enum value maps for CatalogReservation_Status.

View Source
var (
	WorkflowExecution_Phase_name = map[int32]string{
		0: "UNDEFINED",
		1: "QUEUED",
		2: "RUNNING",
		3: "SUCCEEDING",
		4: "SUCCEEDED",
		5: "FAILING",
		6: "FAILED",
		7: "ABORTED",
		8: "TIMED_OUT",
		9: "ABORTING",
	}
	WorkflowExecution_Phase_value = map[string]int32{
		"UNDEFINED":  0,
		"QUEUED":     1,
		"RUNNING":    2,
		"SUCCEEDING": 3,
		"SUCCEEDED":  4,
		"FAILING":    5,
		"FAILED":     6,
		"ABORTED":    7,
		"TIMED_OUT":  8,
		"ABORTING":   9,
	}
)

Enum value maps for WorkflowExecution_Phase.

View Source
var (
	NodeExecution_Phase_name = map[int32]string{
		0:  "UNDEFINED",
		1:  "QUEUED",
		2:  "RUNNING",
		3:  "SUCCEEDED",
		4:  "FAILING",
		5:  "FAILED",
		6:  "ABORTED",
		7:  "SKIPPED",
		8:  "TIMED_OUT",
		9:  "DYNAMIC_RUNNING",
		10: "RECOVERED",
	}
	NodeExecution_Phase_value = map[string]int32{
		"UNDEFINED":       0,
		"QUEUED":          1,
		"RUNNING":         2,
		"SUCCEEDED":       3,
		"FAILING":         4,
		"FAILED":          5,
		"ABORTED":         6,
		"SKIPPED":         7,
		"TIMED_OUT":       8,
		"DYNAMIC_RUNNING": 9,
		"RECOVERED":       10,
	}
)

Enum value maps for NodeExecution_Phase.

View Source
var (
	TaskExecution_Phase_name = map[int32]string{
		0: "UNDEFINED",
		1: "QUEUED",
		2: "RUNNING",
		3: "SUCCEEDED",
		4: "ABORTED",
		5: "FAILED",
		6: "INITIALIZING",
		7: "WAITING_FOR_RESOURCES",
		8: "RETRYABLE_FAILED",
	}
	TaskExecution_Phase_value = map[string]int32{
		"UNDEFINED":             0,
		"QUEUED":                1,
		"RUNNING":               2,
		"SUCCEEDED":             3,
		"ABORTED":               4,
		"FAILED":                5,
		"INITIALIZING":          6,
		"WAITING_FOR_RESOURCES": 7,
		"RETRYABLE_FAILED":      8,
	}
)

Enum value maps for TaskExecution_Phase.

View Source
var (
	ExecutionError_ErrorKind_name = map[int32]string{
		0: "UNKNOWN",
		1: "USER",
		2: "SYSTEM",
	}
	ExecutionError_ErrorKind_value = map[string]int32{
		"UNKNOWN": 0,
		"USER":    1,
		"SYSTEM":  2,
	}
)

Enum value maps for ExecutionError_ErrorKind.

View Source
var (
	TaskLog_MessageFormat_name = map[int32]string{
		0: "UNKNOWN",
		1: "CSV",
		2: "JSON",
	}
	TaskLog_MessageFormat_value = map[string]int32{
		"UNKNOWN": 0,
		"CSV":     1,
		"JSON":    2,
	}
)

Enum value maps for TaskLog_MessageFormat.

View Source
var (
	QualityOfService_Tier_name = map[int32]string{
		0: "UNDEFINED",
		1: "HIGH",
		2: "MEDIUM",
		3: "LOW",
	}
	QualityOfService_Tier_value = map[string]int32{
		"UNDEFINED": 0,
		"HIGH":      1,
		"MEDIUM":    2,
		"LOW":       3,
	}
)

Enum value maps for QualityOfService_Tier.

View Source
var (
	ResourceType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "TASK",
		2: "WORKFLOW",
		3: "LAUNCH_PLAN",
		4: "DATASET",
	}
	ResourceType_value = map[string]int32{
		"UNSPECIFIED": 0,
		"TASK":        1,
		"WORKFLOW":    2,
		"LAUNCH_PLAN": 3,
		"DATASET":     4,
	}
)

Enum value maps for ResourceType.

View Source
var (
	Secret_MountType_name = map[int32]string{
		0: "ANY",
		1: "ENV_VAR",
		2: "FILE",
	}
	Secret_MountType_value = map[string]int32{
		"ANY":     0,
		"ENV_VAR": 1,
		"FILE":    2,
	}
)

Enum value maps for Secret_MountType.

View Source
var (
	OAuth2TokenRequest_Type_name = map[int32]string{
		0: "CLIENT_CREDENTIALS",
	}
	OAuth2TokenRequest_Type_value = map[string]int32{
		"CLIENT_CREDENTIALS": 0,
	}
)

Enum value maps for OAuth2TokenRequest_Type.

View Source
var (
	Resources_ResourceName_name = map[int32]string{
		0: "UNKNOWN",
		1: "CPU",
		2: "GPU",
		3: "MEMORY",
		4: "STORAGE",
		5: "EPHEMERAL_STORAGE",
	}
	Resources_ResourceName_value = map[string]int32{
		"UNKNOWN":           0,
		"CPU":               1,
		"GPU":               2,
		"MEMORY":            3,
		"STORAGE":           4,
		"EPHEMERAL_STORAGE": 5,
	}
)

Enum value maps for Resources_ResourceName.

View Source
var (
	RuntimeMetadata_RuntimeType_name = map[int32]string{
		0: "OTHER",
		1: "FLYTE_SDK",
	}
	RuntimeMetadata_RuntimeType_value = map[string]int32{
		"OTHER":     0,
		"FLYTE_SDK": 1,
	}
)

Enum value maps for RuntimeMetadata_RuntimeType.

View Source
var (
	Container_Architecture_name = map[int32]string{
		0: "UNKNOWN",
		1: "AMD64",
		2: "ARM64",
		3: "ARM_V6",
		4: "ARM_V7",
	}
	Container_Architecture_value = map[string]int32{
		"UNKNOWN": 0,
		"AMD64":   1,
		"ARM64":   2,
		"ARM_V6":  3,
		"ARM_V7":  4,
	}
)

Enum value maps for Container_Architecture.

View Source
var (
	IOStrategy_DownloadMode_name = map[int32]string{
		0: "DOWNLOAD_EAGER",
		1: "DOWNLOAD_STREAM",
		2: "DO_NOT_DOWNLOAD",
	}
	IOStrategy_DownloadMode_value = map[string]int32{
		"DOWNLOAD_EAGER":  0,
		"DOWNLOAD_STREAM": 1,
		"DO_NOT_DOWNLOAD": 2,
	}
)

Enum value maps for IOStrategy_DownloadMode.

View Source
var (
	IOStrategy_UploadMode_name = map[int32]string{
		0: "UPLOAD_ON_EXIT",
		1: "UPLOAD_EAGER",
		2: "DO_NOT_UPLOAD",
	}
	IOStrategy_UploadMode_value = map[string]int32{
		"UPLOAD_ON_EXIT": 0,
		"UPLOAD_EAGER":   1,
		"DO_NOT_UPLOAD":  2,
	}
)

Enum value maps for IOStrategy_UploadMode.

View Source
var (
	DataLoadingConfig_LiteralMapFormat_name = map[int32]string{
		0: "JSON",
		1: "YAML",
		2: "PROTO",
	}
	DataLoadingConfig_LiteralMapFormat_value = map[string]int32{
		"JSON":  0,
		"YAML":  1,
		"PROTO": 2,
	}
)

Enum value maps for DataLoadingConfig_LiteralMapFormat.

View Source
var (
	Sql_Dialect_name = map[int32]string{
		0: "UNDEFINED",
		1: "ANSI",
		2: "HIVE",
		3: "OTHER",
	}
	Sql_Dialect_value = map[string]int32{
		"UNDEFINED": 0,
		"ANSI":      1,
		"HIVE":      2,
		"OTHER":     3,
	}
)

Enum value maps for Sql_Dialect.

View Source
var (
	SimpleType_name = map[int32]string{
		0: "NONE",
		1: "INTEGER",
		2: "FLOAT",
		3: "STRING",
		4: "BOOLEAN",
		5: "DATETIME",
		6: "DURATION",
		7: "BINARY",
		8: "ERROR",
		9: "STRUCT",
	}
	SimpleType_value = map[string]int32{
		"NONE":     0,
		"INTEGER":  1,
		"FLOAT":    2,
		"STRING":   3,
		"BOOLEAN":  4,
		"DATETIME": 5,
		"DURATION": 6,
		"BINARY":   7,
		"ERROR":    8,
		"STRUCT":   9,
	}
)

Enum value maps for SimpleType.

View Source
var (
	SchemaType_SchemaColumn_SchemaColumnType_name = map[int32]string{
		0: "INTEGER",
		1: "FLOAT",
		2: "STRING",
		3: "BOOLEAN",
		4: "DATETIME",
		5: "DURATION",
	}
	SchemaType_SchemaColumn_SchemaColumnType_value = map[string]int32{
		"INTEGER":  0,
		"FLOAT":    1,
		"STRING":   2,
		"BOOLEAN":  3,
		"DATETIME": 4,
		"DURATION": 5,
	}
)

Enum value maps for SchemaType_SchemaColumn_SchemaColumnType.

View Source
var (
	BlobType_BlobDimensionality_name = map[int32]string{
		0: "SINGLE",
		1: "MULTIPART",
	}
	BlobType_BlobDimensionality_value = map[string]int32{
		"SINGLE":    0,
		"MULTIPART": 1,
	}
)

Enum value maps for BlobType_BlobDimensionality.

View Source
var File_core_artifact_id_proto protoreflect.FileDescriptor
View Source
var File_core_catalog_proto protoreflect.FileDescriptor
View Source
var File_core_execution_proto protoreflect.FileDescriptor
View Source
var File_core_identifier_proto protoreflect.FileDescriptor
View Source
var File_core_interface_proto protoreflect.FileDescriptor
View Source
var File_core_literals_proto protoreflect.FileDescriptor
View Source
var File_core_security_proto protoreflect.FileDescriptor
View Source
var File_core_tasks_proto protoreflect.FileDescriptor
View Source
var File_core_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ArtifactBindingData

type ArtifactBindingData struct {

	// These two fields are only relevant in the partition value case
	//
	// Types that are assignable to PartitionData:
	//
	//	*ArtifactBindingData_PartitionKey
	//	*ArtifactBindingData_BindToTimePartition
	PartitionData isArtifactBindingData_PartitionData `protobuf_oneof:"partition_data"`
	// This is only relevant in the time partition case
	TimeTransform *TimeTransform `protobuf:"bytes,7,opt,name=time_transform,json=timeTransform,proto3" json:"time_transform,omitempty"`
	// contains filtered or unexported fields
}

Only valid for triggers

func (*ArtifactBindingData) Descriptor deprecated

func (*ArtifactBindingData) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactBindingData.ProtoReflect.Descriptor instead.

func (*ArtifactBindingData) GetBindToTimePartition

func (x *ArtifactBindingData) GetBindToTimePartition() bool

func (*ArtifactBindingData) GetPartitionData

func (m *ArtifactBindingData) GetPartitionData() isArtifactBindingData_PartitionData

func (*ArtifactBindingData) GetPartitionKey

func (x *ArtifactBindingData) GetPartitionKey() string

func (*ArtifactBindingData) GetTimeTransform

func (x *ArtifactBindingData) GetTimeTransform() *TimeTransform

func (*ArtifactBindingData) ProtoMessage

func (*ArtifactBindingData) ProtoMessage()

func (*ArtifactBindingData) ProtoReflect

func (x *ArtifactBindingData) ProtoReflect() protoreflect.Message

func (*ArtifactBindingData) Reset

func (x *ArtifactBindingData) Reset()

func (*ArtifactBindingData) String

func (x *ArtifactBindingData) String() string

func (*ArtifactBindingData) Validate

func (m *ArtifactBindingData) Validate() error

Validate checks the field values on ArtifactBindingData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ArtifactBindingData) ValidateAll

func (m *ArtifactBindingData) ValidateAll() error

ValidateAll checks the field values on ArtifactBindingData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ArtifactBindingDataMultiError, or nil if none found.

type ArtifactBindingDataMultiError

type ArtifactBindingDataMultiError []error

ArtifactBindingDataMultiError is an error wrapping multiple validation errors returned by ArtifactBindingData.ValidateAll() if the designated constraints aren't met.

func (ArtifactBindingDataMultiError) AllErrors

func (m ArtifactBindingDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArtifactBindingDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ArtifactBindingDataValidationError

type ArtifactBindingDataValidationError struct {
	// contains filtered or unexported fields
}

ArtifactBindingDataValidationError is the validation error returned by ArtifactBindingData.Validate if the designated constraints aren't met.

func (ArtifactBindingDataValidationError) Cause

Cause function returns cause value.

func (ArtifactBindingDataValidationError) Error

Error satisfies the builtin error interface

func (ArtifactBindingDataValidationError) ErrorName

ErrorName returns error name.

func (ArtifactBindingDataValidationError) Field

Field function returns field value.

func (ArtifactBindingDataValidationError) Key

Key function returns key value.

func (ArtifactBindingDataValidationError) Reason

Reason function returns reason value.

type ArtifactBindingData_BindToTimePartition

type ArtifactBindingData_BindToTimePartition struct {
	BindToTimePartition bool `protobuf:"varint,6,opt,name=bind_to_time_partition,json=bindToTimePartition,proto3,oneof"`
}

type ArtifactBindingData_PartitionKey

type ArtifactBindingData_PartitionKey struct {
	PartitionKey string `protobuf:"bytes,5,opt,name=partition_key,json=partitionKey,proto3,oneof"`
}

type ArtifactID

type ArtifactID struct {
	ArtifactKey *ArtifactKey `protobuf:"bytes,1,opt,name=artifact_key,json=artifactKey,proto3" json:"artifact_key,omitempty"`
	Version     string       `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// Think of a partition as a tag on an Artifact, except it's a key-value pair.
	// Different partitions naturally have different versions (execution ids).
	Partitions *Partitions `protobuf:"bytes,3,opt,name=partitions,proto3" json:"partitions,omitempty"`
	// There is no such thing as an empty time partition - if it's not set, then there is no time partition.
	TimePartition *TimePartition `protobuf:"bytes,4,opt,name=time_partition,json=timePartition,proto3" json:"time_partition,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactID) Descriptor deprecated

func (*ArtifactID) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactID.ProtoReflect.Descriptor instead.

func (*ArtifactID) GetArtifactKey

func (x *ArtifactID) GetArtifactKey() *ArtifactKey

func (*ArtifactID) GetPartitions

func (x *ArtifactID) GetPartitions() *Partitions

func (*ArtifactID) GetTimePartition

func (x *ArtifactID) GetTimePartition() *TimePartition

func (*ArtifactID) GetVersion

func (x *ArtifactID) GetVersion() string

func (*ArtifactID) ProtoMessage

func (*ArtifactID) ProtoMessage()

func (*ArtifactID) ProtoReflect

func (x *ArtifactID) ProtoReflect() protoreflect.Message

func (*ArtifactID) Reset

func (x *ArtifactID) Reset()

func (*ArtifactID) String

func (x *ArtifactID) String() string

func (*ArtifactID) Validate

func (m *ArtifactID) Validate() error

Validate checks the field values on ArtifactID with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ArtifactID) ValidateAll

func (m *ArtifactID) ValidateAll() error

ValidateAll checks the field values on ArtifactID with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ArtifactIDMultiError, or nil if none found.

type ArtifactIDMultiError

type ArtifactIDMultiError []error

ArtifactIDMultiError is an error wrapping multiple validation errors returned by ArtifactID.ValidateAll() if the designated constraints aren't met.

func (ArtifactIDMultiError) AllErrors

func (m ArtifactIDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArtifactIDMultiError) Error

func (m ArtifactIDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ArtifactIDValidationError

type ArtifactIDValidationError struct {
	// contains filtered or unexported fields
}

ArtifactIDValidationError is the validation error returned by ArtifactID.Validate if the designated constraints aren't met.

func (ArtifactIDValidationError) Cause

func (e ArtifactIDValidationError) Cause() error

Cause function returns cause value.

func (ArtifactIDValidationError) Error

Error satisfies the builtin error interface

func (ArtifactIDValidationError) ErrorName

func (e ArtifactIDValidationError) ErrorName() string

ErrorName returns error name.

func (ArtifactIDValidationError) Field

Field function returns field value.

func (ArtifactIDValidationError) Key

Key function returns key value.

func (ArtifactIDValidationError) Reason

func (e ArtifactIDValidationError) Reason() string

Reason function returns reason value.

type ArtifactKey

type ArtifactKey struct {

	// Project and domain and suffix needs to be unique across a given artifact store.
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	Domain  string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Name    string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Org     string `protobuf:"bytes,4,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactKey) Descriptor deprecated

func (*ArtifactKey) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactKey.ProtoReflect.Descriptor instead.

func (*ArtifactKey) GetDomain

func (x *ArtifactKey) GetDomain() string

func (*ArtifactKey) GetName

func (x *ArtifactKey) GetName() string

func (*ArtifactKey) GetOrg

func (x *ArtifactKey) GetOrg() string

func (*ArtifactKey) GetProject

func (x *ArtifactKey) GetProject() string

func (*ArtifactKey) ProtoMessage

func (*ArtifactKey) ProtoMessage()

func (*ArtifactKey) ProtoReflect

func (x *ArtifactKey) ProtoReflect() protoreflect.Message

func (*ArtifactKey) Reset

func (x *ArtifactKey) Reset()

func (*ArtifactKey) String

func (x *ArtifactKey) String() string

func (*ArtifactKey) Validate

func (m *ArtifactKey) Validate() error

Validate checks the field values on ArtifactKey with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ArtifactKey) ValidateAll

func (m *ArtifactKey) ValidateAll() error

ValidateAll checks the field values on ArtifactKey with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ArtifactKeyMultiError, or nil if none found.

type ArtifactKeyMultiError

type ArtifactKeyMultiError []error

ArtifactKeyMultiError is an error wrapping multiple validation errors returned by ArtifactKey.ValidateAll() if the designated constraints aren't met.

func (ArtifactKeyMultiError) AllErrors

func (m ArtifactKeyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArtifactKeyMultiError) Error

func (m ArtifactKeyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ArtifactKeyValidationError

type ArtifactKeyValidationError struct {
	// contains filtered or unexported fields
}

ArtifactKeyValidationError is the validation error returned by ArtifactKey.Validate if the designated constraints aren't met.

func (ArtifactKeyValidationError) Cause

Cause function returns cause value.

func (ArtifactKeyValidationError) Error

Error satisfies the builtin error interface

func (ArtifactKeyValidationError) ErrorName

func (e ArtifactKeyValidationError) ErrorName() string

ErrorName returns error name.

func (ArtifactKeyValidationError) Field

Field function returns field value.

func (ArtifactKeyValidationError) Key

Key function returns key value.

func (ArtifactKeyValidationError) Reason

Reason function returns reason value.

type ArtifactQuery

type ArtifactQuery struct {

	// Types that are assignable to Identifier:
	//
	//	*ArtifactQuery_ArtifactId
	//	*ArtifactQuery_ArtifactTag
	//	*ArtifactQuery_Uri
	//	*ArtifactQuery_Binding
	Identifier isArtifactQuery_Identifier `protobuf_oneof:"identifier"`
	// contains filtered or unexported fields
}

Uniqueness constraints for Artifacts

  • project, domain, name, version, partitions

Option 2 (tags are standalone, point to an individual artifact id):

  • project, domain, name, alias (points to one partition if partitioned)
  • project, domain, name, partition key, partition value

func (*ArtifactQuery) Descriptor deprecated

func (*ArtifactQuery) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactQuery.ProtoReflect.Descriptor instead.

func (*ArtifactQuery) GetArtifactId

func (x *ArtifactQuery) GetArtifactId() *ArtifactID

func (*ArtifactQuery) GetArtifactTag

func (x *ArtifactQuery) GetArtifactTag() *ArtifactTag

func (*ArtifactQuery) GetBinding

func (x *ArtifactQuery) GetBinding() *ArtifactBindingData

func (*ArtifactQuery) GetIdentifier

func (m *ArtifactQuery) GetIdentifier() isArtifactQuery_Identifier

func (*ArtifactQuery) GetUri

func (x *ArtifactQuery) GetUri() string

func (*ArtifactQuery) ProtoMessage

func (*ArtifactQuery) ProtoMessage()

func (*ArtifactQuery) ProtoReflect

func (x *ArtifactQuery) ProtoReflect() protoreflect.Message

func (*ArtifactQuery) Reset

func (x *ArtifactQuery) Reset()

func (*ArtifactQuery) String

func (x *ArtifactQuery) String() string

func (*ArtifactQuery) Validate

func (m *ArtifactQuery) Validate() error

Validate checks the field values on ArtifactQuery with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ArtifactQuery) ValidateAll

func (m *ArtifactQuery) ValidateAll() error

ValidateAll checks the field values on ArtifactQuery with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ArtifactQueryMultiError, or nil if none found.

type ArtifactQueryMultiError

type ArtifactQueryMultiError []error

ArtifactQueryMultiError is an error wrapping multiple validation errors returned by ArtifactQuery.ValidateAll() if the designated constraints aren't met.

func (ArtifactQueryMultiError) AllErrors

func (m ArtifactQueryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArtifactQueryMultiError) Error

func (m ArtifactQueryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ArtifactQueryValidationError

type ArtifactQueryValidationError struct {
	// contains filtered or unexported fields
}

ArtifactQueryValidationError is the validation error returned by ArtifactQuery.Validate if the designated constraints aren't met.

func (ArtifactQueryValidationError) Cause

Cause function returns cause value.

func (ArtifactQueryValidationError) Error

Error satisfies the builtin error interface

func (ArtifactQueryValidationError) ErrorName

func (e ArtifactQueryValidationError) ErrorName() string

ErrorName returns error name.

func (ArtifactQueryValidationError) Field

Field function returns field value.

func (ArtifactQueryValidationError) Key

Key function returns key value.

func (ArtifactQueryValidationError) Reason

Reason function returns reason value.

type ArtifactQuery_ArtifactId

type ArtifactQuery_ArtifactId struct {
	ArtifactId *ArtifactID `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3,oneof"`
}

type ArtifactQuery_ArtifactTag

type ArtifactQuery_ArtifactTag struct {
	ArtifactTag *ArtifactTag `protobuf:"bytes,2,opt,name=artifact_tag,json=artifactTag,proto3,oneof"`
}

type ArtifactQuery_Binding

type ArtifactQuery_Binding struct {
	// This is used in the trigger case, where a user specifies a value for an input that is one of the triggering
	// artifacts, or a partition value derived from a triggering artifact.
	Binding *ArtifactBindingData `protobuf:"bytes,4,opt,name=binding,proto3,oneof"`
}

type ArtifactQuery_Uri

type ArtifactQuery_Uri struct {
	Uri string `protobuf:"bytes,3,opt,name=uri,proto3,oneof"`
}

type ArtifactTag

type ArtifactTag struct {
	ArtifactKey *ArtifactKey `protobuf:"bytes,1,opt,name=artifact_key,json=artifactKey,proto3" json:"artifact_key,omitempty"`
	Value       *LabelValue  `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactTag) Descriptor deprecated

func (*ArtifactTag) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactTag.ProtoReflect.Descriptor instead.

func (*ArtifactTag) GetArtifactKey

func (x *ArtifactTag) GetArtifactKey() *ArtifactKey

func (*ArtifactTag) GetValue

func (x *ArtifactTag) GetValue() *LabelValue

func (*ArtifactTag) ProtoMessage

func (*ArtifactTag) ProtoMessage()

func (*ArtifactTag) ProtoReflect

func (x *ArtifactTag) ProtoReflect() protoreflect.Message

func (*ArtifactTag) Reset

func (x *ArtifactTag) Reset()

func (*ArtifactTag) String

func (x *ArtifactTag) String() string

func (*ArtifactTag) Validate

func (m *ArtifactTag) Validate() error

Validate checks the field values on ArtifactTag with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ArtifactTag) ValidateAll

func (m *ArtifactTag) ValidateAll() error

ValidateAll checks the field values on ArtifactTag with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ArtifactTagMultiError, or nil if none found.

type ArtifactTagMultiError

type ArtifactTagMultiError []error

ArtifactTagMultiError is an error wrapping multiple validation errors returned by ArtifactTag.ValidateAll() if the designated constraints aren't met.

func (ArtifactTagMultiError) AllErrors

func (m ArtifactTagMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArtifactTagMultiError) Error

func (m ArtifactTagMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ArtifactTagValidationError

type ArtifactTagValidationError struct {
	// contains filtered or unexported fields
}

ArtifactTagValidationError is the validation error returned by ArtifactTag.Validate if the designated constraints aren't met.

func (ArtifactTagValidationError) Cause

Cause function returns cause value.

func (ArtifactTagValidationError) Error

Error satisfies the builtin error interface

func (ArtifactTagValidationError) ErrorName

func (e ArtifactTagValidationError) ErrorName() string

ErrorName returns error name.

func (ArtifactTagValidationError) Field

Field function returns field value.

func (ArtifactTagValidationError) Key

Key function returns key value.

func (ArtifactTagValidationError) Reason

Reason function returns reason value.

type Binary

type Binary struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Serialized data (MessagePack) for supported types like Dataclass, Pydantic BaseModel, and untyped dict.
	Tag   string `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag,omitempty"`     // The serialization format identifier (e.g., MessagePack). Consumers must define unique tags and validate them before deserialization.
	// contains filtered or unexported fields
}

A simple byte array with a tag to help different parts of the system communicate about what is in the byte array. It's strongly advisable that consumers of this type define a unique tag and validate the tag before parsing the data.

func (*Binary) Descriptor deprecated

func (*Binary) Descriptor() ([]byte, []int)

Deprecated: Use Binary.ProtoReflect.Descriptor instead.

func (*Binary) GetTag

func (x *Binary) GetTag() string

func (*Binary) GetValue

func (x *Binary) GetValue() []byte

func (*Binary) ProtoMessage

func (*Binary) ProtoMessage()

func (*Binary) ProtoReflect

func (x *Binary) ProtoReflect() protoreflect.Message

func (*Binary) Reset

func (x *Binary) Reset()

func (*Binary) String

func (x *Binary) String() string

func (*Binary) Validate

func (m *Binary) Validate() error

Validate checks the field values on Binary with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Binary) ValidateAll

func (m *Binary) ValidateAll() error

ValidateAll checks the field values on Binary with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BinaryMultiError, or nil if none found.

type BinaryMultiError

type BinaryMultiError []error

BinaryMultiError is an error wrapping multiple validation errors returned by Binary.ValidateAll() if the designated constraints aren't met.

func (BinaryMultiError) AllErrors

func (m BinaryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BinaryMultiError) Error

func (m BinaryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BinaryValidationError

type BinaryValidationError struct {
	// contains filtered or unexported fields
}

BinaryValidationError is the validation error returned by Binary.Validate if the designated constraints aren't met.

func (BinaryValidationError) Cause

func (e BinaryValidationError) Cause() error

Cause function returns cause value.

func (BinaryValidationError) Error

func (e BinaryValidationError) Error() string

Error satisfies the builtin error interface

func (BinaryValidationError) ErrorName

func (e BinaryValidationError) ErrorName() string

ErrorName returns error name.

func (BinaryValidationError) Field

func (e BinaryValidationError) Field() string

Field function returns field value.

func (BinaryValidationError) Key

func (e BinaryValidationError) Key() bool

Key function returns key value.

func (BinaryValidationError) Reason

func (e BinaryValidationError) Reason() string

Reason function returns reason value.

type Binding

type Binding struct {

	// Variable name must match an input/output variable of the node.
	Var string `protobuf:"bytes,1,opt,name=var,proto3" json:"var,omitempty"`
	// Data to use to bind this variable.
	Binding *BindingData `protobuf:"bytes,2,opt,name=binding,proto3" json:"binding,omitempty"`
	// contains filtered or unexported fields
}

An input/output binding of a variable to either static value or a node output.

func (*Binding) Descriptor deprecated

func (*Binding) Descriptor() ([]byte, []int)

Deprecated: Use Binding.ProtoReflect.Descriptor instead.

func (*Binding) GetBinding

func (x *Binding) GetBinding() *BindingData

func (*Binding) GetVar

func (x *Binding) GetVar() string

func (*Binding) ProtoMessage

func (*Binding) ProtoMessage()

func (*Binding) ProtoReflect

func (x *Binding) ProtoReflect() protoreflect.Message

func (*Binding) Reset

func (x *Binding) Reset()

func (*Binding) String

func (x *Binding) String() string

func (*Binding) Validate

func (m *Binding) Validate() error

Validate checks the field values on Binding with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Binding) ValidateAll

func (m *Binding) ValidateAll() error

ValidateAll checks the field values on Binding with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BindingMultiError, or nil if none found.

type BindingData

type BindingData struct {

	// Types that are assignable to Value:
	//
	//	*BindingData_Scalar
	//	*BindingData_Collection
	//	*BindingData_Promise
	//	*BindingData_Map
	//	*BindingData_OffloadedMetadata
	Value isBindingData_Value `protobuf_oneof:"value"`
	Union *UnionInfo          `protobuf:"bytes,5,opt,name=union,proto3" json:"union,omitempty"`
	// contains filtered or unexported fields
}

Specifies either a simple value or a reference to another output.

func (*BindingData) Descriptor deprecated

func (*BindingData) Descriptor() ([]byte, []int)

Deprecated: Use BindingData.ProtoReflect.Descriptor instead.

func (*BindingData) GetCollection

func (x *BindingData) GetCollection() *BindingDataCollection

func (*BindingData) GetMap

func (x *BindingData) GetMap() *BindingDataMap

func (*BindingData) GetOffloadedMetadata

func (x *BindingData) GetOffloadedMetadata() *LiteralOffloadedMetadata

func (*BindingData) GetPromise

func (x *BindingData) GetPromise() *OutputReference

func (*BindingData) GetScalar

func (x *BindingData) GetScalar() *Scalar

func (*BindingData) GetUnion

func (x *BindingData) GetUnion() *UnionInfo

func (*BindingData) GetValue

func (m *BindingData) GetValue() isBindingData_Value

func (*BindingData) ProtoMessage

func (*BindingData) ProtoMessage()

func (*BindingData) ProtoReflect

func (x *BindingData) ProtoReflect() protoreflect.Message

func (*BindingData) Reset

func (x *BindingData) Reset()

func (*BindingData) String

func (x *BindingData) String() string

func (*BindingData) Validate

func (m *BindingData) Validate() error

Validate checks the field values on BindingData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BindingData) ValidateAll

func (m *BindingData) ValidateAll() error

ValidateAll checks the field values on BindingData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BindingDataMultiError, or nil if none found.

type BindingDataCollection

type BindingDataCollection struct {
	Bindings []*BindingData `protobuf:"bytes,1,rep,name=bindings,proto3" json:"bindings,omitempty"`
	// contains filtered or unexported fields
}

A collection of BindingData items.

func (*BindingDataCollection) Descriptor deprecated

func (*BindingDataCollection) Descriptor() ([]byte, []int)

Deprecated: Use BindingDataCollection.ProtoReflect.Descriptor instead.

func (*BindingDataCollection) GetBindings

func (x *BindingDataCollection) GetBindings() []*BindingData

func (*BindingDataCollection) ProtoMessage

func (*BindingDataCollection) ProtoMessage()

func (*BindingDataCollection) ProtoReflect

func (x *BindingDataCollection) ProtoReflect() protoreflect.Message

func (*BindingDataCollection) Reset

func (x *BindingDataCollection) Reset()

func (*BindingDataCollection) String

func (x *BindingDataCollection) String() string

func (*BindingDataCollection) Validate

func (m *BindingDataCollection) Validate() error

Validate checks the field values on BindingDataCollection with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BindingDataCollection) ValidateAll

func (m *BindingDataCollection) ValidateAll() error

ValidateAll checks the field values on BindingDataCollection with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BindingDataCollectionMultiError, or nil if none found.

type BindingDataCollectionMultiError

type BindingDataCollectionMultiError []error

BindingDataCollectionMultiError is an error wrapping multiple validation errors returned by BindingDataCollection.ValidateAll() if the designated constraints aren't met.

func (BindingDataCollectionMultiError) AllErrors

func (m BindingDataCollectionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BindingDataCollectionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BindingDataCollectionValidationError

type BindingDataCollectionValidationError struct {
	// contains filtered or unexported fields
}

BindingDataCollectionValidationError is the validation error returned by BindingDataCollection.Validate if the designated constraints aren't met.

func (BindingDataCollectionValidationError) Cause

Cause function returns cause value.

func (BindingDataCollectionValidationError) Error

Error satisfies the builtin error interface

func (BindingDataCollectionValidationError) ErrorName

ErrorName returns error name.

func (BindingDataCollectionValidationError) Field

Field function returns field value.

func (BindingDataCollectionValidationError) Key

Key function returns key value.

func (BindingDataCollectionValidationError) Reason

Reason function returns reason value.

type BindingDataMap

type BindingDataMap struct {
	Bindings map[string]*BindingData `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

A map of BindingData items.

func (*BindingDataMap) Descriptor deprecated

func (*BindingDataMap) Descriptor() ([]byte, []int)

Deprecated: Use BindingDataMap.ProtoReflect.Descriptor instead.

func (*BindingDataMap) GetBindings

func (x *BindingDataMap) GetBindings() map[string]*BindingData

func (*BindingDataMap) ProtoMessage

func (*BindingDataMap) ProtoMessage()

func (*BindingDataMap) ProtoReflect

func (x *BindingDataMap) ProtoReflect() protoreflect.Message

func (*BindingDataMap) Reset

func (x *BindingDataMap) Reset()

func (*BindingDataMap) String

func (x *BindingDataMap) String() string

func (*BindingDataMap) Validate

func (m *BindingDataMap) Validate() error

Validate checks the field values on BindingDataMap with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BindingDataMap) ValidateAll

func (m *BindingDataMap) ValidateAll() error

ValidateAll checks the field values on BindingDataMap with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BindingDataMapMultiError, or nil if none found.

type BindingDataMapMultiError

type BindingDataMapMultiError []error

BindingDataMapMultiError is an error wrapping multiple validation errors returned by BindingDataMap.ValidateAll() if the designated constraints aren't met.

func (BindingDataMapMultiError) AllErrors

func (m BindingDataMapMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BindingDataMapMultiError) Error

func (m BindingDataMapMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BindingDataMapValidationError

type BindingDataMapValidationError struct {
	// contains filtered or unexported fields
}

BindingDataMapValidationError is the validation error returned by BindingDataMap.Validate if the designated constraints aren't met.

func (BindingDataMapValidationError) Cause

Cause function returns cause value.

func (BindingDataMapValidationError) Error

Error satisfies the builtin error interface

func (BindingDataMapValidationError) ErrorName

func (e BindingDataMapValidationError) ErrorName() string

ErrorName returns error name.

func (BindingDataMapValidationError) Field

Field function returns field value.

func (BindingDataMapValidationError) Key

Key function returns key value.

func (BindingDataMapValidationError) Reason

Reason function returns reason value.

type BindingDataMultiError

type BindingDataMultiError []error

BindingDataMultiError is an error wrapping multiple validation errors returned by BindingData.ValidateAll() if the designated constraints aren't met.

func (BindingDataMultiError) AllErrors

func (m BindingDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BindingDataMultiError) Error

func (m BindingDataMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BindingDataValidationError

type BindingDataValidationError struct {
	// contains filtered or unexported fields
}

BindingDataValidationError is the validation error returned by BindingData.Validate if the designated constraints aren't met.

func (BindingDataValidationError) Cause

Cause function returns cause value.

func (BindingDataValidationError) Error

Error satisfies the builtin error interface

func (BindingDataValidationError) ErrorName

func (e BindingDataValidationError) ErrorName() string

ErrorName returns error name.

func (BindingDataValidationError) Field

Field function returns field value.

func (BindingDataValidationError) Key

Key function returns key value.

func (BindingDataValidationError) Reason

Reason function returns reason value.

type BindingData_Collection

type BindingData_Collection struct {
	// A collection of binding data. This allows nesting of binding data to any number
	// of levels.
	Collection *BindingDataCollection `protobuf:"bytes,2,opt,name=collection,proto3,oneof"`
}

type BindingData_Map

type BindingData_Map struct {
	// A map of bindings. The key is always a string.
	Map *BindingDataMap `protobuf:"bytes,4,opt,name=map,proto3,oneof"`
}

type BindingData_OffloadedMetadata

type BindingData_OffloadedMetadata struct {
	// Offloaded literal metadata
	// When you deserialize the offloaded metadata, it would be of Literal and its type would be defined by LiteralType stored in offloaded_metadata.
	// Used for nodes that don't have promises from upstream nodes such as ArrayNode subNodes.
	OffloadedMetadata *LiteralOffloadedMetadata `protobuf:"bytes,6,opt,name=offloaded_metadata,json=offloadedMetadata,proto3,oneof"`
}

type BindingData_Promise

type BindingData_Promise struct {
	// References an output promised by another node.
	Promise *OutputReference `protobuf:"bytes,3,opt,name=promise,proto3,oneof"`
}

type BindingData_Scalar

type BindingData_Scalar struct {
	// A simple scalar value.
	Scalar *Scalar `protobuf:"bytes,1,opt,name=scalar,proto3,oneof"`
}

type BindingMultiError

type BindingMultiError []error

BindingMultiError is an error wrapping multiple validation errors returned by Binding.ValidateAll() if the designated constraints aren't met.

func (BindingMultiError) AllErrors

func (m BindingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BindingMultiError) Error

func (m BindingMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BindingValidationError

type BindingValidationError struct {
	// contains filtered or unexported fields
}

BindingValidationError is the validation error returned by Binding.Validate if the designated constraints aren't met.

func (BindingValidationError) Cause

func (e BindingValidationError) Cause() error

Cause function returns cause value.

func (BindingValidationError) Error

func (e BindingValidationError) Error() string

Error satisfies the builtin error interface

func (BindingValidationError) ErrorName

func (e BindingValidationError) ErrorName() string

ErrorName returns error name.

func (BindingValidationError) Field

func (e BindingValidationError) Field() string

Field function returns field value.

func (BindingValidationError) Key

func (e BindingValidationError) Key() bool

Key function returns key value.

func (BindingValidationError) Reason

func (e BindingValidationError) Reason() string

Reason function returns reason value.

type Blob

type Blob struct {
	Metadata *BlobMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Uri      string        `protobuf:"bytes,3,opt,name=uri,proto3" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

Refers to an offloaded set of files. It encapsulates the type of the store and a unique uri for where the data is. There are no restrictions on how the uri is formatted since it will depend on how to interact with the store.

func (*Blob) Descriptor deprecated

func (*Blob) Descriptor() ([]byte, []int)

Deprecated: Use Blob.ProtoReflect.Descriptor instead.

func (*Blob) GetMetadata

func (x *Blob) GetMetadata() *BlobMetadata

func (*Blob) GetUri

func (x *Blob) GetUri() string

func (*Blob) ProtoMessage

func (*Blob) ProtoMessage()

func (*Blob) ProtoReflect

func (x *Blob) ProtoReflect() protoreflect.Message

func (*Blob) Reset

func (x *Blob) Reset()

func (*Blob) String

func (x *Blob) String() string

func (*Blob) Validate

func (m *Blob) Validate() error

Validate checks the field values on Blob with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Blob) ValidateAll

func (m *Blob) ValidateAll() error

ValidateAll checks the field values on Blob with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BlobMultiError, or nil if none found.

type BlobMetadata

type BlobMetadata struct {
	Type *BlobType `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobMetadata) Descriptor deprecated

func (*BlobMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BlobMetadata.ProtoReflect.Descriptor instead.

func (*BlobMetadata) GetType

func (x *BlobMetadata) GetType() *BlobType

func (*BlobMetadata) ProtoMessage

func (*BlobMetadata) ProtoMessage()

func (*BlobMetadata) ProtoReflect

func (x *BlobMetadata) ProtoReflect() protoreflect.Message

func (*BlobMetadata) Reset

func (x *BlobMetadata) Reset()

func (*BlobMetadata) String

func (x *BlobMetadata) String() string

func (*BlobMetadata) Validate

func (m *BlobMetadata) Validate() error

Validate checks the field values on BlobMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BlobMetadata) ValidateAll

func (m *BlobMetadata) ValidateAll() error

ValidateAll checks the field values on BlobMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BlobMetadataMultiError, or nil if none found.

type BlobMetadataMultiError

type BlobMetadataMultiError []error

BlobMetadataMultiError is an error wrapping multiple validation errors returned by BlobMetadata.ValidateAll() if the designated constraints aren't met.

func (BlobMetadataMultiError) AllErrors

func (m BlobMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BlobMetadataMultiError) Error

func (m BlobMetadataMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BlobMetadataValidationError

type BlobMetadataValidationError struct {
	// contains filtered or unexported fields
}

BlobMetadataValidationError is the validation error returned by BlobMetadata.Validate if the designated constraints aren't met.

func (BlobMetadataValidationError) Cause

Cause function returns cause value.

func (BlobMetadataValidationError) Error

Error satisfies the builtin error interface

func (BlobMetadataValidationError) ErrorName

func (e BlobMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (BlobMetadataValidationError) Field

Field function returns field value.

func (BlobMetadataValidationError) Key

Key function returns key value.

func (BlobMetadataValidationError) Reason

Reason function returns reason value.

type BlobMultiError

type BlobMultiError []error

BlobMultiError is an error wrapping multiple validation errors returned by Blob.ValidateAll() if the designated constraints aren't met.

func (BlobMultiError) AllErrors

func (m BlobMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BlobMultiError) Error

func (m BlobMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BlobType

type BlobType struct {

	// Format can be a free form string understood by SDK/UI etc like
	// csv, parquet etc
	Format         string                      `protobuf:"bytes,1,opt,name=format,proto3" json:"format,omitempty"`
	Dimensionality BlobType_BlobDimensionality `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

Defines type behavior for blob objects

func (*BlobType) Descriptor deprecated

func (*BlobType) Descriptor() ([]byte, []int)

Deprecated: Use BlobType.ProtoReflect.Descriptor instead.

func (*BlobType) GetDimensionality

func (x *BlobType) GetDimensionality() BlobType_BlobDimensionality

func (*BlobType) GetFormat

func (x *BlobType) GetFormat() string

func (*BlobType) ProtoMessage

func (*BlobType) ProtoMessage()

func (*BlobType) ProtoReflect

func (x *BlobType) ProtoReflect() protoreflect.Message

func (*BlobType) Reset

func (x *BlobType) Reset()

func (*BlobType) String

func (x *BlobType) String() string

func (*BlobType) Validate

func (m *BlobType) Validate() error

Validate checks the field values on BlobType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BlobType) ValidateAll

func (m *BlobType) ValidateAll() error

ValidateAll checks the field values on BlobType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BlobTypeMultiError, or nil if none found.

type BlobTypeMultiError

type BlobTypeMultiError []error

BlobTypeMultiError is an error wrapping multiple validation errors returned by BlobType.ValidateAll() if the designated constraints aren't met.

func (BlobTypeMultiError) AllErrors

func (m BlobTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BlobTypeMultiError) Error

func (m BlobTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BlobTypeValidationError

type BlobTypeValidationError struct {
	// contains filtered or unexported fields
}

BlobTypeValidationError is the validation error returned by BlobType.Validate if the designated constraints aren't met.

func (BlobTypeValidationError) Cause

func (e BlobTypeValidationError) Cause() error

Cause function returns cause value.

func (BlobTypeValidationError) Error

func (e BlobTypeValidationError) Error() string

Error satisfies the builtin error interface

func (BlobTypeValidationError) ErrorName

func (e BlobTypeValidationError) ErrorName() string

ErrorName returns error name.

func (BlobTypeValidationError) Field

func (e BlobTypeValidationError) Field() string

Field function returns field value.

func (BlobTypeValidationError) Key

func (e BlobTypeValidationError) Key() bool

Key function returns key value.

func (BlobTypeValidationError) Reason

func (e BlobTypeValidationError) Reason() string

Reason function returns reason value.

type BlobType_BlobDimensionality

type BlobType_BlobDimensionality int32
const (
	BlobType_SINGLE    BlobType_BlobDimensionality = 0
	BlobType_MULTIPART BlobType_BlobDimensionality = 1
)

func (BlobType_BlobDimensionality) Descriptor

func (BlobType_BlobDimensionality) Enum

func (BlobType_BlobDimensionality) EnumDescriptor deprecated

func (BlobType_BlobDimensionality) EnumDescriptor() ([]byte, []int)

Deprecated: Use BlobType_BlobDimensionality.Descriptor instead.

func (BlobType_BlobDimensionality) Number

func (BlobType_BlobDimensionality) String

func (BlobType_BlobDimensionality) Type

type BlobValidationError

type BlobValidationError struct {
	// contains filtered or unexported fields
}

BlobValidationError is the validation error returned by Blob.Validate if the designated constraints aren't met.

func (BlobValidationError) Cause

func (e BlobValidationError) Cause() error

Cause function returns cause value.

func (BlobValidationError) Error

func (e BlobValidationError) Error() string

Error satisfies the builtin error interface

func (BlobValidationError) ErrorName

func (e BlobValidationError) ErrorName() string

ErrorName returns error name.

func (BlobValidationError) Field

func (e BlobValidationError) Field() string

Field function returns field value.

func (BlobValidationError) Key

func (e BlobValidationError) Key() bool

Key function returns key value.

func (BlobValidationError) Reason

func (e BlobValidationError) Reason() string

Reason function returns reason value.

type CatalogArtifactTag

type CatalogArtifactTag struct {

	// Artifact ID is generated name
	ArtifactId string `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	// Flyte computes the tag automatically, as the hash of the values
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*CatalogArtifactTag) Descriptor deprecated

func (*CatalogArtifactTag) Descriptor() ([]byte, []int)

Deprecated: Use CatalogArtifactTag.ProtoReflect.Descriptor instead.

func (*CatalogArtifactTag) GetArtifactId

func (x *CatalogArtifactTag) GetArtifactId() string

func (*CatalogArtifactTag) GetName

func (x *CatalogArtifactTag) GetName() string

func (*CatalogArtifactTag) ProtoMessage

func (*CatalogArtifactTag) ProtoMessage()

func (*CatalogArtifactTag) ProtoReflect

func (x *CatalogArtifactTag) ProtoReflect() protoreflect.Message

func (*CatalogArtifactTag) Reset

func (x *CatalogArtifactTag) Reset()

func (*CatalogArtifactTag) String

func (x *CatalogArtifactTag) String() string

func (*CatalogArtifactTag) Validate

func (m *CatalogArtifactTag) Validate() error

Validate checks the field values on CatalogArtifactTag with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CatalogArtifactTag) ValidateAll

func (m *CatalogArtifactTag) ValidateAll() error

ValidateAll checks the field values on CatalogArtifactTag with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CatalogArtifactTagMultiError, or nil if none found.

type CatalogArtifactTagMultiError

type CatalogArtifactTagMultiError []error

CatalogArtifactTagMultiError is an error wrapping multiple validation errors returned by CatalogArtifactTag.ValidateAll() if the designated constraints aren't met.

func (CatalogArtifactTagMultiError) AllErrors

func (m CatalogArtifactTagMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CatalogArtifactTagMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CatalogArtifactTagValidationError

type CatalogArtifactTagValidationError struct {
	// contains filtered or unexported fields
}

CatalogArtifactTagValidationError is the validation error returned by CatalogArtifactTag.Validate if the designated constraints aren't met.

func (CatalogArtifactTagValidationError) Cause

Cause function returns cause value.

func (CatalogArtifactTagValidationError) Error

Error satisfies the builtin error interface

func (CatalogArtifactTagValidationError) ErrorName

ErrorName returns error name.

func (CatalogArtifactTagValidationError) Field

Field function returns field value.

func (CatalogArtifactTagValidationError) Key

Key function returns key value.

func (CatalogArtifactTagValidationError) Reason

Reason function returns reason value.

type CatalogCacheStatus

type CatalogCacheStatus int32

Indicates the status of CatalogCaching. The reason why this is not embedded in TaskNodeMetadata is, that we may use for other types of nodes as well in the future

const (
	// Used to indicate that caching was disabled
	CatalogCacheStatus_CACHE_DISABLED CatalogCacheStatus = 0
	// Used to indicate that the cache lookup resulted in no matches
	CatalogCacheStatus_CACHE_MISS CatalogCacheStatus = 1
	// used to indicate that the associated artifact was a result of a previous execution
	CatalogCacheStatus_CACHE_HIT CatalogCacheStatus = 2
	// used to indicate that the resultant artifact was added to the cache
	CatalogCacheStatus_CACHE_POPULATED CatalogCacheStatus = 3
	// Used to indicate that cache lookup failed because of an error
	CatalogCacheStatus_CACHE_LOOKUP_FAILURE CatalogCacheStatus = 4
	// Used to indicate that cache lookup failed because of an error
	CatalogCacheStatus_CACHE_PUT_FAILURE CatalogCacheStatus = 5
	// Used to indicate the cache lookup was skipped
	CatalogCacheStatus_CACHE_SKIPPED CatalogCacheStatus = 6
	// Used to indicate that the cache was evicted
	CatalogCacheStatus_CACHE_EVICTED CatalogCacheStatus = 7
)

func (CatalogCacheStatus) Descriptor

func (CatalogCacheStatus) Enum

func (CatalogCacheStatus) EnumDescriptor deprecated

func (CatalogCacheStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use CatalogCacheStatus.Descriptor instead.

func (CatalogCacheStatus) Number

func (CatalogCacheStatus) String

func (x CatalogCacheStatus) String() string

func (CatalogCacheStatus) Type

type CatalogMetadata

type CatalogMetadata struct {

	// Dataset ID in the catalog
	DatasetId *Identifier `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// Artifact tag in the catalog
	ArtifactTag *CatalogArtifactTag `protobuf:"bytes,2,opt,name=artifact_tag,json=artifactTag,proto3" json:"artifact_tag,omitempty"`
	// Optional: Source Execution identifier, if this dataset was generated by another execution in Flyte. This is a one-of field and will depend on the caching context
	//
	// Types that are assignable to SourceExecution:
	//
	//	*CatalogMetadata_SourceTaskExecution
	SourceExecution isCatalogMetadata_SourceExecution `protobuf_oneof:"source_execution"`
	// contains filtered or unexported fields
}

Catalog artifact information with specific metadata

func (*CatalogMetadata) Descriptor deprecated

func (*CatalogMetadata) Descriptor() ([]byte, []int)

Deprecated: Use CatalogMetadata.ProtoReflect.Descriptor instead.

func (*CatalogMetadata) GetArtifactTag

func (x *CatalogMetadata) GetArtifactTag() *CatalogArtifactTag

func (*CatalogMetadata) GetDatasetId

func (x *CatalogMetadata) GetDatasetId() *Identifier

func (*CatalogMetadata) GetSourceExecution

func (m *CatalogMetadata) GetSourceExecution() isCatalogMetadata_SourceExecution

func (*CatalogMetadata) GetSourceTaskExecution

func (x *CatalogMetadata) GetSourceTaskExecution() *TaskExecutionIdentifier

func (*CatalogMetadata) ProtoMessage

func (*CatalogMetadata) ProtoMessage()

func (*CatalogMetadata) ProtoReflect

func (x *CatalogMetadata) ProtoReflect() protoreflect.Message

func (*CatalogMetadata) Reset

func (x *CatalogMetadata) Reset()

func (*CatalogMetadata) String

func (x *CatalogMetadata) String() string

func (*CatalogMetadata) Validate

func (m *CatalogMetadata) Validate() error

Validate checks the field values on CatalogMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CatalogMetadata) ValidateAll

func (m *CatalogMetadata) ValidateAll() error

ValidateAll checks the field values on CatalogMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CatalogMetadataMultiError, or nil if none found.

type CatalogMetadataMultiError

type CatalogMetadataMultiError []error

CatalogMetadataMultiError is an error wrapping multiple validation errors returned by CatalogMetadata.ValidateAll() if the designated constraints aren't met.

func (CatalogMetadataMultiError) AllErrors

func (m CatalogMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CatalogMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CatalogMetadataValidationError

type CatalogMetadataValidationError struct {
	// contains filtered or unexported fields
}

CatalogMetadataValidationError is the validation error returned by CatalogMetadata.Validate if the designated constraints aren't met.

func (CatalogMetadataValidationError) Cause

Cause function returns cause value.

func (CatalogMetadataValidationError) Error

Error satisfies the builtin error interface

func (CatalogMetadataValidationError) ErrorName

func (e CatalogMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (CatalogMetadataValidationError) Field

Field function returns field value.

func (CatalogMetadataValidationError) Key

Key function returns key value.

func (CatalogMetadataValidationError) Reason

Reason function returns reason value.

type CatalogMetadata_SourceTaskExecution

type CatalogMetadata_SourceTaskExecution struct {
	// Today we only support TaskExecutionIdentifier as a source, as catalog caching only works for task executions
	SourceTaskExecution *TaskExecutionIdentifier `protobuf:"bytes,3,opt,name=source_task_execution,json=sourceTaskExecution,proto3,oneof"`
}

type CatalogReservation

type CatalogReservation struct {
	// contains filtered or unexported fields
}

func (*CatalogReservation) Descriptor deprecated

func (*CatalogReservation) Descriptor() ([]byte, []int)

Deprecated: Use CatalogReservation.ProtoReflect.Descriptor instead.

func (*CatalogReservation) ProtoMessage

func (*CatalogReservation) ProtoMessage()

func (*CatalogReservation) ProtoReflect

func (x *CatalogReservation) ProtoReflect() protoreflect.Message

func (*CatalogReservation) Reset

func (x *CatalogReservation) Reset()

func (*CatalogReservation) String

func (x *CatalogReservation) String() string

func (*CatalogReservation) Validate

func (m *CatalogReservation) Validate() error

Validate checks the field values on CatalogReservation with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CatalogReservation) ValidateAll

func (m *CatalogReservation) ValidateAll() error

ValidateAll checks the field values on CatalogReservation with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CatalogReservationMultiError, or nil if none found.

type CatalogReservationMultiError

type CatalogReservationMultiError []error

CatalogReservationMultiError is an error wrapping multiple validation errors returned by CatalogReservation.ValidateAll() if the designated constraints aren't met.

func (CatalogReservationMultiError) AllErrors

func (m CatalogReservationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CatalogReservationMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CatalogReservationValidationError

type CatalogReservationValidationError struct {
	// contains filtered or unexported fields
}

CatalogReservationValidationError is the validation error returned by CatalogReservation.Validate if the designated constraints aren't met.

func (CatalogReservationValidationError) Cause

Cause function returns cause value.

func (CatalogReservationValidationError) Error

Error satisfies the builtin error interface

func (CatalogReservationValidationError) ErrorName

ErrorName returns error name.

func (CatalogReservationValidationError) Field

Field function returns field value.

func (CatalogReservationValidationError) Key

Key function returns key value.

func (CatalogReservationValidationError) Reason

Reason function returns reason value.

type CatalogReservation_Status

type CatalogReservation_Status int32

Indicates the status of a catalog reservation operation.

const (
	// Used to indicate that reservations are disabled
	CatalogReservation_RESERVATION_DISABLED CatalogReservation_Status = 0
	// Used to indicate that a reservation was successfully acquired or extended
	CatalogReservation_RESERVATION_ACQUIRED CatalogReservation_Status = 1
	// Used to indicate that an active reservation currently exists
	CatalogReservation_RESERVATION_EXISTS CatalogReservation_Status = 2
	// Used to indicate that the reservation has been successfully released
	CatalogReservation_RESERVATION_RELEASED CatalogReservation_Status = 3
	// Used to indicate that a reservation operation resulted in failure
	CatalogReservation_RESERVATION_FAILURE CatalogReservation_Status = 4
)

func (CatalogReservation_Status) Descriptor

func (CatalogReservation_Status) Enum

func (CatalogReservation_Status) EnumDescriptor deprecated

func (CatalogReservation_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use CatalogReservation_Status.Descriptor instead.

func (CatalogReservation_Status) Number

func (CatalogReservation_Status) String

func (x CatalogReservation_Status) String() string

func (CatalogReservation_Status) Type

type Container

type Container struct {

	// Container image url. Eg: docker/redis:latest
	Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// Command to be executed, if not provided, the default entrypoint in the container image will be used.
	Command []string `protobuf:"bytes,2,rep,name=command,proto3" json:"command,omitempty"`
	// These will default to Flyte given paths. If provided, the system will not append known paths. If the task still
	// needs flyte's inputs and outputs path, add $(FLYTE_INPUT_FILE), $(FLYTE_OUTPUT_FILE) wherever makes sense and the
	// system will populate these before executing the container.
	Args []string `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
	// Container resources requirement as specified by the container engine.
	Resources *Resources `protobuf:"bytes,4,opt,name=resources,proto3" json:"resources,omitempty"`
	// Environment variables will be set as the container is starting up.
	Env []*KeyValuePair `protobuf:"bytes,5,rep,name=env,proto3" json:"env,omitempty"`
	// Allows extra configs to be available for the container.
	// TODO: elaborate on how configs will become available.
	// Deprecated, please use TaskTemplate.config instead.
	//
	// Deprecated: Marked as deprecated in core/tasks.proto.
	Config []*KeyValuePair `protobuf:"bytes,6,rep,name=config,proto3" json:"config,omitempty"`
	// Ports to open in the container. This feature is not supported by all execution engines. (e.g. supported on K8s but
	// not supported on AWS Batch)
	// Only K8s
	Ports []*ContainerPort `protobuf:"bytes,7,rep,name=ports,proto3" json:"ports,omitempty"`
	// BETA: Optional configuration for DataLoading. If not specified, then default values are used.
	// This makes it possible to to run a completely portable container, that uses inputs and outputs
	// only from the local file-system and without having any reference to flyteidl. This is supported only on K8s at the moment.
	// If data loading is enabled, then data will be mounted in accompanying directories specified in the DataLoadingConfig. If the directories
	// are not specified, inputs will be mounted onto and outputs will be uploaded from a pre-determined file-system path. Refer to the documentation
	// to understand the default paths.
	// Only K8s
	DataConfig   *DataLoadingConfig     `protobuf:"bytes,9,opt,name=data_config,json=dataConfig,proto3" json:"data_config,omitempty"`
	Architecture Container_Architecture `protobuf:"varint,10,opt,name=architecture,proto3,enum=flyteidl.core.Container_Architecture" json:"architecture,omitempty"`
	// contains filtered or unexported fields
}

func (*Container) Descriptor deprecated

func (*Container) Descriptor() ([]byte, []int)

Deprecated: Use Container.ProtoReflect.Descriptor instead.

func (*Container) GetArchitecture

func (x *Container) GetArchitecture() Container_Architecture

func (*Container) GetArgs

func (x *Container) GetArgs() []string

func (*Container) GetCommand

func (x *Container) GetCommand() []string

func (*Container) GetConfig deprecated

func (x *Container) GetConfig() []*KeyValuePair

Deprecated: Marked as deprecated in core/tasks.proto.

func (*Container) GetDataConfig

func (x *Container) GetDataConfig() *DataLoadingConfig

func (*Container) GetEnv

func (x *Container) GetEnv() []*KeyValuePair

func (*Container) GetImage

func (x *Container) GetImage() string

func (*Container) GetPorts

func (x *Container) GetPorts() []*ContainerPort

func (*Container) GetResources

func (x *Container) GetResources() *Resources

func (*Container) ProtoMessage

func (*Container) ProtoMessage()

func (*Container) ProtoReflect

func (x *Container) ProtoReflect() protoreflect.Message

func (*Container) Reset

func (x *Container) Reset()

func (*Container) String

func (x *Container) String() string

func (*Container) Validate

func (m *Container) Validate() error

Validate checks the field values on Container with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Container) ValidateAll

func (m *Container) ValidateAll() error

ValidateAll checks the field values on Container with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContainerMultiError, or nil if none found.

type ContainerContext

type ContainerContext struct {
	ContainerName string                           `protobuf:"bytes,1,opt,name=container_name,json=containerName,proto3" json:"container_name,omitempty"`
	Process       *ContainerContext_ProcessContext `protobuf:"bytes,2,opt,name=process,proto3" json:"process,omitempty"`
	// contains filtered or unexported fields
}

Contains metadata required to identify logs produces by a single container

func (*ContainerContext) Descriptor deprecated

func (*ContainerContext) Descriptor() ([]byte, []int)

Deprecated: Use ContainerContext.ProtoReflect.Descriptor instead.

func (*ContainerContext) GetContainerName

func (x *ContainerContext) GetContainerName() string

func (*ContainerContext) GetProcess

func (*ContainerContext) ProtoMessage

func (*ContainerContext) ProtoMessage()

func (*ContainerContext) ProtoReflect

func (x *ContainerContext) ProtoReflect() protoreflect.Message

func (*ContainerContext) Reset

func (x *ContainerContext) Reset()

func (*ContainerContext) String

func (x *ContainerContext) String() string

func (*ContainerContext) Validate

func (m *ContainerContext) Validate() error

Validate checks the field values on ContainerContext with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ContainerContext) ValidateAll

func (m *ContainerContext) ValidateAll() error

ValidateAll checks the field values on ContainerContext with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContainerContextMultiError, or nil if none found.

type ContainerContextMultiError

type ContainerContextMultiError []error

ContainerContextMultiError is an error wrapping multiple validation errors returned by ContainerContext.ValidateAll() if the designated constraints aren't met.

func (ContainerContextMultiError) AllErrors

func (m ContainerContextMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ContainerContextMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ContainerContextValidationError

type ContainerContextValidationError struct {
	// contains filtered or unexported fields
}

ContainerContextValidationError is the validation error returned by ContainerContext.Validate if the designated constraints aren't met.

func (ContainerContextValidationError) Cause

Cause function returns cause value.

func (ContainerContextValidationError) Error

Error satisfies the builtin error interface

func (ContainerContextValidationError) ErrorName

ErrorName returns error name.

func (ContainerContextValidationError) Field

Field function returns field value.

func (ContainerContextValidationError) Key

Key function returns key value.

func (ContainerContextValidationError) Reason

Reason function returns reason value.

type ContainerContext_ProcessContext

type ContainerContext_ProcessContext struct {
	ContainerStartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=container_start_time,json=containerStartTime,proto3" json:"container_start_time,omitempty"`
	ContainerEndTime   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=container_end_time,json=containerEndTime,proto3" json:"container_end_time,omitempty"`
	// contains filtered or unexported fields
}

Contains metadata required to identify logs produces by a single light-weight process that was run inside a container

func (*ContainerContext_ProcessContext) Descriptor deprecated

func (*ContainerContext_ProcessContext) Descriptor() ([]byte, []int)

Deprecated: Use ContainerContext_ProcessContext.ProtoReflect.Descriptor instead.

func (*ContainerContext_ProcessContext) GetContainerEndTime

func (x *ContainerContext_ProcessContext) GetContainerEndTime() *timestamppb.Timestamp

func (*ContainerContext_ProcessContext) GetContainerStartTime

func (x *ContainerContext_ProcessContext) GetContainerStartTime() *timestamppb.Timestamp

func (*ContainerContext_ProcessContext) ProtoMessage

func (*ContainerContext_ProcessContext) ProtoMessage()

func (*ContainerContext_ProcessContext) ProtoReflect

func (*ContainerContext_ProcessContext) Reset

func (*ContainerContext_ProcessContext) String

func (*ContainerContext_ProcessContext) Validate

func (m *ContainerContext_ProcessContext) Validate() error

Validate checks the field values on ContainerContext_ProcessContext with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ContainerContext_ProcessContext) ValidateAll

func (m *ContainerContext_ProcessContext) ValidateAll() error

ValidateAll checks the field values on ContainerContext_ProcessContext with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContainerContext_ProcessContextMultiError, or nil if none found.

type ContainerContext_ProcessContextMultiError

type ContainerContext_ProcessContextMultiError []error

ContainerContext_ProcessContextMultiError is an error wrapping multiple validation errors returned by ContainerContext_ProcessContext.ValidateAll() if the designated constraints aren't met.

func (ContainerContext_ProcessContextMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ContainerContext_ProcessContextMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ContainerContext_ProcessContextValidationError

type ContainerContext_ProcessContextValidationError struct {
	// contains filtered or unexported fields
}

ContainerContext_ProcessContextValidationError is the validation error returned by ContainerContext_ProcessContext.Validate if the designated constraints aren't met.

func (ContainerContext_ProcessContextValidationError) Cause

Cause function returns cause value.

func (ContainerContext_ProcessContextValidationError) Error

Error satisfies the builtin error interface

func (ContainerContext_ProcessContextValidationError) ErrorName

ErrorName returns error name.

func (ContainerContext_ProcessContextValidationError) Field

Field function returns field value.

func (ContainerContext_ProcessContextValidationError) Key

Key function returns key value.

func (ContainerContext_ProcessContextValidationError) Reason

Reason function returns reason value.

type ContainerMultiError

type ContainerMultiError []error

ContainerMultiError is an error wrapping multiple validation errors returned by Container.ValidateAll() if the designated constraints aren't met.

func (ContainerMultiError) AllErrors

func (m ContainerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ContainerMultiError) Error

func (m ContainerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ContainerPort

type ContainerPort struct {

	// Number of port to expose on the pod's IP address.
	// This must be a valid port number, 0 < x < 65536.
	ContainerPort uint32 `protobuf:"varint,1,opt,name=container_port,json=containerPort,proto3" json:"container_port,omitempty"`
	// Name of the port to expose on the pod's IP address.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Defines port properties for a container.

func (*ContainerPort) Descriptor deprecated

func (*ContainerPort) Descriptor() ([]byte, []int)

Deprecated: Use ContainerPort.ProtoReflect.Descriptor instead.

func (*ContainerPort) GetContainerPort

func (x *ContainerPort) GetContainerPort() uint32

func (*ContainerPort) GetName

func (x *ContainerPort) GetName() string

func (*ContainerPort) ProtoMessage

func (*ContainerPort) ProtoMessage()

func (*ContainerPort) ProtoReflect

func (x *ContainerPort) ProtoReflect() protoreflect.Message

func (*ContainerPort) Reset

func (x *ContainerPort) Reset()

func (*ContainerPort) String

func (x *ContainerPort) String() string

func (*ContainerPort) Validate

func (m *ContainerPort) Validate() error

Validate checks the field values on ContainerPort with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ContainerPort) ValidateAll

func (m *ContainerPort) ValidateAll() error

ValidateAll checks the field values on ContainerPort with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContainerPortMultiError, or nil if none found.

type ContainerPortMultiError

type ContainerPortMultiError []error

ContainerPortMultiError is an error wrapping multiple validation errors returned by ContainerPort.ValidateAll() if the designated constraints aren't met.

func (ContainerPortMultiError) AllErrors

func (m ContainerPortMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ContainerPortMultiError) Error

func (m ContainerPortMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ContainerPortValidationError

type ContainerPortValidationError struct {
	// contains filtered or unexported fields
}

ContainerPortValidationError is the validation error returned by ContainerPort.Validate if the designated constraints aren't met.

func (ContainerPortValidationError) Cause

Cause function returns cause value.

func (ContainerPortValidationError) Error

Error satisfies the builtin error interface

func (ContainerPortValidationError) ErrorName

func (e ContainerPortValidationError) ErrorName() string

ErrorName returns error name.

func (ContainerPortValidationError) Field

Field function returns field value.

func (ContainerPortValidationError) Key

Key function returns key value.

func (ContainerPortValidationError) Reason

Reason function returns reason value.

type ContainerValidationError

type ContainerValidationError struct {
	// contains filtered or unexported fields
}

ContainerValidationError is the validation error returned by Container.Validate if the designated constraints aren't met.

func (ContainerValidationError) Cause

func (e ContainerValidationError) Cause() error

Cause function returns cause value.

func (ContainerValidationError) Error

func (e ContainerValidationError) Error() string

Error satisfies the builtin error interface

func (ContainerValidationError) ErrorName

func (e ContainerValidationError) ErrorName() string

ErrorName returns error name.

func (ContainerValidationError) Field

func (e ContainerValidationError) Field() string

Field function returns field value.

func (ContainerValidationError) Key

Key function returns key value.

func (ContainerValidationError) Reason

func (e ContainerValidationError) Reason() string

Reason function returns reason value.

type Container_Architecture

type Container_Architecture int32

Architecture-type the container image supports.

const (
	Container_UNKNOWN Container_Architecture = 0
	Container_AMD64   Container_Architecture = 1
	Container_ARM64   Container_Architecture = 2
	Container_ARM_V6  Container_Architecture = 3
	Container_ARM_V7  Container_Architecture = 4
)

func (Container_Architecture) Descriptor

func (Container_Architecture) Enum

func (Container_Architecture) EnumDescriptor deprecated

func (Container_Architecture) EnumDescriptor() ([]byte, []int)

Deprecated: Use Container_Architecture.Descriptor instead.

func (Container_Architecture) Number

func (Container_Architecture) String

func (x Container_Architecture) String() string

func (Container_Architecture) Type

type DataLoadingConfig

type DataLoadingConfig struct {

	// Flag enables DataLoading Config. If this is not set, data loading will not be used!
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// File system path (start at root). This folder will contain all the inputs exploded to a separate file.
	// Example, if the input interface needs (x: int, y: blob, z: multipart_blob) and the input path is '/var/flyte/inputs', then the file system will look like
	// /var/flyte/inputs/inputs.<metadata format dependent -> .pb .json .yaml> -> Format as defined previously. The Blob and Multipart blob will reference local filesystem instead of remote locations
	// /var/flyte/inputs/x -> X is a file that contains the value of x (integer) in string format
	// /var/flyte/inputs/y -> Y is a file in Binary format
	// /var/flyte/inputs/z/... -> Note Z itself is a directory
	// More information about the protocol - refer to docs #TODO reference docs here
	InputPath string `protobuf:"bytes,2,opt,name=input_path,json=inputPath,proto3" json:"input_path,omitempty"`
	// File system path (start at root). This folder should contain all the outputs for the task as individual files and/or an error text file
	OutputPath string `protobuf:"bytes,3,opt,name=output_path,json=outputPath,proto3" json:"output_path,omitempty"`
	// In the inputs folder, there will be an additional summary/metadata file that contains references to all files or inlined primitive values.
	// This format decides the actual encoding for the data. Refer to the encoding to understand the specifics of the contents and the encoding
	Format     DataLoadingConfig_LiteralMapFormat `protobuf:"varint,4,opt,name=format,proto3,enum=flyteidl.core.DataLoadingConfig_LiteralMapFormat" json:"format,omitempty"`
	IoStrategy *IOStrategy                        `protobuf:"bytes,5,opt,name=io_strategy,json=ioStrategy,proto3" json:"io_strategy,omitempty"`
	// contains filtered or unexported fields
}

This configuration allows executing raw containers in Flyte using the Flyte CoPilot system. Flyte CoPilot, eliminates the needs of flytekit or sdk inside the container. Any inputs required by the users container are side-loaded in the input_path Any outputs generated by the user container - within output_path are automatically uploaded.

func (*DataLoadingConfig) Descriptor deprecated

func (*DataLoadingConfig) Descriptor() ([]byte, []int)

Deprecated: Use DataLoadingConfig.ProtoReflect.Descriptor instead.

func (*DataLoadingConfig) GetEnabled

func (x *DataLoadingConfig) GetEnabled() bool

func (*DataLoadingConfig) GetFormat

func (*DataLoadingConfig) GetInputPath

func (x *DataLoadingConfig) GetInputPath() string

func (*DataLoadingConfig) GetIoStrategy

func (x *DataLoadingConfig) GetIoStrategy() *IOStrategy

func (*DataLoadingConfig) GetOutputPath

func (x *DataLoadingConfig) GetOutputPath() string

func (*DataLoadingConfig) ProtoMessage

func (*DataLoadingConfig) ProtoMessage()

func (*DataLoadingConfig) ProtoReflect

func (x *DataLoadingConfig) ProtoReflect() protoreflect.Message

func (*DataLoadingConfig) Reset

func (x *DataLoadingConfig) Reset()

func (*DataLoadingConfig) String

func (x *DataLoadingConfig) String() string

func (*DataLoadingConfig) Validate

func (m *DataLoadingConfig) Validate() error

Validate checks the field values on DataLoadingConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DataLoadingConfig) ValidateAll

func (m *DataLoadingConfig) ValidateAll() error

ValidateAll checks the field values on DataLoadingConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DataLoadingConfigMultiError, or nil if none found.

type DataLoadingConfigMultiError

type DataLoadingConfigMultiError []error

DataLoadingConfigMultiError is an error wrapping multiple validation errors returned by DataLoadingConfig.ValidateAll() if the designated constraints aren't met.

func (DataLoadingConfigMultiError) AllErrors

func (m DataLoadingConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DataLoadingConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DataLoadingConfigValidationError

type DataLoadingConfigValidationError struct {
	// contains filtered or unexported fields
}

DataLoadingConfigValidationError is the validation error returned by DataLoadingConfig.Validate if the designated constraints aren't met.

func (DataLoadingConfigValidationError) Cause

Cause function returns cause value.

func (DataLoadingConfigValidationError) Error

Error satisfies the builtin error interface

func (DataLoadingConfigValidationError) ErrorName

ErrorName returns error name.

func (DataLoadingConfigValidationError) Field

Field function returns field value.

func (DataLoadingConfigValidationError) Key

Key function returns key value.

func (DataLoadingConfigValidationError) Reason

Reason function returns reason value.

type DataLoadingConfig_LiteralMapFormat

type DataLoadingConfig_LiteralMapFormat int32

LiteralMapFormat decides the encoding format in which the input metadata should be made available to the containers. If the user has access to the protocol buffer definitions, it is recommended to use the PROTO format. JSON and YAML do not need any protobuf definitions to read it All remote references in core.LiteralMap are replaced with local filesystem references (the data is downloaded to local filesystem)

const (
	// JSON / YAML for the metadata (which contains inlined primitive values). The representation is inline with the standard json specification as specified - https://www.json.org/json-en.html
	DataLoadingConfig_JSON DataLoadingConfig_LiteralMapFormat = 0
	DataLoadingConfig_YAML DataLoadingConfig_LiteralMapFormat = 1
	// Proto is a serialized binary of `core.LiteralMap` defined in flyteidl/core
	DataLoadingConfig_PROTO DataLoadingConfig_LiteralMapFormat = 2
)

func (DataLoadingConfig_LiteralMapFormat) Descriptor

func (DataLoadingConfig_LiteralMapFormat) Enum

func (DataLoadingConfig_LiteralMapFormat) EnumDescriptor deprecated

func (DataLoadingConfig_LiteralMapFormat) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataLoadingConfig_LiteralMapFormat.Descriptor instead.

func (DataLoadingConfig_LiteralMapFormat) Number

func (DataLoadingConfig_LiteralMapFormat) String

func (DataLoadingConfig_LiteralMapFormat) Type

type EnumType

type EnumType struct {

	// Predefined set of enum values.
	Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

Enables declaring enum types, with predefined string values For len(values) > 0, the first value in the ordered list is regarded as the default value. If you wish To provide no defaults, make the first value as undefined.

func (*EnumType) Descriptor deprecated

func (*EnumType) Descriptor() ([]byte, []int)

Deprecated: Use EnumType.ProtoReflect.Descriptor instead.

func (*EnumType) GetValues

func (x *EnumType) GetValues() []string

func (*EnumType) ProtoMessage

func (*EnumType) ProtoMessage()

func (*EnumType) ProtoReflect

func (x *EnumType) ProtoReflect() protoreflect.Message

func (*EnumType) Reset

func (x *EnumType) Reset()

func (*EnumType) String

func (x *EnumType) String() string

func (*EnumType) Validate

func (m *EnumType) Validate() error

Validate checks the field values on EnumType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumType) ValidateAll

func (m *EnumType) ValidateAll() error

ValidateAll checks the field values on EnumType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumTypeMultiError, or nil if none found.

type EnumTypeMultiError

type EnumTypeMultiError []error

EnumTypeMultiError is an error wrapping multiple validation errors returned by EnumType.ValidateAll() if the designated constraints aren't met.

func (EnumTypeMultiError) AllErrors

func (m EnumTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnumTypeMultiError) Error

func (m EnumTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EnumTypeValidationError

type EnumTypeValidationError struct {
	// contains filtered or unexported fields
}

EnumTypeValidationError is the validation error returned by EnumType.Validate if the designated constraints aren't met.

func (EnumTypeValidationError) Cause

func (e EnumTypeValidationError) Cause() error

Cause function returns cause value.

func (EnumTypeValidationError) Error

func (e EnumTypeValidationError) Error() string

Error satisfies the builtin error interface

func (EnumTypeValidationError) ErrorName

func (e EnumTypeValidationError) ErrorName() string

ErrorName returns error name.

func (EnumTypeValidationError) Field

func (e EnumTypeValidationError) Field() string

Field function returns field value.

func (EnumTypeValidationError) Key

func (e EnumTypeValidationError) Key() bool

Key function returns key value.

func (EnumTypeValidationError) Reason

func (e EnumTypeValidationError) Reason() string

Reason function returns reason value.

type Error

type Error struct {

	// The node id that threw the error.
	FailedNodeId string `protobuf:"bytes,1,opt,name=failed_node_id,json=failedNodeId,proto3" json:"failed_node_id,omitempty"`
	// Error message thrown.
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

Represents an error thrown from a node.

func (*Error) Descriptor deprecated

func (*Error) Descriptor() ([]byte, []int)

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) GetFailedNodeId

func (x *Error) GetFailedNodeId() string

func (*Error) GetMessage

func (x *Error) GetMessage() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

func (x *Error) ProtoReflect() protoreflect.Message

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

func (*Error) Validate

func (m *Error) Validate() error

Validate checks the field values on Error with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Error) ValidateAll

func (m *Error) ValidateAll() error

ValidateAll checks the field values on Error with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ErrorMultiError, or nil if none found.

type ErrorMultiError

type ErrorMultiError []error

ErrorMultiError is an error wrapping multiple validation errors returned by Error.ValidateAll() if the designated constraints aren't met.

func (ErrorMultiError) AllErrors

func (m ErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ErrorMultiError) Error

func (m ErrorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ErrorValidationError

type ErrorValidationError struct {
	// contains filtered or unexported fields
}

ErrorValidationError is the validation error returned by Error.Validate if the designated constraints aren't met.

func (ErrorValidationError) Cause

func (e ErrorValidationError) Cause() error

Cause function returns cause value.

func (ErrorValidationError) Error

func (e ErrorValidationError) Error() string

Error satisfies the builtin error interface

func (ErrorValidationError) ErrorName

func (e ErrorValidationError) ErrorName() string

ErrorName returns error name.

func (ErrorValidationError) Field

func (e ErrorValidationError) Field() string

Field function returns field value.

func (ErrorValidationError) Key

func (e ErrorValidationError) Key() bool

Key function returns key value.

func (ErrorValidationError) Reason

func (e ErrorValidationError) Reason() string

Reason function returns reason value.

type ExecutionError

type ExecutionError struct {

	// Error code indicates a grouping of a type of error.
	// More Info: <Link>
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// Detailed description of the error - including stack trace.
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// Full error contents accessible via a URI
	ErrorUri string                   `protobuf:"bytes,3,opt,name=error_uri,json=errorUri,proto3" json:"error_uri,omitempty"`
	Kind     ExecutionError_ErrorKind `protobuf:"varint,4,opt,name=kind,proto3,enum=flyteidl.core.ExecutionError_ErrorKind" json:"kind,omitempty"`
	// Timestamp of the error
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Worker that generated the error
	Worker string `protobuf:"bytes,6,opt,name=worker,proto3" json:"worker,omitempty"`
	// contains filtered or unexported fields
}

Represents the error message from the execution.

func (*ExecutionError) Descriptor deprecated

func (*ExecutionError) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionError.ProtoReflect.Descriptor instead.

func (*ExecutionError) GetCode

func (x *ExecutionError) GetCode() string

func (*ExecutionError) GetErrorUri

func (x *ExecutionError) GetErrorUri() string

func (*ExecutionError) GetKind

func (*ExecutionError) GetMessage

func (x *ExecutionError) GetMessage() string

func (*ExecutionError) GetTimestamp

func (x *ExecutionError) GetTimestamp() *timestamppb.Timestamp

func (*ExecutionError) GetWorker

func (x *ExecutionError) GetWorker() string

func (*ExecutionError) ProtoMessage

func (*ExecutionError) ProtoMessage()

func (*ExecutionError) ProtoReflect

func (x *ExecutionError) ProtoReflect() protoreflect.Message

func (*ExecutionError) Reset

func (x *ExecutionError) Reset()

func (*ExecutionError) String

func (x *ExecutionError) String() string

func (*ExecutionError) Validate

func (m *ExecutionError) Validate() error

Validate checks the field values on ExecutionError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExecutionError) ValidateAll

func (m *ExecutionError) ValidateAll() error

ValidateAll checks the field values on ExecutionError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExecutionErrorMultiError, or nil if none found.

type ExecutionErrorMultiError

type ExecutionErrorMultiError []error

ExecutionErrorMultiError is an error wrapping multiple validation errors returned by ExecutionError.ValidateAll() if the designated constraints aren't met.

func (ExecutionErrorMultiError) AllErrors

func (m ExecutionErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExecutionErrorMultiError) Error

func (m ExecutionErrorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExecutionErrorValidationError

type ExecutionErrorValidationError struct {
	// contains filtered or unexported fields
}

ExecutionErrorValidationError is the validation error returned by ExecutionError.Validate if the designated constraints aren't met.

func (ExecutionErrorValidationError) Cause

Cause function returns cause value.

func (ExecutionErrorValidationError) Error

Error satisfies the builtin error interface

func (ExecutionErrorValidationError) ErrorName

func (e ExecutionErrorValidationError) ErrorName() string

ErrorName returns error name.

func (ExecutionErrorValidationError) Field

Field function returns field value.

func (ExecutionErrorValidationError) Key

Key function returns key value.

func (ExecutionErrorValidationError) Reason

Reason function returns reason value.

type ExecutionError_ErrorKind

type ExecutionError_ErrorKind int32

Error type: System or User

const (
	ExecutionError_UNKNOWN ExecutionError_ErrorKind = 0
	ExecutionError_USER    ExecutionError_ErrorKind = 1
	ExecutionError_SYSTEM  ExecutionError_ErrorKind = 2
)

func (ExecutionError_ErrorKind) Descriptor

func (ExecutionError_ErrorKind) Enum

func (ExecutionError_ErrorKind) EnumDescriptor deprecated

func (ExecutionError_ErrorKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExecutionError_ErrorKind.Descriptor instead.

func (ExecutionError_ErrorKind) Number

func (ExecutionError_ErrorKind) String

func (x ExecutionError_ErrorKind) String() string

func (ExecutionError_ErrorKind) Type

type ExtendedResources

type ExtendedResources struct {

	// GPU accelerator to select for task. Contains information about device type, and
	// for multi-instance GPUs, the partition size to use.
	GpuAccelerator *GPUAccelerator `protobuf:"bytes,1,opt,name=gpu_accelerator,json=gpuAccelerator,proto3" json:"gpu_accelerator,omitempty"`
	SharedMemory   *SharedMemory   `protobuf:"bytes,2,opt,name=shared_memory,json=sharedMemory,proto3" json:"shared_memory,omitempty"`
	// contains filtered or unexported fields
}

Encapsulates all non-standard resources, not captured by v1.ResourceRequirements, to allocate to a task.

func (*ExtendedResources) Descriptor deprecated

func (*ExtendedResources) Descriptor() ([]byte, []int)

Deprecated: Use ExtendedResources.ProtoReflect.Descriptor instead.

func (*ExtendedResources) GetGpuAccelerator

func (x *ExtendedResources) GetGpuAccelerator() *GPUAccelerator

func (*ExtendedResources) GetSharedMemory

func (x *ExtendedResources) GetSharedMemory() *SharedMemory

func (*ExtendedResources) ProtoMessage

func (*ExtendedResources) ProtoMessage()

func (*ExtendedResources) ProtoReflect

func (x *ExtendedResources) ProtoReflect() protoreflect.Message

func (*ExtendedResources) Reset

func (x *ExtendedResources) Reset()

func (*ExtendedResources) String

func (x *ExtendedResources) String() string

func (*ExtendedResources) Validate

func (m *ExtendedResources) Validate() error

Validate checks the field values on ExtendedResources with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExtendedResources) ValidateAll

func (m *ExtendedResources) ValidateAll() error

ValidateAll checks the field values on ExtendedResources with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExtendedResourcesMultiError, or nil if none found.

type ExtendedResourcesMultiError

type ExtendedResourcesMultiError []error

ExtendedResourcesMultiError is an error wrapping multiple validation errors returned by ExtendedResources.ValidateAll() if the designated constraints aren't met.

func (ExtendedResourcesMultiError) AllErrors

func (m ExtendedResourcesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExtendedResourcesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExtendedResourcesValidationError

type ExtendedResourcesValidationError struct {
	// contains filtered or unexported fields
}

ExtendedResourcesValidationError is the validation error returned by ExtendedResources.Validate if the designated constraints aren't met.

func (ExtendedResourcesValidationError) Cause

Cause function returns cause value.

func (ExtendedResourcesValidationError) Error

Error satisfies the builtin error interface

func (ExtendedResourcesValidationError) ErrorName

ErrorName returns error name.

func (ExtendedResourcesValidationError) Field

Field function returns field value.

func (ExtendedResourcesValidationError) Key

Key function returns key value.

func (ExtendedResourcesValidationError) Reason

Reason function returns reason value.

type GPUAccelerator

type GPUAccelerator struct {

	// This can be any arbitrary string, and should be informed by the labels or taints
	// associated with the nodes in question. Default cloud provider labels typically
	// use the following values: `nvidia-tesla-t4`, `nvidia-tesla-a100`, etc.
	Device string `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	// Types that are assignable to PartitionSizeValue:
	//
	//	*GPUAccelerator_Unpartitioned
	//	*GPUAccelerator_PartitionSize
	PartitionSizeValue isGPUAccelerator_PartitionSizeValue `protobuf_oneof:"partition_size_value"`
	// contains filtered or unexported fields
}

Metadata associated with the GPU accelerator to allocate to a task. Contains information about device type, and for multi-instance GPUs, the partition size to use.

func (*GPUAccelerator) Descriptor deprecated

func (*GPUAccelerator) Descriptor() ([]byte, []int)

Deprecated: Use GPUAccelerator.ProtoReflect.Descriptor instead.

func (*GPUAccelerator) GetDevice

func (x *GPUAccelerator) GetDevice() string

func (*GPUAccelerator) GetPartitionSize

func (x *GPUAccelerator) GetPartitionSize() string

func (*GPUAccelerator) GetPartitionSizeValue

func (m *GPUAccelerator) GetPartitionSizeValue() isGPUAccelerator_PartitionSizeValue

func (*GPUAccelerator) GetUnpartitioned

func (x *GPUAccelerator) GetUnpartitioned() bool

func (*GPUAccelerator) ProtoMessage

func (*GPUAccelerator) ProtoMessage()

func (*GPUAccelerator) ProtoReflect

func (x *GPUAccelerator) ProtoReflect() protoreflect.Message

func (*GPUAccelerator) Reset

func (x *GPUAccelerator) Reset()

func (*GPUAccelerator) String

func (x *GPUAccelerator) String() string

func (*GPUAccelerator) Validate

func (m *GPUAccelerator) Validate() error

Validate checks the field values on GPUAccelerator with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GPUAccelerator) ValidateAll

func (m *GPUAccelerator) ValidateAll() error

ValidateAll checks the field values on GPUAccelerator with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GPUAcceleratorMultiError, or nil if none found.

type GPUAcceleratorMultiError

type GPUAcceleratorMultiError []error

GPUAcceleratorMultiError is an error wrapping multiple validation errors returned by GPUAccelerator.ValidateAll() if the designated constraints aren't met.

func (GPUAcceleratorMultiError) AllErrors

func (m GPUAcceleratorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GPUAcceleratorMultiError) Error

func (m GPUAcceleratorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GPUAcceleratorValidationError

type GPUAcceleratorValidationError struct {
	// contains filtered or unexported fields
}

GPUAcceleratorValidationError is the validation error returned by GPUAccelerator.Validate if the designated constraints aren't met.

func (GPUAcceleratorValidationError) Cause

Cause function returns cause value.

func (GPUAcceleratorValidationError) Error

Error satisfies the builtin error interface

func (GPUAcceleratorValidationError) ErrorName

func (e GPUAcceleratorValidationError) ErrorName() string

ErrorName returns error name.

func (GPUAcceleratorValidationError) Field

Field function returns field value.

func (GPUAcceleratorValidationError) Key

Key function returns key value.

func (GPUAcceleratorValidationError) Reason

Reason function returns reason value.

type GPUAccelerator_PartitionSize

type GPUAccelerator_PartitionSize struct {
	// Like `device`, this can be any arbitrary string, and should be informed by
	// the labels or taints associated with the nodes in question. Default cloud
	// provider labels typically use the following values: `1g.5gb`, `2g.10gb`, etc.
	PartitionSize string `protobuf:"bytes,3,opt,name=partition_size,json=partitionSize,proto3,oneof"`
}

type GPUAccelerator_Unpartitioned

type GPUAccelerator_Unpartitioned struct {
	Unpartitioned bool `protobuf:"varint,2,opt,name=unpartitioned,proto3,oneof"`
}

type Granularity

type Granularity int32
const (
	Granularity_UNSET  Granularity = 0
	Granularity_MINUTE Granularity = 1
	Granularity_HOUR   Granularity = 2
	Granularity_DAY    Granularity = 3 // default
	Granularity_MONTH  Granularity = 4
)

func (Granularity) Descriptor

func (Granularity) Enum

func (x Granularity) Enum() *Granularity

func (Granularity) EnumDescriptor deprecated

func (Granularity) EnumDescriptor() ([]byte, []int)

Deprecated: Use Granularity.Descriptor instead.

func (Granularity) Number

func (x Granularity) Number() protoreflect.EnumNumber

func (Granularity) String

func (x Granularity) String() string

func (Granularity) Type

type IOStrategy

type IOStrategy struct {

	// Mode to use to manage downloads
	DownloadMode IOStrategy_DownloadMode `` /* 141-byte string literal not displayed */
	// Mode to use to manage uploads
	UploadMode IOStrategy_UploadMode `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

Strategy to use when dealing with Blob, Schema, or multipart blob data (large datasets)

func (*IOStrategy) Descriptor deprecated

func (*IOStrategy) Descriptor() ([]byte, []int)

Deprecated: Use IOStrategy.ProtoReflect.Descriptor instead.

func (*IOStrategy) GetDownloadMode

func (x *IOStrategy) GetDownloadMode() IOStrategy_DownloadMode

func (*IOStrategy) GetUploadMode

func (x *IOStrategy) GetUploadMode() IOStrategy_UploadMode

func (*IOStrategy) ProtoMessage

func (*IOStrategy) ProtoMessage()

func (*IOStrategy) ProtoReflect

func (x *IOStrategy) ProtoReflect() protoreflect.Message

func (*IOStrategy) Reset

func (x *IOStrategy) Reset()

func (*IOStrategy) String

func (x *IOStrategy) String() string

func (*IOStrategy) Validate

func (m *IOStrategy) Validate() error

Validate checks the field values on IOStrategy with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IOStrategy) ValidateAll

func (m *IOStrategy) ValidateAll() error

ValidateAll checks the field values on IOStrategy with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IOStrategyMultiError, or nil if none found.

type IOStrategyMultiError

type IOStrategyMultiError []error

IOStrategyMultiError is an error wrapping multiple validation errors returned by IOStrategy.ValidateAll() if the designated constraints aren't met.

func (IOStrategyMultiError) AllErrors

func (m IOStrategyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IOStrategyMultiError) Error

func (m IOStrategyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type IOStrategyValidationError

type IOStrategyValidationError struct {
	// contains filtered or unexported fields
}

IOStrategyValidationError is the validation error returned by IOStrategy.Validate if the designated constraints aren't met.

func (IOStrategyValidationError) Cause

func (e IOStrategyValidationError) Cause() error

Cause function returns cause value.

func (IOStrategyValidationError) Error

Error satisfies the builtin error interface

func (IOStrategyValidationError) ErrorName

func (e IOStrategyValidationError) ErrorName() string

ErrorName returns error name.

func (IOStrategyValidationError) Field

Field function returns field value.

func (IOStrategyValidationError) Key

Key function returns key value.

func (IOStrategyValidationError) Reason

func (e IOStrategyValidationError) Reason() string

Reason function returns reason value.

type IOStrategy_DownloadMode

type IOStrategy_DownloadMode int32

Mode to use for downloading

const (
	// All data will be downloaded before the main container is executed
	IOStrategy_DOWNLOAD_EAGER IOStrategy_DownloadMode = 0
	// Data will be downloaded as a stream and an End-Of-Stream marker will be written to indicate all data has been downloaded. Refer to protocol for details
	IOStrategy_DOWNLOAD_STREAM IOStrategy_DownloadMode = 1
	// Large objects (offloaded) will not be downloaded
	IOStrategy_DO_NOT_DOWNLOAD IOStrategy_DownloadMode = 2
)

func (IOStrategy_DownloadMode) Descriptor

func (IOStrategy_DownloadMode) Enum

func (IOStrategy_DownloadMode) EnumDescriptor deprecated

func (IOStrategy_DownloadMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use IOStrategy_DownloadMode.Descriptor instead.

func (IOStrategy_DownloadMode) Number

func (IOStrategy_DownloadMode) String

func (x IOStrategy_DownloadMode) String() string

func (IOStrategy_DownloadMode) Type

type IOStrategy_UploadMode

type IOStrategy_UploadMode int32

Mode to use for uploading

const (
	// All data will be uploaded after the main container exits
	IOStrategy_UPLOAD_ON_EXIT IOStrategy_UploadMode = 0
	// Data will be uploaded as it appears. Refer to protocol specification for details
	IOStrategy_UPLOAD_EAGER IOStrategy_UploadMode = 1
	// Data will not be uploaded, only references will be written
	IOStrategy_DO_NOT_UPLOAD IOStrategy_UploadMode = 2
)

func (IOStrategy_UploadMode) Descriptor

func (IOStrategy_UploadMode) Enum

func (IOStrategy_UploadMode) EnumDescriptor deprecated

func (IOStrategy_UploadMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use IOStrategy_UploadMode.Descriptor instead.

func (IOStrategy_UploadMode) Number

func (IOStrategy_UploadMode) String

func (x IOStrategy_UploadMode) String() string

func (IOStrategy_UploadMode) Type

type Identifier

type Identifier struct {

	// Identifies the specific type of resource that this identifier corresponds to.
	ResourceType ResourceType `` /* 130-byte string literal not displayed */
	// Name of the project the resource belongs to.
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the domain the resource belongs to.
	// A domain can be considered as a subset within a specific project.
	Domain string `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"`
	// User provided value for the resource.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Specific version of the resource.
	Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	// Optional, org key applied to the resource.
	Org string `protobuf:"bytes,6,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

Encapsulation of fields that uniquely identifies a Flyte resource.

func (*Identifier) Descriptor deprecated

func (*Identifier) Descriptor() ([]byte, []int)

Deprecated: Use Identifier.ProtoReflect.Descriptor instead.

func (*Identifier) GetDomain

func (x *Identifier) GetDomain() string

func (*Identifier) GetName

func (x *Identifier) GetName() string

func (*Identifier) GetOrg

func (x *Identifier) GetOrg() string

func (*Identifier) GetProject

func (x *Identifier) GetProject() string

func (*Identifier) GetResourceType

func (x *Identifier) GetResourceType() ResourceType

func (*Identifier) GetVersion

func (x *Identifier) GetVersion() string

func (*Identifier) ProtoMessage

func (*Identifier) ProtoMessage()

func (*Identifier) ProtoReflect

func (x *Identifier) ProtoReflect() protoreflect.Message

func (*Identifier) Reset

func (x *Identifier) Reset()

func (*Identifier) String

func (x *Identifier) String() string

func (*Identifier) Validate

func (m *Identifier) Validate() error

Validate checks the field values on Identifier with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Identifier) ValidateAll

func (m *Identifier) ValidateAll() error

ValidateAll checks the field values on Identifier with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IdentifierMultiError, or nil if none found.

type IdentifierMultiError

type IdentifierMultiError []error

IdentifierMultiError is an error wrapping multiple validation errors returned by Identifier.ValidateAll() if the designated constraints aren't met.

func (IdentifierMultiError) AllErrors

func (m IdentifierMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IdentifierMultiError) Error

func (m IdentifierMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type IdentifierValidationError

type IdentifierValidationError struct {
	// contains filtered or unexported fields
}

IdentifierValidationError is the validation error returned by Identifier.Validate if the designated constraints aren't met.

func (IdentifierValidationError) Cause

func (e IdentifierValidationError) Cause() error

Cause function returns cause value.

func (IdentifierValidationError) Error

Error satisfies the builtin error interface

func (IdentifierValidationError) ErrorName

func (e IdentifierValidationError) ErrorName() string

ErrorName returns error name.

func (IdentifierValidationError) Field

Field function returns field value.

func (IdentifierValidationError) Key

Key function returns key value.

func (IdentifierValidationError) Reason

func (e IdentifierValidationError) Reason() string

Reason function returns reason value.

type Identity

type Identity struct {

	// iam_role references the fully qualified name of Identity & Access Management role to impersonate.
	IamRole string `protobuf:"bytes,1,opt,name=iam_role,json=iamRole,proto3" json:"iam_role,omitempty"`
	// k8s_service_account references a kubernetes service account to impersonate.
	K8SServiceAccount string `protobuf:"bytes,2,opt,name=k8s_service_account,json=k8sServiceAccount,proto3" json:"k8s_service_account,omitempty"`
	// oauth2_client references an oauth2 client. Backend plugins can use this information to impersonate the client when
	// making external calls.
	Oauth2Client *OAuth2Client `protobuf:"bytes,3,opt,name=oauth2_client,json=oauth2Client,proto3" json:"oauth2_client,omitempty"`
	// execution_identity references the subject who makes the execution
	ExecutionIdentity string `protobuf:"bytes,4,opt,name=execution_identity,json=executionIdentity,proto3" json:"execution_identity,omitempty"`
	// contains filtered or unexported fields
}

Identity encapsulates the various security identities a task can run as. It's up to the underlying plugin to pick the right identity for the execution environment.

func (*Identity) Descriptor deprecated

func (*Identity) Descriptor() ([]byte, []int)

Deprecated: Use Identity.ProtoReflect.Descriptor instead.

func (*Identity) GetExecutionIdentity

func (x *Identity) GetExecutionIdentity() string

func (*Identity) GetIamRole

func (x *Identity) GetIamRole() string

func (*Identity) GetK8SServiceAccount

func (x *Identity) GetK8SServiceAccount() string

func (*Identity) GetOauth2Client

func (x *Identity) GetOauth2Client() *OAuth2Client

func (*Identity) ProtoMessage

func (*Identity) ProtoMessage()

func (*Identity) ProtoReflect

func (x *Identity) ProtoReflect() protoreflect.Message

func (*Identity) Reset

func (x *Identity) Reset()

func (*Identity) String

func (x *Identity) String() string

func (*Identity) Validate

func (m *Identity) Validate() error

Validate checks the field values on Identity with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Identity) ValidateAll

func (m *Identity) ValidateAll() error

ValidateAll checks the field values on Identity with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IdentityMultiError, or nil if none found.

type IdentityMultiError

type IdentityMultiError []error

IdentityMultiError is an error wrapping multiple validation errors returned by Identity.ValidateAll() if the designated constraints aren't met.

func (IdentityMultiError) AllErrors

func (m IdentityMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IdentityMultiError) Error

func (m IdentityMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type IdentityValidationError

type IdentityValidationError struct {
	// contains filtered or unexported fields
}

IdentityValidationError is the validation error returned by Identity.Validate if the designated constraints aren't met.

func (IdentityValidationError) Cause

func (e IdentityValidationError) Cause() error

Cause function returns cause value.

func (IdentityValidationError) Error

func (e IdentityValidationError) Error() string

Error satisfies the builtin error interface

func (IdentityValidationError) ErrorName

func (e IdentityValidationError) ErrorName() string

ErrorName returns error name.

func (IdentityValidationError) Field

func (e IdentityValidationError) Field() string

Field function returns field value.

func (IdentityValidationError) Key

func (e IdentityValidationError) Key() bool

Key function returns key value.

func (IdentityValidationError) Reason

func (e IdentityValidationError) Reason() string

Reason function returns reason value.

type InputBindingData

type InputBindingData struct {
	Var string `protobuf:"bytes,1,opt,name=var,proto3" json:"var,omitempty"`
	// contains filtered or unexported fields
}

func (*InputBindingData) Descriptor deprecated

func (*InputBindingData) Descriptor() ([]byte, []int)

Deprecated: Use InputBindingData.ProtoReflect.Descriptor instead.

func (*InputBindingData) GetVar

func (x *InputBindingData) GetVar() string

func (*InputBindingData) ProtoMessage

func (*InputBindingData) ProtoMessage()

func (*InputBindingData) ProtoReflect

func (x *InputBindingData) ProtoReflect() protoreflect.Message

func (*InputBindingData) Reset

func (x *InputBindingData) Reset()

func (*InputBindingData) String

func (x *InputBindingData) String() string

func (*InputBindingData) Validate

func (m *InputBindingData) Validate() error

Validate checks the field values on InputBindingData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InputBindingData) ValidateAll

func (m *InputBindingData) ValidateAll() error

ValidateAll checks the field values on InputBindingData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InputBindingDataMultiError, or nil if none found.

type InputBindingDataMultiError

type InputBindingDataMultiError []error

InputBindingDataMultiError is an error wrapping multiple validation errors returned by InputBindingData.ValidateAll() if the designated constraints aren't met.

func (InputBindingDataMultiError) AllErrors

func (m InputBindingDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InputBindingDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type InputBindingDataValidationError

type InputBindingDataValidationError struct {
	// contains filtered or unexported fields
}

InputBindingDataValidationError is the validation error returned by InputBindingData.Validate if the designated constraints aren't met.

func (InputBindingDataValidationError) Cause

Cause function returns cause value.

func (InputBindingDataValidationError) Error

Error satisfies the builtin error interface

func (InputBindingDataValidationError) ErrorName

ErrorName returns error name.

func (InputBindingDataValidationError) Field

Field function returns field value.

func (InputBindingDataValidationError) Key

Key function returns key value.

func (InputBindingDataValidationError) Reason

Reason function returns reason value.

type K8SObjectMetadata

type K8SObjectMetadata struct {

	// Optional labels to add to the pod definition.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Optional annotations to add to the pod definition.
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

Metadata for building a kubernetes object when a task is executed.

func (*K8SObjectMetadata) Descriptor deprecated

func (*K8SObjectMetadata) Descriptor() ([]byte, []int)

Deprecated: Use K8SObjectMetadata.ProtoReflect.Descriptor instead.

func (*K8SObjectMetadata) GetAnnotations

func (x *K8SObjectMetadata) GetAnnotations() map[string]string

func (*K8SObjectMetadata) GetLabels

func (x *K8SObjectMetadata) GetLabels() map[string]string

func (*K8SObjectMetadata) ProtoMessage

func (*K8SObjectMetadata) ProtoMessage()

func (*K8SObjectMetadata) ProtoReflect

func (x *K8SObjectMetadata) ProtoReflect() protoreflect.Message

func (*K8SObjectMetadata) Reset

func (x *K8SObjectMetadata) Reset()

func (*K8SObjectMetadata) String

func (x *K8SObjectMetadata) String() string

func (*K8SObjectMetadata) Validate

func (m *K8SObjectMetadata) Validate() error

Validate checks the field values on K8SObjectMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*K8SObjectMetadata) ValidateAll

func (m *K8SObjectMetadata) ValidateAll() error

ValidateAll checks the field values on K8SObjectMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in K8SObjectMetadataMultiError, or nil if none found.

type K8SObjectMetadataMultiError

type K8SObjectMetadataMultiError []error

K8SObjectMetadataMultiError is an error wrapping multiple validation errors returned by K8SObjectMetadata.ValidateAll() if the designated constraints aren't met.

func (K8SObjectMetadataMultiError) AllErrors

func (m K8SObjectMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (K8SObjectMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type K8SObjectMetadataValidationError

type K8SObjectMetadataValidationError struct {
	// contains filtered or unexported fields
}

K8SObjectMetadataValidationError is the validation error returned by K8SObjectMetadata.Validate if the designated constraints aren't met.

func (K8SObjectMetadataValidationError) Cause

Cause function returns cause value.

func (K8SObjectMetadataValidationError) Error

Error satisfies the builtin error interface

func (K8SObjectMetadataValidationError) ErrorName

ErrorName returns error name.

func (K8SObjectMetadataValidationError) Field

Field function returns field value.

func (K8SObjectMetadataValidationError) Key

Key function returns key value.

func (K8SObjectMetadataValidationError) Reason

Reason function returns reason value.

type K8SPod

type K8SPod struct {

	// Contains additional metadata for building a kubernetes pod.
	Metadata *K8SObjectMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Defines the primary pod spec created when a task is executed.
	// This should be a JSON-marshalled pod spec, which can be defined in
	// - go, using: https://github.com/kubernetes/api/blob/release-1.21/core/v1/types.go#L2936
	// - python: using https://github.com/kubernetes-client/python/blob/release-19.0/kubernetes/client/models/v1_pod_spec.py
	PodSpec *structpb.Struct `protobuf:"bytes,2,opt,name=pod_spec,json=podSpec,proto3" json:"pod_spec,omitempty"`
	// BETA: Optional configuration for DataLoading. If not specified, then default values are used.
	// This makes it possible to to run a completely portable container, that uses inputs and outputs
	// only from the local file-system and without having any reference to flytekit. This is supported only on K8s at the moment.
	// If data loading is enabled, then data will be mounted in accompanying directories specified in the DataLoadingConfig. If the directories
	// are not specified, inputs will be mounted onto and outputs will be uploaded from a pre-determined file-system path. Refer to the documentation
	// to understand the default paths.
	// Only K8s
	DataConfig *DataLoadingConfig `protobuf:"bytes,3,opt,name=data_config,json=dataConfig,proto3" json:"data_config,omitempty"`
	// Defines the primary container name when pod template override is executed.
	PrimaryContainerName string `protobuf:"bytes,4,opt,name=primary_container_name,json=primaryContainerName,proto3" json:"primary_container_name,omitempty"`
	// contains filtered or unexported fields
}

Defines a pod spec and additional pod metadata that is created when a task is executed.

func (*K8SPod) Descriptor deprecated

func (*K8SPod) Descriptor() ([]byte, []int)

Deprecated: Use K8SPod.ProtoReflect.Descriptor instead.

func (*K8SPod) GetDataConfig

func (x *K8SPod) GetDataConfig() *DataLoadingConfig

func (*K8SPod) GetMetadata

func (x *K8SPod) GetMetadata() *K8SObjectMetadata

func (*K8SPod) GetPodSpec

func (x *K8SPod) GetPodSpec() *structpb.Struct

func (*K8SPod) GetPrimaryContainerName

func (x *K8SPod) GetPrimaryContainerName() string

func (*K8SPod) ProtoMessage

func (*K8SPod) ProtoMessage()

func (*K8SPod) ProtoReflect

func (x *K8SPod) ProtoReflect() protoreflect.Message

func (*K8SPod) Reset

func (x *K8SPod) Reset()

func (*K8SPod) String

func (x *K8SPod) String() string

func (*K8SPod) Validate

func (m *K8SPod) Validate() error

Validate checks the field values on K8SPod with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*K8SPod) ValidateAll

func (m *K8SPod) ValidateAll() error

ValidateAll checks the field values on K8SPod with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in K8SPodMultiError, or nil if none found.

type K8SPodMultiError

type K8SPodMultiError []error

K8SPodMultiError is an error wrapping multiple validation errors returned by K8SPod.ValidateAll() if the designated constraints aren't met.

func (K8SPodMultiError) AllErrors

func (m K8SPodMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (K8SPodMultiError) Error

func (m K8SPodMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type K8SPodValidationError

type K8SPodValidationError struct {
	// contains filtered or unexported fields
}

K8SPodValidationError is the validation error returned by K8SPod.Validate if the designated constraints aren't met.

func (K8SPodValidationError) Cause

func (e K8SPodValidationError) Cause() error

Cause function returns cause value.

func (K8SPodValidationError) Error

func (e K8SPodValidationError) Error() string

Error satisfies the builtin error interface

func (K8SPodValidationError) ErrorName

func (e K8SPodValidationError) ErrorName() string

ErrorName returns error name.

func (K8SPodValidationError) Field

func (e K8SPodValidationError) Field() string

Field function returns field value.

func (K8SPodValidationError) Key

func (e K8SPodValidationError) Key() bool

Key function returns key value.

func (K8SPodValidationError) Reason

func (e K8SPodValidationError) Reason() string

Reason function returns reason value.

type KeyValuePair

type KeyValuePair struct {

	// required.
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// +optional.
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

A generic key value pair.

func (*KeyValuePair) Descriptor deprecated

func (*KeyValuePair) Descriptor() ([]byte, []int)

Deprecated: Use KeyValuePair.ProtoReflect.Descriptor instead.

func (*KeyValuePair) GetKey

func (x *KeyValuePair) GetKey() string

func (*KeyValuePair) GetValue

func (x *KeyValuePair) GetValue() string

func (*KeyValuePair) ProtoMessage

func (*KeyValuePair) ProtoMessage()

func (*KeyValuePair) ProtoReflect

func (x *KeyValuePair) ProtoReflect() protoreflect.Message

func (*KeyValuePair) Reset

func (x *KeyValuePair) Reset()

func (*KeyValuePair) String

func (x *KeyValuePair) String() string

func (*KeyValuePair) Validate

func (m *KeyValuePair) Validate() error

Validate checks the field values on KeyValuePair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*KeyValuePair) ValidateAll

func (m *KeyValuePair) ValidateAll() error

ValidateAll checks the field values on KeyValuePair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in KeyValuePairMultiError, or nil if none found.

type KeyValuePairMultiError

type KeyValuePairMultiError []error

KeyValuePairMultiError is an error wrapping multiple validation errors returned by KeyValuePair.ValidateAll() if the designated constraints aren't met.

func (KeyValuePairMultiError) AllErrors

func (m KeyValuePairMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (KeyValuePairMultiError) Error

func (m KeyValuePairMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type KeyValuePairValidationError

type KeyValuePairValidationError struct {
	// contains filtered or unexported fields
}

KeyValuePairValidationError is the validation error returned by KeyValuePair.Validate if the designated constraints aren't met.

func (KeyValuePairValidationError) Cause

Cause function returns cause value.

func (KeyValuePairValidationError) Error

Error satisfies the builtin error interface

func (KeyValuePairValidationError) ErrorName

func (e KeyValuePairValidationError) ErrorName() string

ErrorName returns error name.

func (KeyValuePairValidationError) Field

Field function returns field value.

func (KeyValuePairValidationError) Key

Key function returns key value.

func (KeyValuePairValidationError) Reason

Reason function returns reason value.

type LabelValue

type LabelValue struct {

	// Types that are assignable to Value:
	//
	//	*LabelValue_StaticValue
	//	*LabelValue_TimeValue
	//	*LabelValue_TriggeredBinding
	//	*LabelValue_InputBinding
	//	*LabelValue_RuntimeBinding
	Value isLabelValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*LabelValue) Descriptor deprecated

func (*LabelValue) Descriptor() ([]byte, []int)

Deprecated: Use LabelValue.ProtoReflect.Descriptor instead.

func (*LabelValue) GetInputBinding

func (x *LabelValue) GetInputBinding() *InputBindingData

func (*LabelValue) GetRuntimeBinding

func (x *LabelValue) GetRuntimeBinding() *RuntimeBinding

func (*LabelValue) GetStaticValue

func (x *LabelValue) GetStaticValue() string

func (*LabelValue) GetTimeValue

func (x *LabelValue) GetTimeValue() *timestamppb.Timestamp

func (*LabelValue) GetTriggeredBinding

func (x *LabelValue) GetTriggeredBinding() *ArtifactBindingData

func (*LabelValue) GetValue

func (m *LabelValue) GetValue() isLabelValue_Value

func (*LabelValue) ProtoMessage

func (*LabelValue) ProtoMessage()

func (*LabelValue) ProtoReflect

func (x *LabelValue) ProtoReflect() protoreflect.Message

func (*LabelValue) Reset

func (x *LabelValue) Reset()

func (*LabelValue) String

func (x *LabelValue) String() string

func (*LabelValue) Validate

func (m *LabelValue) Validate() error

Validate checks the field values on LabelValue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LabelValue) ValidateAll

func (m *LabelValue) ValidateAll() error

ValidateAll checks the field values on LabelValue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LabelValueMultiError, or nil if none found.

type LabelValueMultiError

type LabelValueMultiError []error

LabelValueMultiError is an error wrapping multiple validation errors returned by LabelValue.ValidateAll() if the designated constraints aren't met.

func (LabelValueMultiError) AllErrors

func (m LabelValueMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LabelValueMultiError) Error

func (m LabelValueMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LabelValueValidationError

type LabelValueValidationError struct {
	// contains filtered or unexported fields
}

LabelValueValidationError is the validation error returned by LabelValue.Validate if the designated constraints aren't met.

func (LabelValueValidationError) Cause

func (e LabelValueValidationError) Cause() error

Cause function returns cause value.

func (LabelValueValidationError) Error

Error satisfies the builtin error interface

func (LabelValueValidationError) ErrorName

func (e LabelValueValidationError) ErrorName() string

ErrorName returns error name.

func (LabelValueValidationError) Field

Field function returns field value.

func (LabelValueValidationError) Key

Key function returns key value.

func (LabelValueValidationError) Reason

func (e LabelValueValidationError) Reason() string

Reason function returns reason value.

type LabelValue_InputBinding

type LabelValue_InputBinding struct {
	InputBinding *InputBindingData `protobuf:"bytes,4,opt,name=input_binding,json=inputBinding,proto3,oneof"`
}

type LabelValue_RuntimeBinding

type LabelValue_RuntimeBinding struct {
	RuntimeBinding *RuntimeBinding `protobuf:"bytes,5,opt,name=runtime_binding,json=runtimeBinding,proto3,oneof"`
}

type LabelValue_StaticValue

type LabelValue_StaticValue struct {
	// The string static value is for use in the Partitions object
	StaticValue string `protobuf:"bytes,1,opt,name=static_value,json=staticValue,proto3,oneof"`
}

type LabelValue_TimeValue

type LabelValue_TimeValue struct {
	// The time value is for use in the TimePartition case
	TimeValue *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time_value,json=timeValue,proto3,oneof"`
}

type LabelValue_TriggeredBinding

type LabelValue_TriggeredBinding struct {
	TriggeredBinding *ArtifactBindingData `protobuf:"bytes,3,opt,name=triggered_binding,json=triggeredBinding,proto3,oneof"`
}

type Literal

type Literal struct {

	// Types that are assignable to Value:
	//
	//	*Literal_Scalar
	//	*Literal_Collection
	//	*Literal_Map
	//	*Literal_OffloadedMetadata
	Value isLiteral_Value `protobuf_oneof:"value"`
	// A hash representing this literal.
	// This is used for caching purposes. For more details refer to RFC 1893
	// (https://github.com/flyteorg/flyte/blob/master/rfc/system/1893-caching-of-offloaded-objects.md)
	Hash string `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	// Additional metadata for literals.
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

A simple value. This supports any level of nesting (e.g. array of array of array of Blobs) as well as simple primitives.

func (*Literal) Descriptor deprecated

func (*Literal) Descriptor() ([]byte, []int)

Deprecated: Use Literal.ProtoReflect.Descriptor instead.

func (*Literal) GetCollection

func (x *Literal) GetCollection() *LiteralCollection

func (*Literal) GetHash

func (x *Literal) GetHash() string

func (*Literal) GetMap

func (x *Literal) GetMap() *LiteralMap

func (*Literal) GetMetadata

func (x *Literal) GetMetadata() map[string]string

func (*Literal) GetOffloadedMetadata

func (x *Literal) GetOffloadedMetadata() *LiteralOffloadedMetadata

func (*Literal) GetScalar

func (x *Literal) GetScalar() *Scalar

func (*Literal) GetValue

func (m *Literal) GetValue() isLiteral_Value

func (*Literal) ProtoMessage

func (*Literal) ProtoMessage()

func (*Literal) ProtoReflect

func (x *Literal) ProtoReflect() protoreflect.Message

func (*Literal) Reset

func (x *Literal) Reset()

func (*Literal) String

func (x *Literal) String() string

func (*Literal) Validate

func (m *Literal) Validate() error

Validate checks the field values on Literal with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Literal) ValidateAll

func (m *Literal) ValidateAll() error

ValidateAll checks the field values on Literal with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiteralMultiError, or nil if none found.

type LiteralCollection

type LiteralCollection struct {
	Literals []*Literal `protobuf:"bytes,1,rep,name=literals,proto3" json:"literals,omitempty"`
	// contains filtered or unexported fields
}

A collection of literals. This is a workaround since oneofs in proto messages cannot contain a repeated field.

func (*LiteralCollection) Descriptor deprecated

func (*LiteralCollection) Descriptor() ([]byte, []int)

Deprecated: Use LiteralCollection.ProtoReflect.Descriptor instead.

func (*LiteralCollection) GetLiterals

func (x *LiteralCollection) GetLiterals() []*Literal

func (*LiteralCollection) ProtoMessage

func (*LiteralCollection) ProtoMessage()

func (*LiteralCollection) ProtoReflect

func (x *LiteralCollection) ProtoReflect() protoreflect.Message

func (*LiteralCollection) Reset

func (x *LiteralCollection) Reset()

func (*LiteralCollection) String

func (x *LiteralCollection) String() string

func (*LiteralCollection) Validate

func (m *LiteralCollection) Validate() error

Validate checks the field values on LiteralCollection with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiteralCollection) ValidateAll

func (m *LiteralCollection) ValidateAll() error

ValidateAll checks the field values on LiteralCollection with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiteralCollectionMultiError, or nil if none found.

type LiteralCollectionMultiError

type LiteralCollectionMultiError []error

LiteralCollectionMultiError is an error wrapping multiple validation errors returned by LiteralCollection.ValidateAll() if the designated constraints aren't met.

func (LiteralCollectionMultiError) AllErrors

func (m LiteralCollectionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiteralCollectionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiteralCollectionValidationError

type LiteralCollectionValidationError struct {
	// contains filtered or unexported fields
}

LiteralCollectionValidationError is the validation error returned by LiteralCollection.Validate if the designated constraints aren't met.

func (LiteralCollectionValidationError) Cause

Cause function returns cause value.

func (LiteralCollectionValidationError) Error

Error satisfies the builtin error interface

func (LiteralCollectionValidationError) ErrorName

ErrorName returns error name.

func (LiteralCollectionValidationError) Field

Field function returns field value.

func (LiteralCollectionValidationError) Key

Key function returns key value.

func (LiteralCollectionValidationError) Reason

Reason function returns reason value.

type LiteralMap

type LiteralMap struct {
	Literals map[string]*Literal `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

A map of literals. This is a workaround since oneofs in proto messages cannot contain a repeated field.

func (*LiteralMap) Descriptor deprecated

func (*LiteralMap) Descriptor() ([]byte, []int)

Deprecated: Use LiteralMap.ProtoReflect.Descriptor instead.

func (*LiteralMap) GetLiterals

func (x *LiteralMap) GetLiterals() map[string]*Literal

func (*LiteralMap) ProtoMessage

func (*LiteralMap) ProtoMessage()

func (*LiteralMap) ProtoReflect

func (x *LiteralMap) ProtoReflect() protoreflect.Message

func (*LiteralMap) Reset

func (x *LiteralMap) Reset()

func (*LiteralMap) String

func (x *LiteralMap) String() string

func (*LiteralMap) Validate

func (m *LiteralMap) Validate() error

Validate checks the field values on LiteralMap with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiteralMap) ValidateAll

func (m *LiteralMap) ValidateAll() error

ValidateAll checks the field values on LiteralMap with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiteralMapMultiError, or nil if none found.

type LiteralMapMultiError

type LiteralMapMultiError []error

LiteralMapMultiError is an error wrapping multiple validation errors returned by LiteralMap.ValidateAll() if the designated constraints aren't met.

func (LiteralMapMultiError) AllErrors

func (m LiteralMapMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiteralMapMultiError) Error

func (m LiteralMapMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LiteralMapValidationError

type LiteralMapValidationError struct {
	// contains filtered or unexported fields
}

LiteralMapValidationError is the validation error returned by LiteralMap.Validate if the designated constraints aren't met.

func (LiteralMapValidationError) Cause

func (e LiteralMapValidationError) Cause() error

Cause function returns cause value.

func (LiteralMapValidationError) Error

Error satisfies the builtin error interface

func (LiteralMapValidationError) ErrorName

func (e LiteralMapValidationError) ErrorName() string

ErrorName returns error name.

func (LiteralMapValidationError) Field

Field function returns field value.

func (LiteralMapValidationError) Key

Key function returns key value.

func (LiteralMapValidationError) Reason

func (e LiteralMapValidationError) Reason() string

Reason function returns reason value.

type LiteralMultiError

type LiteralMultiError []error

LiteralMultiError is an error wrapping multiple validation errors returned by Literal.ValidateAll() if the designated constraints aren't met.

func (LiteralMultiError) AllErrors

func (m LiteralMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiteralMultiError) Error

func (m LiteralMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LiteralOffloadedMetadata

type LiteralOffloadedMetadata struct {

	// The location of the offloaded core.Literal.
	Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	// The size of the offloaded data.
	SizeBytes uint64 `protobuf:"varint,2,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"`
	// The inferred literal type of the offloaded data.
	InferredType *LiteralType `protobuf:"bytes,3,opt,name=inferred_type,json=inferredType,proto3" json:"inferred_type,omitempty"`
	// contains filtered or unexported fields
}

A message that contains the metadata of the offloaded data.

func (*LiteralOffloadedMetadata) Descriptor deprecated

func (*LiteralOffloadedMetadata) Descriptor() ([]byte, []int)

Deprecated: Use LiteralOffloadedMetadata.ProtoReflect.Descriptor instead.

func (*LiteralOffloadedMetadata) GetInferredType

func (x *LiteralOffloadedMetadata) GetInferredType() *LiteralType

func (*LiteralOffloadedMetadata) GetSizeBytes

func (x *LiteralOffloadedMetadata) GetSizeBytes() uint64

func (*LiteralOffloadedMetadata) GetUri

func (x *LiteralOffloadedMetadata) GetUri() string

func (*LiteralOffloadedMetadata) ProtoMessage

func (*LiteralOffloadedMetadata) ProtoMessage()

func (*LiteralOffloadedMetadata) ProtoReflect

func (x *LiteralOffloadedMetadata) ProtoReflect() protoreflect.Message

func (*LiteralOffloadedMetadata) Reset

func (x *LiteralOffloadedMetadata) Reset()

func (*LiteralOffloadedMetadata) String

func (x *LiteralOffloadedMetadata) String() string

func (*LiteralOffloadedMetadata) Validate

func (m *LiteralOffloadedMetadata) Validate() error

Validate checks the field values on LiteralOffloadedMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiteralOffloadedMetadata) ValidateAll

func (m *LiteralOffloadedMetadata) ValidateAll() error

ValidateAll checks the field values on LiteralOffloadedMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiteralOffloadedMetadataMultiError, or nil if none found.

type LiteralOffloadedMetadataMultiError

type LiteralOffloadedMetadataMultiError []error

LiteralOffloadedMetadataMultiError is an error wrapping multiple validation errors returned by LiteralOffloadedMetadata.ValidateAll() if the designated constraints aren't met.

func (LiteralOffloadedMetadataMultiError) AllErrors

func (m LiteralOffloadedMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiteralOffloadedMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiteralOffloadedMetadataValidationError

type LiteralOffloadedMetadataValidationError struct {
	// contains filtered or unexported fields
}

LiteralOffloadedMetadataValidationError is the validation error returned by LiteralOffloadedMetadata.Validate if the designated constraints aren't met.

func (LiteralOffloadedMetadataValidationError) Cause

Cause function returns cause value.

func (LiteralOffloadedMetadataValidationError) Error

Error satisfies the builtin error interface

func (LiteralOffloadedMetadataValidationError) ErrorName

ErrorName returns error name.

func (LiteralOffloadedMetadataValidationError) Field

Field function returns field value.

func (LiteralOffloadedMetadataValidationError) Key

Key function returns key value.

func (LiteralOffloadedMetadataValidationError) Reason

Reason function returns reason value.

type LiteralType

type LiteralType struct {

	// Types that are assignable to Type:
	//
	//	*LiteralType_Simple
	//	*LiteralType_Schema
	//	*LiteralType_CollectionType
	//	*LiteralType_MapValueType
	//	*LiteralType_Blob
	//	*LiteralType_EnumType
	//	*LiteralType_StructuredDatasetType
	//	*LiteralType_UnionType
	Type isLiteralType_Type `protobuf_oneof:"type"`
	// This field contains type metadata that is descriptive of the type, but is NOT considered in type-checking.  This might be used by
	// consumers to identify special behavior or display extended information for the type.
	Metadata *structpb.Struct `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// This field contains arbitrary data that might have special semantic
	// meaning for the client but does not effect internal flyte behavior.
	Annotation *TypeAnnotation `protobuf:"bytes,9,opt,name=annotation,proto3" json:"annotation,omitempty"`
	// Hints to improve type matching.
	Structure *TypeStructure `protobuf:"bytes,11,opt,name=structure,proto3" json:"structure,omitempty"`
	// contains filtered or unexported fields
}

Defines a strong type to allow type checking between interfaces.

func (*LiteralType) Descriptor deprecated

func (*LiteralType) Descriptor() ([]byte, []int)

Deprecated: Use LiteralType.ProtoReflect.Descriptor instead.

func (*LiteralType) GetAnnotation

func (x *LiteralType) GetAnnotation() *TypeAnnotation

func (*LiteralType) GetBlob

func (x *LiteralType) GetBlob() *BlobType

func (*LiteralType) GetCollectionType

func (x *LiteralType) GetCollectionType() *LiteralType

func (*LiteralType) GetEnumType

func (x *LiteralType) GetEnumType() *EnumType

func (*LiteralType) GetMapValueType

func (x *LiteralType) GetMapValueType() *LiteralType

func (*LiteralType) GetMetadata

func (x *LiteralType) GetMetadata() *structpb.Struct

func (*LiteralType) GetSchema

func (x *LiteralType) GetSchema() *SchemaType

func (*LiteralType) GetSimple

func (x *LiteralType) GetSimple() SimpleType

func (*LiteralType) GetStructure

func (x *LiteralType) GetStructure() *TypeStructure

func (*LiteralType) GetStructuredDatasetType

func (x *LiteralType) GetStructuredDatasetType() *StructuredDatasetType

func (*LiteralType) GetType

func (m *LiteralType) GetType() isLiteralType_Type

func (*LiteralType) GetUnionType

func (x *LiteralType) GetUnionType() *UnionType

func (*LiteralType) ProtoMessage

func (*LiteralType) ProtoMessage()

func (*LiteralType) ProtoReflect

func (x *LiteralType) ProtoReflect() protoreflect.Message

func (*LiteralType) Reset

func (x *LiteralType) Reset()

func (*LiteralType) String

func (x *LiteralType) String() string

func (*LiteralType) Validate

func (m *LiteralType) Validate() error

Validate checks the field values on LiteralType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiteralType) ValidateAll

func (m *LiteralType) ValidateAll() error

ValidateAll checks the field values on LiteralType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiteralTypeMultiError, or nil if none found.

type LiteralTypeMultiError

type LiteralTypeMultiError []error

LiteralTypeMultiError is an error wrapping multiple validation errors returned by LiteralType.ValidateAll() if the designated constraints aren't met.

func (LiteralTypeMultiError) AllErrors

func (m LiteralTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiteralTypeMultiError) Error

func (m LiteralTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LiteralTypeValidationError

type LiteralTypeValidationError struct {
	// contains filtered or unexported fields
}

LiteralTypeValidationError is the validation error returned by LiteralType.Validate if the designated constraints aren't met.

func (LiteralTypeValidationError) Cause

Cause function returns cause value.

func (LiteralTypeValidationError) Error

Error satisfies the builtin error interface

func (LiteralTypeValidationError) ErrorName

func (e LiteralTypeValidationError) ErrorName() string

ErrorName returns error name.

func (LiteralTypeValidationError) Field

Field function returns field value.

func (LiteralTypeValidationError) Key

Key function returns key value.

func (LiteralTypeValidationError) Reason

Reason function returns reason value.

type LiteralType_Blob

type LiteralType_Blob struct {
	// A blob might have specialized implementation details depending on associated metadata.
	Blob *BlobType `protobuf:"bytes,5,opt,name=blob,proto3,oneof"`
}

type LiteralType_CollectionType

type LiteralType_CollectionType struct {
	// Defines the type of the value of a collection. Only homogeneous collections are allowed.
	CollectionType *LiteralType `protobuf:"bytes,3,opt,name=collection_type,json=collectionType,proto3,oneof"`
}

type LiteralType_EnumType

type LiteralType_EnumType struct {
	// Defines an enum with pre-defined string values.
	EnumType *EnumType `protobuf:"bytes,7,opt,name=enum_type,json=enumType,proto3,oneof"`
}

type LiteralType_MapValueType

type LiteralType_MapValueType struct {
	// Defines the type of the value of a map type. The type of the key is always a string.
	MapValueType *LiteralType `protobuf:"bytes,4,opt,name=map_value_type,json=mapValueType,proto3,oneof"`
}

type LiteralType_Schema

type LiteralType_Schema struct {
	// A complex type that requires matching of inner fields.
	Schema *SchemaType `protobuf:"bytes,2,opt,name=schema,proto3,oneof"`
}

type LiteralType_Simple

type LiteralType_Simple struct {
	// A simple type that can be compared one-to-one with another.
	Simple SimpleType `protobuf:"varint,1,opt,name=simple,proto3,enum=flyteidl.core.SimpleType,oneof"`
}

type LiteralType_StructuredDatasetType

type LiteralType_StructuredDatasetType struct {
	// Generalized schema support
	StructuredDatasetType *StructuredDatasetType `protobuf:"bytes,8,opt,name=structured_dataset_type,json=structuredDatasetType,proto3,oneof"`
}

type LiteralType_UnionType

type LiteralType_UnionType struct {
	// Defines an union type with pre-defined LiteralTypes.
	UnionType *UnionType `protobuf:"bytes,10,opt,name=union_type,json=unionType,proto3,oneof"`
}

type LiteralValidationError

type LiteralValidationError struct {
	// contains filtered or unexported fields
}

LiteralValidationError is the validation error returned by Literal.Validate if the designated constraints aren't met.

func (LiteralValidationError) Cause

func (e LiteralValidationError) Cause() error

Cause function returns cause value.

func (LiteralValidationError) Error

func (e LiteralValidationError) Error() string

Error satisfies the builtin error interface

func (LiteralValidationError) ErrorName

func (e LiteralValidationError) ErrorName() string

ErrorName returns error name.

func (LiteralValidationError) Field

func (e LiteralValidationError) Field() string

Field function returns field value.

func (LiteralValidationError) Key

func (e LiteralValidationError) Key() bool

Key function returns key value.

func (LiteralValidationError) Reason

func (e LiteralValidationError) Reason() string

Reason function returns reason value.

type Literal_Collection

type Literal_Collection struct {
	// A collection of literals to allow nesting.
	Collection *LiteralCollection `protobuf:"bytes,2,opt,name=collection,proto3,oneof"`
}

type Literal_Map

type Literal_Map struct {
	// A map of strings to literals.
	Map *LiteralMap `protobuf:"bytes,3,opt,name=map,proto3,oneof"`
}

type Literal_OffloadedMetadata

type Literal_OffloadedMetadata struct {
	// Offloaded literal metadata
	// When you deserialize the offloaded metadata, it would be of Literal and its type would be defined by LiteralType stored in offloaded_metadata.
	OffloadedMetadata *LiteralOffloadedMetadata `protobuf:"bytes,8,opt,name=offloaded_metadata,json=offloadedMetadata,proto3,oneof"`
}

type Literal_Scalar

type Literal_Scalar struct {
	// A simple value.
	Scalar *Scalar `protobuf:"bytes,1,opt,name=scalar,proto3,oneof"`
}

type LogContext

type LogContext struct {
	Pods           []*PodLogContext `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty"`
	PrimaryPodName string           `protobuf:"bytes,2,opt,name=primary_pod_name,json=primaryPodName,proto3" json:"primary_pod_name,omitempty"`
	// contains filtered or unexported fields
}

Contains metadata required to identify logs produces by a set of pods

func (*LogContext) Descriptor deprecated

func (*LogContext) Descriptor() ([]byte, []int)

Deprecated: Use LogContext.ProtoReflect.Descriptor instead.

func (*LogContext) GetPods

func (x *LogContext) GetPods() []*PodLogContext

func (*LogContext) GetPrimaryPodName

func (x *LogContext) GetPrimaryPodName() string

func (*LogContext) ProtoMessage

func (*LogContext) ProtoMessage()

func (*LogContext) ProtoReflect

func (x *LogContext) ProtoReflect() protoreflect.Message

func (*LogContext) Reset

func (x *LogContext) Reset()

func (*LogContext) String

func (x *LogContext) String() string

func (*LogContext) Validate

func (m *LogContext) Validate() error

Validate checks the field values on LogContext with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LogContext) ValidateAll

func (m *LogContext) ValidateAll() error

ValidateAll checks the field values on LogContext with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogContextMultiError, or nil if none found.

type LogContextMultiError

type LogContextMultiError []error

LogContextMultiError is an error wrapping multiple validation errors returned by LogContext.ValidateAll() if the designated constraints aren't met.

func (LogContextMultiError) AllErrors

func (m LogContextMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogContextMultiError) Error

func (m LogContextMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LogContextValidationError

type LogContextValidationError struct {
	// contains filtered or unexported fields
}

LogContextValidationError is the validation error returned by LogContext.Validate if the designated constraints aren't met.

func (LogContextValidationError) Cause

func (e LogContextValidationError) Cause() error

Cause function returns cause value.

func (LogContextValidationError) Error

Error satisfies the builtin error interface

func (LogContextValidationError) ErrorName

func (e LogContextValidationError) ErrorName() string

ErrorName returns error name.

func (LogContextValidationError) Field

Field function returns field value.

func (LogContextValidationError) Key

Key function returns key value.

func (LogContextValidationError) Reason

func (e LogContextValidationError) Reason() string

Reason function returns reason value.

type NodeExecution

type NodeExecution struct {
	// contains filtered or unexported fields
}

Indicates various phases of Node Execution that only include the time spent to run the nodes/workflows

func (*NodeExecution) Descriptor deprecated

func (*NodeExecution) Descriptor() ([]byte, []int)

Deprecated: Use NodeExecution.ProtoReflect.Descriptor instead.

func (*NodeExecution) ProtoMessage

func (*NodeExecution) ProtoMessage()

func (*NodeExecution) ProtoReflect

func (x *NodeExecution) ProtoReflect() protoreflect.Message

func (*NodeExecution) Reset

func (x *NodeExecution) Reset()

func (*NodeExecution) String

func (x *NodeExecution) String() string

func (*NodeExecution) Validate

func (m *NodeExecution) Validate() error

Validate checks the field values on NodeExecution with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NodeExecution) ValidateAll

func (m *NodeExecution) ValidateAll() error

ValidateAll checks the field values on NodeExecution with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NodeExecutionMultiError, or nil if none found.

type NodeExecutionIdentifier

type NodeExecutionIdentifier struct {
	NodeId      string                       `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	ExecutionId *WorkflowExecutionIdentifier `protobuf:"bytes,2,opt,name=execution_id,json=executionId,proto3" json:"execution_id,omitempty"`
	// contains filtered or unexported fields
}

Encapsulation of fields that identify a Flyte node execution entity.

func (*NodeExecutionIdentifier) Descriptor deprecated

func (*NodeExecutionIdentifier) Descriptor() ([]byte, []int)

Deprecated: Use NodeExecutionIdentifier.ProtoReflect.Descriptor instead.

func (*NodeExecutionIdentifier) GetExecutionId

func (*NodeExecutionIdentifier) GetNodeId

func (x *NodeExecutionIdentifier) GetNodeId() string

func (*NodeExecutionIdentifier) ProtoMessage

func (*NodeExecutionIdentifier) ProtoMessage()

func (*NodeExecutionIdentifier) ProtoReflect

func (x *NodeExecutionIdentifier) ProtoReflect() protoreflect.Message

func (*NodeExecutionIdentifier) Reset

func (x *NodeExecutionIdentifier) Reset()

func (*NodeExecutionIdentifier) String

func (x *NodeExecutionIdentifier) String() string

func (*NodeExecutionIdentifier) Validate

func (m *NodeExecutionIdentifier) Validate() error

Validate checks the field values on NodeExecutionIdentifier with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NodeExecutionIdentifier) ValidateAll

func (m *NodeExecutionIdentifier) ValidateAll() error

ValidateAll checks the field values on NodeExecutionIdentifier with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NodeExecutionIdentifierMultiError, or nil if none found.

type NodeExecutionIdentifierMultiError

type NodeExecutionIdentifierMultiError []error

NodeExecutionIdentifierMultiError is an error wrapping multiple validation errors returned by NodeExecutionIdentifier.ValidateAll() if the designated constraints aren't met.

func (NodeExecutionIdentifierMultiError) AllErrors

func (m NodeExecutionIdentifierMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NodeExecutionIdentifierMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NodeExecutionIdentifierValidationError

type NodeExecutionIdentifierValidationError struct {
	// contains filtered or unexported fields
}

NodeExecutionIdentifierValidationError is the validation error returned by NodeExecutionIdentifier.Validate if the designated constraints aren't met.

func (NodeExecutionIdentifierValidationError) Cause

Cause function returns cause value.

func (NodeExecutionIdentifierValidationError) Error

Error satisfies the builtin error interface

func (NodeExecutionIdentifierValidationError) ErrorName

ErrorName returns error name.

func (NodeExecutionIdentifierValidationError) Field

Field function returns field value.

func (NodeExecutionIdentifierValidationError) Key

Key function returns key value.

func (NodeExecutionIdentifierValidationError) Reason

Reason function returns reason value.

type NodeExecutionMultiError

type NodeExecutionMultiError []error

NodeExecutionMultiError is an error wrapping multiple validation errors returned by NodeExecution.ValidateAll() if the designated constraints aren't met.

func (NodeExecutionMultiError) AllErrors

func (m NodeExecutionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NodeExecutionMultiError) Error

func (m NodeExecutionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NodeExecutionValidationError

type NodeExecutionValidationError struct {
	// contains filtered or unexported fields
}

NodeExecutionValidationError is the validation error returned by NodeExecution.Validate if the designated constraints aren't met.

func (NodeExecutionValidationError) Cause

Cause function returns cause value.

func (NodeExecutionValidationError) Error

Error satisfies the builtin error interface

func (NodeExecutionValidationError) ErrorName

func (e NodeExecutionValidationError) ErrorName() string

ErrorName returns error name.

func (NodeExecutionValidationError) Field

Field function returns field value.

func (NodeExecutionValidationError) Key

Key function returns key value.

func (NodeExecutionValidationError) Reason

Reason function returns reason value.

type NodeExecution_Phase

type NodeExecution_Phase int32
const (
	NodeExecution_UNDEFINED       NodeExecution_Phase = 0
	NodeExecution_QUEUED          NodeExecution_Phase = 1
	NodeExecution_RUNNING         NodeExecution_Phase = 2
	NodeExecution_SUCCEEDED       NodeExecution_Phase = 3
	NodeExecution_FAILING         NodeExecution_Phase = 4
	NodeExecution_FAILED          NodeExecution_Phase = 5
	NodeExecution_ABORTED         NodeExecution_Phase = 6
	NodeExecution_SKIPPED         NodeExecution_Phase = 7
	NodeExecution_TIMED_OUT       NodeExecution_Phase = 8
	NodeExecution_DYNAMIC_RUNNING NodeExecution_Phase = 9
	NodeExecution_RECOVERED       NodeExecution_Phase = 10
)

func (NodeExecution_Phase) Descriptor

func (NodeExecution_Phase) Enum

func (NodeExecution_Phase) EnumDescriptor deprecated

func (NodeExecution_Phase) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeExecution_Phase.Descriptor instead.

func (NodeExecution_Phase) Number

func (NodeExecution_Phase) String

func (x NodeExecution_Phase) String() string

func (NodeExecution_Phase) Type

type OAuth2Client

type OAuth2Client struct {

	// client_id is the public id for the client to use. The system will not perform any pre-auth validation that the
	// secret requested matches the client_id indicated here.
	// +required
	ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// client_secret is a reference to the secret used to authenticate the OAuth2 client.
	// +required
	ClientSecret *Secret `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// contains filtered or unexported fields
}

OAuth2Client encapsulates OAuth2 Client Credentials to be used when making calls on behalf of that task.

func (*OAuth2Client) Descriptor deprecated

func (*OAuth2Client) Descriptor() ([]byte, []int)

Deprecated: Use OAuth2Client.ProtoReflect.Descriptor instead.

func (*OAuth2Client) GetClientId

func (x *OAuth2Client) GetClientId() string

func (*OAuth2Client) GetClientSecret

func (x *OAuth2Client) GetClientSecret() *Secret

func (*OAuth2Client) ProtoMessage

func (*OAuth2Client) ProtoMessage()

func (*OAuth2Client) ProtoReflect

func (x *OAuth2Client) ProtoReflect() protoreflect.Message

func (*OAuth2Client) Reset

func (x *OAuth2Client) Reset()

func (*OAuth2Client) String

func (x *OAuth2Client) String() string

func (*OAuth2Client) Validate

func (m *OAuth2Client) Validate() error

Validate checks the field values on OAuth2Client with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OAuth2Client) ValidateAll

func (m *OAuth2Client) ValidateAll() error

ValidateAll checks the field values on OAuth2Client with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OAuth2ClientMultiError, or nil if none found.

type OAuth2ClientMultiError

type OAuth2ClientMultiError []error

OAuth2ClientMultiError is an error wrapping multiple validation errors returned by OAuth2Client.ValidateAll() if the designated constraints aren't met.

func (OAuth2ClientMultiError) AllErrors

func (m OAuth2ClientMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAuth2ClientMultiError) Error

func (m OAuth2ClientMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type OAuth2ClientValidationError

type OAuth2ClientValidationError struct {
	// contains filtered or unexported fields
}

OAuth2ClientValidationError is the validation error returned by OAuth2Client.Validate if the designated constraints aren't met.

func (OAuth2ClientValidationError) Cause

Cause function returns cause value.

func (OAuth2ClientValidationError) Error

Error satisfies the builtin error interface

func (OAuth2ClientValidationError) ErrorName

func (e OAuth2ClientValidationError) ErrorName() string

ErrorName returns error name.

func (OAuth2ClientValidationError) Field

Field function returns field value.

func (OAuth2ClientValidationError) Key

Key function returns key value.

func (OAuth2ClientValidationError) Reason

Reason function returns reason value.

type OAuth2TokenRequest

type OAuth2TokenRequest struct {

	// name indicates a unique id for the token request within this task token requests. It'll be used as a suffix for
	// environment variables and as a filename for mounting tokens as files.
	// +required
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// type indicates the type of the request to make. Defaults to CLIENT_CREDENTIALS.
	// +required
	Type OAuth2TokenRequest_Type `protobuf:"varint,2,opt,name=type,proto3,enum=flyteidl.core.OAuth2TokenRequest_Type" json:"type,omitempty"`
	// client references the client_id/secret to use to request the OAuth2 token.
	// +required
	Client *OAuth2Client `protobuf:"bytes,3,opt,name=client,proto3" json:"client,omitempty"`
	// idp_discovery_endpoint references the discovery endpoint used to retrieve token endpoint and other related
	// information.
	// +optional
	IdpDiscoveryEndpoint string `protobuf:"bytes,4,opt,name=idp_discovery_endpoint,json=idpDiscoveryEndpoint,proto3" json:"idp_discovery_endpoint,omitempty"`
	// token_endpoint references the token issuance endpoint. If idp_discovery_endpoint is not provided, this parameter is
	// mandatory.
	// +optional
	TokenEndpoint string `protobuf:"bytes,5,opt,name=token_endpoint,json=tokenEndpoint,proto3" json:"token_endpoint,omitempty"`
	// contains filtered or unexported fields
}

OAuth2TokenRequest encapsulates information needed to request an OAuth2 token. FLYTE_TOKENS_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if tokens are passed through environment variables. FLYTE_TOKENS_PATH_PREFIX will be passed to indicate the prefix of the path where secrets will be mounted if tokens are passed through file mounts.

func (*OAuth2TokenRequest) Descriptor deprecated

func (*OAuth2TokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use OAuth2TokenRequest.ProtoReflect.Descriptor instead.

func (*OAuth2TokenRequest) GetClient

func (x *OAuth2TokenRequest) GetClient() *OAuth2Client

func (*OAuth2TokenRequest) GetIdpDiscoveryEndpoint

func (x *OAuth2TokenRequest) GetIdpDiscoveryEndpoint() string

func (*OAuth2TokenRequest) GetName

func (x *OAuth2TokenRequest) GetName() string

func (*OAuth2TokenRequest) GetTokenEndpoint

func (x *OAuth2TokenRequest) GetTokenEndpoint() string

func (*OAuth2TokenRequest) GetType

func (*OAuth2TokenRequest) ProtoMessage

func (*OAuth2TokenRequest) ProtoMessage()

func (*OAuth2TokenRequest) ProtoReflect

func (x *OAuth2TokenRequest) ProtoReflect() protoreflect.Message

func (*OAuth2TokenRequest) Reset

func (x *OAuth2TokenRequest) Reset()

func (*OAuth2TokenRequest) String

func (x *OAuth2TokenRequest) String() string

func (*OAuth2TokenRequest) Validate

func (m *OAuth2TokenRequest) Validate() error

Validate checks the field values on OAuth2TokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OAuth2TokenRequest) ValidateAll

func (m *OAuth2TokenRequest) ValidateAll() error

ValidateAll checks the field values on OAuth2TokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OAuth2TokenRequestMultiError, or nil if none found.

type OAuth2TokenRequestMultiError

type OAuth2TokenRequestMultiError []error

OAuth2TokenRequestMultiError is an error wrapping multiple validation errors returned by OAuth2TokenRequest.ValidateAll() if the designated constraints aren't met.

func (OAuth2TokenRequestMultiError) AllErrors

func (m OAuth2TokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAuth2TokenRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OAuth2TokenRequestValidationError

type OAuth2TokenRequestValidationError struct {
	// contains filtered or unexported fields
}

OAuth2TokenRequestValidationError is the validation error returned by OAuth2TokenRequest.Validate if the designated constraints aren't met.

func (OAuth2TokenRequestValidationError) Cause

Cause function returns cause value.

func (OAuth2TokenRequestValidationError) Error

Error satisfies the builtin error interface

func (OAuth2TokenRequestValidationError) ErrorName

ErrorName returns error name.

func (OAuth2TokenRequestValidationError) Field

Field function returns field value.

func (OAuth2TokenRequestValidationError) Key

Key function returns key value.

func (OAuth2TokenRequestValidationError) Reason

Reason function returns reason value.

type OAuth2TokenRequest_Type

type OAuth2TokenRequest_Type int32

Type of the token requested.

const (
	// CLIENT_CREDENTIALS indicates a 2-legged OAuth token requested using client credentials.
	OAuth2TokenRequest_CLIENT_CREDENTIALS OAuth2TokenRequest_Type = 0
)

func (OAuth2TokenRequest_Type) Descriptor

func (OAuth2TokenRequest_Type) Enum

func (OAuth2TokenRequest_Type) EnumDescriptor deprecated

func (OAuth2TokenRequest_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use OAuth2TokenRequest_Type.Descriptor instead.

func (OAuth2TokenRequest_Type) Number

func (OAuth2TokenRequest_Type) String

func (x OAuth2TokenRequest_Type) String() string

func (OAuth2TokenRequest_Type) Type

type Operator

type Operator int32
const (
	Operator_MINUS Operator = 0
	Operator_PLUS  Operator = 1
)

func (Operator) Descriptor

func (Operator) Descriptor() protoreflect.EnumDescriptor

func (Operator) Enum

func (x Operator) Enum() *Operator

func (Operator) EnumDescriptor deprecated

func (Operator) EnumDescriptor() ([]byte, []int)

Deprecated: Use Operator.Descriptor instead.

func (Operator) Number

func (x Operator) Number() protoreflect.EnumNumber

func (Operator) String

func (x Operator) String() string

func (Operator) Type

type OutputReference

type OutputReference struct {

	// Node id must exist at the graph layer.
	NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// Variable name must refer to an output variable for the node.
	Var      string              `protobuf:"bytes,2,opt,name=var,proto3" json:"var,omitempty"`
	AttrPath []*PromiseAttribute `protobuf:"bytes,3,rep,name=attr_path,json=attrPath,proto3" json:"attr_path,omitempty"`
	// contains filtered or unexported fields
}

A reference to an output produced by a node. The type can be retrieved -and validated- from the underlying interface of the node.

func (*OutputReference) Descriptor deprecated

func (*OutputReference) Descriptor() ([]byte, []int)

Deprecated: Use OutputReference.ProtoReflect.Descriptor instead.

func (*OutputReference) GetAttrPath

func (x *OutputReference) GetAttrPath() []*PromiseAttribute

func (*OutputReference) GetNodeId

func (x *OutputReference) GetNodeId() string

func (*OutputReference) GetVar

func (x *OutputReference) GetVar() string

func (*OutputReference) ProtoMessage

func (*OutputReference) ProtoMessage()

func (*OutputReference) ProtoReflect

func (x *OutputReference) ProtoReflect() protoreflect.Message

func (*OutputReference) Reset

func (x *OutputReference) Reset()

func (*OutputReference) String

func (x *OutputReference) String() string

func (*OutputReference) Validate

func (m *OutputReference) Validate() error

Validate checks the field values on OutputReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OutputReference) ValidateAll

func (m *OutputReference) ValidateAll() error

ValidateAll checks the field values on OutputReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OutputReferenceMultiError, or nil if none found.

type OutputReferenceMultiError

type OutputReferenceMultiError []error

OutputReferenceMultiError is an error wrapping multiple validation errors returned by OutputReference.ValidateAll() if the designated constraints aren't met.

func (OutputReferenceMultiError) AllErrors

func (m OutputReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OutputReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OutputReferenceValidationError

type OutputReferenceValidationError struct {
	// contains filtered or unexported fields
}

OutputReferenceValidationError is the validation error returned by OutputReference.Validate if the designated constraints aren't met.

func (OutputReferenceValidationError) Cause

Cause function returns cause value.

func (OutputReferenceValidationError) Error

Error satisfies the builtin error interface

func (OutputReferenceValidationError) ErrorName

func (e OutputReferenceValidationError) ErrorName() string

ErrorName returns error name.

func (OutputReferenceValidationError) Field

Field function returns field value.

func (OutputReferenceValidationError) Key

Key function returns key value.

func (OutputReferenceValidationError) Reason

Reason function returns reason value.

type Parameter

type Parameter struct {

	// +required Variable. Defines the type of the variable backing this parameter.
	Var *Variable `protobuf:"bytes,1,opt,name=var,proto3" json:"var,omitempty"`
	// +optional
	//
	// Types that are assignable to Behavior:
	//
	//	*Parameter_Default
	//	*Parameter_Required
	//	*Parameter_ArtifactQuery
	//	*Parameter_ArtifactId
	Behavior isParameter_Behavior `protobuf_oneof:"behavior"`
	// contains filtered or unexported fields
}

A parameter is used as input to a launch plan and has the special ability to have a default value or mark itself as required.

func (*Parameter) Descriptor deprecated

func (*Parameter) Descriptor() ([]byte, []int)

Deprecated: Use Parameter.ProtoReflect.Descriptor instead.

func (*Parameter) GetArtifactId

func (x *Parameter) GetArtifactId() *ArtifactID

func (*Parameter) GetArtifactQuery

func (x *Parameter) GetArtifactQuery() *ArtifactQuery

func (*Parameter) GetBehavior

func (m *Parameter) GetBehavior() isParameter_Behavior

func (*Parameter) GetDefault

func (x *Parameter) GetDefault() *Literal

func (*Parameter) GetRequired

func (x *Parameter) GetRequired() bool

func (*Parameter) GetVar

func (x *Parameter) GetVar() *Variable

func (*Parameter) ProtoMessage

func (*Parameter) ProtoMessage()

func (*Parameter) ProtoReflect

func (x *Parameter) ProtoReflect() protoreflect.Message

func (*Parameter) Reset

func (x *Parameter) Reset()

func (*Parameter) String

func (x *Parameter) String() string

func (*Parameter) Validate

func (m *Parameter) Validate() error

Validate checks the field values on Parameter with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Parameter) ValidateAll

func (m *Parameter) ValidateAll() error

ValidateAll checks the field values on Parameter with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParameterMultiError, or nil if none found.

type ParameterMap

type ParameterMap struct {

	// Defines a map of parameter names to parameters.
	Parameters map[string]*Parameter `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

A map of Parameters.

func (*ParameterMap) Descriptor deprecated

func (*ParameterMap) Descriptor() ([]byte, []int)

Deprecated: Use ParameterMap.ProtoReflect.Descriptor instead.

func (*ParameterMap) GetParameters

func (x *ParameterMap) GetParameters() map[string]*Parameter

func (*ParameterMap) ProtoMessage

func (*ParameterMap) ProtoMessage()

func (*ParameterMap) ProtoReflect

func (x *ParameterMap) ProtoReflect() protoreflect.Message

func (*ParameterMap) Reset

func (x *ParameterMap) Reset()

func (*ParameterMap) String

func (x *ParameterMap) String() string

func (*ParameterMap) Validate

func (m *ParameterMap) Validate() error

Validate checks the field values on ParameterMap with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ParameterMap) ValidateAll

func (m *ParameterMap) ValidateAll() error

ValidateAll checks the field values on ParameterMap with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParameterMapMultiError, or nil if none found.

type ParameterMapMultiError

type ParameterMapMultiError []error

ParameterMapMultiError is an error wrapping multiple validation errors returned by ParameterMap.ValidateAll() if the designated constraints aren't met.

func (ParameterMapMultiError) AllErrors

func (m ParameterMapMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParameterMapMultiError) Error

func (m ParameterMapMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ParameterMapValidationError

type ParameterMapValidationError struct {
	// contains filtered or unexported fields
}

ParameterMapValidationError is the validation error returned by ParameterMap.Validate if the designated constraints aren't met.

func (ParameterMapValidationError) Cause

Cause function returns cause value.

func (ParameterMapValidationError) Error

Error satisfies the builtin error interface

func (ParameterMapValidationError) ErrorName

func (e ParameterMapValidationError) ErrorName() string

ErrorName returns error name.

func (ParameterMapValidationError) Field

Field function returns field value.

func (ParameterMapValidationError) Key

Key function returns key value.

func (ParameterMapValidationError) Reason

Reason function returns reason value.

type ParameterMultiError

type ParameterMultiError []error

ParameterMultiError is an error wrapping multiple validation errors returned by Parameter.ValidateAll() if the designated constraints aren't met.

func (ParameterMultiError) AllErrors

func (m ParameterMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParameterMultiError) Error

func (m ParameterMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ParameterValidationError

type ParameterValidationError struct {
	// contains filtered or unexported fields
}

ParameterValidationError is the validation error returned by Parameter.Validate if the designated constraints aren't met.

func (ParameterValidationError) Cause

func (e ParameterValidationError) Cause() error

Cause function returns cause value.

func (ParameterValidationError) Error

func (e ParameterValidationError) Error() string

Error satisfies the builtin error interface

func (ParameterValidationError) ErrorName

func (e ParameterValidationError) ErrorName() string

ErrorName returns error name.

func (ParameterValidationError) Field

func (e ParameterValidationError) Field() string

Field function returns field value.

func (ParameterValidationError) Key

Key function returns key value.

func (ParameterValidationError) Reason

func (e ParameterValidationError) Reason() string

Reason function returns reason value.

type Parameter_ArtifactId

type Parameter_ArtifactId struct {
	ArtifactId *ArtifactID `protobuf:"bytes,5,opt,name=artifact_id,json=artifactId,proto3,oneof"`
}

type Parameter_ArtifactQuery

type Parameter_ArtifactQuery struct {
	// This is an execution time search basically that should result in exactly one Artifact with a Type that
	// matches the type of the variable.
	ArtifactQuery *ArtifactQuery `protobuf:"bytes,4,opt,name=artifact_query,json=artifactQuery,proto3,oneof"`
}

type Parameter_Default

type Parameter_Default struct {
	// Defines a default value that has to match the variable type defined.
	Default *Literal `protobuf:"bytes,2,opt,name=default,proto3,oneof"`
}

type Parameter_Required

type Parameter_Required struct {
	// +optional, is this value required to be filled.
	Required bool `protobuf:"varint,3,opt,name=required,proto3,oneof"`
}

type Partitions

type Partitions struct {
	Value map[string]*LabelValue `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Partitions) Descriptor deprecated

func (*Partitions) Descriptor() ([]byte, []int)

Deprecated: Use Partitions.ProtoReflect.Descriptor instead.

func (*Partitions) GetValue

func (x *Partitions) GetValue() map[string]*LabelValue

func (*Partitions) ProtoMessage

func (*Partitions) ProtoMessage()

func (*Partitions) ProtoReflect

func (x *Partitions) ProtoReflect() protoreflect.Message

func (*Partitions) Reset

func (x *Partitions) Reset()

func (*Partitions) String

func (x *Partitions) String() string

func (*Partitions) Validate

func (m *Partitions) Validate() error

Validate checks the field values on Partitions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Partitions) ValidateAll

func (m *Partitions) ValidateAll() error

ValidateAll checks the field values on Partitions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PartitionsMultiError, or nil if none found.

type PartitionsMultiError

type PartitionsMultiError []error

PartitionsMultiError is an error wrapping multiple validation errors returned by Partitions.ValidateAll() if the designated constraints aren't met.

func (PartitionsMultiError) AllErrors

func (m PartitionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartitionsMultiError) Error

func (m PartitionsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PartitionsValidationError

type PartitionsValidationError struct {
	// contains filtered or unexported fields
}

PartitionsValidationError is the validation error returned by Partitions.Validate if the designated constraints aren't met.

func (PartitionsValidationError) Cause

func (e PartitionsValidationError) Cause() error

Cause function returns cause value.

func (PartitionsValidationError) Error

Error satisfies the builtin error interface

func (PartitionsValidationError) ErrorName

func (e PartitionsValidationError) ErrorName() string

ErrorName returns error name.

func (PartitionsValidationError) Field

Field function returns field value.

func (PartitionsValidationError) Key

Key function returns key value.

func (PartitionsValidationError) Reason

func (e PartitionsValidationError) Reason() string

Reason function returns reason value.

type PodLogContext

type PodLogContext struct {
	Namespace            string              `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	PodName              string              `protobuf:"bytes,2,opt,name=pod_name,json=podName,proto3" json:"pod_name,omitempty"`
	Containers           []*ContainerContext `protobuf:"bytes,3,rep,name=containers,proto3" json:"containers,omitempty"`
	PrimaryContainerName string              `protobuf:"bytes,4,opt,name=primary_container_name,json=primaryContainerName,proto3" json:"primary_container_name,omitempty"`
	InitContainers       []*ContainerContext `protobuf:"bytes,5,rep,name=init_containers,json=initContainers,proto3" json:"init_containers,omitempty"`
	// contains filtered or unexported fields
}

Contains metadata required to identify logs produces by a single pod

func (*PodLogContext) Descriptor deprecated

func (*PodLogContext) Descriptor() ([]byte, []int)

Deprecated: Use PodLogContext.ProtoReflect.Descriptor instead.

func (*PodLogContext) GetContainers

func (x *PodLogContext) GetContainers() []*ContainerContext

func (*PodLogContext) GetInitContainers

func (x *PodLogContext) GetInitContainers() []*ContainerContext

func (*PodLogContext) GetNamespace

func (x *PodLogContext) GetNamespace() string

func (*PodLogContext) GetPodName

func (x *PodLogContext) GetPodName() string

func (*PodLogContext) GetPrimaryContainerName

func (x *PodLogContext) GetPrimaryContainerName() string

func (*PodLogContext) ProtoMessage

func (*PodLogContext) ProtoMessage()

func (*PodLogContext) ProtoReflect

func (x *PodLogContext) ProtoReflect() protoreflect.Message

func (*PodLogContext) Reset

func (x *PodLogContext) Reset()

func (*PodLogContext) String

func (x *PodLogContext) String() string

func (*PodLogContext) Validate

func (m *PodLogContext) Validate() error

Validate checks the field values on PodLogContext with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PodLogContext) ValidateAll

func (m *PodLogContext) ValidateAll() error

ValidateAll checks the field values on PodLogContext with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PodLogContextMultiError, or nil if none found.

type PodLogContextMultiError

type PodLogContextMultiError []error

PodLogContextMultiError is an error wrapping multiple validation errors returned by PodLogContext.ValidateAll() if the designated constraints aren't met.

func (PodLogContextMultiError) AllErrors

func (m PodLogContextMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PodLogContextMultiError) Error

func (m PodLogContextMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PodLogContextValidationError

type PodLogContextValidationError struct {
	// contains filtered or unexported fields
}

PodLogContextValidationError is the validation error returned by PodLogContext.Validate if the designated constraints aren't met.

func (PodLogContextValidationError) Cause

Cause function returns cause value.

func (PodLogContextValidationError) Error

Error satisfies the builtin error interface

func (PodLogContextValidationError) ErrorName

func (e PodLogContextValidationError) ErrorName() string

ErrorName returns error name.

func (PodLogContextValidationError) Field

Field function returns field value.

func (PodLogContextValidationError) Key

Key function returns key value.

func (PodLogContextValidationError) Reason

Reason function returns reason value.

type Primitive

type Primitive struct {

	// Defines one of simple primitive types. These types will get translated into different programming languages as
	// described in https://developers.google.com/protocol-buffers/docs/proto#scalar.
	//
	// Types that are assignable to Value:
	//
	//	*Primitive_Integer
	//	*Primitive_FloatValue
	//	*Primitive_StringValue
	//	*Primitive_Boolean
	//	*Primitive_Datetime
	//	*Primitive_Duration
	Value isPrimitive_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

Primitive Types

func (*Primitive) Descriptor deprecated

func (*Primitive) Descriptor() ([]byte, []int)

Deprecated: Use Primitive.ProtoReflect.Descriptor instead.

func (*Primitive) GetBoolean

func (x *Primitive) GetBoolean() bool

func (*Primitive) GetDatetime

func (x *Primitive) GetDatetime() *timestamppb.Timestamp

func (*Primitive) GetDuration

func (x *Primitive) GetDuration() *durationpb.Duration

func (*Primitive) GetFloatValue

func (x *Primitive) GetFloatValue() float64

func (*Primitive) GetInteger

func (x *Primitive) GetInteger() int64

func (*Primitive) GetStringValue

func (x *Primitive) GetStringValue() string

func (*Primitive) GetValue

func (m *Primitive) GetValue() isPrimitive_Value

func (*Primitive) ProtoMessage

func (*Primitive) ProtoMessage()

func (*Primitive) ProtoReflect

func (x *Primitive) ProtoReflect() protoreflect.Message

func (*Primitive) Reset

func (x *Primitive) Reset()

func (*Primitive) String

func (x *Primitive) String() string

func (*Primitive) Validate

func (m *Primitive) Validate() error

Validate checks the field values on Primitive with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Primitive) ValidateAll

func (m *Primitive) ValidateAll() error

ValidateAll checks the field values on Primitive with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PrimitiveMultiError, or nil if none found.

type PrimitiveMultiError

type PrimitiveMultiError []error

PrimitiveMultiError is an error wrapping multiple validation errors returned by Primitive.ValidateAll() if the designated constraints aren't met.

func (PrimitiveMultiError) AllErrors

func (m PrimitiveMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PrimitiveMultiError) Error

func (m PrimitiveMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PrimitiveValidationError

type PrimitiveValidationError struct {
	// contains filtered or unexported fields
}

PrimitiveValidationError is the validation error returned by Primitive.Validate if the designated constraints aren't met.

func (PrimitiveValidationError) Cause

func (e PrimitiveValidationError) Cause() error

Cause function returns cause value.

func (PrimitiveValidationError) Error

func (e PrimitiveValidationError) Error() string

Error satisfies the builtin error interface

func (PrimitiveValidationError) ErrorName

func (e PrimitiveValidationError) ErrorName() string

ErrorName returns error name.

func (PrimitiveValidationError) Field

func (e PrimitiveValidationError) Field() string

Field function returns field value.

func (PrimitiveValidationError) Key

Key function returns key value.

func (PrimitiveValidationError) Reason

func (e PrimitiveValidationError) Reason() string

Reason function returns reason value.

type Primitive_Boolean

type Primitive_Boolean struct {
	Boolean bool `protobuf:"varint,4,opt,name=boolean,proto3,oneof"`
}

type Primitive_Datetime

type Primitive_Datetime struct {
	Datetime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=datetime,proto3,oneof"`
}

type Primitive_Duration

type Primitive_Duration struct {
	Duration *durationpb.Duration `protobuf:"bytes,6,opt,name=duration,proto3,oneof"`
}

type Primitive_FloatValue

type Primitive_FloatValue struct {
	FloatValue float64 `protobuf:"fixed64,2,opt,name=float_value,json=floatValue,proto3,oneof"`
}

type Primitive_Integer

type Primitive_Integer struct {
	Integer int64 `protobuf:"varint,1,opt,name=integer,proto3,oneof"`
}

type Primitive_StringValue

type Primitive_StringValue struct {
	StringValue string `protobuf:"bytes,3,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type PromiseAttribute

type PromiseAttribute struct {

	// Types that are assignable to Value:
	//
	//	*PromiseAttribute_StringValue
	//	*PromiseAttribute_IntValue
	Value isPromiseAttribute_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*PromiseAttribute) Descriptor deprecated

func (*PromiseAttribute) Descriptor() ([]byte, []int)

Deprecated: Use PromiseAttribute.ProtoReflect.Descriptor instead.

func (*PromiseAttribute) GetIntValue

func (x *PromiseAttribute) GetIntValue() int32

func (*PromiseAttribute) GetStringValue

func (x *PromiseAttribute) GetStringValue() string

func (*PromiseAttribute) GetValue

func (m *PromiseAttribute) GetValue() isPromiseAttribute_Value

func (*PromiseAttribute) ProtoMessage

func (*PromiseAttribute) ProtoMessage()

func (*PromiseAttribute) ProtoReflect

func (x *PromiseAttribute) ProtoReflect() protoreflect.Message

func (*PromiseAttribute) Reset

func (x *PromiseAttribute) Reset()

func (*PromiseAttribute) String

func (x *PromiseAttribute) String() string

func (*PromiseAttribute) Validate

func (m *PromiseAttribute) Validate() error

Validate checks the field values on PromiseAttribute with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PromiseAttribute) ValidateAll

func (m *PromiseAttribute) ValidateAll() error

ValidateAll checks the field values on PromiseAttribute with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PromiseAttributeMultiError, or nil if none found.

type PromiseAttributeMultiError

type PromiseAttributeMultiError []error

PromiseAttributeMultiError is an error wrapping multiple validation errors returned by PromiseAttribute.ValidateAll() if the designated constraints aren't met.

func (PromiseAttributeMultiError) AllErrors

func (m PromiseAttributeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PromiseAttributeMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PromiseAttributeValidationError

type PromiseAttributeValidationError struct {
	// contains filtered or unexported fields
}

PromiseAttributeValidationError is the validation error returned by PromiseAttribute.Validate if the designated constraints aren't met.

func (PromiseAttributeValidationError) Cause

Cause function returns cause value.

func (PromiseAttributeValidationError) Error

Error satisfies the builtin error interface

func (PromiseAttributeValidationError) ErrorName

ErrorName returns error name.

func (PromiseAttributeValidationError) Field

Field function returns field value.

func (PromiseAttributeValidationError) Key

Key function returns key value.

func (PromiseAttributeValidationError) Reason

Reason function returns reason value.

type PromiseAttribute_IntValue

type PromiseAttribute_IntValue struct {
	IntValue int32 `protobuf:"varint,2,opt,name=int_value,json=intValue,proto3,oneof"`
}

type PromiseAttribute_StringValue

type PromiseAttribute_StringValue struct {
	StringValue string `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type QualityOfService

type QualityOfService struct {

	// Types that are assignable to Designation:
	//
	//	*QualityOfService_Tier_
	//	*QualityOfService_Spec
	Designation isQualityOfService_Designation `protobuf_oneof:"designation"`
	// contains filtered or unexported fields
}

Indicates the priority of an execution.

func (*QualityOfService) Descriptor deprecated

func (*QualityOfService) Descriptor() ([]byte, []int)

Deprecated: Use QualityOfService.ProtoReflect.Descriptor instead.

func (*QualityOfService) GetDesignation

func (m *QualityOfService) GetDesignation() isQualityOfService_Designation

func (*QualityOfService) GetSpec

func (x *QualityOfService) GetSpec() *QualityOfServiceSpec

func (*QualityOfService) GetTier

func (*QualityOfService) ProtoMessage

func (*QualityOfService) ProtoMessage()

func (*QualityOfService) ProtoReflect

func (x *QualityOfService) ProtoReflect() protoreflect.Message

func (*QualityOfService) Reset

func (x *QualityOfService) Reset()

func (*QualityOfService) String

func (x *QualityOfService) String() string

func (*QualityOfService) Validate

func (m *QualityOfService) Validate() error

Validate checks the field values on QualityOfService with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*QualityOfService) ValidateAll

func (m *QualityOfService) ValidateAll() error

ValidateAll checks the field values on QualityOfService with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QualityOfServiceMultiError, or nil if none found.

type QualityOfServiceMultiError

type QualityOfServiceMultiError []error

QualityOfServiceMultiError is an error wrapping multiple validation errors returned by QualityOfService.ValidateAll() if the designated constraints aren't met.

func (QualityOfServiceMultiError) AllErrors

func (m QualityOfServiceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QualityOfServiceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type QualityOfServiceSpec

type QualityOfServiceSpec struct {

	// Indicates how much queueing delay an execution can tolerate.
	QueueingBudget *durationpb.Duration `protobuf:"bytes,1,opt,name=queueing_budget,json=queueingBudget,proto3" json:"queueing_budget,omitempty"`
	// contains filtered or unexported fields
}

Represents customized execution run-time attributes.

func (*QualityOfServiceSpec) Descriptor deprecated

func (*QualityOfServiceSpec) Descriptor() ([]byte, []int)

Deprecated: Use QualityOfServiceSpec.ProtoReflect.Descriptor instead.

func (*QualityOfServiceSpec) GetQueueingBudget

func (x *QualityOfServiceSpec) GetQueueingBudget() *durationpb.Duration

func (*QualityOfServiceSpec) ProtoMessage

func (*QualityOfServiceSpec) ProtoMessage()

func (*QualityOfServiceSpec) ProtoReflect

func (x *QualityOfServiceSpec) ProtoReflect() protoreflect.Message

func (*QualityOfServiceSpec) Reset

func (x *QualityOfServiceSpec) Reset()

func (*QualityOfServiceSpec) String

func (x *QualityOfServiceSpec) String() string

func (*QualityOfServiceSpec) Validate

func (m *QualityOfServiceSpec) Validate() error

Validate checks the field values on QualityOfServiceSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*QualityOfServiceSpec) ValidateAll

func (m *QualityOfServiceSpec) ValidateAll() error

ValidateAll checks the field values on QualityOfServiceSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QualityOfServiceSpecMultiError, or nil if none found.

type QualityOfServiceSpecMultiError

type QualityOfServiceSpecMultiError []error

QualityOfServiceSpecMultiError is an error wrapping multiple validation errors returned by QualityOfServiceSpec.ValidateAll() if the designated constraints aren't met.

func (QualityOfServiceSpecMultiError) AllErrors

func (m QualityOfServiceSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QualityOfServiceSpecMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type QualityOfServiceSpecValidationError

type QualityOfServiceSpecValidationError struct {
	// contains filtered or unexported fields
}

QualityOfServiceSpecValidationError is the validation error returned by QualityOfServiceSpec.Validate if the designated constraints aren't met.

func (QualityOfServiceSpecValidationError) Cause

Cause function returns cause value.

func (QualityOfServiceSpecValidationError) Error

Error satisfies the builtin error interface

func (QualityOfServiceSpecValidationError) ErrorName

ErrorName returns error name.

func (QualityOfServiceSpecValidationError) Field

Field function returns field value.

func (QualityOfServiceSpecValidationError) Key

Key function returns key value.

func (QualityOfServiceSpecValidationError) Reason

Reason function returns reason value.

type QualityOfServiceValidationError

type QualityOfServiceValidationError struct {
	// contains filtered or unexported fields
}

QualityOfServiceValidationError is the validation error returned by QualityOfService.Validate if the designated constraints aren't met.

func (QualityOfServiceValidationError) Cause

Cause function returns cause value.

func (QualityOfServiceValidationError) Error

Error satisfies the builtin error interface

func (QualityOfServiceValidationError) ErrorName

ErrorName returns error name.

func (QualityOfServiceValidationError) Field

Field function returns field value.

func (QualityOfServiceValidationError) Key

Key function returns key value.

func (QualityOfServiceValidationError) Reason

Reason function returns reason value.

type QualityOfService_Spec

type QualityOfService_Spec struct {
	Spec *QualityOfServiceSpec `protobuf:"bytes,2,opt,name=spec,proto3,oneof"`
}

type QualityOfService_Tier

type QualityOfService_Tier int32
const (
	// Default: no quality of service specified.
	QualityOfService_UNDEFINED QualityOfService_Tier = 0
	QualityOfService_HIGH      QualityOfService_Tier = 1
	QualityOfService_MEDIUM    QualityOfService_Tier = 2
	QualityOfService_LOW       QualityOfService_Tier = 3
)

func (QualityOfService_Tier) Descriptor

func (QualityOfService_Tier) Enum

func (QualityOfService_Tier) EnumDescriptor deprecated

func (QualityOfService_Tier) EnumDescriptor() ([]byte, []int)

Deprecated: Use QualityOfService_Tier.Descriptor instead.

func (QualityOfService_Tier) Number

func (QualityOfService_Tier) String

func (x QualityOfService_Tier) String() string

func (QualityOfService_Tier) Type

type QualityOfService_Tier_

type QualityOfService_Tier_ struct {
	Tier QualityOfService_Tier `protobuf:"varint,1,opt,name=tier,proto3,enum=flyteidl.core.QualityOfService_Tier,oneof"`
}

type ResourceType

type ResourceType int32

Indicates a resource type within Flyte.

const (
	ResourceType_UNSPECIFIED ResourceType = 0
	ResourceType_TASK        ResourceType = 1
	ResourceType_WORKFLOW    ResourceType = 2
	ResourceType_LAUNCH_PLAN ResourceType = 3
	// A dataset represents an entity modeled in Flyte DataCatalog. A Dataset is also a versioned entity and can be a compilation of multiple individual objects.
	// Eventually all Catalog objects should be modeled similar to Flyte Objects. The Dataset entities makes it possible for the UI  and CLI to act on the objects
	// in a similar manner to other Flyte objects
	ResourceType_DATASET ResourceType = 4
)

func (ResourceType) Descriptor

func (ResourceType) Enum

func (x ResourceType) Enum() *ResourceType

func (ResourceType) EnumDescriptor deprecated

func (ResourceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResourceType.Descriptor instead.

func (ResourceType) Number

func (ResourceType) String

func (x ResourceType) String() string

func (ResourceType) Type

type Resources

type Resources struct {

	// The desired set of resources requested. ResourceNames must be unique within the list.
	Requests []*Resources_ResourceEntry `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// Defines a set of bounds (e.g. min/max) within which the task can reliably run. ResourceNames must be unique
	// within the list.
	Limits []*Resources_ResourceEntry `protobuf:"bytes,2,rep,name=limits,proto3" json:"limits,omitempty"`
	// contains filtered or unexported fields
}

A customizable interface to convey resources requested for a container. This can be interpreted differently for different container engines.

func (*Resources) Descriptor deprecated

func (*Resources) Descriptor() ([]byte, []int)

Deprecated: Use Resources.ProtoReflect.Descriptor instead.

func (*Resources) GetLimits

func (x *Resources) GetLimits() []*Resources_ResourceEntry

func (*Resources) GetRequests

func (x *Resources) GetRequests() []*Resources_ResourceEntry

func (*Resources) ProtoMessage

func (*Resources) ProtoMessage()

func (*Resources) ProtoReflect

func (x *Resources) ProtoReflect() protoreflect.Message

func (*Resources) Reset

func (x *Resources) Reset()

func (*Resources) String

func (x *Resources) String() string

func (*Resources) Validate

func (m *Resources) Validate() error

Validate checks the field values on Resources with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Resources) ValidateAll

func (m *Resources) ValidateAll() error

ValidateAll checks the field values on Resources with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourcesMultiError, or nil if none found.

type ResourcesMultiError

type ResourcesMultiError []error

ResourcesMultiError is an error wrapping multiple validation errors returned by Resources.ValidateAll() if the designated constraints aren't met.

func (ResourcesMultiError) AllErrors

func (m ResourcesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourcesMultiError) Error

func (m ResourcesMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResourcesValidationError

type ResourcesValidationError struct {
	// contains filtered or unexported fields
}

ResourcesValidationError is the validation error returned by Resources.Validate if the designated constraints aren't met.

func (ResourcesValidationError) Cause

func (e ResourcesValidationError) Cause() error

Cause function returns cause value.

func (ResourcesValidationError) Error

func (e ResourcesValidationError) Error() string

Error satisfies the builtin error interface

func (ResourcesValidationError) ErrorName

func (e ResourcesValidationError) ErrorName() string

ErrorName returns error name.

func (ResourcesValidationError) Field

func (e ResourcesValidationError) Field() string

Field function returns field value.

func (ResourcesValidationError) Key

Key function returns key value.

func (ResourcesValidationError) Reason

func (e ResourcesValidationError) Reason() string

Reason function returns reason value.

type Resources_ResourceEntry

type Resources_ResourceEntry struct {

	// Resource name.
	Name Resources_ResourceName `protobuf:"varint,1,opt,name=name,proto3,enum=flyteidl.core.Resources_ResourceName" json:"name,omitempty"`
	// Value must be a valid k8s quantity. See
	// https://github.com/kubernetes/apimachinery/blob/master/pkg/api/resource/quantity.go#L30-L80
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Encapsulates a resource name and value.

func (*Resources_ResourceEntry) Descriptor deprecated

func (*Resources_ResourceEntry) Descriptor() ([]byte, []int)

Deprecated: Use Resources_ResourceEntry.ProtoReflect.Descriptor instead.

func (*Resources_ResourceEntry) GetName

func (*Resources_ResourceEntry) GetValue

func (x *Resources_ResourceEntry) GetValue() string

func (*Resources_ResourceEntry) ProtoMessage

func (*Resources_ResourceEntry) ProtoMessage()

func (*Resources_ResourceEntry) ProtoReflect

func (x *Resources_ResourceEntry) ProtoReflect() protoreflect.Message

func (*Resources_ResourceEntry) Reset

func (x *Resources_ResourceEntry) Reset()

func (*Resources_ResourceEntry) String

func (x *Resources_ResourceEntry) String() string

func (*Resources_ResourceEntry) Validate

func (m *Resources_ResourceEntry) Validate() error

Validate checks the field values on Resources_ResourceEntry with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Resources_ResourceEntry) ValidateAll

func (m *Resources_ResourceEntry) ValidateAll() error

ValidateAll checks the field values on Resources_ResourceEntry with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Resources_ResourceEntryMultiError, or nil if none found.

type Resources_ResourceEntryMultiError

type Resources_ResourceEntryMultiError []error

Resources_ResourceEntryMultiError is an error wrapping multiple validation errors returned by Resources_ResourceEntry.ValidateAll() if the designated constraints aren't met.

func (Resources_ResourceEntryMultiError) AllErrors

func (m Resources_ResourceEntryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (Resources_ResourceEntryMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type Resources_ResourceEntryValidationError

type Resources_ResourceEntryValidationError struct {
	// contains filtered or unexported fields
}

Resources_ResourceEntryValidationError is the validation error returned by Resources_ResourceEntry.Validate if the designated constraints aren't met.

func (Resources_ResourceEntryValidationError) Cause

Cause function returns cause value.

func (Resources_ResourceEntryValidationError) Error

Error satisfies the builtin error interface

func (Resources_ResourceEntryValidationError) ErrorName

ErrorName returns error name.

func (Resources_ResourceEntryValidationError) Field

Field function returns field value.

func (Resources_ResourceEntryValidationError) Key

Key function returns key value.

func (Resources_ResourceEntryValidationError) Reason

Reason function returns reason value.

type Resources_ResourceName

type Resources_ResourceName int32

Known resource names.

const (
	Resources_UNKNOWN Resources_ResourceName = 0
	Resources_CPU     Resources_ResourceName = 1
	Resources_GPU     Resources_ResourceName = 2
	Resources_MEMORY  Resources_ResourceName = 3
	Resources_STORAGE Resources_ResourceName = 4
	// For Kubernetes-based deployments, pods use ephemeral local storage for scratch space, caching, and for logs.
	Resources_EPHEMERAL_STORAGE Resources_ResourceName = 5
)

func (Resources_ResourceName) Descriptor

func (Resources_ResourceName) Enum

func (Resources_ResourceName) EnumDescriptor deprecated

func (Resources_ResourceName) EnumDescriptor() ([]byte, []int)

Deprecated: Use Resources_ResourceName.Descriptor instead.

func (Resources_ResourceName) Number

func (Resources_ResourceName) String

func (x Resources_ResourceName) String() string

func (Resources_ResourceName) Type

type RetryStrategy

type RetryStrategy struct {

	// Number of retries. Retries will be consumed when the job fails with a recoverable error.
	// The number of retries must be less than or equals to 10.
	Retries uint32 `protobuf:"varint,5,opt,name=retries,proto3" json:"retries,omitempty"`
	// contains filtered or unexported fields
}

Retry strategy associated with an executable unit.

func (*RetryStrategy) Descriptor deprecated

func (*RetryStrategy) Descriptor() ([]byte, []int)

Deprecated: Use RetryStrategy.ProtoReflect.Descriptor instead.

func (*RetryStrategy) GetRetries

func (x *RetryStrategy) GetRetries() uint32

func (*RetryStrategy) ProtoMessage

func (*RetryStrategy) ProtoMessage()

func (*RetryStrategy) ProtoReflect

func (x *RetryStrategy) ProtoReflect() protoreflect.Message

func (*RetryStrategy) Reset

func (x *RetryStrategy) Reset()

func (*RetryStrategy) String

func (x *RetryStrategy) String() string

func (*RetryStrategy) Validate

func (m *RetryStrategy) Validate() error

Validate checks the field values on RetryStrategy with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RetryStrategy) ValidateAll

func (m *RetryStrategy) ValidateAll() error

ValidateAll checks the field values on RetryStrategy with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RetryStrategyMultiError, or nil if none found.

type RetryStrategyMultiError

type RetryStrategyMultiError []error

RetryStrategyMultiError is an error wrapping multiple validation errors returned by RetryStrategy.ValidateAll() if the designated constraints aren't met.

func (RetryStrategyMultiError) AllErrors

func (m RetryStrategyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RetryStrategyMultiError) Error

func (m RetryStrategyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RetryStrategyValidationError

type RetryStrategyValidationError struct {
	// contains filtered or unexported fields
}

RetryStrategyValidationError is the validation error returned by RetryStrategy.Validate if the designated constraints aren't met.

func (RetryStrategyValidationError) Cause

Cause function returns cause value.

func (RetryStrategyValidationError) Error

Error satisfies the builtin error interface

func (RetryStrategyValidationError) ErrorName

func (e RetryStrategyValidationError) ErrorName() string

ErrorName returns error name.

func (RetryStrategyValidationError) Field

Field function returns field value.

func (RetryStrategyValidationError) Key

Key function returns key value.

func (RetryStrategyValidationError) Reason

Reason function returns reason value.

type RuntimeBinding

type RuntimeBinding struct {
	// contains filtered or unexported fields
}

func (*RuntimeBinding) Descriptor deprecated

func (*RuntimeBinding) Descriptor() ([]byte, []int)

Deprecated: Use RuntimeBinding.ProtoReflect.Descriptor instead.

func (*RuntimeBinding) ProtoMessage

func (*RuntimeBinding) ProtoMessage()

func (*RuntimeBinding) ProtoReflect

func (x *RuntimeBinding) ProtoReflect() protoreflect.Message

func (*RuntimeBinding) Reset

func (x *RuntimeBinding) Reset()

func (*RuntimeBinding) String

func (x *RuntimeBinding) String() string

func (*RuntimeBinding) Validate

func (m *RuntimeBinding) Validate() error

Validate checks the field values on RuntimeBinding with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RuntimeBinding) ValidateAll

func (m *RuntimeBinding) ValidateAll() error

ValidateAll checks the field values on RuntimeBinding with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RuntimeBindingMultiError, or nil if none found.

type RuntimeBindingMultiError

type RuntimeBindingMultiError []error

RuntimeBindingMultiError is an error wrapping multiple validation errors returned by RuntimeBinding.ValidateAll() if the designated constraints aren't met.

func (RuntimeBindingMultiError) AllErrors

func (m RuntimeBindingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RuntimeBindingMultiError) Error

func (m RuntimeBindingMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RuntimeBindingValidationError

type RuntimeBindingValidationError struct {
	// contains filtered or unexported fields
}

RuntimeBindingValidationError is the validation error returned by RuntimeBinding.Validate if the designated constraints aren't met.

func (RuntimeBindingValidationError) Cause

Cause function returns cause value.

func (RuntimeBindingValidationError) Error

Error satisfies the builtin error interface

func (RuntimeBindingValidationError) ErrorName

func (e RuntimeBindingValidationError) ErrorName() string

ErrorName returns error name.

func (RuntimeBindingValidationError) Field

Field function returns field value.

func (RuntimeBindingValidationError) Key

Key function returns key value.

func (RuntimeBindingValidationError) Reason

Reason function returns reason value.

type RuntimeMetadata

type RuntimeMetadata struct {

	// Type of runtime.
	Type RuntimeMetadata_RuntimeType `protobuf:"varint,1,opt,name=type,proto3,enum=flyteidl.core.RuntimeMetadata_RuntimeType" json:"type,omitempty"`
	// Version of the runtime. All versions should be backward compatible. However, certain cases call for version
	// checks to ensure tighter validation or setting expectations.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// +optional It can be used to provide extra information about the runtime (e.g. python, golang... etc.).
	Flavor string `protobuf:"bytes,3,opt,name=flavor,proto3" json:"flavor,omitempty"`
	// contains filtered or unexported fields
}

Runtime information. This is loosely defined to allow for extensibility.

func (*RuntimeMetadata) Descriptor deprecated

func (*RuntimeMetadata) Descriptor() ([]byte, []int)

Deprecated: Use RuntimeMetadata.ProtoReflect.Descriptor instead.

func (*RuntimeMetadata) GetFlavor

func (x *RuntimeMetadata) GetFlavor() string

func (*RuntimeMetadata) GetType

func (*RuntimeMetadata) GetVersion

func (x *RuntimeMetadata) GetVersion() string

func (*RuntimeMetadata) ProtoMessage

func (*RuntimeMetadata) ProtoMessage()

func (*RuntimeMetadata) ProtoReflect

func (x *RuntimeMetadata) ProtoReflect() protoreflect.Message

func (*RuntimeMetadata) Reset

func (x *RuntimeMetadata) Reset()

func (*RuntimeMetadata) String

func (x *RuntimeMetadata) String() string

func (*RuntimeMetadata) Validate

func (m *RuntimeMetadata) Validate() error

Validate checks the field values on RuntimeMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RuntimeMetadata) ValidateAll

func (m *RuntimeMetadata) ValidateAll() error

ValidateAll checks the field values on RuntimeMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RuntimeMetadataMultiError, or nil if none found.

type RuntimeMetadataMultiError

type RuntimeMetadataMultiError []error

RuntimeMetadataMultiError is an error wrapping multiple validation errors returned by RuntimeMetadata.ValidateAll() if the designated constraints aren't met.

func (RuntimeMetadataMultiError) AllErrors

func (m RuntimeMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RuntimeMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RuntimeMetadataValidationError

type RuntimeMetadataValidationError struct {
	// contains filtered or unexported fields
}

RuntimeMetadataValidationError is the validation error returned by RuntimeMetadata.Validate if the designated constraints aren't met.

func (RuntimeMetadataValidationError) Cause

Cause function returns cause value.

func (RuntimeMetadataValidationError) Error

Error satisfies the builtin error interface

func (RuntimeMetadataValidationError) ErrorName

func (e RuntimeMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (RuntimeMetadataValidationError) Field

Field function returns field value.

func (RuntimeMetadataValidationError) Key

Key function returns key value.

func (RuntimeMetadataValidationError) Reason

Reason function returns reason value.

type RuntimeMetadata_RuntimeType

type RuntimeMetadata_RuntimeType int32
const (
	RuntimeMetadata_OTHER     RuntimeMetadata_RuntimeType = 0
	RuntimeMetadata_FLYTE_SDK RuntimeMetadata_RuntimeType = 1
)

func (RuntimeMetadata_RuntimeType) Descriptor

func (RuntimeMetadata_RuntimeType) Enum

func (RuntimeMetadata_RuntimeType) EnumDescriptor deprecated

func (RuntimeMetadata_RuntimeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RuntimeMetadata_RuntimeType.Descriptor instead.

func (RuntimeMetadata_RuntimeType) Number

func (RuntimeMetadata_RuntimeType) String

func (RuntimeMetadata_RuntimeType) Type

type Scalar

type Scalar struct {

	// Types that are assignable to Value:
	//
	//	*Scalar_Primitive
	//	*Scalar_Blob
	//	*Scalar_Binary
	//	*Scalar_Schema
	//	*Scalar_NoneType
	//	*Scalar_Error
	//	*Scalar_Generic
	//	*Scalar_StructuredDataset
	//	*Scalar_Union
	Value isScalar_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Scalar) Descriptor deprecated

func (*Scalar) Descriptor() ([]byte, []int)

Deprecated: Use Scalar.ProtoReflect.Descriptor instead.

func (*Scalar) GetBinary

func (x *Scalar) GetBinary() *Binary

func (*Scalar) GetBlob

func (x *Scalar) GetBlob() *Blob

func (*Scalar) GetError

func (x *Scalar) GetError() *Error

func (*Scalar) GetGeneric

func (x *Scalar) GetGeneric() *structpb.Struct

func (*Scalar) GetNoneType

func (x *Scalar) GetNoneType() *Void

func (*Scalar) GetPrimitive

func (x *Scalar) GetPrimitive() *Primitive

func (*Scalar) GetSchema

func (x *Scalar) GetSchema() *Schema

func (*Scalar) GetStructuredDataset

func (x *Scalar) GetStructuredDataset() *StructuredDataset

func (*Scalar) GetUnion

func (x *Scalar) GetUnion() *Union

func (*Scalar) GetValue

func (m *Scalar) GetValue() isScalar_Value

func (*Scalar) ProtoMessage

func (*Scalar) ProtoMessage()

func (*Scalar) ProtoReflect

func (x *Scalar) ProtoReflect() protoreflect.Message

func (*Scalar) Reset

func (x *Scalar) Reset()

func (*Scalar) String

func (x *Scalar) String() string

func (*Scalar) Validate

func (m *Scalar) Validate() error

Validate checks the field values on Scalar with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Scalar) ValidateAll

func (m *Scalar) ValidateAll() error

ValidateAll checks the field values on Scalar with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ScalarMultiError, or nil if none found.

type ScalarMultiError

type ScalarMultiError []error

ScalarMultiError is an error wrapping multiple validation errors returned by Scalar.ValidateAll() if the designated constraints aren't met.

func (ScalarMultiError) AllErrors

func (m ScalarMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ScalarMultiError) Error

func (m ScalarMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ScalarValidationError

type ScalarValidationError struct {
	// contains filtered or unexported fields
}

ScalarValidationError is the validation error returned by Scalar.Validate if the designated constraints aren't met.

func (ScalarValidationError) Cause

func (e ScalarValidationError) Cause() error

Cause function returns cause value.

func (ScalarValidationError) Error

func (e ScalarValidationError) Error() string

Error satisfies the builtin error interface

func (ScalarValidationError) ErrorName

func (e ScalarValidationError) ErrorName() string

ErrorName returns error name.

func (ScalarValidationError) Field

func (e ScalarValidationError) Field() string

Field function returns field value.

func (ScalarValidationError) Key

func (e ScalarValidationError) Key() bool

Key function returns key value.

func (ScalarValidationError) Reason

func (e ScalarValidationError) Reason() string

Reason function returns reason value.

type Scalar_Binary

type Scalar_Binary struct {
	Binary *Binary `protobuf:"bytes,3,opt,name=binary,proto3,oneof"`
}

type Scalar_Blob

type Scalar_Blob struct {
	Blob *Blob `protobuf:"bytes,2,opt,name=blob,proto3,oneof"`
}

type Scalar_Error

type Scalar_Error struct {
	Error *Error `protobuf:"bytes,6,opt,name=error,proto3,oneof"`
}

type Scalar_Generic

type Scalar_Generic struct {
	Generic *structpb.Struct `protobuf:"bytes,7,opt,name=generic,proto3,oneof"`
}

type Scalar_NoneType

type Scalar_NoneType struct {
	NoneType *Void `protobuf:"bytes,5,opt,name=none_type,json=noneType,proto3,oneof"`
}

type Scalar_Primitive

type Scalar_Primitive struct {
	Primitive *Primitive `protobuf:"bytes,1,opt,name=primitive,proto3,oneof"`
}

type Scalar_Schema

type Scalar_Schema struct {
	Schema *Schema `protobuf:"bytes,4,opt,name=schema,proto3,oneof"`
}

type Scalar_StructuredDataset

type Scalar_StructuredDataset struct {
	StructuredDataset *StructuredDataset `protobuf:"bytes,8,opt,name=structured_dataset,json=structuredDataset,proto3,oneof"`
}

type Scalar_Union

type Scalar_Union struct {
	Union *Union `protobuf:"bytes,9,opt,name=union,proto3,oneof"`
}

type Schema

type Schema struct {
	Uri  string      `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Type *SchemaType `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

A strongly typed schema that defines the interface of data retrieved from the underlying storage medium.

func (*Schema) Descriptor deprecated

func (*Schema) Descriptor() ([]byte, []int)

Deprecated: Use Schema.ProtoReflect.Descriptor instead.

func (*Schema) GetType

func (x *Schema) GetType() *SchemaType

func (*Schema) GetUri

func (x *Schema) GetUri() string

func (*Schema) ProtoMessage

func (*Schema) ProtoMessage()

func (*Schema) ProtoReflect

func (x *Schema) ProtoReflect() protoreflect.Message

func (*Schema) Reset

func (x *Schema) Reset()

func (*Schema) String

func (x *Schema) String() string

func (*Schema) Validate

func (m *Schema) Validate() error

Validate checks the field values on Schema with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Schema) ValidateAll

func (m *Schema) ValidateAll() error

ValidateAll checks the field values on Schema with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SchemaMultiError, or nil if none found.

type SchemaMultiError

type SchemaMultiError []error

SchemaMultiError is an error wrapping multiple validation errors returned by Schema.ValidateAll() if the designated constraints aren't met.

func (SchemaMultiError) AllErrors

func (m SchemaMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SchemaMultiError) Error

func (m SchemaMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SchemaType

type SchemaType struct {

	// A list of ordered columns this schema comprises of.
	Columns []*SchemaType_SchemaColumn `protobuf:"bytes,3,rep,name=columns,proto3" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

Defines schema columns and types to strongly type-validate schemas interoperability.

func (*SchemaType) Descriptor deprecated

func (*SchemaType) Descriptor() ([]byte, []int)

Deprecated: Use SchemaType.ProtoReflect.Descriptor instead.

func (*SchemaType) GetColumns

func (x *SchemaType) GetColumns() []*SchemaType_SchemaColumn

func (*SchemaType) ProtoMessage

func (*SchemaType) ProtoMessage()

func (*SchemaType) ProtoReflect

func (x *SchemaType) ProtoReflect() protoreflect.Message

func (*SchemaType) Reset

func (x *SchemaType) Reset()

func (*SchemaType) String

func (x *SchemaType) String() string

func (*SchemaType) Validate

func (m *SchemaType) Validate() error

Validate checks the field values on SchemaType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SchemaType) ValidateAll

func (m *SchemaType) ValidateAll() error

ValidateAll checks the field values on SchemaType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SchemaTypeMultiError, or nil if none found.

type SchemaTypeMultiError

type SchemaTypeMultiError []error

SchemaTypeMultiError is an error wrapping multiple validation errors returned by SchemaType.ValidateAll() if the designated constraints aren't met.

func (SchemaTypeMultiError) AllErrors

func (m SchemaTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SchemaTypeMultiError) Error

func (m SchemaTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SchemaTypeValidationError

type SchemaTypeValidationError struct {
	// contains filtered or unexported fields
}

SchemaTypeValidationError is the validation error returned by SchemaType.Validate if the designated constraints aren't met.

func (SchemaTypeValidationError) Cause

func (e SchemaTypeValidationError) Cause() error

Cause function returns cause value.

func (SchemaTypeValidationError) Error

Error satisfies the builtin error interface

func (SchemaTypeValidationError) ErrorName

func (e SchemaTypeValidationError) ErrorName() string

ErrorName returns error name.

func (SchemaTypeValidationError) Field

Field function returns field value.

func (SchemaTypeValidationError) Key

Key function returns key value.

func (SchemaTypeValidationError) Reason

func (e SchemaTypeValidationError) Reason() string

Reason function returns reason value.

type SchemaType_SchemaColumn

type SchemaType_SchemaColumn struct {

	// A unique name -within the schema type- for the column
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The column type. This allows a limited set of types currently.
	Type SchemaType_SchemaColumn_SchemaColumnType `protobuf:"varint,2,opt,name=type,proto3,enum=flyteidl.core.SchemaType_SchemaColumn_SchemaColumnType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*SchemaType_SchemaColumn) Descriptor deprecated

func (*SchemaType_SchemaColumn) Descriptor() ([]byte, []int)

Deprecated: Use SchemaType_SchemaColumn.ProtoReflect.Descriptor instead.

func (*SchemaType_SchemaColumn) GetName

func (x *SchemaType_SchemaColumn) GetName() string

func (*SchemaType_SchemaColumn) GetType

func (*SchemaType_SchemaColumn) ProtoMessage

func (*SchemaType_SchemaColumn) ProtoMessage()

func (*SchemaType_SchemaColumn) ProtoReflect

func (x *SchemaType_SchemaColumn) ProtoReflect() protoreflect.Message

func (*SchemaType_SchemaColumn) Reset

func (x *SchemaType_SchemaColumn) Reset()

func (*SchemaType_SchemaColumn) String

func (x *SchemaType_SchemaColumn) String() string

func (*SchemaType_SchemaColumn) Validate

func (m *SchemaType_SchemaColumn) Validate() error

Validate checks the field values on SchemaType_SchemaColumn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SchemaType_SchemaColumn) ValidateAll

func (m *SchemaType_SchemaColumn) ValidateAll() error

ValidateAll checks the field values on SchemaType_SchemaColumn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SchemaType_SchemaColumnMultiError, or nil if none found.

type SchemaType_SchemaColumnMultiError

type SchemaType_SchemaColumnMultiError []error

SchemaType_SchemaColumnMultiError is an error wrapping multiple validation errors returned by SchemaType_SchemaColumn.ValidateAll() if the designated constraints aren't met.

func (SchemaType_SchemaColumnMultiError) AllErrors

func (m SchemaType_SchemaColumnMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SchemaType_SchemaColumnMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SchemaType_SchemaColumnValidationError

type SchemaType_SchemaColumnValidationError struct {
	// contains filtered or unexported fields
}

SchemaType_SchemaColumnValidationError is the validation error returned by SchemaType_SchemaColumn.Validate if the designated constraints aren't met.

func (SchemaType_SchemaColumnValidationError) Cause

Cause function returns cause value.

func (SchemaType_SchemaColumnValidationError) Error

Error satisfies the builtin error interface

func (SchemaType_SchemaColumnValidationError) ErrorName

ErrorName returns error name.

func (SchemaType_SchemaColumnValidationError) Field

Field function returns field value.

func (SchemaType_SchemaColumnValidationError) Key

Key function returns key value.

func (SchemaType_SchemaColumnValidationError) Reason

Reason function returns reason value.

type SchemaType_SchemaColumn_SchemaColumnType

type SchemaType_SchemaColumn_SchemaColumnType int32
const (
	SchemaType_SchemaColumn_INTEGER  SchemaType_SchemaColumn_SchemaColumnType = 0
	SchemaType_SchemaColumn_FLOAT    SchemaType_SchemaColumn_SchemaColumnType = 1
	SchemaType_SchemaColumn_STRING   SchemaType_SchemaColumn_SchemaColumnType = 2
	SchemaType_SchemaColumn_BOOLEAN  SchemaType_SchemaColumn_SchemaColumnType = 3
	SchemaType_SchemaColumn_DATETIME SchemaType_SchemaColumn_SchemaColumnType = 4
	SchemaType_SchemaColumn_DURATION SchemaType_SchemaColumn_SchemaColumnType = 5
)

func (SchemaType_SchemaColumn_SchemaColumnType) Descriptor

func (SchemaType_SchemaColumn_SchemaColumnType) Enum

func (SchemaType_SchemaColumn_SchemaColumnType) EnumDescriptor deprecated

func (SchemaType_SchemaColumn_SchemaColumnType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SchemaType_SchemaColumn_SchemaColumnType.Descriptor instead.

func (SchemaType_SchemaColumn_SchemaColumnType) Number

func (SchemaType_SchemaColumn_SchemaColumnType) String

func (SchemaType_SchemaColumn_SchemaColumnType) Type

type SchemaValidationError

type SchemaValidationError struct {
	// contains filtered or unexported fields
}

SchemaValidationError is the validation error returned by Schema.Validate if the designated constraints aren't met.

func (SchemaValidationError) Cause

func (e SchemaValidationError) Cause() error

Cause function returns cause value.

func (SchemaValidationError) Error

func (e SchemaValidationError) Error() string

Error satisfies the builtin error interface

func (SchemaValidationError) ErrorName

func (e SchemaValidationError) ErrorName() string

ErrorName returns error name.

func (SchemaValidationError) Field

func (e SchemaValidationError) Field() string

Field function returns field value.

func (SchemaValidationError) Key

func (e SchemaValidationError) Key() bool

Key function returns key value.

func (SchemaValidationError) Reason

func (e SchemaValidationError) Reason() string

Reason function returns reason value.

type Secret

type Secret struct {

	// The name of the secret group where to find the key referenced below. For K8s secrets, this should be the name of
	// the v1/secret object. For Confidant, this should be the Credential name. For Vault, this should be the secret name.
	// For AWS Secret Manager, this should be the name of the secret.
	// +required
	Group string `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// The group version to fetch. This is not supported in all secret management systems. It'll be ignored for the ones
	// that do not support it.
	// +optional
	GroupVersion string `protobuf:"bytes,2,opt,name=group_version,json=groupVersion,proto3" json:"group_version,omitempty"`
	// The name of the secret to mount. This has to match an existing secret in the system. It's up to the implementation
	// of the secret management system to require case sensitivity. For K8s secrets, Confidant and Vault, this should
	// match one of the keys inside the secret. For AWS Secret Manager, it's ignored.
	// +optional
	Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	// mount_requirement is optional. Indicates where the secret has to be mounted. If provided, the execution will fail
	// if the underlying key management system cannot satisfy that requirement. If not provided, the default location
	// will depend on the key management system.
	// +optional
	MountRequirement Secret_MountType `` /* 146-byte string literal not displayed */
	// env_var is optional. Custom environment variable to set the value of the secret. If mount_requirement is ENV_VAR,
	// then the value is the secret itself. If mount_requirement is FILE, then the value is the path to the secret file.
	// +optional
	EnvVar string `protobuf:"bytes,5,opt,name=env_var,json=envVar,proto3" json:"env_var,omitempty"`
	// contains filtered or unexported fields
}

Secret encapsulates information about the secret a task needs to proceed. An environment variable FLYTE_SECRETS_ENV_PREFIX will be passed to indicate the prefix of the environment variables that will be present if secrets are passed through environment variables. FLYTE_SECRETS_DEFAULT_DIR will be passed to indicate the prefix of the path where secrets will be mounted if secrets are passed through file mounts.

func (*Secret) Descriptor deprecated

func (*Secret) Descriptor() ([]byte, []int)

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetEnvVar

func (x *Secret) GetEnvVar() string

func (*Secret) GetGroup

func (x *Secret) GetGroup() string

func (*Secret) GetGroupVersion

func (x *Secret) GetGroupVersion() string

func (*Secret) GetKey

func (x *Secret) GetKey() string

func (*Secret) GetMountRequirement

func (x *Secret) GetMountRequirement() Secret_MountType

func (*Secret) ProtoMessage

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect

func (x *Secret) ProtoReflect() protoreflect.Message

func (*Secret) Reset

func (x *Secret) Reset()

func (*Secret) String

func (x *Secret) String() string

func (*Secret) Validate

func (m *Secret) Validate() error

Validate checks the field values on Secret with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Secret) ValidateAll

func (m *Secret) ValidateAll() error

ValidateAll checks the field values on Secret with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SecretMultiError, or nil if none found.

type SecretMultiError

type SecretMultiError []error

SecretMultiError is an error wrapping multiple validation errors returned by Secret.ValidateAll() if the designated constraints aren't met.

func (SecretMultiError) AllErrors

func (m SecretMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SecretMultiError) Error

func (m SecretMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SecretValidationError

type SecretValidationError struct {
	// contains filtered or unexported fields
}

SecretValidationError is the validation error returned by Secret.Validate if the designated constraints aren't met.

func (SecretValidationError) Cause

func (e SecretValidationError) Cause() error

Cause function returns cause value.

func (SecretValidationError) Error

func (e SecretValidationError) Error() string

Error satisfies the builtin error interface

func (SecretValidationError) ErrorName

func (e SecretValidationError) ErrorName() string

ErrorName returns error name.

func (SecretValidationError) Field

func (e SecretValidationError) Field() string

Field function returns field value.

func (SecretValidationError) Key

func (e SecretValidationError) Key() bool

Key function returns key value.

func (SecretValidationError) Reason

func (e SecretValidationError) Reason() string

Reason function returns reason value.

type Secret_MountType

type Secret_MountType int32
const (
	// Default case, indicates the client can tolerate either mounting options.
	Secret_ANY Secret_MountType = 0
	// ENV_VAR indicates the secret needs to be mounted as an environment variable.
	Secret_ENV_VAR Secret_MountType = 1
	// FILE indicates the secret needs to be mounted as a file.
	Secret_FILE Secret_MountType = 2
)

func (Secret_MountType) Descriptor

func (Secret_MountType) Enum

func (Secret_MountType) EnumDescriptor deprecated

func (Secret_MountType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Secret_MountType.Descriptor instead.

func (Secret_MountType) Number

func (Secret_MountType) String

func (x Secret_MountType) String() string

func (Secret_MountType) Type

type SecurityContext

type SecurityContext struct {

	// run_as encapsulates the identity a pod should run as. If the task fills in multiple fields here, it'll be up to the
	// backend plugin to choose the appropriate identity for the execution engine the task will run on.
	RunAs *Identity `protobuf:"bytes,1,opt,name=run_as,json=runAs,proto3" json:"run_as,omitempty"`
	// secrets indicate the list of secrets the task needs in order to proceed. Secrets will be mounted/passed to the
	// pod as it starts. If the plugin responsible for kicking of the task will not run it on a flyte cluster (e.g. AWS
	// Batch), it's the responsibility of the plugin to fetch the secret (which means propeller identity will need access
	// to the secret) and to pass it to the remote execution engine.
	Secrets []*Secret `protobuf:"bytes,2,rep,name=secrets,proto3" json:"secrets,omitempty"`
	// tokens indicate the list of token requests the task needs in order to proceed. Tokens will be mounted/passed to the
	// pod as it starts. If the plugin responsible for kicking of the task will not run it on a flyte cluster (e.g. AWS
	// Batch), it's the responsibility of the plugin to fetch the secret (which means propeller identity will need access
	// to the secret) and to pass it to the remote execution engine.
	Tokens []*OAuth2TokenRequest `protobuf:"bytes,3,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

SecurityContext holds security attributes that apply to tasks.

func (*SecurityContext) Descriptor deprecated

func (*SecurityContext) Descriptor() ([]byte, []int)

Deprecated: Use SecurityContext.ProtoReflect.Descriptor instead.

func (*SecurityContext) GetRunAs

func (x *SecurityContext) GetRunAs() *Identity

func (*SecurityContext) GetSecrets

func (x *SecurityContext) GetSecrets() []*Secret

func (*SecurityContext) GetTokens

func (x *SecurityContext) GetTokens() []*OAuth2TokenRequest

func (*SecurityContext) ProtoMessage

func (*SecurityContext) ProtoMessage()

func (*SecurityContext) ProtoReflect

func (x *SecurityContext) ProtoReflect() protoreflect.Message

func (*SecurityContext) Reset

func (x *SecurityContext) Reset()

func (*SecurityContext) String

func (x *SecurityContext) String() string

func (*SecurityContext) Validate

func (m *SecurityContext) Validate() error

Validate checks the field values on SecurityContext with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SecurityContext) ValidateAll

func (m *SecurityContext) ValidateAll() error

ValidateAll checks the field values on SecurityContext with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SecurityContextMultiError, or nil if none found.

type SecurityContextMultiError

type SecurityContextMultiError []error

SecurityContextMultiError is an error wrapping multiple validation errors returned by SecurityContext.ValidateAll() if the designated constraints aren't met.

func (SecurityContextMultiError) AllErrors

func (m SecurityContextMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SecurityContextMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SecurityContextValidationError

type SecurityContextValidationError struct {
	// contains filtered or unexported fields
}

SecurityContextValidationError is the validation error returned by SecurityContext.Validate if the designated constraints aren't met.

func (SecurityContextValidationError) Cause

Cause function returns cause value.

func (SecurityContextValidationError) Error

Error satisfies the builtin error interface

func (SecurityContextValidationError) ErrorName

func (e SecurityContextValidationError) ErrorName() string

ErrorName returns error name.

func (SecurityContextValidationError) Field

Field function returns field value.

func (SecurityContextValidationError) Key

Key function returns key value.

func (SecurityContextValidationError) Reason

Reason function returns reason value.

type SharedMemory

type SharedMemory struct {

	// Mount path to place in container
	MountPath string `protobuf:"bytes,1,opt,name=mount_path,json=mountPath,proto3" json:"mount_path,omitempty"`
	// Name for volume
	MountName string `protobuf:"bytes,2,opt,name=mount_name,json=mountName,proto3" json:"mount_name,omitempty"`
	// Size limit for shared memory. If not set, then the shared memory is equal
	// to the allocated memory.
	// +optional
	SizeLimit string `protobuf:"bytes,3,opt,name=size_limit,json=sizeLimit,proto3" json:"size_limit,omitempty"`
	// contains filtered or unexported fields
}

Metadata associated with configuring a shared memory volume for a task.

func (*SharedMemory) Descriptor deprecated

func (*SharedMemory) Descriptor() ([]byte, []int)

Deprecated: Use SharedMemory.ProtoReflect.Descriptor instead.

func (*SharedMemory) GetMountName

func (x *SharedMemory) GetMountName() string

func (*SharedMemory) GetMountPath

func (x *SharedMemory) GetMountPath() string

func (*SharedMemory) GetSizeLimit

func (x *SharedMemory) GetSizeLimit() string

func (*SharedMemory) ProtoMessage

func (*SharedMemory) ProtoMessage()

func (*SharedMemory) ProtoReflect

func (x *SharedMemory) ProtoReflect() protoreflect.Message

func (*SharedMemory) Reset

func (x *SharedMemory) Reset()

func (*SharedMemory) String

func (x *SharedMemory) String() string

func (*SharedMemory) Validate

func (m *SharedMemory) Validate() error

Validate checks the field values on SharedMemory with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SharedMemory) ValidateAll

func (m *SharedMemory) ValidateAll() error

ValidateAll checks the field values on SharedMemory with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SharedMemoryMultiError, or nil if none found.

type SharedMemoryMultiError

type SharedMemoryMultiError []error

SharedMemoryMultiError is an error wrapping multiple validation errors returned by SharedMemory.ValidateAll() if the designated constraints aren't met.

func (SharedMemoryMultiError) AllErrors

func (m SharedMemoryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SharedMemoryMultiError) Error

func (m SharedMemoryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SharedMemoryValidationError

type SharedMemoryValidationError struct {
	// contains filtered or unexported fields
}

SharedMemoryValidationError is the validation error returned by SharedMemory.Validate if the designated constraints aren't met.

func (SharedMemoryValidationError) Cause

Cause function returns cause value.

func (SharedMemoryValidationError) Error

Error satisfies the builtin error interface

func (SharedMemoryValidationError) ErrorName

func (e SharedMemoryValidationError) ErrorName() string

ErrorName returns error name.

func (SharedMemoryValidationError) Field

Field function returns field value.

func (SharedMemoryValidationError) Key

Key function returns key value.

func (SharedMemoryValidationError) Reason

Reason function returns reason value.

type SignalIdentifier

type SignalIdentifier struct {

	// Unique identifier for a signal.
	SignalId string `protobuf:"bytes,1,opt,name=signal_id,json=signalId,proto3" json:"signal_id,omitempty"`
	// Identifies the Flyte workflow execution this signal belongs to.
	ExecutionId *WorkflowExecutionIdentifier `protobuf:"bytes,2,opt,name=execution_id,json=executionId,proto3" json:"execution_id,omitempty"`
	// contains filtered or unexported fields
}

Encapsulation of fields the uniquely identify a signal.

func (*SignalIdentifier) Descriptor deprecated

func (*SignalIdentifier) Descriptor() ([]byte, []int)

Deprecated: Use SignalIdentifier.ProtoReflect.Descriptor instead.

func (*SignalIdentifier) GetExecutionId

func (x *SignalIdentifier) GetExecutionId() *WorkflowExecutionIdentifier

func (*SignalIdentifier) GetSignalId

func (x *SignalIdentifier) GetSignalId() string

func (*SignalIdentifier) ProtoMessage

func (*SignalIdentifier) ProtoMessage()

func (*SignalIdentifier) ProtoReflect

func (x *SignalIdentifier) ProtoReflect() protoreflect.Message

func (*SignalIdentifier) Reset

func (x *SignalIdentifier) Reset()

func (*SignalIdentifier) String

func (x *SignalIdentifier) String() string

func (*SignalIdentifier) Validate

func (m *SignalIdentifier) Validate() error

Validate checks the field values on SignalIdentifier with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SignalIdentifier) ValidateAll

func (m *SignalIdentifier) ValidateAll() error

ValidateAll checks the field values on SignalIdentifier with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SignalIdentifierMultiError, or nil if none found.

type SignalIdentifierMultiError

type SignalIdentifierMultiError []error

SignalIdentifierMultiError is an error wrapping multiple validation errors returned by SignalIdentifier.ValidateAll() if the designated constraints aren't met.

func (SignalIdentifierMultiError) AllErrors

func (m SignalIdentifierMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SignalIdentifierMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SignalIdentifierValidationError

type SignalIdentifierValidationError struct {
	// contains filtered or unexported fields
}

SignalIdentifierValidationError is the validation error returned by SignalIdentifier.Validate if the designated constraints aren't met.

func (SignalIdentifierValidationError) Cause

Cause function returns cause value.

func (SignalIdentifierValidationError) Error

Error satisfies the builtin error interface

func (SignalIdentifierValidationError) ErrorName

ErrorName returns error name.

func (SignalIdentifierValidationError) Field

Field function returns field value.

func (SignalIdentifierValidationError) Key

Key function returns key value.

func (SignalIdentifierValidationError) Reason

Reason function returns reason value.

type SimpleType

type SimpleType int32

Define a set of simple types.

const (
	SimpleType_NONE     SimpleType = 0
	SimpleType_INTEGER  SimpleType = 1
	SimpleType_FLOAT    SimpleType = 2
	SimpleType_STRING   SimpleType = 3
	SimpleType_BOOLEAN  SimpleType = 4
	SimpleType_DATETIME SimpleType = 5
	SimpleType_DURATION SimpleType = 6
	SimpleType_BINARY   SimpleType = 7
	SimpleType_ERROR    SimpleType = 8
	SimpleType_STRUCT   SimpleType = 9
)

func (SimpleType) Descriptor

func (SimpleType) Descriptor() protoreflect.EnumDescriptor

func (SimpleType) Enum

func (x SimpleType) Enum() *SimpleType

func (SimpleType) EnumDescriptor deprecated

func (SimpleType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SimpleType.Descriptor instead.

func (SimpleType) Number

func (x SimpleType) Number() protoreflect.EnumNumber

func (SimpleType) String

func (x SimpleType) String() string

func (SimpleType) Type

type Sql

type Sql struct {

	// The actual query to run, the query can have templated parameters.
	// We use Flyte's Golang templating format for Query templating.
	// For example,
	// insert overwrite directory '{{ .rawOutputDataPrefix }}' stored as parquet
	// select *
	// from my_table
	// where ds = '{{ .Inputs.ds }}'
	Statement string      `protobuf:"bytes,1,opt,name=statement,proto3" json:"statement,omitempty"`
	Dialect   Sql_Dialect `protobuf:"varint,2,opt,name=dialect,proto3,enum=flyteidl.core.Sql_Dialect" json:"dialect,omitempty"`
	// contains filtered or unexported fields
}

Sql represents a generic sql workload with a statement and dialect.

func (*Sql) Descriptor deprecated

func (*Sql) Descriptor() ([]byte, []int)

Deprecated: Use Sql.ProtoReflect.Descriptor instead.

func (*Sql) GetDialect

func (x *Sql) GetDialect() Sql_Dialect

func (*Sql) GetStatement

func (x *Sql) GetStatement() string

func (*Sql) ProtoMessage

func (*Sql) ProtoMessage()

func (*Sql) ProtoReflect

func (x *Sql) ProtoReflect() protoreflect.Message

func (*Sql) Reset

func (x *Sql) Reset()

func (*Sql) String

func (x *Sql) String() string

func (*Sql) Validate

func (m *Sql) Validate() error

Validate checks the field values on Sql with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Sql) ValidateAll

func (m *Sql) ValidateAll() error

ValidateAll checks the field values on Sql with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SqlMultiError, or nil if none found.

type SqlMultiError

type SqlMultiError []error

SqlMultiError is an error wrapping multiple validation errors returned by Sql.ValidateAll() if the designated constraints aren't met.

func (SqlMultiError) AllErrors

func (m SqlMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SqlMultiError) Error

func (m SqlMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SqlValidationError

type SqlValidationError struct {
	// contains filtered or unexported fields
}

SqlValidationError is the validation error returned by Sql.Validate if the designated constraints aren't met.

func (SqlValidationError) Cause

func (e SqlValidationError) Cause() error

Cause function returns cause value.

func (SqlValidationError) Error

func (e SqlValidationError) Error() string

Error satisfies the builtin error interface

func (SqlValidationError) ErrorName

func (e SqlValidationError) ErrorName() string

ErrorName returns error name.

func (SqlValidationError) Field

func (e SqlValidationError) Field() string

Field function returns field value.

func (SqlValidationError) Key

func (e SqlValidationError) Key() bool

Key function returns key value.

func (SqlValidationError) Reason

func (e SqlValidationError) Reason() string

Reason function returns reason value.

type Sql_Dialect

type Sql_Dialect int32

The dialect of the SQL statement. This is used to validate and parse SQL statements at compilation time to avoid expensive runtime operations. If set to an unsupported dialect, no validation will be done on the statement. We support the following dialect: ansi, hive.

const (
	Sql_UNDEFINED Sql_Dialect = 0
	Sql_ANSI      Sql_Dialect = 1
	Sql_HIVE      Sql_Dialect = 2
	Sql_OTHER     Sql_Dialect = 3
)

func (Sql_Dialect) Descriptor

func (Sql_Dialect) Enum

func (x Sql_Dialect) Enum() *Sql_Dialect

func (Sql_Dialect) EnumDescriptor deprecated

func (Sql_Dialect) EnumDescriptor() ([]byte, []int)

Deprecated: Use Sql_Dialect.Descriptor instead.

func (Sql_Dialect) Number

func (x Sql_Dialect) Number() protoreflect.EnumNumber

func (Sql_Dialect) String

func (x Sql_Dialect) String() string

func (Sql_Dialect) Type

type StructuredDataset

type StructuredDataset struct {

	// String location uniquely identifying where the data is.
	// Should start with the storage location (e.g. s3://, gs://, bq://, etc.)
	Uri      string                     `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Metadata *StructuredDatasetMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*StructuredDataset) Descriptor deprecated

func (*StructuredDataset) Descriptor() ([]byte, []int)

Deprecated: Use StructuredDataset.ProtoReflect.Descriptor instead.

func (*StructuredDataset) GetMetadata

func (x *StructuredDataset) GetMetadata() *StructuredDatasetMetadata

func (*StructuredDataset) GetUri

func (x *StructuredDataset) GetUri() string

func (*StructuredDataset) ProtoMessage

func (*StructuredDataset) ProtoMessage()

func (*StructuredDataset) ProtoReflect

func (x *StructuredDataset) ProtoReflect() protoreflect.Message

func (*StructuredDataset) Reset

func (x *StructuredDataset) Reset()

func (*StructuredDataset) String

func (x *StructuredDataset) String() string

func (*StructuredDataset) Validate

func (m *StructuredDataset) Validate() error

Validate checks the field values on StructuredDataset with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StructuredDataset) ValidateAll

func (m *StructuredDataset) ValidateAll() error

ValidateAll checks the field values on StructuredDataset with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StructuredDatasetMultiError, or nil if none found.

type StructuredDatasetMetadata

type StructuredDatasetMetadata struct {

	// Bundle the type information along with the literal.
	// This is here because StructuredDatasets can often be more defined at run time than at compile time.
	// That is, at compile time you might only declare a task to return a pandas dataframe or a StructuredDataset,
	// without any column information, but at run time, you might have that column information.
	// flytekit python will copy this type information into the literal, from the type information, if not provided by
	// the various plugins (encoders).
	// Since this field is run time generated, it's not used for any type checking.
	StructuredDatasetType *StructuredDatasetType `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StructuredDatasetMetadata) Descriptor deprecated

func (*StructuredDatasetMetadata) Descriptor() ([]byte, []int)

Deprecated: Use StructuredDatasetMetadata.ProtoReflect.Descriptor instead.

func (*StructuredDatasetMetadata) GetStructuredDatasetType

func (x *StructuredDatasetMetadata) GetStructuredDatasetType() *StructuredDatasetType

func (*StructuredDatasetMetadata) ProtoMessage

func (*StructuredDatasetMetadata) ProtoMessage()

func (*StructuredDatasetMetadata) ProtoReflect

func (*StructuredDatasetMetadata) Reset

func (x *StructuredDatasetMetadata) Reset()

func (*StructuredDatasetMetadata) String

func (x *StructuredDatasetMetadata) String() string

func (*StructuredDatasetMetadata) Validate

func (m *StructuredDatasetMetadata) Validate() error

Validate checks the field values on StructuredDatasetMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StructuredDatasetMetadata) ValidateAll

func (m *StructuredDatasetMetadata) ValidateAll() error

ValidateAll checks the field values on StructuredDatasetMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StructuredDatasetMetadataMultiError, or nil if none found.

type StructuredDatasetMetadataMultiError

type StructuredDatasetMetadataMultiError []error

StructuredDatasetMetadataMultiError is an error wrapping multiple validation errors returned by StructuredDatasetMetadata.ValidateAll() if the designated constraints aren't met.

func (StructuredDatasetMetadataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StructuredDatasetMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type StructuredDatasetMetadataValidationError

type StructuredDatasetMetadataValidationError struct {
	// contains filtered or unexported fields
}

StructuredDatasetMetadataValidationError is the validation error returned by StructuredDatasetMetadata.Validate if the designated constraints aren't met.

func (StructuredDatasetMetadataValidationError) Cause

Cause function returns cause value.

func (StructuredDatasetMetadataValidationError) Error

Error satisfies the builtin error interface

func (StructuredDatasetMetadataValidationError) ErrorName

ErrorName returns error name.

func (StructuredDatasetMetadataValidationError) Field

Field function returns field value.

func (StructuredDatasetMetadataValidationError) Key

Key function returns key value.

func (StructuredDatasetMetadataValidationError) Reason

Reason function returns reason value.

type StructuredDatasetMultiError

type StructuredDatasetMultiError []error

StructuredDatasetMultiError is an error wrapping multiple validation errors returned by StructuredDataset.ValidateAll() if the designated constraints aren't met.

func (StructuredDatasetMultiError) AllErrors

func (m StructuredDatasetMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StructuredDatasetMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type StructuredDatasetType

type StructuredDatasetType struct {

	// A list of ordered columns this schema comprises of.
	Columns []*StructuredDatasetType_DatasetColumn `protobuf:"bytes,1,rep,name=columns,proto3" json:"columns,omitempty"`
	// This is the storage format, the format of the bits at rest
	// parquet, feather, csv, etc.
	// For two types to be compatible, the format will need to be an exact match.
	Format string `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"`
	// This is a string representing the type that the bytes in external_schema_bytes are formatted in.
	// This is an optional field that will not be used for type checking.
	ExternalSchemaType string `protobuf:"bytes,3,opt,name=external_schema_type,json=externalSchemaType,proto3" json:"external_schema_type,omitempty"`
	// The serialized bytes of a third-party schema library like Arrow.
	// This is an optional field that will not be used for type checking.
	ExternalSchemaBytes []byte `protobuf:"bytes,4,opt,name=external_schema_bytes,json=externalSchemaBytes,proto3" json:"external_schema_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*StructuredDatasetType) Descriptor deprecated

func (*StructuredDatasetType) Descriptor() ([]byte, []int)

Deprecated: Use StructuredDatasetType.ProtoReflect.Descriptor instead.

func (*StructuredDatasetType) GetColumns

func (*StructuredDatasetType) GetExternalSchemaBytes

func (x *StructuredDatasetType) GetExternalSchemaBytes() []byte

func (*StructuredDatasetType) GetExternalSchemaType

func (x *StructuredDatasetType) GetExternalSchemaType() string

func (*StructuredDatasetType) GetFormat

func (x *StructuredDatasetType) GetFormat() string

func (*StructuredDatasetType) ProtoMessage

func (*StructuredDatasetType) ProtoMessage()

func (*StructuredDatasetType) ProtoReflect

func (x *StructuredDatasetType) ProtoReflect() protoreflect.Message

func (*StructuredDatasetType) Reset

func (x *StructuredDatasetType) Reset()

func (*StructuredDatasetType) String

func (x *StructuredDatasetType) String() string

func (*StructuredDatasetType) Validate

func (m *StructuredDatasetType) Validate() error

Validate checks the field values on StructuredDatasetType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StructuredDatasetType) ValidateAll

func (m *StructuredDatasetType) ValidateAll() error

ValidateAll checks the field values on StructuredDatasetType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StructuredDatasetTypeMultiError, or nil if none found.

type StructuredDatasetTypeMultiError

type StructuredDatasetTypeMultiError []error

StructuredDatasetTypeMultiError is an error wrapping multiple validation errors returned by StructuredDatasetType.ValidateAll() if the designated constraints aren't met.

func (StructuredDatasetTypeMultiError) AllErrors

func (m StructuredDatasetTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StructuredDatasetTypeMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type StructuredDatasetTypeValidationError

type StructuredDatasetTypeValidationError struct {
	// contains filtered or unexported fields
}

StructuredDatasetTypeValidationError is the validation error returned by StructuredDatasetType.Validate if the designated constraints aren't met.

func (StructuredDatasetTypeValidationError) Cause

Cause function returns cause value.

func (StructuredDatasetTypeValidationError) Error

Error satisfies the builtin error interface

func (StructuredDatasetTypeValidationError) ErrorName

ErrorName returns error name.

func (StructuredDatasetTypeValidationError) Field

Field function returns field value.

func (StructuredDatasetTypeValidationError) Key

Key function returns key value.

func (StructuredDatasetTypeValidationError) Reason

Reason function returns reason value.

type StructuredDatasetType_DatasetColumn

type StructuredDatasetType_DatasetColumn struct {

	// A unique name within the schema type for the column.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The column type.
	LiteralType *LiteralType `protobuf:"bytes,2,opt,name=literal_type,json=literalType,proto3" json:"literal_type,omitempty"`
	// contains filtered or unexported fields
}

func (*StructuredDatasetType_DatasetColumn) Descriptor deprecated

func (*StructuredDatasetType_DatasetColumn) Descriptor() ([]byte, []int)

Deprecated: Use StructuredDatasetType_DatasetColumn.ProtoReflect.Descriptor instead.

func (*StructuredDatasetType_DatasetColumn) GetLiteralType

func (x *StructuredDatasetType_DatasetColumn) GetLiteralType() *LiteralType

func (*StructuredDatasetType_DatasetColumn) GetName

func (*StructuredDatasetType_DatasetColumn) ProtoMessage

func (*StructuredDatasetType_DatasetColumn) ProtoMessage()

func (*StructuredDatasetType_DatasetColumn) ProtoReflect

func (*StructuredDatasetType_DatasetColumn) Reset

func (*StructuredDatasetType_DatasetColumn) String

func (*StructuredDatasetType_DatasetColumn) Validate

Validate checks the field values on StructuredDatasetType_DatasetColumn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StructuredDatasetType_DatasetColumn) ValidateAll

func (m *StructuredDatasetType_DatasetColumn) ValidateAll() error

ValidateAll checks the field values on StructuredDatasetType_DatasetColumn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StructuredDatasetType_DatasetColumnMultiError, or nil if none found.

type StructuredDatasetType_DatasetColumnMultiError

type StructuredDatasetType_DatasetColumnMultiError []error

StructuredDatasetType_DatasetColumnMultiError is an error wrapping multiple validation errors returned by StructuredDatasetType_DatasetColumn.ValidateAll() if the designated constraints aren't met.

func (StructuredDatasetType_DatasetColumnMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StructuredDatasetType_DatasetColumnMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type StructuredDatasetType_DatasetColumnValidationError

type StructuredDatasetType_DatasetColumnValidationError struct {
	// contains filtered or unexported fields
}

StructuredDatasetType_DatasetColumnValidationError is the validation error returned by StructuredDatasetType_DatasetColumn.Validate if the designated constraints aren't met.

func (StructuredDatasetType_DatasetColumnValidationError) Cause

Cause function returns cause value.

func (StructuredDatasetType_DatasetColumnValidationError) Error

Error satisfies the builtin error interface

func (StructuredDatasetType_DatasetColumnValidationError) ErrorName

ErrorName returns error name.

func (StructuredDatasetType_DatasetColumnValidationError) Field

Field function returns field value.

func (StructuredDatasetType_DatasetColumnValidationError) Key

Key function returns key value.

func (StructuredDatasetType_DatasetColumnValidationError) Reason

Reason function returns reason value.

type StructuredDatasetValidationError

type StructuredDatasetValidationError struct {
	// contains filtered or unexported fields
}

StructuredDatasetValidationError is the validation error returned by StructuredDataset.Validate if the designated constraints aren't met.

func (StructuredDatasetValidationError) Cause

Cause function returns cause value.

func (StructuredDatasetValidationError) Error

Error satisfies the builtin error interface

func (StructuredDatasetValidationError) ErrorName

ErrorName returns error name.

func (StructuredDatasetValidationError) Field

Field function returns field value.

func (StructuredDatasetValidationError) Key

Key function returns key value.

func (StructuredDatasetValidationError) Reason

Reason function returns reason value.

type TaskExecution

type TaskExecution struct {
	// contains filtered or unexported fields
}

Phases that task plugins can go through. Not all phases may be applicable to a specific plugin task, but this is the cumulative list that customers may want to know about for their task.

func (*TaskExecution) Descriptor deprecated

func (*TaskExecution) Descriptor() ([]byte, []int)

Deprecated: Use TaskExecution.ProtoReflect.Descriptor instead.

func (*TaskExecution) ProtoMessage

func (*TaskExecution) ProtoMessage()

func (*TaskExecution) ProtoReflect

func (x *TaskExecution) ProtoReflect() protoreflect.Message

func (*TaskExecution) Reset

func (x *TaskExecution) Reset()

func (*TaskExecution) String

func (x *TaskExecution) String() string

func (*TaskExecution) Validate

func (m *TaskExecution) Validate() error

Validate checks the field values on TaskExecution with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskExecution) ValidateAll

func (m *TaskExecution) ValidateAll() error

ValidateAll checks the field values on TaskExecution with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskExecutionMultiError, or nil if none found.

type TaskExecutionIdentifier

type TaskExecutionIdentifier struct {
	TaskId          *Identifier              `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	NodeExecutionId *NodeExecutionIdentifier `protobuf:"bytes,2,opt,name=node_execution_id,json=nodeExecutionId,proto3" json:"node_execution_id,omitempty"`
	RetryAttempt    uint32                   `protobuf:"varint,3,opt,name=retry_attempt,json=retryAttempt,proto3" json:"retry_attempt,omitempty"`
	// contains filtered or unexported fields
}

Encapsulation of fields that identify a Flyte task execution entity.

func (*TaskExecutionIdentifier) Descriptor deprecated

func (*TaskExecutionIdentifier) Descriptor() ([]byte, []int)

Deprecated: Use TaskExecutionIdentifier.ProtoReflect.Descriptor instead.

func (*TaskExecutionIdentifier) GetNodeExecutionId

func (x *TaskExecutionIdentifier) GetNodeExecutionId() *NodeExecutionIdentifier

func (*TaskExecutionIdentifier) GetRetryAttempt

func (x *TaskExecutionIdentifier) GetRetryAttempt() uint32

func (*TaskExecutionIdentifier) GetTaskId

func (x *TaskExecutionIdentifier) GetTaskId() *Identifier

func (*TaskExecutionIdentifier) ProtoMessage

func (*TaskExecutionIdentifier) ProtoMessage()

func (*TaskExecutionIdentifier) ProtoReflect

func (x *TaskExecutionIdentifier) ProtoReflect() protoreflect.Message

func (*TaskExecutionIdentifier) Reset

func (x *TaskExecutionIdentifier) Reset()

func (*TaskExecutionIdentifier) String

func (x *TaskExecutionIdentifier) String() string

func (*TaskExecutionIdentifier) Validate

func (m *TaskExecutionIdentifier) Validate() error

Validate checks the field values on TaskExecutionIdentifier with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskExecutionIdentifier) ValidateAll

func (m *TaskExecutionIdentifier) ValidateAll() error

ValidateAll checks the field values on TaskExecutionIdentifier with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskExecutionIdentifierMultiError, or nil if none found.

type TaskExecutionIdentifierMultiError

type TaskExecutionIdentifierMultiError []error

TaskExecutionIdentifierMultiError is an error wrapping multiple validation errors returned by TaskExecutionIdentifier.ValidateAll() if the designated constraints aren't met.

func (TaskExecutionIdentifierMultiError) AllErrors

func (m TaskExecutionIdentifierMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskExecutionIdentifierMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TaskExecutionIdentifierValidationError

type TaskExecutionIdentifierValidationError struct {
	// contains filtered or unexported fields
}

TaskExecutionIdentifierValidationError is the validation error returned by TaskExecutionIdentifier.Validate if the designated constraints aren't met.

func (TaskExecutionIdentifierValidationError) Cause

Cause function returns cause value.

func (TaskExecutionIdentifierValidationError) Error

Error satisfies the builtin error interface

func (TaskExecutionIdentifierValidationError) ErrorName

ErrorName returns error name.

func (TaskExecutionIdentifierValidationError) Field

Field function returns field value.

func (TaskExecutionIdentifierValidationError) Key

Key function returns key value.

func (TaskExecutionIdentifierValidationError) Reason

Reason function returns reason value.

type TaskExecutionMultiError

type TaskExecutionMultiError []error

TaskExecutionMultiError is an error wrapping multiple validation errors returned by TaskExecution.ValidateAll() if the designated constraints aren't met.

func (TaskExecutionMultiError) AllErrors

func (m TaskExecutionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskExecutionMultiError) Error

func (m TaskExecutionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaskExecutionValidationError

type TaskExecutionValidationError struct {
	// contains filtered or unexported fields
}

TaskExecutionValidationError is the validation error returned by TaskExecution.Validate if the designated constraints aren't met.

func (TaskExecutionValidationError) Cause

Cause function returns cause value.

func (TaskExecutionValidationError) Error

Error satisfies the builtin error interface

func (TaskExecutionValidationError) ErrorName

func (e TaskExecutionValidationError) ErrorName() string

ErrorName returns error name.

func (TaskExecutionValidationError) Field

Field function returns field value.

func (TaskExecutionValidationError) Key

Key function returns key value.

func (TaskExecutionValidationError) Reason

Reason function returns reason value.

type TaskExecution_Phase

type TaskExecution_Phase int32
const (
	TaskExecution_UNDEFINED TaskExecution_Phase = 0
	TaskExecution_QUEUED    TaskExecution_Phase = 1
	TaskExecution_RUNNING   TaskExecution_Phase = 2
	TaskExecution_SUCCEEDED TaskExecution_Phase = 3
	TaskExecution_ABORTED   TaskExecution_Phase = 4
	TaskExecution_FAILED    TaskExecution_Phase = 5
	// To indicate cases where task is initializing, like: ErrImagePull, ContainerCreating, PodInitializing
	TaskExecution_INITIALIZING TaskExecution_Phase = 6
	// To address cases, where underlying resource is not available: Backoff error, Resource quota exceeded
	TaskExecution_WAITING_FOR_RESOURCES TaskExecution_Phase = 7
	TaskExecution_RETRYABLE_FAILED      TaskExecution_Phase = 8
)

func (TaskExecution_Phase) Descriptor

func (TaskExecution_Phase) Enum

func (TaskExecution_Phase) EnumDescriptor deprecated

func (TaskExecution_Phase) EnumDescriptor() ([]byte, []int)

Deprecated: Use TaskExecution_Phase.Descriptor instead.

func (TaskExecution_Phase) Number

func (TaskExecution_Phase) String

func (x TaskExecution_Phase) String() string

func (TaskExecution_Phase) Type

type TaskLog

type TaskLog struct {
	Uri              string                `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Name             string                `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	MessageFormat    TaskLog_MessageFormat `` /* 142-byte string literal not displayed */
	Ttl              *durationpb.Duration  `protobuf:"bytes,4,opt,name=ttl,proto3" json:"ttl,omitempty"`
	ShowWhilePending bool                  `protobuf:"varint,5,opt,name=ShowWhilePending,proto3" json:"ShowWhilePending,omitempty"`
	HideOnceFinished bool                  `protobuf:"varint,6,opt,name=HideOnceFinished,proto3" json:"HideOnceFinished,omitempty"`
	// contains filtered or unexported fields
}

Log information for the task that is specific to a log sink When our log story is flushed out, we may have more metadata here like log link expiry

func (*TaskLog) Descriptor deprecated

func (*TaskLog) Descriptor() ([]byte, []int)

Deprecated: Use TaskLog.ProtoReflect.Descriptor instead.

func (*TaskLog) GetHideOnceFinished

func (x *TaskLog) GetHideOnceFinished() bool

func (*TaskLog) GetMessageFormat

func (x *TaskLog) GetMessageFormat() TaskLog_MessageFormat

func (*TaskLog) GetName

func (x *TaskLog) GetName() string

func (*TaskLog) GetShowWhilePending

func (x *TaskLog) GetShowWhilePending() bool

func (*TaskLog) GetTtl

func (x *TaskLog) GetTtl() *durationpb.Duration

func (*TaskLog) GetUri

func (x *TaskLog) GetUri() string

func (*TaskLog) ProtoMessage

func (*TaskLog) ProtoMessage()

func (*TaskLog) ProtoReflect

func (x *TaskLog) ProtoReflect() protoreflect.Message

func (*TaskLog) Reset

func (x *TaskLog) Reset()

func (*TaskLog) String

func (x *TaskLog) String() string

func (*TaskLog) Validate

func (m *TaskLog) Validate() error

Validate checks the field values on TaskLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskLog) ValidateAll

func (m *TaskLog) ValidateAll() error

ValidateAll checks the field values on TaskLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskLogMultiError, or nil if none found.

type TaskLogMultiError

type TaskLogMultiError []error

TaskLogMultiError is an error wrapping multiple validation errors returned by TaskLog.ValidateAll() if the designated constraints aren't met.

func (TaskLogMultiError) AllErrors

func (m TaskLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskLogMultiError) Error

func (m TaskLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaskLogValidationError

type TaskLogValidationError struct {
	// contains filtered or unexported fields
}

TaskLogValidationError is the validation error returned by TaskLog.Validate if the designated constraints aren't met.

func (TaskLogValidationError) Cause

func (e TaskLogValidationError) Cause() error

Cause function returns cause value.

func (TaskLogValidationError) Error

func (e TaskLogValidationError) Error() string

Error satisfies the builtin error interface

func (TaskLogValidationError) ErrorName

func (e TaskLogValidationError) ErrorName() string

ErrorName returns error name.

func (TaskLogValidationError) Field

func (e TaskLogValidationError) Field() string

Field function returns field value.

func (TaskLogValidationError) Key

func (e TaskLogValidationError) Key() bool

Key function returns key value.

func (TaskLogValidationError) Reason

func (e TaskLogValidationError) Reason() string

Reason function returns reason value.

type TaskLog_MessageFormat

type TaskLog_MessageFormat int32
const (
	TaskLog_UNKNOWN TaskLog_MessageFormat = 0
	TaskLog_CSV     TaskLog_MessageFormat = 1
	TaskLog_JSON    TaskLog_MessageFormat = 2
)

func (TaskLog_MessageFormat) Descriptor

func (TaskLog_MessageFormat) Enum

func (TaskLog_MessageFormat) EnumDescriptor deprecated

func (TaskLog_MessageFormat) EnumDescriptor() ([]byte, []int)

Deprecated: Use TaskLog_MessageFormat.Descriptor instead.

func (TaskLog_MessageFormat) Number

func (TaskLog_MessageFormat) String

func (x TaskLog_MessageFormat) String() string

func (TaskLog_MessageFormat) Type

type TaskMetadata

type TaskMetadata struct {

	// Indicates whether the system should attempt to lookup this task's output to avoid duplication of work.
	Discoverable bool `protobuf:"varint,1,opt,name=discoverable,proto3" json:"discoverable,omitempty"`
	// Runtime information about the task.
	Runtime *RuntimeMetadata `protobuf:"bytes,2,opt,name=runtime,proto3" json:"runtime,omitempty"`
	// The overall timeout of a task including user-triggered retries.
	Timeout *durationpb.Duration `protobuf:"bytes,4,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// Number of retries per task.
	Retries *RetryStrategy `protobuf:"bytes,5,opt,name=retries,proto3" json:"retries,omitempty"`
	// Indicates a logical version to apply to this task for the purpose of discovery.
	DiscoveryVersion string `protobuf:"bytes,6,opt,name=discovery_version,json=discoveryVersion,proto3" json:"discovery_version,omitempty"`
	// If set, this indicates that this task is deprecated.  This will enable owners of tasks to notify consumers
	// of the ending of support for a given task.
	DeprecatedErrorMessage string `` /* 129-byte string literal not displayed */
	// Identify whether task is interruptible
	//
	// Types that are assignable to InterruptibleValue:
	//
	//	*TaskMetadata_Interruptible
	InterruptibleValue isTaskMetadata_InterruptibleValue `protobuf_oneof:"interruptible_value"`
	// Indicates whether the system should attempt to execute discoverable instances in serial to avoid duplicate work
	CacheSerializable bool `protobuf:"varint,9,opt,name=cache_serializable,json=cacheSerializable,proto3" json:"cache_serializable,omitempty"`
	// Arbitrary tags that allow users and the platform to store small but arbitrary labels
	Tags map[string]string `` /* 150-byte string literal not displayed */
	// pod_template_name is the unique name of a PodTemplate k8s resource to be used as the base configuration if this
	// task creates a k8s Pod. If this value is set, the specified PodTemplate will be used instead of, but applied
	// identically as, the default PodTemplate configured in FlytePropeller.
	PodTemplateName string `protobuf:"bytes,12,opt,name=pod_template_name,json=podTemplateName,proto3" json:"pod_template_name,omitempty"`
	// cache_ignore_input_vars is the input variables that should not be included when calculating hash for cache.
	CacheIgnoreInputVars []string `` /* 126-byte string literal not displayed */
	// is_eager indicates whether the task is eager or not.
	// This would be used by CreateTask endpoint.
	IsEager bool `protobuf:"varint,14,opt,name=is_eager,json=isEager,proto3" json:"is_eager,omitempty"`
	// Indicates whether the task will generate a deck when it finishes executing.
	// The BoolValue can have three states:
	// - nil: The value is not set.
	// - true: The task will generate a deck.
	// - false: The task will not generate a deck.
	GeneratesDeck *wrapperspb.BoolValue `protobuf:"bytes,15,opt,name=generates_deck,json=generatesDeck,proto3" json:"generates_deck,omitempty"`
	// Metadata applied to task pods or task CR objects.
	// In flytekit, labels and annotations resulting in this metadata field
	// are provided via `@task(labels=..., annotations=...)`.
	// For tasks backed by pods like PythonFunctionTask, these take precedence
	// over the metadata provided via `@task(pod_template=PodTemplate(labels=...))` which are transported
	// in the K8sPod message. For tasks backed by CRDs, this metadata is applied to
	// the CR object itself while the metadata in the pod template/K8sPod is applied
	// to the pod template spec of the CR object.
	Metadata *K8SObjectMetadata `protobuf:"bytes,16,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

Task Metadata

func (*TaskMetadata) Descriptor deprecated

func (*TaskMetadata) Descriptor() ([]byte, []int)

Deprecated: Use TaskMetadata.ProtoReflect.Descriptor instead.

func (*TaskMetadata) GetCacheIgnoreInputVars

func (x *TaskMetadata) GetCacheIgnoreInputVars() []string

func (*TaskMetadata) GetCacheSerializable

func (x *TaskMetadata) GetCacheSerializable() bool

func (*TaskMetadata) GetDeprecatedErrorMessage

func (x *TaskMetadata) GetDeprecatedErrorMessage() string

func (*TaskMetadata) GetDiscoverable

func (x *TaskMetadata) GetDiscoverable() bool

func (*TaskMetadata) GetDiscoveryVersion

func (x *TaskMetadata) GetDiscoveryVersion() string

func (*TaskMetadata) GetGeneratesDeck

func (x *TaskMetadata) GetGeneratesDeck() *wrapperspb.BoolValue

func (*TaskMetadata) GetInterruptible

func (x *TaskMetadata) GetInterruptible() bool

func (*TaskMetadata) GetInterruptibleValue

func (m *TaskMetadata) GetInterruptibleValue() isTaskMetadata_InterruptibleValue

func (*TaskMetadata) GetIsEager

func (x *TaskMetadata) GetIsEager() bool

func (*TaskMetadata) GetMetadata

func (x *TaskMetadata) GetMetadata() *K8SObjectMetadata

func (*TaskMetadata) GetPodTemplateName

func (x *TaskMetadata) GetPodTemplateName() string

func (*TaskMetadata) GetRetries

func (x *TaskMetadata) GetRetries() *RetryStrategy

func (*TaskMetadata) GetRuntime

func (x *TaskMetadata) GetRuntime() *RuntimeMetadata

func (*TaskMetadata) GetTags

func (x *TaskMetadata) GetTags() map[string]string

func (*TaskMetadata) GetTimeout

func (x *TaskMetadata) GetTimeout() *durationpb.Duration

func (*TaskMetadata) ProtoMessage

func (*TaskMetadata) ProtoMessage()

func (*TaskMetadata) ProtoReflect

func (x *TaskMetadata) ProtoReflect() protoreflect.Message

func (*TaskMetadata) Reset

func (x *TaskMetadata) Reset()

func (*TaskMetadata) String

func (x *TaskMetadata) String() string

func (*TaskMetadata) Validate

func (m *TaskMetadata) Validate() error

Validate checks the field values on TaskMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskMetadata) ValidateAll

func (m *TaskMetadata) ValidateAll() error

ValidateAll checks the field values on TaskMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskMetadataMultiError, or nil if none found.

type TaskMetadataMultiError

type TaskMetadataMultiError []error

TaskMetadataMultiError is an error wrapping multiple validation errors returned by TaskMetadata.ValidateAll() if the designated constraints aren't met.

func (TaskMetadataMultiError) AllErrors

func (m TaskMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskMetadataMultiError) Error

func (m TaskMetadataMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaskMetadataValidationError

type TaskMetadataValidationError struct {
	// contains filtered or unexported fields
}

TaskMetadataValidationError is the validation error returned by TaskMetadata.Validate if the designated constraints aren't met.

func (TaskMetadataValidationError) Cause

Cause function returns cause value.

func (TaskMetadataValidationError) Error

Error satisfies the builtin error interface

func (TaskMetadataValidationError) ErrorName

func (e TaskMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (TaskMetadataValidationError) Field

Field function returns field value.

func (TaskMetadataValidationError) Key

Key function returns key value.

func (TaskMetadataValidationError) Reason

Reason function returns reason value.

type TaskMetadata_Interruptible

type TaskMetadata_Interruptible struct {
	Interruptible bool `protobuf:"varint,8,opt,name=interruptible,proto3,oneof"`
}

type TaskTemplate

type TaskTemplate struct {

	// Auto generated taskId by the system. Task Id uniquely identifies this task globally.
	Id *Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// A predefined yet extensible Task type identifier. This can be used to customize any of the components. If no
	// extensions are provided in the system, Flyte will resolve the this task to its TaskCategory and default the
	// implementation registered for the TaskCategory.
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// Extra metadata about the task.
	Metadata *TaskMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// A strongly typed interface for the task. This enables others to use this task within a workflow and guarantees
	// compile-time validation of the workflow to avoid costly runtime failures.
	Interface *TypedInterface `protobuf:"bytes,4,opt,name=interface,proto3" json:"interface,omitempty"`
	// Custom data about the task. This is extensible to allow various plugins in the system.
	Custom *structpb.Struct `protobuf:"bytes,5,opt,name=custom,proto3" json:"custom,omitempty"`
	// Known target types that the system will guarantee plugins for. Custom SDK plugins are allowed to set these if needed.
	// If no corresponding execution-layer plugins are found, the system will default to handling these using built-in
	// handlers.
	//
	// Types that are assignable to Target:
	//
	//	*TaskTemplate_Container
	//	*TaskTemplate_K8SPod
	//	*TaskTemplate_Sql
	Target isTaskTemplate_Target `protobuf_oneof:"target"`
	// This can be used to customize task handling at execution time for the same task type.
	TaskTypeVersion int32 `protobuf:"varint,7,opt,name=task_type_version,json=taskTypeVersion,proto3" json:"task_type_version,omitempty"`
	// security_context encapsulates security attributes requested to run this task.
	SecurityContext *SecurityContext `protobuf:"bytes,8,opt,name=security_context,json=securityContext,proto3" json:"security_context,omitempty"`
	// Encapsulates all non-standard resources, not captured by
	// v1.ResourceRequirements, to allocate to a task.
	ExtendedResources *ExtendedResources `protobuf:"bytes,9,opt,name=extended_resources,json=extendedResources,proto3" json:"extended_resources,omitempty"`
	// Metadata about the custom defined for this task. This is extensible to allow various plugins in the system
	// to use as required.
	// reserve the field numbers 1 through 15 for very frequently occurring message elements
	Config map[string]string `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

A Task structure that uniquely identifies a task in the system Tasks are registered as a first step in the system.

func (*TaskTemplate) Descriptor deprecated

func (*TaskTemplate) Descriptor() ([]byte, []int)

Deprecated: Use TaskTemplate.ProtoReflect.Descriptor instead.

func (*TaskTemplate) GetConfig

func (x *TaskTemplate) GetConfig() map[string]string

func (*TaskTemplate) GetContainer

func (x *TaskTemplate) GetContainer() *Container

func (*TaskTemplate) GetCustom

func (x *TaskTemplate) GetCustom() *structpb.Struct

func (*TaskTemplate) GetExtendedResources

func (x *TaskTemplate) GetExtendedResources() *ExtendedResources

func (*TaskTemplate) GetId

func (x *TaskTemplate) GetId() *Identifier

func (*TaskTemplate) GetInterface

func (x *TaskTemplate) GetInterface() *TypedInterface

func (*TaskTemplate) GetK8SPod

func (x *TaskTemplate) GetK8SPod() *K8SPod

func (*TaskTemplate) GetMetadata

func (x *TaskTemplate) GetMetadata() *TaskMetadata

func (*TaskTemplate) GetSecurityContext

func (x *TaskTemplate) GetSecurityContext() *SecurityContext

func (*TaskTemplate) GetSql

func (x *TaskTemplate) GetSql() *Sql

func (*TaskTemplate) GetTarget

func (m *TaskTemplate) GetTarget() isTaskTemplate_Target

func (*TaskTemplate) GetTaskTypeVersion

func (x *TaskTemplate) GetTaskTypeVersion() int32

func (*TaskTemplate) GetType

func (x *TaskTemplate) GetType() string

func (*TaskTemplate) ProtoMessage

func (*TaskTemplate) ProtoMessage()

func (*TaskTemplate) ProtoReflect

func (x *TaskTemplate) ProtoReflect() protoreflect.Message

func (*TaskTemplate) Reset

func (x *TaskTemplate) Reset()

func (*TaskTemplate) String

func (x *TaskTemplate) String() string

func (*TaskTemplate) Validate

func (m *TaskTemplate) Validate() error

Validate checks the field values on TaskTemplate with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskTemplate) ValidateAll

func (m *TaskTemplate) ValidateAll() error

ValidateAll checks the field values on TaskTemplate with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskTemplateMultiError, or nil if none found.

type TaskTemplateMultiError

type TaskTemplateMultiError []error

TaskTemplateMultiError is an error wrapping multiple validation errors returned by TaskTemplate.ValidateAll() if the designated constraints aren't met.

func (TaskTemplateMultiError) AllErrors

func (m TaskTemplateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskTemplateMultiError) Error

func (m TaskTemplateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaskTemplateValidationError

type TaskTemplateValidationError struct {
	// contains filtered or unexported fields
}

TaskTemplateValidationError is the validation error returned by TaskTemplate.Validate if the designated constraints aren't met.

func (TaskTemplateValidationError) Cause

Cause function returns cause value.

func (TaskTemplateValidationError) Error

Error satisfies the builtin error interface

func (TaskTemplateValidationError) ErrorName

func (e TaskTemplateValidationError) ErrorName() string

ErrorName returns error name.

func (TaskTemplateValidationError) Field

Field function returns field value.

func (TaskTemplateValidationError) Key

Key function returns key value.

func (TaskTemplateValidationError) Reason

Reason function returns reason value.

type TaskTemplate_Container

type TaskTemplate_Container struct {
	Container *Container `protobuf:"bytes,6,opt,name=container,proto3,oneof"`
}

type TaskTemplate_K8SPod

type TaskTemplate_K8SPod struct {
	K8SPod *K8SPod `protobuf:"bytes,17,opt,name=k8s_pod,json=k8sPod,proto3,oneof"`
}

type TaskTemplate_Sql

type TaskTemplate_Sql struct {
	Sql *Sql `protobuf:"bytes,18,opt,name=sql,proto3,oneof"`
}

type TimePartition

type TimePartition struct {
	Value       *LabelValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Granularity Granularity `protobuf:"varint,2,opt,name=granularity,proto3,enum=flyteidl.core.Granularity" json:"granularity,omitempty"`
	// contains filtered or unexported fields
}

func (*TimePartition) Descriptor deprecated

func (*TimePartition) Descriptor() ([]byte, []int)

Deprecated: Use TimePartition.ProtoReflect.Descriptor instead.

func (*TimePartition) GetGranularity

func (x *TimePartition) GetGranularity() Granularity

func (*TimePartition) GetValue

func (x *TimePartition) GetValue() *LabelValue

func (*TimePartition) ProtoMessage

func (*TimePartition) ProtoMessage()

func (*TimePartition) ProtoReflect

func (x *TimePartition) ProtoReflect() protoreflect.Message

func (*TimePartition) Reset

func (x *TimePartition) Reset()

func (*TimePartition) String

func (x *TimePartition) String() string

func (*TimePartition) Validate

func (m *TimePartition) Validate() error

Validate checks the field values on TimePartition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimePartition) ValidateAll

func (m *TimePartition) ValidateAll() error

ValidateAll checks the field values on TimePartition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimePartitionMultiError, or nil if none found.

type TimePartitionMultiError

type TimePartitionMultiError []error

TimePartitionMultiError is an error wrapping multiple validation errors returned by TimePartition.ValidateAll() if the designated constraints aren't met.

func (TimePartitionMultiError) AllErrors

func (m TimePartitionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TimePartitionMultiError) Error

func (m TimePartitionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TimePartitionValidationError

type TimePartitionValidationError struct {
	// contains filtered or unexported fields
}

TimePartitionValidationError is the validation error returned by TimePartition.Validate if the designated constraints aren't met.

func (TimePartitionValidationError) Cause

Cause function returns cause value.

func (TimePartitionValidationError) Error

Error satisfies the builtin error interface

func (TimePartitionValidationError) ErrorName

func (e TimePartitionValidationError) ErrorName() string

ErrorName returns error name.

func (TimePartitionValidationError) Field

Field function returns field value.

func (TimePartitionValidationError) Key

Key function returns key value.

func (TimePartitionValidationError) Reason

Reason function returns reason value.

type TimeTransform

type TimeTransform struct {
	Transform string   `protobuf:"bytes,1,opt,name=transform,proto3" json:"transform,omitempty"`
	Op        Operator `protobuf:"varint,2,opt,name=op,proto3,enum=flyteidl.core.Operator" json:"op,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeTransform) Descriptor deprecated

func (*TimeTransform) Descriptor() ([]byte, []int)

Deprecated: Use TimeTransform.ProtoReflect.Descriptor instead.

func (*TimeTransform) GetOp

func (x *TimeTransform) GetOp() Operator

func (*TimeTransform) GetTransform

func (x *TimeTransform) GetTransform() string

func (*TimeTransform) ProtoMessage

func (*TimeTransform) ProtoMessage()

func (*TimeTransform) ProtoReflect

func (x *TimeTransform) ProtoReflect() protoreflect.Message

func (*TimeTransform) Reset

func (x *TimeTransform) Reset()

func (*TimeTransform) String

func (x *TimeTransform) String() string

func (*TimeTransform) Validate

func (m *TimeTransform) Validate() error

Validate checks the field values on TimeTransform with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimeTransform) ValidateAll

func (m *TimeTransform) ValidateAll() error

ValidateAll checks the field values on TimeTransform with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimeTransformMultiError, or nil if none found.

type TimeTransformMultiError

type TimeTransformMultiError []error

TimeTransformMultiError is an error wrapping multiple validation errors returned by TimeTransform.ValidateAll() if the designated constraints aren't met.

func (TimeTransformMultiError) AllErrors

func (m TimeTransformMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TimeTransformMultiError) Error

func (m TimeTransformMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TimeTransformValidationError

type TimeTransformValidationError struct {
	// contains filtered or unexported fields
}

TimeTransformValidationError is the validation error returned by TimeTransform.Validate if the designated constraints aren't met.

func (TimeTransformValidationError) Cause

Cause function returns cause value.

func (TimeTransformValidationError) Error

Error satisfies the builtin error interface

func (TimeTransformValidationError) ErrorName

func (e TimeTransformValidationError) ErrorName() string

ErrorName returns error name.

func (TimeTransformValidationError) Field

Field function returns field value.

func (TimeTransformValidationError) Key

Key function returns key value.

func (TimeTransformValidationError) Reason

Reason function returns reason value.

type TypeAnnotation

type TypeAnnotation struct {

	// A arbitrary JSON payload to describe a type.
	Annotations *structpb.Struct `protobuf:"bytes,1,opt,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

TypeAnnotation encapsulates registration time information about a type. This can be used for various control-plane operations. TypeAnnotation will not be available at runtime when a task runs.

func (*TypeAnnotation) Descriptor deprecated

func (*TypeAnnotation) Descriptor() ([]byte, []int)

Deprecated: Use TypeAnnotation.ProtoReflect.Descriptor instead.

func (*TypeAnnotation) GetAnnotations

func (x *TypeAnnotation) GetAnnotations() *structpb.Struct

func (*TypeAnnotation) ProtoMessage

func (*TypeAnnotation) ProtoMessage()

func (*TypeAnnotation) ProtoReflect

func (x *TypeAnnotation) ProtoReflect() protoreflect.Message

func (*TypeAnnotation) Reset

func (x *TypeAnnotation) Reset()

func (*TypeAnnotation) String

func (x *TypeAnnotation) String() string

func (*TypeAnnotation) Validate

func (m *TypeAnnotation) Validate() error

Validate checks the field values on TypeAnnotation with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TypeAnnotation) ValidateAll

func (m *TypeAnnotation) ValidateAll() error

ValidateAll checks the field values on TypeAnnotation with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TypeAnnotationMultiError, or nil if none found.

type TypeAnnotationMultiError

type TypeAnnotationMultiError []error

TypeAnnotationMultiError is an error wrapping multiple validation errors returned by TypeAnnotation.ValidateAll() if the designated constraints aren't met.

func (TypeAnnotationMultiError) AllErrors

func (m TypeAnnotationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TypeAnnotationMultiError) Error

func (m TypeAnnotationMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TypeAnnotationValidationError

type TypeAnnotationValidationError struct {
	// contains filtered or unexported fields
}

TypeAnnotationValidationError is the validation error returned by TypeAnnotation.Validate if the designated constraints aren't met.

func (TypeAnnotationValidationError) Cause

Cause function returns cause value.

func (TypeAnnotationValidationError) Error

Error satisfies the builtin error interface

func (TypeAnnotationValidationError) ErrorName

func (e TypeAnnotationValidationError) ErrorName() string

ErrorName returns error name.

func (TypeAnnotationValidationError) Field

Field function returns field value.

func (TypeAnnotationValidationError) Key

Key function returns key value.

func (TypeAnnotationValidationError) Reason

Reason function returns reason value.

type TypeStructure

type TypeStructure struct {

	// Must exactly match for types to be castable
	Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	// dataclass_type only exists for dataclasses.
	// This is used to resolve the type of the fields of dataclass
	// The key is the field name, and the value is the literal type of the field
	// e.g. For dataclass Foo, with fields a, and a is a string
	// Foo.a will be resolved as a literal type of string from dataclass_type
	DataclassType map[string]*LiteralType `` /* 188-byte string literal not displayed */
	// contains filtered or unexported fields
}

Hints to improve type matching e.g. allows distinguishing output from custom type transformers even if the underlying IDL serialization matches.

func (*TypeStructure) Descriptor deprecated

func (*TypeStructure) Descriptor() ([]byte, []int)

Deprecated: Use TypeStructure.ProtoReflect.Descriptor instead.

func (*TypeStructure) GetDataclassType

func (x *TypeStructure) GetDataclassType() map[string]*LiteralType

func (*TypeStructure) GetTag

func (x *TypeStructure) GetTag() string

func (*TypeStructure) ProtoMessage

func (*TypeStructure) ProtoMessage()

func (*TypeStructure) ProtoReflect

func (x *TypeStructure) ProtoReflect() protoreflect.Message

func (*TypeStructure) Reset

func (x *TypeStructure) Reset()

func (*TypeStructure) String

func (x *TypeStructure) String() string

func (*TypeStructure) Validate

func (m *TypeStructure) Validate() error

Validate checks the field values on TypeStructure with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TypeStructure) ValidateAll

func (m *TypeStructure) ValidateAll() error

ValidateAll checks the field values on TypeStructure with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TypeStructureMultiError, or nil if none found.

type TypeStructureMultiError

type TypeStructureMultiError []error

TypeStructureMultiError is an error wrapping multiple validation errors returned by TypeStructure.ValidateAll() if the designated constraints aren't met.

func (TypeStructureMultiError) AllErrors

func (m TypeStructureMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TypeStructureMultiError) Error

func (m TypeStructureMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TypeStructureValidationError

type TypeStructureValidationError struct {
	// contains filtered or unexported fields
}

TypeStructureValidationError is the validation error returned by TypeStructure.Validate if the designated constraints aren't met.

func (TypeStructureValidationError) Cause

Cause function returns cause value.

func (TypeStructureValidationError) Error

Error satisfies the builtin error interface

func (TypeStructureValidationError) ErrorName

func (e TypeStructureValidationError) ErrorName() string

ErrorName returns error name.

func (TypeStructureValidationError) Field

Field function returns field value.

func (TypeStructureValidationError) Key

Key function returns key value.

func (TypeStructureValidationError) Reason

Reason function returns reason value.

type TypedInterface

type TypedInterface struct {
	Inputs  *VariableMap `protobuf:"bytes,1,opt,name=inputs,proto3" json:"inputs,omitempty"`
	Outputs *VariableMap `protobuf:"bytes,2,opt,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

Defines strongly typed inputs and outputs.

func (*TypedInterface) Descriptor deprecated

func (*TypedInterface) Descriptor() ([]byte, []int)

Deprecated: Use TypedInterface.ProtoReflect.Descriptor instead.

func (*TypedInterface) GetInputs

func (x *TypedInterface) GetInputs() *VariableMap

func (*TypedInterface) GetOutputs

func (x *TypedInterface) GetOutputs() *VariableMap

func (*TypedInterface) ProtoMessage

func (*TypedInterface) ProtoMessage()

func (*TypedInterface) ProtoReflect

func (x *TypedInterface) ProtoReflect() protoreflect.Message

func (*TypedInterface) Reset

func (x *TypedInterface) Reset()

func (*TypedInterface) String

func (x *TypedInterface) String() string

func (*TypedInterface) Validate

func (m *TypedInterface) Validate() error

Validate checks the field values on TypedInterface with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TypedInterface) ValidateAll

func (m *TypedInterface) ValidateAll() error

ValidateAll checks the field values on TypedInterface with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TypedInterfaceMultiError, or nil if none found.

type TypedInterfaceMultiError

type TypedInterfaceMultiError []error

TypedInterfaceMultiError is an error wrapping multiple validation errors returned by TypedInterface.ValidateAll() if the designated constraints aren't met.

func (TypedInterfaceMultiError) AllErrors

func (m TypedInterfaceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TypedInterfaceMultiError) Error

func (m TypedInterfaceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TypedInterfaceValidationError

type TypedInterfaceValidationError struct {
	// contains filtered or unexported fields
}

TypedInterfaceValidationError is the validation error returned by TypedInterface.Validate if the designated constraints aren't met.

func (TypedInterfaceValidationError) Cause

Cause function returns cause value.

func (TypedInterfaceValidationError) Error

Error satisfies the builtin error interface

func (TypedInterfaceValidationError) ErrorName

func (e TypedInterfaceValidationError) ErrorName() string

ErrorName returns error name.

func (TypedInterfaceValidationError) Field

Field function returns field value.

func (TypedInterfaceValidationError) Key

Key function returns key value.

func (TypedInterfaceValidationError) Reason

Reason function returns reason value.

type Union

type Union struct {
	Value *Literal     `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Type  *LiteralType `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

The runtime representation of a tagged union value. See `UnionType` for more details.

func (*Union) Descriptor deprecated

func (*Union) Descriptor() ([]byte, []int)

Deprecated: Use Union.ProtoReflect.Descriptor instead.

func (*Union) GetType

func (x *Union) GetType() *LiteralType

func (*Union) GetValue

func (x *Union) GetValue() *Literal

func (*Union) ProtoMessage

func (*Union) ProtoMessage()

func (*Union) ProtoReflect

func (x *Union) ProtoReflect() protoreflect.Message

func (*Union) Reset

func (x *Union) Reset()

func (*Union) String

func (x *Union) String() string

func (*Union) Validate

func (m *Union) Validate() error

Validate checks the field values on Union with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Union) ValidateAll

func (m *Union) ValidateAll() error

ValidateAll checks the field values on Union with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionMultiError, or nil if none found.

type UnionInfo

type UnionInfo struct {
	TargetType *LiteralType `protobuf:"bytes,1,opt,name=targetType,proto3" json:"targetType,omitempty"`
	// contains filtered or unexported fields
}

func (*UnionInfo) Descriptor deprecated

func (*UnionInfo) Descriptor() ([]byte, []int)

Deprecated: Use UnionInfo.ProtoReflect.Descriptor instead.

func (*UnionInfo) GetTargetType

func (x *UnionInfo) GetTargetType() *LiteralType

func (*UnionInfo) ProtoMessage

func (*UnionInfo) ProtoMessage()

func (*UnionInfo) ProtoReflect

func (x *UnionInfo) ProtoReflect() protoreflect.Message

func (*UnionInfo) Reset

func (x *UnionInfo) Reset()

func (*UnionInfo) String

func (x *UnionInfo) String() string

func (*UnionInfo) Validate

func (m *UnionInfo) Validate() error

Validate checks the field values on UnionInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionInfo) ValidateAll

func (m *UnionInfo) ValidateAll() error

ValidateAll checks the field values on UnionInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionInfoMultiError, or nil if none found.

type UnionInfoMultiError

type UnionInfoMultiError []error

UnionInfoMultiError is an error wrapping multiple validation errors returned by UnionInfo.ValidateAll() if the designated constraints aren't met.

func (UnionInfoMultiError) AllErrors

func (m UnionInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionInfoMultiError) Error

func (m UnionInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UnionInfoValidationError

type UnionInfoValidationError struct {
	// contains filtered or unexported fields
}

UnionInfoValidationError is the validation error returned by UnionInfo.Validate if the designated constraints aren't met.

func (UnionInfoValidationError) Cause

func (e UnionInfoValidationError) Cause() error

Cause function returns cause value.

func (UnionInfoValidationError) Error

func (e UnionInfoValidationError) Error() string

Error satisfies the builtin error interface

func (UnionInfoValidationError) ErrorName

func (e UnionInfoValidationError) ErrorName() string

ErrorName returns error name.

func (UnionInfoValidationError) Field

func (e UnionInfoValidationError) Field() string

Field function returns field value.

func (UnionInfoValidationError) Key

Key function returns key value.

func (UnionInfoValidationError) Reason

func (e UnionInfoValidationError) Reason() string

Reason function returns reason value.

type UnionMultiError

type UnionMultiError []error

UnionMultiError is an error wrapping multiple validation errors returned by Union.ValidateAll() if the designated constraints aren't met.

func (UnionMultiError) AllErrors

func (m UnionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionMultiError) Error

func (m UnionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UnionType

type UnionType struct {

	// Predefined set of variants in union.
	Variants []*LiteralType `protobuf:"bytes,1,rep,name=variants,proto3" json:"variants,omitempty"`
	// contains filtered or unexported fields
}

Defines a tagged union type, also known as a variant (and formally as the sum type).

A sum type S is defined by a sequence of types (A, B, C, ...), each tagged by a string tag A value of type S is constructed from a value of any of the variant types. The specific choice of type is recorded by storing the varaint's tag with the literal value and can be examined in runtime.

Type S is typically written as S := Apple A | Banana B | Cantaloupe C | ...

Notably, a nullable (optional) type is a sum type between some type X and the singleton type representing a null-value: Optional X := X | Null

See also: https://en.wikipedia.org/wiki/Tagged_union

func (*UnionType) Descriptor deprecated

func (*UnionType) Descriptor() ([]byte, []int)

Deprecated: Use UnionType.ProtoReflect.Descriptor instead.

func (*UnionType) GetVariants

func (x *UnionType) GetVariants() []*LiteralType

func (*UnionType) ProtoMessage

func (*UnionType) ProtoMessage()

func (*UnionType) ProtoReflect

func (x *UnionType) ProtoReflect() protoreflect.Message

func (*UnionType) Reset

func (x *UnionType) Reset()

func (*UnionType) String

func (x *UnionType) String() string

func (*UnionType) Validate

func (m *UnionType) Validate() error

Validate checks the field values on UnionType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionType) ValidateAll

func (m *UnionType) ValidateAll() error

ValidateAll checks the field values on UnionType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionTypeMultiError, or nil if none found.

type UnionTypeMultiError

type UnionTypeMultiError []error

UnionTypeMultiError is an error wrapping multiple validation errors returned by UnionType.ValidateAll() if the designated constraints aren't met.

func (UnionTypeMultiError) AllErrors

func (m UnionTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionTypeMultiError) Error

func (m UnionTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UnionTypeValidationError

type UnionTypeValidationError struct {
	// contains filtered or unexported fields
}

UnionTypeValidationError is the validation error returned by UnionType.Validate if the designated constraints aren't met.

func (UnionTypeValidationError) Cause

func (e UnionTypeValidationError) Cause() error

Cause function returns cause value.

func (UnionTypeValidationError) Error

func (e UnionTypeValidationError) Error() string

Error satisfies the builtin error interface

func (UnionTypeValidationError) ErrorName

func (e UnionTypeValidationError) ErrorName() string

ErrorName returns error name.

func (UnionTypeValidationError) Field

func (e UnionTypeValidationError) Field() string

Field function returns field value.

func (UnionTypeValidationError) Key

Key function returns key value.

func (UnionTypeValidationError) Reason

func (e UnionTypeValidationError) Reason() string

Reason function returns reason value.

type UnionValidationError

type UnionValidationError struct {
	// contains filtered or unexported fields
}

UnionValidationError is the validation error returned by Union.Validate if the designated constraints aren't met.

func (UnionValidationError) Cause

func (e UnionValidationError) Cause() error

Cause function returns cause value.

func (UnionValidationError) Error

func (e UnionValidationError) Error() string

Error satisfies the builtin error interface

func (UnionValidationError) ErrorName

func (e UnionValidationError) ErrorName() string

ErrorName returns error name.

func (UnionValidationError) Field

func (e UnionValidationError) Field() string

Field function returns field value.

func (UnionValidationError) Key

func (e UnionValidationError) Key() bool

Key function returns key value.

func (UnionValidationError) Reason

func (e UnionValidationError) Reason() string

Reason function returns reason value.

type Variable

type Variable struct {

	// Variable literal type.
	Type *LiteralType `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// +optional string describing input variable
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// +optional This object allows the user to specify how Artifacts are created.
	// name, tag, partitions can be specified. The other fields (version and project/domain) are ignored.
	ArtifactPartialId *ArtifactID  `protobuf:"bytes,3,opt,name=artifact_partial_id,json=artifactPartialId,proto3" json:"artifact_partial_id,omitempty"`
	ArtifactTag       *ArtifactTag `protobuf:"bytes,4,opt,name=artifact_tag,json=artifactTag,proto3" json:"artifact_tag,omitempty"`
	// contains filtered or unexported fields
}

Defines a strongly typed variable.

func (*Variable) Descriptor deprecated

func (*Variable) Descriptor() ([]byte, []int)

Deprecated: Use Variable.ProtoReflect.Descriptor instead.

func (*Variable) GetArtifactPartialId

func (x *Variable) GetArtifactPartialId() *ArtifactID

func (*Variable) GetArtifactTag

func (x *Variable) GetArtifactTag() *ArtifactTag

func (*Variable) GetDescription

func (x *Variable) GetDescription() string

func (*Variable) GetType

func (x *Variable) GetType() *LiteralType

func (*Variable) ProtoMessage

func (*Variable) ProtoMessage()

func (*Variable) ProtoReflect

func (x *Variable) ProtoReflect() protoreflect.Message

func (*Variable) Reset

func (x *Variable) Reset()

func (*Variable) String

func (x *Variable) String() string

func (*Variable) Validate

func (m *Variable) Validate() error

Validate checks the field values on Variable with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Variable) ValidateAll

func (m *Variable) ValidateAll() error

ValidateAll checks the field values on Variable with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VariableMultiError, or nil if none found.

type VariableMap

type VariableMap struct {

	// Defines a map of variable names to variables.
	Variables map[string]*Variable `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

A map of Variables

func (*VariableMap) Descriptor deprecated

func (*VariableMap) Descriptor() ([]byte, []int)

Deprecated: Use VariableMap.ProtoReflect.Descriptor instead.

func (*VariableMap) GetVariables

func (x *VariableMap) GetVariables() map[string]*Variable

func (*VariableMap) ProtoMessage

func (*VariableMap) ProtoMessage()

func (*VariableMap) ProtoReflect

func (x *VariableMap) ProtoReflect() protoreflect.Message

func (*VariableMap) Reset

func (x *VariableMap) Reset()

func (*VariableMap) String

func (x *VariableMap) String() string

func (*VariableMap) Validate

func (m *VariableMap) Validate() error

Validate checks the field values on VariableMap with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*VariableMap) ValidateAll

func (m *VariableMap) ValidateAll() error

ValidateAll checks the field values on VariableMap with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VariableMapMultiError, or nil if none found.

type VariableMapMultiError

type VariableMapMultiError []error

VariableMapMultiError is an error wrapping multiple validation errors returned by VariableMap.ValidateAll() if the designated constraints aren't met.

func (VariableMapMultiError) AllErrors

func (m VariableMapMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VariableMapMultiError) Error

func (m VariableMapMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VariableMapValidationError

type VariableMapValidationError struct {
	// contains filtered or unexported fields
}

VariableMapValidationError is the validation error returned by VariableMap.Validate if the designated constraints aren't met.

func (VariableMapValidationError) Cause

Cause function returns cause value.

func (VariableMapValidationError) Error

Error satisfies the builtin error interface

func (VariableMapValidationError) ErrorName

func (e VariableMapValidationError) ErrorName() string

ErrorName returns error name.

func (VariableMapValidationError) Field

Field function returns field value.

func (VariableMapValidationError) Key

Key function returns key value.

func (VariableMapValidationError) Reason

Reason function returns reason value.

type VariableMultiError

type VariableMultiError []error

VariableMultiError is an error wrapping multiple validation errors returned by Variable.ValidateAll() if the designated constraints aren't met.

func (VariableMultiError) AllErrors

func (m VariableMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VariableMultiError) Error

func (m VariableMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VariableValidationError

type VariableValidationError struct {
	// contains filtered or unexported fields
}

VariableValidationError is the validation error returned by Variable.Validate if the designated constraints aren't met.

func (VariableValidationError) Cause

func (e VariableValidationError) Cause() error

Cause function returns cause value.

func (VariableValidationError) Error

func (e VariableValidationError) Error() string

Error satisfies the builtin error interface

func (VariableValidationError) ErrorName

func (e VariableValidationError) ErrorName() string

ErrorName returns error name.

func (VariableValidationError) Field

func (e VariableValidationError) Field() string

Field function returns field value.

func (VariableValidationError) Key

func (e VariableValidationError) Key() bool

Key function returns key value.

func (VariableValidationError) Reason

func (e VariableValidationError) Reason() string

Reason function returns reason value.

type Void

type Void struct {
	// contains filtered or unexported fields
}

Used to denote a nil/null/None assignment to a scalar value. The underlying LiteralType for Void is intentionally undefined since it can be assigned to a scalar of any LiteralType.

func (*Void) Descriptor deprecated

func (*Void) Descriptor() ([]byte, []int)

Deprecated: Use Void.ProtoReflect.Descriptor instead.

func (*Void) ProtoMessage

func (*Void) ProtoMessage()

func (*Void) ProtoReflect

func (x *Void) ProtoReflect() protoreflect.Message

func (*Void) Reset

func (x *Void) Reset()

func (*Void) String

func (x *Void) String() string

func (*Void) Validate

func (m *Void) Validate() error

Validate checks the field values on Void with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Void) ValidateAll

func (m *Void) ValidateAll() error

ValidateAll checks the field values on Void with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VoidMultiError, or nil if none found.

type VoidMultiError

type VoidMultiError []error

VoidMultiError is an error wrapping multiple validation errors returned by Void.ValidateAll() if the designated constraints aren't met.

func (VoidMultiError) AllErrors

func (m VoidMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VoidMultiError) Error

func (m VoidMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VoidValidationError

type VoidValidationError struct {
	// contains filtered or unexported fields
}

VoidValidationError is the validation error returned by Void.Validate if the designated constraints aren't met.

func (VoidValidationError) Cause

func (e VoidValidationError) Cause() error

Cause function returns cause value.

func (VoidValidationError) Error

func (e VoidValidationError) Error() string

Error satisfies the builtin error interface

func (VoidValidationError) ErrorName

func (e VoidValidationError) ErrorName() string

ErrorName returns error name.

func (VoidValidationError) Field

func (e VoidValidationError) Field() string

Field function returns field value.

func (VoidValidationError) Key

func (e VoidValidationError) Key() bool

Key function returns key value.

func (VoidValidationError) Reason

func (e VoidValidationError) Reason() string

Reason function returns reason value.

type WorkflowExecution

type WorkflowExecution struct {
	// contains filtered or unexported fields
}

Indicates various phases of Workflow Execution

func (*WorkflowExecution) Descriptor deprecated

func (*WorkflowExecution) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecution.ProtoReflect.Descriptor instead.

func (*WorkflowExecution) ProtoMessage

func (*WorkflowExecution) ProtoMessage()

func (*WorkflowExecution) ProtoReflect

func (x *WorkflowExecution) ProtoReflect() protoreflect.Message

func (*WorkflowExecution) Reset

func (x *WorkflowExecution) Reset()

func (*WorkflowExecution) String

func (x *WorkflowExecution) String() string

func (*WorkflowExecution) Validate

func (m *WorkflowExecution) Validate() error

Validate checks the field values on WorkflowExecution with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowExecution) ValidateAll

func (m *WorkflowExecution) ValidateAll() error

ValidateAll checks the field values on WorkflowExecution with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowExecutionMultiError, or nil if none found.

type WorkflowExecutionIdentifier

type WorkflowExecutionIdentifier struct {

	// Name of the project the resource belongs to.
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the domain the resource belongs to.
	// A domain can be considered as a subset within a specific project.
	Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	// User or system provided value for the resource.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Optional, org key applied to the resource.
	Org string `protobuf:"bytes,5,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

Encapsulation of fields that uniquely identifies a Flyte workflow execution

func (*WorkflowExecutionIdentifier) Descriptor deprecated

func (*WorkflowExecutionIdentifier) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecutionIdentifier.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionIdentifier) GetDomain

func (x *WorkflowExecutionIdentifier) GetDomain() string

func (*WorkflowExecutionIdentifier) GetName

func (x *WorkflowExecutionIdentifier) GetName() string

func (*WorkflowExecutionIdentifier) GetOrg

func (x *WorkflowExecutionIdentifier) GetOrg() string

func (*WorkflowExecutionIdentifier) GetProject

func (x *WorkflowExecutionIdentifier) GetProject() string

func (*WorkflowExecutionIdentifier) ProtoMessage

func (*WorkflowExecutionIdentifier) ProtoMessage()

func (*WorkflowExecutionIdentifier) ProtoReflect

func (*WorkflowExecutionIdentifier) Reset

func (x *WorkflowExecutionIdentifier) Reset()

func (*WorkflowExecutionIdentifier) String

func (x *WorkflowExecutionIdentifier) String() string

func (*WorkflowExecutionIdentifier) Validate

func (m *WorkflowExecutionIdentifier) Validate() error

Validate checks the field values on WorkflowExecutionIdentifier with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WorkflowExecutionIdentifier) ValidateAll

func (m *WorkflowExecutionIdentifier) ValidateAll() error

ValidateAll checks the field values on WorkflowExecutionIdentifier with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WorkflowExecutionIdentifierMultiError, or nil if none found.

type WorkflowExecutionIdentifierMultiError

type WorkflowExecutionIdentifierMultiError []error

WorkflowExecutionIdentifierMultiError is an error wrapping multiple validation errors returned by WorkflowExecutionIdentifier.ValidateAll() if the designated constraints aren't met.

func (WorkflowExecutionIdentifierMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WorkflowExecutionIdentifierMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowExecutionIdentifierValidationError

type WorkflowExecutionIdentifierValidationError struct {
	// contains filtered or unexported fields
}

WorkflowExecutionIdentifierValidationError is the validation error returned by WorkflowExecutionIdentifier.Validate if the designated constraints aren't met.

func (WorkflowExecutionIdentifierValidationError) Cause

Cause function returns cause value.

func (WorkflowExecutionIdentifierValidationError) Error

Error satisfies the builtin error interface

func (WorkflowExecutionIdentifierValidationError) ErrorName

ErrorName returns error name.

func (WorkflowExecutionIdentifierValidationError) Field

Field function returns field value.

func (WorkflowExecutionIdentifierValidationError) Key

Key function returns key value.

func (WorkflowExecutionIdentifierValidationError) Reason

Reason function returns reason value.

type WorkflowExecutionMultiError

type WorkflowExecutionMultiError []error

WorkflowExecutionMultiError is an error wrapping multiple validation errors returned by WorkflowExecution.ValidateAll() if the designated constraints aren't met.

func (WorkflowExecutionMultiError) AllErrors

func (m WorkflowExecutionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WorkflowExecutionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WorkflowExecutionValidationError

type WorkflowExecutionValidationError struct {
	// contains filtered or unexported fields
}

WorkflowExecutionValidationError is the validation error returned by WorkflowExecution.Validate if the designated constraints aren't met.

func (WorkflowExecutionValidationError) Cause

Cause function returns cause value.

func (WorkflowExecutionValidationError) Error

Error satisfies the builtin error interface

func (WorkflowExecutionValidationError) ErrorName

ErrorName returns error name.

func (WorkflowExecutionValidationError) Field

Field function returns field value.

func (WorkflowExecutionValidationError) Key

Key function returns key value.

func (WorkflowExecutionValidationError) Reason

Reason function returns reason value.

type WorkflowExecution_Phase

type WorkflowExecution_Phase int32
const (
	WorkflowExecution_UNDEFINED  WorkflowExecution_Phase = 0
	WorkflowExecution_QUEUED     WorkflowExecution_Phase = 1
	WorkflowExecution_RUNNING    WorkflowExecution_Phase = 2
	WorkflowExecution_SUCCEEDING WorkflowExecution_Phase = 3
	WorkflowExecution_SUCCEEDED  WorkflowExecution_Phase = 4
	WorkflowExecution_FAILING    WorkflowExecution_Phase = 5
	WorkflowExecution_FAILED     WorkflowExecution_Phase = 6
	WorkflowExecution_ABORTED    WorkflowExecution_Phase = 7
	WorkflowExecution_TIMED_OUT  WorkflowExecution_Phase = 8
	WorkflowExecution_ABORTING   WorkflowExecution_Phase = 9
)

func (WorkflowExecution_Phase) Descriptor

func (WorkflowExecution_Phase) Enum

func (WorkflowExecution_Phase) EnumDescriptor deprecated

func (WorkflowExecution_Phase) EnumDescriptor() ([]byte, []int)

Deprecated: Use WorkflowExecution_Phase.Descriptor instead.

func (WorkflowExecution_Phase) Number

func (WorkflowExecution_Phase) String

func (x WorkflowExecution_Phase) String() string

func (WorkflowExecution_Phase) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL