unified

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_CMsgSteamLearnDataSourceDescElement_DataType = ESteamLearnDataType_STEAMLEARN_DATATYPE_INVALID
)

Default values for CMsgSteamLearnDataSourceDescElement fields.

View Source
const (
	Default_CMsgSteamLearn_CacheData_Response_CacheDataResult = ESteamLearnCacheDataResult_STEAMLEARN_CACHE_DATA_ERROR
)

Default values for CMsgSteamLearn_CacheData_Response fields.

View Source
const (
	Default_CMsgSteamLearn_GetHMACKeys_Response_Result = ESteamLearnGetHMACKeysResult_STEAMLEARN_GET_HMAC_KEYS_SUCCESS
)

Default values for CMsgSteamLearn_GetHMACKeys_Response fields.

View Source
const (
	Default_CMsgSteamLearn_InferenceMetadata_Response_InferenceMetadataResult = ESteamLearnInferenceMetadataResult_STEAMLEARN_INFERENCE_METADATA_ERROR
)

Default values for CMsgSteamLearn_InferenceMetadata_Response fields.

View Source
const (
	Default_CMsgSteamLearn_Inference_Response_InferenceResult = ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_ERROR
)

Default values for CMsgSteamLearn_Inference_Response fields.

View Source
const (
	Default_CMsgSteamLearn_RegisterDataSource_Response_Result = ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR
)

Default values for CMsgSteamLearn_RegisterDataSource_Response fields.

View Source
const (
	Default_CMsgSteamLearn_SnapshotProject_Response_SnapshotResult = ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR
)

Default values for CMsgSteamLearn_SnapshotProject_Response fields.

Variables

View Source
var (
	EProtoExecutionSite_name = map[int32]string{
		0: "k_EProtoExecutionSiteUnknown",
		3: "k_EProtoExecutionSiteSteamClient",
	}
	EProtoExecutionSite_value = map[string]int32{
		"k_EProtoExecutionSiteUnknown":     0,
		"k_EProtoExecutionSiteSteamClient": 3,
	}
)

Enum value maps for EProtoExecutionSite.

View Source
var (
	// optional string service_description = 50000;
	E_ServiceDescription = &file_steammessages_unified_base_steamworkssdk_proto_extTypes[1]
	// optional EProtoExecutionSite service_execution_site = 50008;
	E_ServiceExecutionSite = &file_steammessages_unified_base_steamworkssdk_proto_extTypes[2]
)

Extension fields to descriptor_proto.ServiceOptions.

View Source
var (
	ESteamLearnDataType_name = map[int32]string{
		0: "STEAMLEARN_DATATYPE_INVALID",
		1: "STEAMLEARN_DATATYPE_INT32",
		2: "STEAMLEARN_DATATYPE_FLOAT32",
		3: "STEAMLEARN_DATATYPE_BOOL",
		4: "STEAMLEARN_DATATYPE_STRING",
		5: "STEAMLEARN_DATATYPE_OBJECT",
	}
	ESteamLearnDataType_value = map[string]int32{
		"STEAMLEARN_DATATYPE_INVALID": 0,
		"STEAMLEARN_DATATYPE_INT32":   1,
		"STEAMLEARN_DATATYPE_FLOAT32": 2,
		"STEAMLEARN_DATATYPE_BOOL":    3,
		"STEAMLEARN_DATATYPE_STRING":  4,
		"STEAMLEARN_DATATYPE_OBJECT":  5,
	}
)

Enum value maps for ESteamLearnDataType.

View Source
var (
	ESteammLearnRegisterDataSourceResult_name = map[int32]string{
		0:  "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR",
		1:  "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_SUCCESS_CREATED",
		2:  "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_SUCCESS_FOUND",
		3:  "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_GENERIC",
		4:  "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_NAME",
		5:  "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_VERSION",
		6:  "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_DATA_CHANGED",
		7:  "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_DATA_INVALID",
		8:  "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_FORBIDDEN",
		9:  "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_TIMESTAMP",
		10: "STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_DISABLED",
	}
	ESteammLearnRegisterDataSourceResult_value = map[string]int32{
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR":                   0,
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_SUCCESS_CREATED":         1,
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_SUCCESS_FOUND":           2,
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_GENERIC":           3,
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_NAME":      4,
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_VERSION":   5,
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_DATA_CHANGED":      6,
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_DATA_INVALID":      7,
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_FORBIDDEN":         8,
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_TIMESTAMP": 9,
		"STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_DISABLED":                10,
	}
)

Enum value maps for ESteammLearnRegisterDataSourceResult.

View Source
var (
	ESteamLearnCacheDataResult_name = map[int32]string{
		0: "STEAMLEARN_CACHE_DATA_ERROR",
		1: "STEAMLEARN_CACHE_DATA_SUCCESS",
		2: "STEAMLEARN_CACHE_DATA_ERROR_UNKNOWN_DATA_SOURCE",
		3: "STEAMLEARN_CACHE_DATA_ERROR_UNCACHED_DATA_SOURCE",
		4: "STEAMLEARN_CACHE_DATA_ERROR_INVALID_KEYS",
		5: "STEAMLEARN_CACHE_DATA_ERROR_FORBIDDEN",
		6: "STEAMLEARN_CACHE_DATA_ERROR_INVALID_TIMESTAMP",
		7: "STEAMLEARN_CACHE_DATA_DISABLED",
	}
	ESteamLearnCacheDataResult_value = map[string]int32{
		"STEAMLEARN_CACHE_DATA_ERROR":                      0,
		"STEAMLEARN_CACHE_DATA_SUCCESS":                    1,
		"STEAMLEARN_CACHE_DATA_ERROR_UNKNOWN_DATA_SOURCE":  2,
		"STEAMLEARN_CACHE_DATA_ERROR_UNCACHED_DATA_SOURCE": 3,
		"STEAMLEARN_CACHE_DATA_ERROR_INVALID_KEYS":         4,
		"STEAMLEARN_CACHE_DATA_ERROR_FORBIDDEN":            5,
		"STEAMLEARN_CACHE_DATA_ERROR_INVALID_TIMESTAMP":    6,
		"STEAMLEARN_CACHE_DATA_DISABLED":                   7,
	}
)

Enum value maps for ESteamLearnCacheDataResult.

View Source
var (
	ESteamLearnSnapshotProjectResult_name = map[int32]string{
		0:  "STEAMLEARN_SNAPSHOT_PROJECT_ERROR",
		1:  "STEAMLEARN_SNAPSHOT_PROJECT_SUCCESS_STORED",
		2:  "STEAMLEARN_SNAPSHOT_PROJECT_SUCCESS_QUEUED",
		3:  "STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_PROJECT_ID",
		4:  "STEAMLEARN_SNAPSHOT_PROJECT_ERROR_UNKNOWN_DATA_SOURCE",
		5:  "STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_DATA_SOURCE_KEY",
		6:  "STEAMLEARN_SNAPSHOT_PROJECT_ERROR_MISSING_CACHE_DURATION",
		7:  "STEAMLEARN_SNAPSHOT_PROJECT_ERROR_NO_PUBLISHED_CONFIG",
		8:  "STEAMLEARN_SNAPSHOT_PROJECT_ERROR_FORBIDDEN",
		9:  "STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_TIMESTAMP",
		10: "STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INTERNAL_DATA_SOURCE_ERROR",
		11: "STEAMLEARN_SNAPSHOT_PROJECT_DISABLED",
		12: "STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_PUBLISHED_VERSION",
	}
	ESteamLearnSnapshotProjectResult_value = map[string]int32{
		"STEAMLEARN_SNAPSHOT_PROJECT_ERROR":                            0,
		"STEAMLEARN_SNAPSHOT_PROJECT_SUCCESS_STORED":                   1,
		"STEAMLEARN_SNAPSHOT_PROJECT_SUCCESS_QUEUED":                   2,
		"STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_PROJECT_ID":         3,
		"STEAMLEARN_SNAPSHOT_PROJECT_ERROR_UNKNOWN_DATA_SOURCE":        4,
		"STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_DATA_SOURCE_KEY":    5,
		"STEAMLEARN_SNAPSHOT_PROJECT_ERROR_MISSING_CACHE_DURATION":     6,
		"STEAMLEARN_SNAPSHOT_PROJECT_ERROR_NO_PUBLISHED_CONFIG":        7,
		"STEAMLEARN_SNAPSHOT_PROJECT_ERROR_FORBIDDEN":                  8,
		"STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_TIMESTAMP":          9,
		"STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INTERNAL_DATA_SOURCE_ERROR": 10,
		"STEAMLEARN_SNAPSHOT_PROJECT_DISABLED":                         11,
		"STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_PUBLISHED_VERSION":  12,
	}
)

Enum value maps for ESteamLearnSnapshotProjectResult.

View Source
var (
	ESteamLearnGetHMACKeysResult_name = map[int32]string{
		0: "STEAMLEARN_GET_HMAC_KEYS_SUCCESS",
	}
	ESteamLearnGetHMACKeysResult_value = map[string]int32{
		"STEAMLEARN_GET_HMAC_KEYS_SUCCESS": 0,
	}
)

Enum value maps for ESteamLearnGetHMACKeysResult.

View Source
var (
	ESteamLearnInferenceResult_name = map[int32]string{
		0: "STEAMLEARN_INFERENCE_ERROR",
		1: "STEAMLEARN_INFERENCE_SUCCESS",
		2: "STEAMLEARN_INFERENCE_ERROR_INVALID_PROJECT_ID",
		3: "STEAMLEARN_INFERENCE_ERROR_MISSING_CACHED_SCHEMA_DATA",
		4: "STEAMLEARN_INFERENCE_ERROR_NO_PUBLISHED_CONFIG",
		5: "STEAMLEARN_INFERENCE_ERROR_FORBIDDEN",
		6: "STEAMLEARN_INFERENCE_ERROR_INVALID_TIMESTAMP",
		7: "STEAMLEARN_INFERENCE_ERROR_INVALID_PUBLISHED_VERSION",
		8: "STEAMLEARN_INFERENCE_ERROR_NO_FETCH_ID_FOUND",
		9: "STEAMLEARN_INFERENCE_ERROR_TOO_BUSY",
	}
	ESteamLearnInferenceResult_value = map[string]int32{
		"STEAMLEARN_INFERENCE_ERROR":                            0,
		"STEAMLEARN_INFERENCE_SUCCESS":                          1,
		"STEAMLEARN_INFERENCE_ERROR_INVALID_PROJECT_ID":         2,
		"STEAMLEARN_INFERENCE_ERROR_MISSING_CACHED_SCHEMA_DATA": 3,
		"STEAMLEARN_INFERENCE_ERROR_NO_PUBLISHED_CONFIG":        4,
		"STEAMLEARN_INFERENCE_ERROR_FORBIDDEN":                  5,
		"STEAMLEARN_INFERENCE_ERROR_INVALID_TIMESTAMP":          6,
		"STEAMLEARN_INFERENCE_ERROR_INVALID_PUBLISHED_VERSION":  7,
		"STEAMLEARN_INFERENCE_ERROR_NO_FETCH_ID_FOUND":          8,
		"STEAMLEARN_INFERENCE_ERROR_TOO_BUSY":                   9,
	}
)

Enum value maps for ESteamLearnInferenceResult.

View Source
var (
	ESteamLearnInferenceMetadataResult_name = map[int32]string{
		0: "STEAMLEARN_INFERENCE_METADATA_ERROR",
		1: "STEAMLEARN_INFERENCE_METADATA_SUCCESS",
		2: "STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_PROJECT_ID",
		3: "STEAMLEARN_INFERENCE_METADATA_ERROR_NO_PUBLISHED_CONFIG",
		4: "STEAMLEARN_INFERENCE_METADATA_ERROR_FORBIDDEN",
		5: "STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_TIMESTAMP",
		6: "STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_PUBLISHED_VERSION",
		7: "STEAMLEARN_INFERENCE_METADATA_ERROR_NO_FETCH_ID_FOUND",
	}
	ESteamLearnInferenceMetadataResult_value = map[string]int32{
		"STEAMLEARN_INFERENCE_METADATA_ERROR":                           0,
		"STEAMLEARN_INFERENCE_METADATA_SUCCESS":                         1,
		"STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_PROJECT_ID":        2,
		"STEAMLEARN_INFERENCE_METADATA_ERROR_NO_PUBLISHED_CONFIG":       3,
		"STEAMLEARN_INFERENCE_METADATA_ERROR_FORBIDDEN":                 4,
		"STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_TIMESTAMP":         5,
		"STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_PUBLISHED_VERSION": 6,
		"STEAMLEARN_INFERENCE_METADATA_ERROR_NO_FETCH_ID_FOUND":         7,
	}
)

Enum value maps for ESteamLearnInferenceMetadataResult.

View Source
var (
	// optional string description = 50000;
	E_Description = &file_steammessages_unified_base_steamworkssdk_proto_extTypes[0]
)

Extension fields to descriptor_proto.FieldOptions.

View Source
var (
	// optional string enum_description = 50000;
	E_EnumDescription = &file_steammessages_unified_base_steamworkssdk_proto_extTypes[4]
)

Extension fields to descriptor_proto.EnumOptions.

View Source
var (
	// optional string enum_value_description = 50000;
	E_EnumValueDescription = &file_steammessages_unified_base_steamworkssdk_proto_extTypes[5]
)

Extension fields to descriptor_proto.EnumValueOptions.

View Source
var (
	// optional string method_description = 50000;
	E_MethodDescription = &file_steammessages_unified_base_steamworkssdk_proto_extTypes[3]
)

Extension fields to descriptor_proto.MethodOptions.

View Source
var File_steammessages_steamlearn_steamworkssdk_proto protoreflect.FileDescriptor
View Source
var File_steammessages_unified_base_steamworkssdk_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CMsgSteamLearnData

type CMsgSteamLearnData struct {
	DataSourceId *uint32                   `protobuf:"varint,1,opt,name=data_source_id,json=dataSourceId" json:"data_source_id,omitempty"`
	Keys         []uint64                  `protobuf:"varint,2,rep,name=keys" json:"keys,omitempty"`
	DataObject   *CMsgSteamLearnDataObject `protobuf:"bytes,3,opt,name=data_object,json=dataObject" json:"data_object,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearnData) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearnData.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearnData) GetDataObject

func (x *CMsgSteamLearnData) GetDataObject() *CMsgSteamLearnDataObject

func (*CMsgSteamLearnData) GetDataSourceId

func (x *CMsgSteamLearnData) GetDataSourceId() uint32

func (*CMsgSteamLearnData) GetKeys

func (x *CMsgSteamLearnData) GetKeys() []uint64

func (*CMsgSteamLearnData) ProtoMessage

func (*CMsgSteamLearnData) ProtoMessage()

func (*CMsgSteamLearnData) ProtoReflect

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

func (*CMsgSteamLearnData) Reset

func (x *CMsgSteamLearnData) Reset()

func (*CMsgSteamLearnData) String

func (x *CMsgSteamLearnData) String() string

type CMsgSteamLearnDataElement

type CMsgSteamLearnDataElement struct {
	Name        *string                     `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	DataInt32S  []int32                     `protobuf:"varint,20,rep,name=data_int32s,json=dataInt32s" json:"data_int32s,omitempty"`
	DataFloats  []float32                   `protobuf:"fixed32,21,rep,name=data_floats,json=dataFloats" json:"data_floats,omitempty"`
	DataBools   []bool                      `protobuf:"varint,22,rep,name=data_bools,json=dataBools" json:"data_bools,omitempty"`
	DataStrings []string                    `protobuf:"bytes,23,rep,name=data_strings,json=dataStrings" json:"data_strings,omitempty"`
	DataObjects []*CMsgSteamLearnDataObject `protobuf:"bytes,24,rep,name=data_objects,json=dataObjects" json:"data_objects,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearnDataElement) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearnDataElement.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearnDataElement) GetDataBools

func (x *CMsgSteamLearnDataElement) GetDataBools() []bool

func (*CMsgSteamLearnDataElement) GetDataFloats

func (x *CMsgSteamLearnDataElement) GetDataFloats() []float32

func (*CMsgSteamLearnDataElement) GetDataInt32S

func (x *CMsgSteamLearnDataElement) GetDataInt32S() []int32

func (*CMsgSteamLearnDataElement) GetDataObjects

func (x *CMsgSteamLearnDataElement) GetDataObjects() []*CMsgSteamLearnDataObject

func (*CMsgSteamLearnDataElement) GetDataStrings

func (x *CMsgSteamLearnDataElement) GetDataStrings() []string

func (*CMsgSteamLearnDataElement) GetName

func (x *CMsgSteamLearnDataElement) GetName() string

func (*CMsgSteamLearnDataElement) ProtoMessage

func (*CMsgSteamLearnDataElement) ProtoMessage()

func (*CMsgSteamLearnDataElement) ProtoReflect

func (*CMsgSteamLearnDataElement) Reset

func (x *CMsgSteamLearnDataElement) Reset()

func (*CMsgSteamLearnDataElement) String

func (x *CMsgSteamLearnDataElement) String() string

type CMsgSteamLearnDataList

type CMsgSteamLearnDataList struct {
	Data []*CMsgSteamLearnData `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearnDataList) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearnDataList.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearnDataList) GetData

func (*CMsgSteamLearnDataList) ProtoMessage

func (*CMsgSteamLearnDataList) ProtoMessage()

func (*CMsgSteamLearnDataList) ProtoReflect

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

func (*CMsgSteamLearnDataList) Reset

func (x *CMsgSteamLearnDataList) Reset()

func (*CMsgSteamLearnDataList) String

func (x *CMsgSteamLearnDataList) String() string

type CMsgSteamLearnDataObject

type CMsgSteamLearnDataObject struct {
	Elements []*CMsgSteamLearnDataElement `protobuf:"bytes,1,rep,name=elements" json:"elements,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearnDataObject) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearnDataObject.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearnDataObject) GetElements

func (*CMsgSteamLearnDataObject) ProtoMessage

func (*CMsgSteamLearnDataObject) ProtoMessage()

func (*CMsgSteamLearnDataObject) ProtoReflect

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

func (*CMsgSteamLearnDataObject) Reset

func (x *CMsgSteamLearnDataObject) Reset()

func (*CMsgSteamLearnDataObject) String

func (x *CMsgSteamLearnDataObject) String() string

type CMsgSteamLearnDataSource

type CMsgSteamLearnDataSource struct {
	Id                   *uint32                             `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Name                 *string                             `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Version              *uint32                             `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	SourceDescription    *string                             `protobuf:"bytes,4,opt,name=source_description,json=sourceDescription" json:"source_description,omitempty"`
	Structure            *CMsgSteamLearnDataSourceDescObject `protobuf:"bytes,5,opt,name=structure" json:"structure,omitempty"`
	StructureCrc         *uint32                             `protobuf:"varint,6,opt,name=structure_crc,json=structureCrc" json:"structure_crc,omitempty"`
	CacheDurationSeconds *uint32                             `protobuf:"varint,7,opt,name=cache_duration_seconds,json=cacheDurationSeconds" json:"cache_duration_seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearnDataSource) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearnDataSource.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearnDataSource) GetCacheDurationSeconds

func (x *CMsgSteamLearnDataSource) GetCacheDurationSeconds() uint32

func (*CMsgSteamLearnDataSource) GetId

func (x *CMsgSteamLearnDataSource) GetId() uint32

func (*CMsgSteamLearnDataSource) GetName

func (x *CMsgSteamLearnDataSource) GetName() string

func (*CMsgSteamLearnDataSource) GetSourceDescription

func (x *CMsgSteamLearnDataSource) GetSourceDescription() string

func (*CMsgSteamLearnDataSource) GetStructure

func (*CMsgSteamLearnDataSource) GetStructureCrc

func (x *CMsgSteamLearnDataSource) GetStructureCrc() uint32

func (*CMsgSteamLearnDataSource) GetVersion

func (x *CMsgSteamLearnDataSource) GetVersion() uint32

func (*CMsgSteamLearnDataSource) ProtoMessage

func (*CMsgSteamLearnDataSource) ProtoMessage()

func (*CMsgSteamLearnDataSource) ProtoReflect

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

func (*CMsgSteamLearnDataSource) Reset

func (x *CMsgSteamLearnDataSource) Reset()

func (*CMsgSteamLearnDataSource) String

func (x *CMsgSteamLearnDataSource) String() string

type CMsgSteamLearnDataSourceDescElement

type CMsgSteamLearnDataSourceDescElement struct {
	Name     *string                             `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	DataType *ESteamLearnDataType                `protobuf:"varint,2,opt,name=data_type,json=dataType,enum=ESteamLearnDataType,def=0" json:"data_type,omitempty"`
	Object   *CMsgSteamLearnDataSourceDescObject `protobuf:"bytes,3,opt,name=object" json:"object,omitempty"`
	Count    *uint32                             `protobuf:"varint,4,opt,name=count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearnDataSourceDescElement) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearnDataSourceDescElement.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearnDataSourceDescElement) GetCount

func (*CMsgSteamLearnDataSourceDescElement) GetDataType

func (*CMsgSteamLearnDataSourceDescElement) GetName

func (*CMsgSteamLearnDataSourceDescElement) GetObject

func (*CMsgSteamLearnDataSourceDescElement) ProtoMessage

func (*CMsgSteamLearnDataSourceDescElement) ProtoMessage()

func (*CMsgSteamLearnDataSourceDescElement) ProtoReflect

func (*CMsgSteamLearnDataSourceDescElement) Reset

func (*CMsgSteamLearnDataSourceDescElement) String

type CMsgSteamLearnDataSourceDescObject

type CMsgSteamLearnDataSourceDescObject struct {
	Elements []*CMsgSteamLearnDataSourceDescElement `protobuf:"bytes,1,rep,name=elements" json:"elements,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearnDataSourceDescObject) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearnDataSourceDescObject.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearnDataSourceDescObject) GetElements

func (*CMsgSteamLearnDataSourceDescObject) ProtoMessage

func (*CMsgSteamLearnDataSourceDescObject) ProtoMessage()

func (*CMsgSteamLearnDataSourceDescObject) ProtoReflect

func (*CMsgSteamLearnDataSourceDescObject) Reset

func (*CMsgSteamLearnDataSourceDescObject) String

type CMsgSteamLearnHMACKeys

type CMsgSteamLearnHMACKeys struct {
	RegisterDataSourceKey *string                                       `protobuf:"bytes,1,opt,name=register_data_source_key,json=registerDataSourceKey" json:"register_data_source_key,omitempty"`
	CacheDataKeys         []*CMsgSteamLearnHMACKeys_CacheDataKeys       `protobuf:"bytes,2,rep,name=cache_data_keys,json=cacheDataKeys" json:"cache_data_keys,omitempty"`
	SnapshotProjectKeys   []*CMsgSteamLearnHMACKeys_SnapshotProjectKeys `protobuf:"bytes,3,rep,name=snapshot_project_keys,json=snapshotProjectKeys" json:"snapshot_project_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearnHMACKeys) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearnHMACKeys.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearnHMACKeys) GetCacheDataKeys

func (*CMsgSteamLearnHMACKeys) GetRegisterDataSourceKey

func (x *CMsgSteamLearnHMACKeys) GetRegisterDataSourceKey() string

func (*CMsgSteamLearnHMACKeys) GetSnapshotProjectKeys

func (*CMsgSteamLearnHMACKeys) ProtoMessage

func (*CMsgSteamLearnHMACKeys) ProtoMessage()

func (*CMsgSteamLearnHMACKeys) ProtoReflect

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

func (*CMsgSteamLearnHMACKeys) Reset

func (x *CMsgSteamLearnHMACKeys) Reset()

func (*CMsgSteamLearnHMACKeys) String

func (x *CMsgSteamLearnHMACKeys) String() string

type CMsgSteamLearnHMACKeys_CacheDataKeys

type CMsgSteamLearnHMACKeys_CacheDataKeys struct {
	DataSourceId *uint32 `protobuf:"varint,1,opt,name=data_source_id,json=dataSourceId" json:"data_source_id,omitempty"`
	Version      *uint32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	Key          *string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearnHMACKeys_CacheDataKeys) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearnHMACKeys_CacheDataKeys.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearnHMACKeys_CacheDataKeys) GetDataSourceId

func (x *CMsgSteamLearnHMACKeys_CacheDataKeys) GetDataSourceId() uint32

func (*CMsgSteamLearnHMACKeys_CacheDataKeys) GetKey

func (*CMsgSteamLearnHMACKeys_CacheDataKeys) GetVersion

func (*CMsgSteamLearnHMACKeys_CacheDataKeys) ProtoMessage

func (*CMsgSteamLearnHMACKeys_CacheDataKeys) ProtoMessage()

func (*CMsgSteamLearnHMACKeys_CacheDataKeys) ProtoReflect

func (*CMsgSteamLearnHMACKeys_CacheDataKeys) Reset

func (*CMsgSteamLearnHMACKeys_CacheDataKeys) String

type CMsgSteamLearnHMACKeys_SnapshotProjectKeys

type CMsgSteamLearnHMACKeys_SnapshotProjectKeys struct {
	ProjectId        *uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	PublishedVersion *uint32 `protobuf:"varint,3,opt,name=published_version,json=publishedVersion" json:"published_version,omitempty"`
	Key              *string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearnHMACKeys_SnapshotProjectKeys) Descriptor deprecated

Deprecated: Use CMsgSteamLearnHMACKeys_SnapshotProjectKeys.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearnHMACKeys_SnapshotProjectKeys) GetKey

func (*CMsgSteamLearnHMACKeys_SnapshotProjectKeys) GetProjectId

func (*CMsgSteamLearnHMACKeys_SnapshotProjectKeys) GetPublishedVersion

func (x *CMsgSteamLearnHMACKeys_SnapshotProjectKeys) GetPublishedVersion() uint32

func (*CMsgSteamLearnHMACKeys_SnapshotProjectKeys) ProtoMessage

func (*CMsgSteamLearnHMACKeys_SnapshotProjectKeys) ProtoReflect

func (*CMsgSteamLearnHMACKeys_SnapshotProjectKeys) Reset

func (*CMsgSteamLearnHMACKeys_SnapshotProjectKeys) String

type CMsgSteamLearn_AccessData

type CMsgSteamLearn_AccessData struct {
	PublisherId *uint32 `protobuf:"varint,1,opt,name=publisher_id,json=publisherId" json:"publisher_id,omitempty"`
	Timestamp   *uint32 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	RandomValue *uint64 `protobuf:"varint,3,opt,name=random_value,json=randomValue" json:"random_value,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_AccessData) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_AccessData.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_AccessData) GetPublisherId

func (x *CMsgSteamLearn_AccessData) GetPublisherId() uint32

func (*CMsgSteamLearn_AccessData) GetRandomValue

func (x *CMsgSteamLearn_AccessData) GetRandomValue() uint64

func (*CMsgSteamLearn_AccessData) GetTimestamp

func (x *CMsgSteamLearn_AccessData) GetTimestamp() uint32

func (*CMsgSteamLearn_AccessData) ProtoMessage

func (*CMsgSteamLearn_AccessData) ProtoMessage()

func (*CMsgSteamLearn_AccessData) ProtoReflect

func (*CMsgSteamLearn_AccessData) Reset

func (x *CMsgSteamLearn_AccessData) Reset()

func (*CMsgSteamLearn_AccessData) String

func (x *CMsgSteamLearn_AccessData) String() string

type CMsgSteamLearn_BatchOperation_Request

type CMsgSteamLearn_BatchOperation_Request struct {
	CacheDataRequests []*CMsgSteamLearn_CacheData_Request       `protobuf:"bytes,1,rep,name=cache_data_requests,json=cacheDataRequests" json:"cache_data_requests,omitempty"`
	SnapshotRequests  []*CMsgSteamLearn_SnapshotProject_Request `protobuf:"bytes,2,rep,name=snapshot_requests,json=snapshotRequests" json:"snapshot_requests,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_BatchOperation_Request) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_BatchOperation_Request.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_BatchOperation_Request) GetCacheDataRequests

func (*CMsgSteamLearn_BatchOperation_Request) GetSnapshotRequests

func (*CMsgSteamLearn_BatchOperation_Request) ProtoMessage

func (*CMsgSteamLearn_BatchOperation_Request) ProtoMessage()

func (*CMsgSteamLearn_BatchOperation_Request) ProtoReflect

func (*CMsgSteamLearn_BatchOperation_Request) Reset

func (*CMsgSteamLearn_BatchOperation_Request) String

type CMsgSteamLearn_BatchOperation_Response

type CMsgSteamLearn_BatchOperation_Response struct {
	CacheDataResponses []*CMsgSteamLearn_CacheData_Response       `protobuf:"bytes,1,rep,name=cache_data_responses,json=cacheDataResponses" json:"cache_data_responses,omitempty"`
	SnapshotResponses  []*CMsgSteamLearn_SnapshotProject_Response `protobuf:"bytes,2,rep,name=snapshot_responses,json=snapshotResponses" json:"snapshot_responses,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_BatchOperation_Response) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_BatchOperation_Response.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_BatchOperation_Response) GetCacheDataResponses

func (*CMsgSteamLearn_BatchOperation_Response) GetSnapshotResponses

func (*CMsgSteamLearn_BatchOperation_Response) ProtoMessage

func (*CMsgSteamLearn_BatchOperation_Response) ProtoReflect

func (*CMsgSteamLearn_BatchOperation_Response) Reset

func (*CMsgSteamLearn_BatchOperation_Response) String

type CMsgSteamLearn_CacheData_Request

type CMsgSteamLearn_CacheData_Request struct {
	AccessToken *string                    `protobuf:"bytes,1,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
	AccessData  *CMsgSteamLearn_AccessData `protobuf:"bytes,2,opt,name=access_data,json=accessData" json:"access_data,omitempty"`
	Data        *CMsgSteamLearnData        `protobuf:"bytes,3,opt,name=data" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_CacheData_Request) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_CacheData_Request.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_CacheData_Request) GetAccessData

func (*CMsgSteamLearn_CacheData_Request) GetAccessToken

func (x *CMsgSteamLearn_CacheData_Request) GetAccessToken() string

func (*CMsgSteamLearn_CacheData_Request) GetData

func (*CMsgSteamLearn_CacheData_Request) ProtoMessage

func (*CMsgSteamLearn_CacheData_Request) ProtoMessage()

func (*CMsgSteamLearn_CacheData_Request) ProtoReflect

func (*CMsgSteamLearn_CacheData_Request) Reset

func (*CMsgSteamLearn_CacheData_Request) String

type CMsgSteamLearn_CacheData_Response

type CMsgSteamLearn_CacheData_Response struct {
	CacheDataResult *ESteamLearnCacheDataResult `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_CacheData_Response) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_CacheData_Response.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_CacheData_Response) GetCacheDataResult

func (*CMsgSteamLearn_CacheData_Response) ProtoMessage

func (*CMsgSteamLearn_CacheData_Response) ProtoMessage()

func (*CMsgSteamLearn_CacheData_Response) ProtoReflect

func (*CMsgSteamLearn_CacheData_Response) Reset

func (*CMsgSteamLearn_CacheData_Response) String

type CMsgSteamLearn_GetHMACKeys_Request

type CMsgSteamLearn_GetHMACKeys_Request struct {
	Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_GetHMACKeys_Request) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_GetHMACKeys_Request.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_GetHMACKeys_Request) GetAppid

func (*CMsgSteamLearn_GetHMACKeys_Request) ProtoMessage

func (*CMsgSteamLearn_GetHMACKeys_Request) ProtoMessage()

func (*CMsgSteamLearn_GetHMACKeys_Request) ProtoReflect

func (*CMsgSteamLearn_GetHMACKeys_Request) Reset

func (*CMsgSteamLearn_GetHMACKeys_Request) String

type CMsgSteamLearn_GetHMACKeys_Response

type CMsgSteamLearn_GetHMACKeys_Response struct {
	Result *ESteamLearnGetHMACKeysResult `protobuf:"varint,1,opt,name=result,enum=ESteamLearnGetHMACKeysResult,def=0" json:"result,omitempty"`
	Keys   *CMsgSteamLearnHMACKeys       `protobuf:"bytes,2,opt,name=keys" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_GetHMACKeys_Response) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_GetHMACKeys_Response.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_GetHMACKeys_Response) GetKeys

func (*CMsgSteamLearn_GetHMACKeys_Response) GetResult

func (*CMsgSteamLearn_GetHMACKeys_Response) ProtoMessage

func (*CMsgSteamLearn_GetHMACKeys_Response) ProtoMessage()

func (*CMsgSteamLearn_GetHMACKeys_Response) ProtoReflect

func (*CMsgSteamLearn_GetHMACKeys_Response) Reset

func (*CMsgSteamLearn_GetHMACKeys_Response) String

type CMsgSteamLearn_InferenceBackend_Response

type CMsgSteamLearn_InferenceBackend_Response struct {
	Outputs []*CMsgSteamLearn_InferenceBackend_Response_Output `protobuf:"bytes,1,rep,name=outputs" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceBackend_Response) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_InferenceBackend_Response.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceBackend_Response) GetOutputs

func (*CMsgSteamLearn_InferenceBackend_Response) ProtoMessage

func (*CMsgSteamLearn_InferenceBackend_Response) ProtoReflect

func (*CMsgSteamLearn_InferenceBackend_Response) Reset

func (*CMsgSteamLearn_InferenceBackend_Response) String

type CMsgSteamLearn_InferenceBackend_Response_BinaryCrossEntropyOutput

type CMsgSteamLearn_InferenceBackend_Response_BinaryCrossEntropyOutput struct {
	Value *float32 `protobuf:"fixed32,1,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceBackend_Response_BinaryCrossEntropyOutput) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceBackend_Response_BinaryCrossEntropyOutput.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceBackend_Response_BinaryCrossEntropyOutput) GetValue

func (*CMsgSteamLearn_InferenceBackend_Response_BinaryCrossEntropyOutput) ProtoMessage

func (*CMsgSteamLearn_InferenceBackend_Response_BinaryCrossEntropyOutput) ProtoReflect

func (*CMsgSteamLearn_InferenceBackend_Response_BinaryCrossEntropyOutput) Reset

func (*CMsgSteamLearn_InferenceBackend_Response_BinaryCrossEntropyOutput) String

type CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput

type CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput struct {
	Weight []float32 `protobuf:"fixed32,1,rep,name=weight" json:"weight,omitempty"`
	Value  []float32 `protobuf:"fixed32,2,rep,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput) GetValue

func (*CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput) GetWeight

func (*CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput) ProtoMessage

func (*CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput) ProtoReflect

func (*CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput) Reset

func (*CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput) String

type CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput

type CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput struct {
	Weight []float32 `protobuf:"fixed32,1,rep,name=weight" json:"weight,omitempty"`
	Value  []float32 `protobuf:"fixed32,2,rep,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput) GetValue

func (*CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput) GetWeight

func (*CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput) ProtoMessage

func (*CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput) ProtoReflect

func (*CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput) Reset

func (*CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput) String

type CMsgSteamLearn_InferenceBackend_Response_Output

type CMsgSteamLearn_InferenceBackend_Response_Output struct {

	// Types that are assignable to ResponseType:
	//
	//	*CMsgSteamLearn_InferenceBackend_Response_Output_BinaryCrossentropy
	//	*CMsgSteamLearn_InferenceBackend_Response_Output_CategoricalCrossentropy
	//	*CMsgSteamLearn_InferenceBackend_Response_Output_MultiBinaryCrossentropy
	ResponseType isCMsgSteamLearn_InferenceBackend_Response_Output_ResponseType `protobuf_oneof:"ResponseType"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceBackend_Response_Output) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceBackend_Response_Output.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceBackend_Response_Output) GetBinaryCrossentropy

func (*CMsgSteamLearn_InferenceBackend_Response_Output) GetCategoricalCrossentropy

func (*CMsgSteamLearn_InferenceBackend_Response_Output) GetMultiBinaryCrossentropy

func (*CMsgSteamLearn_InferenceBackend_Response_Output) GetResponseType

func (m *CMsgSteamLearn_InferenceBackend_Response_Output) GetResponseType() isCMsgSteamLearn_InferenceBackend_Response_Output_ResponseType

func (*CMsgSteamLearn_InferenceBackend_Response_Output) ProtoMessage

func (*CMsgSteamLearn_InferenceBackend_Response_Output) ProtoReflect

func (*CMsgSteamLearn_InferenceBackend_Response_Output) Reset

func (*CMsgSteamLearn_InferenceBackend_Response_Output) String

type CMsgSteamLearn_InferenceBackend_Response_Output_BinaryCrossentropy

type CMsgSteamLearn_InferenceBackend_Response_Output_BinaryCrossentropy struct {
	BinaryCrossentropy *CMsgSteamLearn_InferenceBackend_Response_BinaryCrossEntropyOutput `protobuf:"bytes,1,opt,name=binary_crossentropy,json=binaryCrossentropy,oneof"`
}

type CMsgSteamLearn_InferenceBackend_Response_Output_CategoricalCrossentropy

type CMsgSteamLearn_InferenceBackend_Response_Output_CategoricalCrossentropy struct {
	CategoricalCrossentropy *CMsgSteamLearn_InferenceBackend_Response_CategoricalCrossEntropyOutput `protobuf:"bytes,2,opt,name=categorical_crossentropy,json=categoricalCrossentropy,oneof"`
}

type CMsgSteamLearn_InferenceBackend_Response_Output_MultiBinaryCrossentropy

type CMsgSteamLearn_InferenceBackend_Response_Output_MultiBinaryCrossentropy struct {
	MultiBinaryCrossentropy *CMsgSteamLearn_InferenceBackend_Response_MutliBinaryCrossEntropyOutput `protobuf:"bytes,3,opt,name=multi_binary_crossentropy,json=multiBinaryCrossentropy,oneof"`
}

type CMsgSteamLearn_InferenceMetadataBackend_Request

type CMsgSteamLearn_InferenceMetadataBackend_Request struct {
	ProjectId *uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	FetchId   *uint32 `protobuf:"varint,2,opt,name=fetch_id,json=fetchId" json:"fetch_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadataBackend_Request) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadataBackend_Request.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadataBackend_Request) GetFetchId

func (*CMsgSteamLearn_InferenceMetadataBackend_Request) GetProjectId

func (*CMsgSteamLearn_InferenceMetadataBackend_Request) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadataBackend_Request) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadataBackend_Request) Reset

func (*CMsgSteamLearn_InferenceMetadataBackend_Request) String

type CMsgSteamLearn_InferenceMetadata_Request

type CMsgSteamLearn_InferenceMetadata_Request struct {
	AccessToken      *string                    `protobuf:"bytes,1,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
	AccessData       *CMsgSteamLearn_AccessData `protobuf:"bytes,2,opt,name=access_data,json=accessData" json:"access_data,omitempty"`
	ProjectId        *uint32                    `protobuf:"varint,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	PublishedVersion *uint32                    `protobuf:"varint,4,opt,name=published_version,json=publishedVersion" json:"published_version,omitempty"`
	OverrideTrainId  *uint32                    `protobuf:"varint,5,opt,name=override_train_id,json=overrideTrainId" json:"override_train_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Request) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Request.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Request) GetAccessData

func (*CMsgSteamLearn_InferenceMetadata_Request) GetAccessToken

func (*CMsgSteamLearn_InferenceMetadata_Request) GetOverrideTrainId

func (x *CMsgSteamLearn_InferenceMetadata_Request) GetOverrideTrainId() uint32

func (*CMsgSteamLearn_InferenceMetadata_Request) GetProjectId

func (*CMsgSteamLearn_InferenceMetadata_Request) GetPublishedVersion

func (x *CMsgSteamLearn_InferenceMetadata_Request) GetPublishedVersion() uint32

func (*CMsgSteamLearn_InferenceMetadata_Request) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Request) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Request) Reset

func (*CMsgSteamLearn_InferenceMetadata_Request) String

type CMsgSteamLearn_InferenceMetadata_Response

type CMsgSteamLearn_InferenceMetadata_Response struct {
	InferenceMetadataResult *ESteamLearnInferenceMetadataResult                          `` /* 172-byte string literal not displayed */
	RowRange                *CMsgSteamLearn_InferenceMetadata_Response_RowRange          `protobuf:"bytes,2,opt,name=row_range,json=rowRange" json:"row_range,omitempty"`
	Ranges                  []*CMsgSteamLearn_InferenceMetadata_Response_Range           `protobuf:"bytes,3,rep,name=ranges" json:"ranges,omitempty"`
	StdDevs                 []*CMsgSteamLearn_InferenceMetadata_Response_StdDev          `protobuf:"bytes,4,rep,name=std_devs,json=stdDevs" json:"std_devs,omitempty"`
	CompactTables           []*CMsgSteamLearn_InferenceMetadata_Response_CompactTable    `protobuf:"bytes,5,rep,name=compact_tables,json=compactTables" json:"compact_tables,omitempty"`
	Kmeans                  []*CMsgSteamLearn_InferenceMetadata_Response_KMeans          `protobuf:"bytes,6,rep,name=kmeans" json:"kmeans,omitempty"`
	SnapshotHistogram       *CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram `protobuf:"bytes,7,opt,name=snapshot_histogram,json=snapshotHistogram" json:"snapshot_histogram,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response) GetCompactTables

func (*CMsgSteamLearn_InferenceMetadata_Response) GetInferenceMetadataResult

func (*CMsgSteamLearn_InferenceMetadata_Response) GetKmeans

func (*CMsgSteamLearn_InferenceMetadata_Response) GetRanges

func (*CMsgSteamLearn_InferenceMetadata_Response) GetRowRange

func (*CMsgSteamLearn_InferenceMetadata_Response) GetSnapshotHistogram

func (*CMsgSteamLearn_InferenceMetadata_Response) GetStdDevs

func (*CMsgSteamLearn_InferenceMetadata_Response) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response) String

type CMsgSteamLearn_InferenceMetadata_Response_CompactTable

type CMsgSteamLearn_InferenceMetadata_Response_CompactTable struct {
	Name        *string                                                                    `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	MapValues   []*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry   `protobuf:"bytes,2,rep,name=map_values,json=mapValues" json:"map_values,omitempty"`
	MapMappings []*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry `protobuf:"bytes,3,rep,name=map_mappings,json=mapMappings" json:"map_mappings,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response_CompactTable.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable) GetMapMappings

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable) GetMapValues

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable) GetName

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable) String

type CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry

type CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry struct {
	Value   *uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	Mapping *uint32 `protobuf:"varint,2,opt,name=mapping" json:"mapping,omitempty"`
	Count   *uint64 `protobuf:"varint,3,opt,name=count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry) GetCount

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry) GetMapping

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry) GetValue

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry) String

type CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry

type CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry struct {
	Key   *uint32                                                       `protobuf:"varint,1,opt,name=key" json:"key,omitempty"`
	Value *CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry) GetKey

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry) GetValue

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapMappingsEntry) String

type CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry

type CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry struct {
	Key   *uint32                                                       `protobuf:"varint,1,opt,name=key" json:"key,omitempty"`
	Value *CMsgSteamLearn_InferenceMetadata_Response_CompactTable_Entry `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry) GetKey

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry) GetValue

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response_CompactTable_MapValuesEntry) String

type CMsgSteamLearn_InferenceMetadata_Response_KMeans

type CMsgSteamLearn_InferenceMetadata_Response_KMeans struct {
	Name     *string                                                     `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Clusters []*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster `protobuf:"bytes,2,rep,name=clusters" json:"clusters,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response_KMeans.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans) GetClusters

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans) GetName

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans) String

type CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster

type CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster struct {
	X            *float32 `protobuf:"fixed32,1,opt,name=x" json:"x,omitempty"`
	Y            *float32 `protobuf:"fixed32,2,opt,name=y" json:"y,omitempty"`
	Radius       *float32 `protobuf:"fixed32,3,opt,name=radius" json:"radius,omitempty"`
	Radius_75Pct *float32 `protobuf:"fixed32,4,opt,name=radius_75pct,json=radius75pct" json:"radius_75pct,omitempty"`
	Radius_50Pct *float32 `protobuf:"fixed32,5,opt,name=radius_50pct,json=radius50pct" json:"radius_50pct,omitempty"`
	Radius_25Pct *float32 `protobuf:"fixed32,6,opt,name=radius_25pct,json=radius25pct" json:"radius_25pct,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) GetRadius

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) GetRadius_25Pct

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) GetRadius_50Pct

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) GetRadius_75Pct

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) GetX

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) GetY

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response_KMeans_Cluster) String

type CMsgSteamLearn_InferenceMetadata_Response_Range

type CMsgSteamLearn_InferenceMetadata_Response_Range struct {
	DataElementPath *string  `protobuf:"bytes,1,opt,name=data_element_path,json=dataElementPath" json:"data_element_path,omitempty"`
	MinValue        *float32 `protobuf:"fixed32,2,opt,name=min_value,json=minValue" json:"min_value,omitempty"`
	MaxValue        *float32 `protobuf:"fixed32,3,opt,name=max_value,json=maxValue" json:"max_value,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response_Range) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response_Range.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response_Range) GetDataElementPath

func (*CMsgSteamLearn_InferenceMetadata_Response_Range) GetMaxValue

func (*CMsgSteamLearn_InferenceMetadata_Response_Range) GetMinValue

func (*CMsgSteamLearn_InferenceMetadata_Response_Range) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response_Range) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response_Range) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response_Range) String

type CMsgSteamLearn_InferenceMetadata_Response_RowRange

type CMsgSteamLearn_InferenceMetadata_Response_RowRange struct {
	MinRow *uint64 `protobuf:"varint,1,opt,name=min_row,json=minRow" json:"min_row,omitempty"`
	MaxRow *uint64 `protobuf:"varint,2,opt,name=max_row,json=maxRow" json:"max_row,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response_RowRange) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response_RowRange.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response_RowRange) GetMaxRow

func (*CMsgSteamLearn_InferenceMetadata_Response_RowRange) GetMinRow

func (*CMsgSteamLearn_InferenceMetadata_Response_RowRange) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response_RowRange) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response_RowRange) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response_RowRange) String

type CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram

type CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram struct {
	MinValue     *float32 `protobuf:"fixed32,1,opt,name=min_value,json=minValue" json:"min_value,omitempty"`
	MaxValue     *float32 `protobuf:"fixed32,2,opt,name=max_value,json=maxValue" json:"max_value,omitempty"`
	NumBuckets   *uint32  `protobuf:"varint,3,opt,name=num_buckets,json=numBuckets" json:"num_buckets,omitempty"`
	BucketCounts []uint32 `protobuf:"varint,4,rep,name=bucket_counts,json=bucketCounts" json:"bucket_counts,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram) GetBucketCounts

func (*CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram) GetMaxValue

func (*CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram) GetMinValue

func (*CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram) GetNumBuckets

func (*CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response_SnapshotHistogram) String

type CMsgSteamLearn_InferenceMetadata_Response_StdDev

type CMsgSteamLearn_InferenceMetadata_Response_StdDev struct {
	DataElementPath *string  `protobuf:"bytes,1,opt,name=data_element_path,json=dataElementPath" json:"data_element_path,omitempty"`
	Mean            *float32 `protobuf:"fixed32,2,opt,name=mean" json:"mean,omitempty"`
	StdDev          *float32 `protobuf:"fixed32,3,opt,name=std_dev,json=stdDev" json:"std_dev,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_InferenceMetadata_Response_StdDev) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_InferenceMetadata_Response_StdDev.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_InferenceMetadata_Response_StdDev) GetDataElementPath

func (*CMsgSteamLearn_InferenceMetadata_Response_StdDev) GetMean

func (*CMsgSteamLearn_InferenceMetadata_Response_StdDev) GetStdDev

func (*CMsgSteamLearn_InferenceMetadata_Response_StdDev) ProtoMessage

func (*CMsgSteamLearn_InferenceMetadata_Response_StdDev) ProtoReflect

func (*CMsgSteamLearn_InferenceMetadata_Response_StdDev) Reset

func (*CMsgSteamLearn_InferenceMetadata_Response_StdDev) String

type CMsgSteamLearn_Inference_Request

type CMsgSteamLearn_Inference_Request struct {
	AccessToken      *string                    `protobuf:"bytes,1,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
	AccessData       *CMsgSteamLearn_AccessData `protobuf:"bytes,2,opt,name=access_data,json=accessData" json:"access_data,omitempty"`
	ProjectId        *uint32                    `protobuf:"varint,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	PublishedVersion *uint32                    `protobuf:"varint,4,opt,name=published_version,json=publishedVersion" json:"published_version,omitempty"`
	OverrideTrainId  *uint32                    `protobuf:"varint,5,opt,name=override_train_id,json=overrideTrainId" json:"override_train_id,omitempty"`
	Data             *CMsgSteamLearnDataList    `protobuf:"bytes,6,opt,name=data" json:"data,omitempty"`
	AdditionalData   []float32                  `protobuf:"fixed32,7,rep,name=additional_data,json=additionalData" json:"additional_data,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_Inference_Request) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_Inference_Request.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_Inference_Request) GetAccessData

func (*CMsgSteamLearn_Inference_Request) GetAccessToken

func (x *CMsgSteamLearn_Inference_Request) GetAccessToken() string

func (*CMsgSteamLearn_Inference_Request) GetAdditionalData

func (x *CMsgSteamLearn_Inference_Request) GetAdditionalData() []float32

func (*CMsgSteamLearn_Inference_Request) GetData

func (*CMsgSteamLearn_Inference_Request) GetOverrideTrainId

func (x *CMsgSteamLearn_Inference_Request) GetOverrideTrainId() uint32

func (*CMsgSteamLearn_Inference_Request) GetProjectId

func (x *CMsgSteamLearn_Inference_Request) GetProjectId() uint32

func (*CMsgSteamLearn_Inference_Request) GetPublishedVersion

func (x *CMsgSteamLearn_Inference_Request) GetPublishedVersion() uint32

func (*CMsgSteamLearn_Inference_Request) ProtoMessage

func (*CMsgSteamLearn_Inference_Request) ProtoMessage()

func (*CMsgSteamLearn_Inference_Request) ProtoReflect

func (*CMsgSteamLearn_Inference_Request) Reset

func (*CMsgSteamLearn_Inference_Request) String

type CMsgSteamLearn_Inference_Response

type CMsgSteamLearn_Inference_Response struct {
	InferenceResult *ESteamLearnInferenceResult               `` /* 138-byte string literal not displayed */
	BackendResponse *CMsgSteamLearn_InferenceBackend_Response `protobuf:"bytes,2,opt,name=backend_response,json=backendResponse" json:"backend_response,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_Inference_Response) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_Inference_Response.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_Inference_Response) GetBackendResponse

func (*CMsgSteamLearn_Inference_Response) GetInferenceResult

func (*CMsgSteamLearn_Inference_Response) ProtoMessage

func (*CMsgSteamLearn_Inference_Response) ProtoMessage()

func (*CMsgSteamLearn_Inference_Response) ProtoReflect

func (*CMsgSteamLearn_Inference_Response) Reset

func (*CMsgSteamLearn_Inference_Response) String

type CMsgSteamLearn_RegisterDataSource_Request

type CMsgSteamLearn_RegisterDataSource_Request struct {
	AccessToken *string                    `protobuf:"bytes,1,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
	AccessData  *CMsgSteamLearn_AccessData `protobuf:"bytes,2,opt,name=access_data,json=accessData" json:"access_data,omitempty"`
	DataSource  *CMsgSteamLearnDataSource  `protobuf:"bytes,3,opt,name=data_source,json=dataSource" json:"data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_RegisterDataSource_Request) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_RegisterDataSource_Request.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_RegisterDataSource_Request) GetAccessData

func (*CMsgSteamLearn_RegisterDataSource_Request) GetAccessToken

func (*CMsgSteamLearn_RegisterDataSource_Request) GetDataSource

func (*CMsgSteamLearn_RegisterDataSource_Request) ProtoMessage

func (*CMsgSteamLearn_RegisterDataSource_Request) ProtoReflect

func (*CMsgSteamLearn_RegisterDataSource_Request) Reset

func (*CMsgSteamLearn_RegisterDataSource_Request) String

type CMsgSteamLearn_RegisterDataSource_Response

type CMsgSteamLearn_RegisterDataSource_Response struct {
	Result     *ESteammLearnRegisterDataSourceResult `protobuf:"varint,1,opt,name=result,enum=ESteammLearnRegisterDataSourceResult,def=0" json:"result,omitempty"`
	DataSource *CMsgSteamLearnDataSource             `protobuf:"bytes,2,opt,name=data_source,json=dataSource" json:"data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_RegisterDataSource_Response) Descriptor deprecated

Deprecated: Use CMsgSteamLearn_RegisterDataSource_Response.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_RegisterDataSource_Response) GetDataSource

func (*CMsgSteamLearn_RegisterDataSource_Response) GetResult

func (*CMsgSteamLearn_RegisterDataSource_Response) ProtoMessage

func (*CMsgSteamLearn_RegisterDataSource_Response) ProtoReflect

func (*CMsgSteamLearn_RegisterDataSource_Response) Reset

func (*CMsgSteamLearn_RegisterDataSource_Response) String

type CMsgSteamLearn_SnapshotProject_Request

type CMsgSteamLearn_SnapshotProject_Request struct {
	AccessToken             *string                    `protobuf:"bytes,1,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
	AccessData              *CMsgSteamLearn_AccessData `protobuf:"bytes,2,opt,name=access_data,json=accessData" json:"access_data,omitempty"`
	ProjectId               *uint32                    `protobuf:"varint,3,opt,name=project_id,json=projectId" json:"project_id,omitempty"`
	PublishedVersion        *uint32                    `protobuf:"varint,7,opt,name=published_version,json=publishedVersion" json:"published_version,omitempty"`
	Keys                    []uint64                   `protobuf:"varint,4,rep,name=keys" json:"keys,omitempty"`
	Data                    []*CMsgSteamLearnData      `protobuf:"bytes,5,rep,name=data" json:"data,omitempty"`
	PendingDataLimitSeconds *uint32                    `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_SnapshotProject_Request) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_SnapshotProject_Request.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_SnapshotProject_Request) GetAccessData

func (*CMsgSteamLearn_SnapshotProject_Request) GetAccessToken

func (x *CMsgSteamLearn_SnapshotProject_Request) GetAccessToken() string

func (*CMsgSteamLearn_SnapshotProject_Request) GetData

func (*CMsgSteamLearn_SnapshotProject_Request) GetKeys

func (*CMsgSteamLearn_SnapshotProject_Request) GetPendingDataLimitSeconds

func (x *CMsgSteamLearn_SnapshotProject_Request) GetPendingDataLimitSeconds() uint32

func (*CMsgSteamLearn_SnapshotProject_Request) GetProjectId

func (*CMsgSteamLearn_SnapshotProject_Request) GetPublishedVersion

func (x *CMsgSteamLearn_SnapshotProject_Request) GetPublishedVersion() uint32

func (*CMsgSteamLearn_SnapshotProject_Request) ProtoMessage

func (*CMsgSteamLearn_SnapshotProject_Request) ProtoReflect

func (*CMsgSteamLearn_SnapshotProject_Request) Reset

func (*CMsgSteamLearn_SnapshotProject_Request) String

type CMsgSteamLearn_SnapshotProject_Response

type CMsgSteamLearn_SnapshotProject_Response struct {
	SnapshotResult *ESteamLearnSnapshotProjectResult `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CMsgSteamLearn_SnapshotProject_Response) Descriptor deprecated

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

Deprecated: Use CMsgSteamLearn_SnapshotProject_Response.ProtoReflect.Descriptor instead.

func (*CMsgSteamLearn_SnapshotProject_Response) GetSnapshotResult

func (*CMsgSteamLearn_SnapshotProject_Response) ProtoMessage

func (*CMsgSteamLearn_SnapshotProject_Response) ProtoReflect

func (*CMsgSteamLearn_SnapshotProject_Response) Reset

func (*CMsgSteamLearn_SnapshotProject_Response) String

type EProtoExecutionSite

type EProtoExecutionSite int32
const (
	EProtoExecutionSite_k_EProtoExecutionSiteUnknown     EProtoExecutionSite = 0
	EProtoExecutionSite_k_EProtoExecutionSiteSteamClient EProtoExecutionSite = 3
)

func (EProtoExecutionSite) Descriptor

func (EProtoExecutionSite) Enum

func (EProtoExecutionSite) EnumDescriptor deprecated

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

Deprecated: Use EProtoExecutionSite.Descriptor instead.

func (EProtoExecutionSite) Number

func (EProtoExecutionSite) String

func (x EProtoExecutionSite) String() string

func (EProtoExecutionSite) Type

func (*EProtoExecutionSite) UnmarshalJSON deprecated

func (x *EProtoExecutionSite) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESteamLearnCacheDataResult

type ESteamLearnCacheDataResult int32
const (
	ESteamLearnCacheDataResult_STEAMLEARN_CACHE_DATA_ERROR                      ESteamLearnCacheDataResult = 0
	ESteamLearnCacheDataResult_STEAMLEARN_CACHE_DATA_SUCCESS                    ESteamLearnCacheDataResult = 1
	ESteamLearnCacheDataResult_STEAMLEARN_CACHE_DATA_ERROR_UNKNOWN_DATA_SOURCE  ESteamLearnCacheDataResult = 2
	ESteamLearnCacheDataResult_STEAMLEARN_CACHE_DATA_ERROR_UNCACHED_DATA_SOURCE ESteamLearnCacheDataResult = 3
	ESteamLearnCacheDataResult_STEAMLEARN_CACHE_DATA_ERROR_INVALID_KEYS         ESteamLearnCacheDataResult = 4
	ESteamLearnCacheDataResult_STEAMLEARN_CACHE_DATA_ERROR_FORBIDDEN            ESteamLearnCacheDataResult = 5
	ESteamLearnCacheDataResult_STEAMLEARN_CACHE_DATA_ERROR_INVALID_TIMESTAMP    ESteamLearnCacheDataResult = 6
	ESteamLearnCacheDataResult_STEAMLEARN_CACHE_DATA_DISABLED                   ESteamLearnCacheDataResult = 7
)

func (ESteamLearnCacheDataResult) Descriptor

func (ESteamLearnCacheDataResult) Enum

func (ESteamLearnCacheDataResult) EnumDescriptor deprecated

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

Deprecated: Use ESteamLearnCacheDataResult.Descriptor instead.

func (ESteamLearnCacheDataResult) Number

func (ESteamLearnCacheDataResult) String

func (ESteamLearnCacheDataResult) Type

func (*ESteamLearnCacheDataResult) UnmarshalJSON deprecated

func (x *ESteamLearnCacheDataResult) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESteamLearnDataType

type ESteamLearnDataType int32
const (
	ESteamLearnDataType_STEAMLEARN_DATATYPE_INVALID ESteamLearnDataType = 0
	ESteamLearnDataType_STEAMLEARN_DATATYPE_INT32   ESteamLearnDataType = 1
	ESteamLearnDataType_STEAMLEARN_DATATYPE_FLOAT32 ESteamLearnDataType = 2
	ESteamLearnDataType_STEAMLEARN_DATATYPE_BOOL    ESteamLearnDataType = 3
	ESteamLearnDataType_STEAMLEARN_DATATYPE_STRING  ESteamLearnDataType = 4
	ESteamLearnDataType_STEAMLEARN_DATATYPE_OBJECT  ESteamLearnDataType = 5
)

func (ESteamLearnDataType) Descriptor

func (ESteamLearnDataType) Enum

func (ESteamLearnDataType) EnumDescriptor deprecated

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

Deprecated: Use ESteamLearnDataType.Descriptor instead.

func (ESteamLearnDataType) Number

func (ESteamLearnDataType) String

func (x ESteamLearnDataType) String() string

func (ESteamLearnDataType) Type

func (*ESteamLearnDataType) UnmarshalJSON deprecated

func (x *ESteamLearnDataType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESteamLearnGetHMACKeysResult

type ESteamLearnGetHMACKeysResult int32
const (
	ESteamLearnGetHMACKeysResult_STEAMLEARN_GET_HMAC_KEYS_SUCCESS ESteamLearnGetHMACKeysResult = 0
)

func (ESteamLearnGetHMACKeysResult) Descriptor

func (ESteamLearnGetHMACKeysResult) Enum

func (ESteamLearnGetHMACKeysResult) EnumDescriptor deprecated

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

Deprecated: Use ESteamLearnGetHMACKeysResult.Descriptor instead.

func (ESteamLearnGetHMACKeysResult) Number

func (ESteamLearnGetHMACKeysResult) String

func (ESteamLearnGetHMACKeysResult) Type

func (*ESteamLearnGetHMACKeysResult) UnmarshalJSON deprecated

func (x *ESteamLearnGetHMACKeysResult) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESteamLearnInferenceMetadataResult

type ESteamLearnInferenceMetadataResult int32
const (
	ESteamLearnInferenceMetadataResult_STEAMLEARN_INFERENCE_METADATA_ERROR                           ESteamLearnInferenceMetadataResult = 0
	ESteamLearnInferenceMetadataResult_STEAMLEARN_INFERENCE_METADATA_SUCCESS                         ESteamLearnInferenceMetadataResult = 1
	ESteamLearnInferenceMetadataResult_STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_PROJECT_ID        ESteamLearnInferenceMetadataResult = 2
	ESteamLearnInferenceMetadataResult_STEAMLEARN_INFERENCE_METADATA_ERROR_NO_PUBLISHED_CONFIG       ESteamLearnInferenceMetadataResult = 3
	ESteamLearnInferenceMetadataResult_STEAMLEARN_INFERENCE_METADATA_ERROR_FORBIDDEN                 ESteamLearnInferenceMetadataResult = 4
	ESteamLearnInferenceMetadataResult_STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_TIMESTAMP         ESteamLearnInferenceMetadataResult = 5
	ESteamLearnInferenceMetadataResult_STEAMLEARN_INFERENCE_METADATA_ERROR_INVALID_PUBLISHED_VERSION ESteamLearnInferenceMetadataResult = 6
	ESteamLearnInferenceMetadataResult_STEAMLEARN_INFERENCE_METADATA_ERROR_NO_FETCH_ID_FOUND         ESteamLearnInferenceMetadataResult = 7
)

func (ESteamLearnInferenceMetadataResult) Descriptor

func (ESteamLearnInferenceMetadataResult) Enum

func (ESteamLearnInferenceMetadataResult) EnumDescriptor deprecated

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

Deprecated: Use ESteamLearnInferenceMetadataResult.Descriptor instead.

func (ESteamLearnInferenceMetadataResult) Number

func (ESteamLearnInferenceMetadataResult) String

func (ESteamLearnInferenceMetadataResult) Type

func (*ESteamLearnInferenceMetadataResult) UnmarshalJSON deprecated

func (x *ESteamLearnInferenceMetadataResult) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESteamLearnInferenceResult

type ESteamLearnInferenceResult int32
const (
	ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_ERROR                            ESteamLearnInferenceResult = 0
	ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_SUCCESS                          ESteamLearnInferenceResult = 1
	ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_ERROR_INVALID_PROJECT_ID         ESteamLearnInferenceResult = 2
	ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_ERROR_MISSING_CACHED_SCHEMA_DATA ESteamLearnInferenceResult = 3
	ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_ERROR_NO_PUBLISHED_CONFIG        ESteamLearnInferenceResult = 4
	ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_ERROR_FORBIDDEN                  ESteamLearnInferenceResult = 5
	ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_ERROR_INVALID_TIMESTAMP          ESteamLearnInferenceResult = 6
	ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_ERROR_INVALID_PUBLISHED_VERSION  ESteamLearnInferenceResult = 7
	ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_ERROR_NO_FETCH_ID_FOUND          ESteamLearnInferenceResult = 8
	ESteamLearnInferenceResult_STEAMLEARN_INFERENCE_ERROR_TOO_BUSY                   ESteamLearnInferenceResult = 9
)

func (ESteamLearnInferenceResult) Descriptor

func (ESteamLearnInferenceResult) Enum

func (ESteamLearnInferenceResult) EnumDescriptor deprecated

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

Deprecated: Use ESteamLearnInferenceResult.Descriptor instead.

func (ESteamLearnInferenceResult) Number

func (ESteamLearnInferenceResult) String

func (ESteamLearnInferenceResult) Type

func (*ESteamLearnInferenceResult) UnmarshalJSON deprecated

func (x *ESteamLearnInferenceResult) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESteamLearnSnapshotProjectResult

type ESteamLearnSnapshotProjectResult int32
const (
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR                            ESteamLearnSnapshotProjectResult = 0
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_SUCCESS_STORED                   ESteamLearnSnapshotProjectResult = 1
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_SUCCESS_QUEUED                   ESteamLearnSnapshotProjectResult = 2
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_PROJECT_ID         ESteamLearnSnapshotProjectResult = 3
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR_UNKNOWN_DATA_SOURCE        ESteamLearnSnapshotProjectResult = 4
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_DATA_SOURCE_KEY    ESteamLearnSnapshotProjectResult = 5
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR_MISSING_CACHE_DURATION     ESteamLearnSnapshotProjectResult = 6
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR_NO_PUBLISHED_CONFIG        ESteamLearnSnapshotProjectResult = 7
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR_FORBIDDEN                  ESteamLearnSnapshotProjectResult = 8
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_TIMESTAMP          ESteamLearnSnapshotProjectResult = 9
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INTERNAL_DATA_SOURCE_ERROR ESteamLearnSnapshotProjectResult = 10
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_DISABLED                         ESteamLearnSnapshotProjectResult = 11
	ESteamLearnSnapshotProjectResult_STEAMLEARN_SNAPSHOT_PROJECT_ERROR_INVALID_PUBLISHED_VERSION  ESteamLearnSnapshotProjectResult = 12
)

func (ESteamLearnSnapshotProjectResult) Descriptor

func (ESteamLearnSnapshotProjectResult) Enum

func (ESteamLearnSnapshotProjectResult) EnumDescriptor deprecated

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

Deprecated: Use ESteamLearnSnapshotProjectResult.Descriptor instead.

func (ESteamLearnSnapshotProjectResult) Number

func (ESteamLearnSnapshotProjectResult) String

func (ESteamLearnSnapshotProjectResult) Type

func (*ESteamLearnSnapshotProjectResult) UnmarshalJSON deprecated

func (x *ESteamLearnSnapshotProjectResult) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESteammLearnRegisterDataSourceResult

type ESteammLearnRegisterDataSourceResult int32
const (
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR                   ESteammLearnRegisterDataSourceResult = 0
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_SUCCESS_CREATED         ESteammLearnRegisterDataSourceResult = 1
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_SUCCESS_FOUND           ESteammLearnRegisterDataSourceResult = 2
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_GENERIC           ESteammLearnRegisterDataSourceResult = 3
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_NAME      ESteammLearnRegisterDataSourceResult = 4
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_VERSION   ESteammLearnRegisterDataSourceResult = 5
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_DATA_CHANGED      ESteammLearnRegisterDataSourceResult = 6
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_DATA_INVALID      ESteammLearnRegisterDataSourceResult = 7
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_FORBIDDEN         ESteammLearnRegisterDataSourceResult = 8
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_ERROR_INVALID_TIMESTAMP ESteammLearnRegisterDataSourceResult = 9
	ESteammLearnRegisterDataSourceResult_STEAMLEARN_REGISTER_DATA_SOURCE_RESULT_DISABLED                ESteammLearnRegisterDataSourceResult = 10
)

func (ESteammLearnRegisterDataSourceResult) Descriptor

func (ESteammLearnRegisterDataSourceResult) Enum

func (ESteammLearnRegisterDataSourceResult) EnumDescriptor deprecated

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

Deprecated: Use ESteammLearnRegisterDataSourceResult.Descriptor instead.

func (ESteammLearnRegisterDataSourceResult) Number

func (ESteammLearnRegisterDataSourceResult) String

func (ESteammLearnRegisterDataSourceResult) Type

func (*ESteammLearnRegisterDataSourceResult) UnmarshalJSON deprecated

func (x *ESteammLearnRegisterDataSourceResult) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL