service

package
v0.0.0-...-e5597af Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorInfo_ErrorCode_name = map[int32]string{
		0: "UNKNOWN",
		1: "COMMUNICATION",
		2: "AUTHENTICATION",
		3: "USAGE",
		4: "UNSUPPORTED",
	}
	ErrorInfo_ErrorCode_value = map[string]int32{
		"UNKNOWN":        0,
		"COMMUNICATION":  1,
		"AUTHENTICATION": 2,
		"USAGE":          3,
		"UNSUPPORTED":    4,
	}
)

Enum value maps for ErrorInfo_ErrorCode.

View Source
var (
	OutputRecord_OutputType_name = map[int32]string{
		0: "STDERR",
		1: "STDOUT",
	}
	OutputRecord_OutputType_value = map[string]int32{
		"STDERR": 0,
		"STDOUT": 1,
	}
)

Enum value maps for OutputRecord_OutputType.

View Source
var (
	OutputRawRecord_OutputType_name = map[int32]string{
		0: "STDERR",
		1: "STDOUT",
	}
	OutputRawRecord_OutputType_value = map[string]int32{
		"STDERR": 0,
		"STDOUT": 1,
	}
)

Enum value maps for OutputRawRecord_OutputType.

View Source
var (
	MetricRecord_MetricGoal_name = map[int32]string{
		0: "GOAL_UNSET",
		1: "GOAL_MINIMIZE",
		2: "GOAL_MAXIMIZE",
	}
	MetricRecord_MetricGoal_value = map[string]int32{
		"GOAL_UNSET":    0,
		"GOAL_MINIMIZE": 1,
		"GOAL_MAXIMIZE": 2,
	}
)

Enum value maps for MetricRecord_MetricGoal.

View Source
var (
	FilesItem_PolicyType_name = map[int32]string{
		0: "NOW",
		1: "END",
		2: "LIVE",
	}
	FilesItem_PolicyType_value = map[string]int32{
		"NOW":  0,
		"END":  1,
		"LIVE": 2,
	}
)

Enum value maps for FilesItem_PolicyType.

View Source
var (
	FilesItem_FileType_name = map[int32]string{
		0: "OTHER",
		1: "WANDB",
		2: "MEDIA",
		3: "ARTIFACT",
	}
	FilesItem_FileType_value = map[string]int32{
		"OTHER":    0,
		"WANDB":    1,
		"MEDIA":    2,
		"ARTIFACT": 3,
	}
)

Enum value maps for FilesItem_FileType.

View Source
var (
	StatsRecord_StatsType_name = map[int32]string{
		0: "SYSTEM",
	}
	StatsRecord_StatsType_value = map[string]int32{
		"SYSTEM": 0,
	}
)

Enum value maps for StatsRecord_StatsType.

View Source
var (
	DeferRequest_DeferState_name = map[int32]string{
		0:  "BEGIN",
		1:  "FLUSH_RUN",
		2:  "FLUSH_STATS",
		3:  "FLUSH_PARTIAL_HISTORY",
		4:  "FLUSH_TB",
		5:  "FLUSH_SUM",
		6:  "FLUSH_DEBOUNCER",
		7:  "FLUSH_OUTPUT",
		8:  "FLUSH_JOB",
		9:  "FLUSH_DIR",
		10: "FLUSH_FP",
		11: "JOIN_FP",
		12: "FLUSH_FS",
		13: "FLUSH_FINAL",
		14: "END",
	}
	DeferRequest_DeferState_value = map[string]int32{
		"BEGIN":                 0,
		"FLUSH_RUN":             1,
		"FLUSH_STATS":           2,
		"FLUSH_PARTIAL_HISTORY": 3,
		"FLUSH_TB":              4,
		"FLUSH_SUM":             5,
		"FLUSH_DEBOUNCER":       6,
		"FLUSH_OUTPUT":          7,
		"FLUSH_JOB":             8,
		"FLUSH_DIR":             9,
		"FLUSH_FP":              10,
		"JOIN_FP":               11,
		"FLUSH_FS":              12,
		"FLUSH_FINAL":           13,
		"END":                   14,
	}
)

Enum value maps for DeferRequest_DeferState.

View Source
var (
	FileTransferInfoRequest_TransferType_name = map[int32]string{
		0: "Upload",
		1: "Download",
	}
	FileTransferInfoRequest_TransferType_value = map[string]int32{
		"Upload":   0,
		"Download": 1,
	}
)

Enum value maps for FileTransferInfoRequest_TransferType.

View Source
var File_wandb_proto_wandb_base_proto protoreflect.FileDescriptor
View Source
var File_wandb_proto_wandb_internal_proto protoreflect.FileDescriptor
View Source
var File_wandb_proto_wandb_server_proto protoreflect.FileDescriptor
View Source
var File_wandb_proto_wandb_settings_proto protoreflect.FileDescriptor
View Source
var File_wandb_proto_wandb_telemetry_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AlertRecord

type AlertRecord struct {
	Title        string       `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Text         string       `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	Level        string       `protobuf:"bytes,3,opt,name=level,proto3" json:"level,omitempty"`
	WaitDuration int64        `protobuf:"varint,4,opt,name=wait_duration,json=waitDuration,proto3" json:"wait_duration,omitempty"`
	XInfo        *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

AlertRecord: store alert notifications

func (*AlertRecord) Descriptor deprecated

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

Deprecated: Use AlertRecord.ProtoReflect.Descriptor instead.

func (*AlertRecord) GetLevel

func (x *AlertRecord) GetLevel() string

func (*AlertRecord) GetText

func (x *AlertRecord) GetText() string

func (*AlertRecord) GetTitle

func (x *AlertRecord) GetTitle() string

func (*AlertRecord) GetWaitDuration

func (x *AlertRecord) GetWaitDuration() int64

func (*AlertRecord) GetXInfo

func (x *AlertRecord) GetXInfo() *XRecordInfo

func (*AlertRecord) ProtoMessage

func (*AlertRecord) ProtoMessage()

func (*AlertRecord) ProtoReflect

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

func (*AlertRecord) Reset

func (x *AlertRecord) Reset()

func (*AlertRecord) String

func (x *AlertRecord) String() string

type AlertResult

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

func (*AlertResult) Descriptor deprecated

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

Deprecated: Use AlertResult.ProtoReflect.Descriptor instead.

func (*AlertResult) ProtoMessage

func (*AlertResult) ProtoMessage()

func (*AlertResult) ProtoReflect

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

func (*AlertResult) Reset

func (x *AlertResult) Reset()

func (*AlertResult) String

func (x *AlertResult) String() string

type ArtifactInfo

type ArtifactInfo struct {
	Artifact   string   `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`
	Entrypoint []string `protobuf:"bytes,2,rep,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	Notebook   bool     `protobuf:"varint,3,opt,name=notebook,proto3" json:"notebook,omitempty"`
	// contains filtered or unexported fields
}

Job info specific for Partial -> Job upgrade

func (*ArtifactInfo) Descriptor deprecated

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

Deprecated: Use ArtifactInfo.ProtoReflect.Descriptor instead.

func (*ArtifactInfo) GetArtifact

func (x *ArtifactInfo) GetArtifact() string

func (*ArtifactInfo) GetEntrypoint

func (x *ArtifactInfo) GetEntrypoint() []string

func (*ArtifactInfo) GetNotebook

func (x *ArtifactInfo) GetNotebook() bool

func (*ArtifactInfo) ProtoMessage

func (*ArtifactInfo) ProtoMessage()

func (*ArtifactInfo) ProtoReflect

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

func (*ArtifactInfo) Reset

func (x *ArtifactInfo) Reset()

func (*ArtifactInfo) String

func (x *ArtifactInfo) String() string

type ArtifactManifest

type ArtifactManifest struct {
	Version             int32                      `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	StoragePolicy       string                     `protobuf:"bytes,2,opt,name=storage_policy,json=storagePolicy,proto3" json:"storage_policy,omitempty"`
	StoragePolicyConfig []*StoragePolicyConfigItem `protobuf:"bytes,3,rep,name=storage_policy_config,json=storagePolicyConfig,proto3" json:"storage_policy_config,omitempty"`
	Contents            []*ArtifactManifestEntry   `protobuf:"bytes,4,rep,name=contents,proto3" json:"contents,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactManifest) Descriptor deprecated

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

Deprecated: Use ArtifactManifest.ProtoReflect.Descriptor instead.

func (*ArtifactManifest) GetContents

func (x *ArtifactManifest) GetContents() []*ArtifactManifestEntry

func (*ArtifactManifest) GetStoragePolicy

func (x *ArtifactManifest) GetStoragePolicy() string

func (*ArtifactManifest) GetStoragePolicyConfig

func (x *ArtifactManifest) GetStoragePolicyConfig() []*StoragePolicyConfigItem

func (*ArtifactManifest) GetVersion

func (x *ArtifactManifest) GetVersion() int32

func (*ArtifactManifest) ProtoMessage

func (*ArtifactManifest) ProtoMessage()

func (*ArtifactManifest) ProtoReflect

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

func (*ArtifactManifest) Reset

func (x *ArtifactManifest) Reset()

func (*ArtifactManifest) String

func (x *ArtifactManifest) String() string

type ArtifactManifestEntry

type ArtifactManifestEntry struct {
	Path            string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Digest          string `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"`
	Ref             string `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"`
	Size            int64  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	Mimetype        string `protobuf:"bytes,5,opt,name=mimetype,proto3" json:"mimetype,omitempty"`
	LocalPath       string `protobuf:"bytes,6,opt,name=local_path,json=localPath,proto3" json:"local_path,omitempty"`
	BirthArtifactId string `protobuf:"bytes,7,opt,name=birth_artifact_id,json=birthArtifactId,proto3" json:"birth_artifact_id,omitempty"`
	// Whether to avoid copying/moving files to the cache while uploading.
	SkipCache bool         `protobuf:"varint,8,opt,name=skip_cache,json=skipCache,proto3" json:"skip_cache,omitempty"`
	Extra     []*ExtraItem `protobuf:"bytes,16,rep,name=extra,proto3" json:"extra,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactManifestEntry) Descriptor deprecated

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

Deprecated: Use ArtifactManifestEntry.ProtoReflect.Descriptor instead.

func (*ArtifactManifestEntry) GetBirthArtifactId

func (x *ArtifactManifestEntry) GetBirthArtifactId() string

func (*ArtifactManifestEntry) GetDigest

func (x *ArtifactManifestEntry) GetDigest() string

func (*ArtifactManifestEntry) GetExtra

func (x *ArtifactManifestEntry) GetExtra() []*ExtraItem

func (*ArtifactManifestEntry) GetLocalPath

func (x *ArtifactManifestEntry) GetLocalPath() string

func (*ArtifactManifestEntry) GetMimetype

func (x *ArtifactManifestEntry) GetMimetype() string

func (*ArtifactManifestEntry) GetPath

func (x *ArtifactManifestEntry) GetPath() string

func (*ArtifactManifestEntry) GetRef

func (x *ArtifactManifestEntry) GetRef() string

func (*ArtifactManifestEntry) GetSize

func (x *ArtifactManifestEntry) GetSize() int64

func (*ArtifactManifestEntry) GetSkipCache

func (x *ArtifactManifestEntry) GetSkipCache() bool

func (*ArtifactManifestEntry) ProtoMessage

func (*ArtifactManifestEntry) ProtoMessage()

func (*ArtifactManifestEntry) ProtoReflect

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

func (*ArtifactManifestEntry) Reset

func (x *ArtifactManifestEntry) Reset()

func (*ArtifactManifestEntry) String

func (x *ArtifactManifestEntry) String() string

type ArtifactRecord

type ArtifactRecord struct {
	RunId              string            `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	Project            string            `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	Entity             string            `protobuf:"bytes,3,opt,name=entity,proto3" json:"entity,omitempty"`
	Type               string            `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Name               string            `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Digest             string            `protobuf:"bytes,6,opt,name=digest,proto3" json:"digest,omitempty"`
	Description        string            `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	Metadata           string            `protobuf:"bytes,8,opt,name=metadata,proto3" json:"metadata,omitempty"`
	UserCreated        bool              `protobuf:"varint,9,opt,name=user_created,json=userCreated,proto3" json:"user_created,omitempty"`
	UseAfterCommit     bool              `protobuf:"varint,10,opt,name=use_after_commit,json=useAfterCommit,proto3" json:"use_after_commit,omitempty"`
	Aliases            []string          `protobuf:"bytes,11,rep,name=aliases,proto3" json:"aliases,omitempty"`
	Manifest           *ArtifactManifest `protobuf:"bytes,12,opt,name=manifest,proto3" json:"manifest,omitempty"`
	DistributedId      string            `protobuf:"bytes,13,opt,name=distributed_id,json=distributedId,proto3" json:"distributed_id,omitempty"`
	Finalize           bool              `protobuf:"varint,14,opt,name=finalize,proto3" json:"finalize,omitempty"`
	ClientId           string            `protobuf:"bytes,15,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	SequenceClientId   string            `protobuf:"bytes,16,opt,name=sequence_client_id,json=sequenceClientId,proto3" json:"sequence_client_id,omitempty"`
	BaseId             string            `protobuf:"bytes,17,opt,name=base_id,json=baseId,proto3" json:"base_id,omitempty"`
	TtlDurationSeconds int64             `protobuf:"varint,18,opt,name=ttl_duration_seconds,json=ttlDurationSeconds,proto3" json:"ttl_duration_seconds,omitempty"`
	IncrementalBeta1   bool              `protobuf:"varint,100,opt,name=incremental_beta1,json=incrementalBeta1,proto3" json:"incremental_beta1,omitempty"`
	XInfo              *XRecordInfo      `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

ArtifactRecord: track artifacts

func (*ArtifactRecord) Descriptor deprecated

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

Deprecated: Use ArtifactRecord.ProtoReflect.Descriptor instead.

func (*ArtifactRecord) GetAliases

func (x *ArtifactRecord) GetAliases() []string

func (*ArtifactRecord) GetBaseId

func (x *ArtifactRecord) GetBaseId() string

func (*ArtifactRecord) GetClientId

func (x *ArtifactRecord) GetClientId() string

func (*ArtifactRecord) GetDescription

func (x *ArtifactRecord) GetDescription() string

func (*ArtifactRecord) GetDigest

func (x *ArtifactRecord) GetDigest() string

func (*ArtifactRecord) GetDistributedId

func (x *ArtifactRecord) GetDistributedId() string

func (*ArtifactRecord) GetEntity

func (x *ArtifactRecord) GetEntity() string

func (*ArtifactRecord) GetFinalize

func (x *ArtifactRecord) GetFinalize() bool

func (*ArtifactRecord) GetIncrementalBeta1

func (x *ArtifactRecord) GetIncrementalBeta1() bool

func (*ArtifactRecord) GetManifest

func (x *ArtifactRecord) GetManifest() *ArtifactManifest

func (*ArtifactRecord) GetMetadata

func (x *ArtifactRecord) GetMetadata() string

func (*ArtifactRecord) GetName

func (x *ArtifactRecord) GetName() string

func (*ArtifactRecord) GetProject

func (x *ArtifactRecord) GetProject() string

func (*ArtifactRecord) GetRunId

func (x *ArtifactRecord) GetRunId() string

func (*ArtifactRecord) GetSequenceClientId

func (x *ArtifactRecord) GetSequenceClientId() string

func (*ArtifactRecord) GetTtlDurationSeconds

func (x *ArtifactRecord) GetTtlDurationSeconds() int64

func (*ArtifactRecord) GetType

func (x *ArtifactRecord) GetType() string

func (*ArtifactRecord) GetUseAfterCommit

func (x *ArtifactRecord) GetUseAfterCommit() bool

func (*ArtifactRecord) GetUserCreated

func (x *ArtifactRecord) GetUserCreated() bool

func (*ArtifactRecord) GetXInfo

func (x *ArtifactRecord) GetXInfo() *XRecordInfo

func (*ArtifactRecord) ProtoMessage

func (*ArtifactRecord) ProtoMessage()

func (*ArtifactRecord) ProtoReflect

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

func (*ArtifactRecord) Reset

func (x *ArtifactRecord) Reset()

func (*ArtifactRecord) String

func (x *ArtifactRecord) String() string

type ArtifactResult

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

func (*ArtifactResult) Descriptor deprecated

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

Deprecated: Use ArtifactResult.ProtoReflect.Descriptor instead.

func (*ArtifactResult) ProtoMessage

func (*ArtifactResult) ProtoMessage()

func (*ArtifactResult) ProtoReflect

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

func (*ArtifactResult) Reset

func (x *ArtifactResult) Reset()

func (*ArtifactResult) String

func (x *ArtifactResult) String() string

type AttachRequest

type AttachRequest struct {
	AttachId string        `protobuf:"bytes,20,opt,name=attach_id,json=attachId,proto3" json:"attach_id,omitempty"`
	XInfo    *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

AttachRequest:

func (*AttachRequest) Descriptor deprecated

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

Deprecated: Use AttachRequest.ProtoReflect.Descriptor instead.

func (*AttachRequest) GetAttachId

func (x *AttachRequest) GetAttachId() string

func (*AttachRequest) GetXInfo

func (x *AttachRequest) GetXInfo() *XRequestInfo

func (*AttachRequest) ProtoMessage

func (*AttachRequest) ProtoMessage()

func (*AttachRequest) ProtoReflect

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

func (*AttachRequest) Reset

func (x *AttachRequest) Reset()

func (*AttachRequest) String

func (x *AttachRequest) String() string

type AttachResponse

type AttachResponse struct {
	Run   *RunRecord `protobuf:"bytes,1,opt,name=run,proto3" json:"run,omitempty"`
	Error *ErrorInfo `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*AttachResponse) Descriptor deprecated

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

Deprecated: Use AttachResponse.ProtoReflect.Descriptor instead.

func (*AttachResponse) GetError

func (x *AttachResponse) GetError() *ErrorInfo

func (*AttachResponse) GetRun

func (x *AttachResponse) GetRun() *RunRecord

func (*AttachResponse) ProtoMessage

func (*AttachResponse) ProtoMessage()

func (*AttachResponse) ProtoReflect

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

func (*AttachResponse) Reset

func (x *AttachResponse) Reset()

func (*AttachResponse) String

func (x *AttachResponse) String() string

type CancelRequest

type CancelRequest struct {
	CancelSlot string        `protobuf:"bytes,1,opt,name=cancel_slot,json=cancelSlot,proto3" json:"cancel_slot,omitempty"` // mailbox slot
	XInfo      *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

Cancel:

func (*CancelRequest) Descriptor deprecated

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

Deprecated: Use CancelRequest.ProtoReflect.Descriptor instead.

func (*CancelRequest) GetCancelSlot

func (x *CancelRequest) GetCancelSlot() string

func (*CancelRequest) GetXInfo

func (x *CancelRequest) GetXInfo() *XRequestInfo

func (*CancelRequest) ProtoMessage

func (*CancelRequest) ProtoMessage()

func (*CancelRequest) ProtoReflect

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

func (*CancelRequest) Reset

func (x *CancelRequest) Reset()

func (*CancelRequest) String

func (x *CancelRequest) String() string

type CancelResponse

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

func (*CancelResponse) Descriptor deprecated

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

Deprecated: Use CancelResponse.ProtoReflect.Descriptor instead.

func (*CancelResponse) ProtoMessage

func (*CancelResponse) ProtoMessage()

func (*CancelResponse) ProtoReflect

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

func (*CancelResponse) Reset

func (x *CancelResponse) Reset()

func (*CancelResponse) String

func (x *CancelResponse) String() string

type CheckVersionRequest

type CheckVersionRequest struct {
	CurrentVersion string        `protobuf:"bytes,1,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty"`
	XInfo          *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

CheckVersion:

func (*CheckVersionRequest) Descriptor deprecated

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

Deprecated: Use CheckVersionRequest.ProtoReflect.Descriptor instead.

func (*CheckVersionRequest) GetCurrentVersion

func (x *CheckVersionRequest) GetCurrentVersion() string

func (*CheckVersionRequest) GetXInfo

func (x *CheckVersionRequest) GetXInfo() *XRequestInfo

func (*CheckVersionRequest) ProtoMessage

func (*CheckVersionRequest) ProtoMessage()

func (*CheckVersionRequest) ProtoReflect

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

func (*CheckVersionRequest) Reset

func (x *CheckVersionRequest) Reset()

func (*CheckVersionRequest) String

func (x *CheckVersionRequest) String() string

type CheckVersionResponse

type CheckVersionResponse struct {
	UpgradeMessage string `protobuf:"bytes,1,opt,name=upgrade_message,json=upgradeMessage,proto3" json:"upgrade_message,omitempty"`
	YankMessage    string `protobuf:"bytes,2,opt,name=yank_message,json=yankMessage,proto3" json:"yank_message,omitempty"`
	DeleteMessage  string `protobuf:"bytes,3,opt,name=delete_message,json=deleteMessage,proto3" json:"delete_message,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckVersionResponse) Descriptor deprecated

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

Deprecated: Use CheckVersionResponse.ProtoReflect.Descriptor instead.

func (*CheckVersionResponse) GetDeleteMessage

func (x *CheckVersionResponse) GetDeleteMessage() string

func (*CheckVersionResponse) GetUpgradeMessage

func (x *CheckVersionResponse) GetUpgradeMessage() string

func (*CheckVersionResponse) GetYankMessage

func (x *CheckVersionResponse) GetYankMessage() string

func (*CheckVersionResponse) ProtoMessage

func (*CheckVersionResponse) ProtoMessage()

func (*CheckVersionResponse) ProtoReflect

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

func (*CheckVersionResponse) Reset

func (x *CheckVersionResponse) Reset()

func (*CheckVersionResponse) String

func (x *CheckVersionResponse) String() string

type ConfigItem

type ConfigItem struct {
	Key       string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	NestedKey []string `protobuf:"bytes,2,rep,name=nested_key,json=nestedKey,proto3" json:"nested_key,omitempty"`
	ValueJson string   `protobuf:"bytes,16,opt,name=value_json,json=valueJson,proto3" json:"value_json,omitempty"`
	// contains filtered or unexported fields
}

ConfigItem:

key and nested_key are mutually exclusive. Only one of them should be set. key is supposedly more performant than nested_key, so nested_key should be only used for nested keys.

func (*ConfigItem) Descriptor deprecated

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

Deprecated: Use ConfigItem.ProtoReflect.Descriptor instead.

func (*ConfigItem) GetKey

func (x *ConfigItem) GetKey() string

func (*ConfigItem) GetNestedKey

func (x *ConfigItem) GetNestedKey() []string

func (*ConfigItem) GetValueJson

func (x *ConfigItem) GetValueJson() string

func (*ConfigItem) ProtoMessage

func (*ConfigItem) ProtoMessage()

func (*ConfigItem) ProtoReflect

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

func (*ConfigItem) Reset

func (x *ConfigItem) Reset()

func (*ConfigItem) String

func (x *ConfigItem) String() string

type ConfigRecord

type ConfigRecord struct {
	Update []*ConfigItem `protobuf:"bytes,1,rep,name=update,proto3" json:"update,omitempty"`
	Remove []*ConfigItem `protobuf:"bytes,2,rep,name=remove,proto3" json:"remove,omitempty"`
	XInfo  *XRecordInfo  `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

ConfigRecord: wandb/sdk/wandb_config/Config

func (*ConfigRecord) Descriptor deprecated

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

Deprecated: Use ConfigRecord.ProtoReflect.Descriptor instead.

func (*ConfigRecord) GetRemove

func (x *ConfigRecord) GetRemove() []*ConfigItem

func (*ConfigRecord) GetUpdate

func (x *ConfigRecord) GetUpdate() []*ConfigItem

func (*ConfigRecord) GetXInfo

func (x *ConfigRecord) GetXInfo() *XRecordInfo

func (*ConfigRecord) ProtoMessage

func (*ConfigRecord) ProtoMessage()

func (*ConfigRecord) ProtoReflect

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

func (*ConfigRecord) Reset

func (x *ConfigRecord) Reset()

func (*ConfigRecord) String

func (x *ConfigRecord) String() string

type ConfigResult

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

func (*ConfigResult) Descriptor deprecated

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

Deprecated: Use ConfigResult.ProtoReflect.Descriptor instead.

func (*ConfigResult) ProtoMessage

func (*ConfigResult) ProtoMessage()

func (*ConfigResult) ProtoReflect

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

func (*ConfigResult) Reset

func (x *ConfigResult) Reset()

func (*ConfigResult) String

func (x *ConfigResult) String() string

type Control

type Control struct {
	ReqResp      bool   `protobuf:"varint,1,opt,name=req_resp,json=reqResp,proto3" json:"req_resp,omitempty"`               // record is expecting a result
	Local        bool   `protobuf:"varint,2,opt,name=local,proto3" json:"local,omitempty"`                                  // should not be persisted or synchronized
	RelayId      string `protobuf:"bytes,3,opt,name=relay_id,json=relayId,proto3" json:"relay_id,omitempty"`                // used by service transport to identify correct stream
	MailboxSlot  string `protobuf:"bytes,4,opt,name=mailbox_slot,json=mailboxSlot,proto3" json:"mailbox_slot,omitempty"`    // mailbox slot
	AlwaysSend   bool   `protobuf:"varint,5,opt,name=always_send,json=alwaysSend,proto3" json:"always_send,omitempty"`      // message to sender
	FlowControl  bool   `protobuf:"varint,6,opt,name=flow_control,json=flowControl,proto3" json:"flow_control,omitempty"`   // message should be passed to flow control
	EndOffset    int64  `protobuf:"varint,7,opt,name=end_offset,json=endOffset,proto3" json:"end_offset,omitempty"`         // end of message offset of this written message
	ConnectionId string `protobuf:"bytes,8,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // connection id
	// contains filtered or unexported fields
}

func (*Control) Descriptor deprecated

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

Deprecated: Use Control.ProtoReflect.Descriptor instead.

func (*Control) GetAlwaysSend

func (x *Control) GetAlwaysSend() bool

func (*Control) GetConnectionId

func (x *Control) GetConnectionId() string

func (*Control) GetEndOffset

func (x *Control) GetEndOffset() int64

func (*Control) GetFlowControl

func (x *Control) GetFlowControl() bool

func (*Control) GetLocal

func (x *Control) GetLocal() bool

func (*Control) GetMailboxSlot

func (x *Control) GetMailboxSlot() string

func (*Control) GetRelayId

func (x *Control) GetRelayId() string

func (*Control) GetReqResp

func (x *Control) GetReqResp() bool

func (*Control) ProtoMessage

func (*Control) ProtoMessage()

func (*Control) ProtoReflect

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

func (*Control) Reset

func (x *Control) Reset()

func (*Control) String

func (x *Control) String() string

type CpuInfo

type CpuInfo struct {
	Count        uint32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	CountLogical uint32 `protobuf:"varint,2,opt,name=count_logical,json=countLogical,proto3" json:"count_logical,omitempty"`
	// contains filtered or unexported fields
}

func (*CpuInfo) Descriptor deprecated

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

Deprecated: Use CpuInfo.ProtoReflect.Descriptor instead.

func (*CpuInfo) GetCount

func (x *CpuInfo) GetCount() uint32

func (*CpuInfo) GetCountLogical

func (x *CpuInfo) GetCountLogical() uint32

func (*CpuInfo) ProtoMessage

func (*CpuInfo) ProtoMessage()

func (*CpuInfo) ProtoReflect

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

func (*CpuInfo) Reset

func (x *CpuInfo) Reset()

func (*CpuInfo) String

func (x *CpuInfo) String() string

type DeferRequest

type DeferRequest struct {
	State DeferRequest_DeferState `protobuf:"varint,1,opt,name=state,proto3,enum=wandb_internal.DeferRequest_DeferState" json:"state,omitempty"` // Internal message, no _info field needed
	// contains filtered or unexported fields
}

DeferRequest: internal message to defer work

func (*DeferRequest) Descriptor deprecated

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

Deprecated: Use DeferRequest.ProtoReflect.Descriptor instead.

func (*DeferRequest) GetState

func (x *DeferRequest) GetState() DeferRequest_DeferState

func (*DeferRequest) ProtoMessage

func (*DeferRequest) ProtoMessage()

func (*DeferRequest) ProtoReflect

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

func (*DeferRequest) Reset

func (x *DeferRequest) Reset()

func (*DeferRequest) String

func (x *DeferRequest) String() string

type DeferRequest_DeferState

type DeferRequest_DeferState int32
const (
	DeferRequest_BEGIN                 DeferRequest_DeferState = 0
	DeferRequest_FLUSH_RUN             DeferRequest_DeferState = 1
	DeferRequest_FLUSH_STATS           DeferRequest_DeferState = 2
	DeferRequest_FLUSH_PARTIAL_HISTORY DeferRequest_DeferState = 3
	DeferRequest_FLUSH_TB              DeferRequest_DeferState = 4
	DeferRequest_FLUSH_SUM             DeferRequest_DeferState = 5
	DeferRequest_FLUSH_DEBOUNCER       DeferRequest_DeferState = 6
	DeferRequest_FLUSH_OUTPUT          DeferRequest_DeferState = 7
	DeferRequest_FLUSH_JOB             DeferRequest_DeferState = 8
	DeferRequest_FLUSH_DIR             DeferRequest_DeferState = 9
	DeferRequest_FLUSH_FP              DeferRequest_DeferState = 10
	DeferRequest_JOIN_FP               DeferRequest_DeferState = 11
	DeferRequest_FLUSH_FS              DeferRequest_DeferState = 12
	DeferRequest_FLUSH_FINAL           DeferRequest_DeferState = 13
	DeferRequest_END                   DeferRequest_DeferState = 14
)

func (DeferRequest_DeferState) Descriptor

func (DeferRequest_DeferState) Enum

func (DeferRequest_DeferState) EnumDescriptor deprecated

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

Deprecated: Use DeferRequest_DeferState.Descriptor instead.

func (DeferRequest_DeferState) Number

func (DeferRequest_DeferState) String

func (x DeferRequest_DeferState) String() string

func (DeferRequest_DeferState) Type

type Deprecated

type Deprecated struct {
	KerasCallback_DataType bool `` // wandb.keras.WandbCallback(data_type=...) called
	/* 131-byte string literal not displayed */
	Run_Mode               bool `protobuf:"varint,2,opt,name=run__mode,json=runMode,proto3" json:"run__mode,omitempty"`                       // wandb.run.mode called
	Run_SaveNoArgs         bool `protobuf:"varint,3,opt,name=run__save_no_args,json=runSaveNoArgs,proto3" json:"run__save_no_args,omitempty"` // wandb.run.save() called without arguments
	Run_Join               bool `protobuf:"varint,4,opt,name=run__join,json=runJoin,proto3" json:"run__join,omitempty"`                       // wandb.run.join() called
	Plots                  bool `protobuf:"varint,5,opt,name=plots,proto3" json:"plots,omitempty"`                                            // wandb.plots.* called
	Run_LogSync            bool `protobuf:"varint,6,opt,name=run__log_sync,json=runLogSync,proto3" json:"run__log_sync,omitempty"`            // wandb.run.log(sync=...) called
	Init_ConfigIncludeKeys bool ``                                                                                                            // wandb.init(config_include_keys=...) called
	/* 131-byte string literal not displayed */
	Init_ConfigExcludeKeys bool `` // wandb.init(config_exclude_keys=...) called
	/* 131-byte string literal not displayed */
	KerasCallback_SaveModel bool `` // wandb.keras.WandbCallback(save_model=True) called
	/* 134-byte string literal not displayed */
	LangchainTracer            bool `protobuf:"varint,10,opt,name=langchain_tracer,json=langchainTracer,proto3" json:"langchain_tracer,omitempty"`     // wandb.integration.langchain.WandbTracer called
	Artifact_GetPath           bool `protobuf:"varint,11,opt,name=artifact__get_path,json=artifactGetPath,proto3" json:"artifact__get_path,omitempty"` // wandb.sdk.artifacts.artifact.Artifact.get_path(...) called
	Artifactmanifestentry_Name bool ``                                                                                                                 // wandb.sdk.artifacts.artifact_manifest_entry.ArtifactManifestEntry.name() called
	/* 140-byte string literal not displayed */
	Api_ArtifactVersions bool `protobuf:"varint,13,opt,name=api__artifact_versions,json=apiArtifactVersions,proto3" json:"api__artifact_versions,omitempty"` // wandb.Api().artifact_versions(...) called
	// contains filtered or unexported fields
}

func (*Deprecated) Descriptor deprecated

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

Deprecated: Use Deprecated.ProtoReflect.Descriptor instead.

func (*Deprecated) GetApi_ArtifactVersions

func (x *Deprecated) GetApi_ArtifactVersions() bool

func (*Deprecated) GetArtifact_GetPath

func (x *Deprecated) GetArtifact_GetPath() bool

func (*Deprecated) GetArtifactmanifestentry_Name

func (x *Deprecated) GetArtifactmanifestentry_Name() bool

func (*Deprecated) GetInit_ConfigExcludeKeys

func (x *Deprecated) GetInit_ConfigExcludeKeys() bool

func (*Deprecated) GetInit_ConfigIncludeKeys

func (x *Deprecated) GetInit_ConfigIncludeKeys() bool

func (*Deprecated) GetKerasCallback_DataType

func (x *Deprecated) GetKerasCallback_DataType() bool

func (*Deprecated) GetKerasCallback_SaveModel

func (x *Deprecated) GetKerasCallback_SaveModel() bool

func (*Deprecated) GetLangchainTracer

func (x *Deprecated) GetLangchainTracer() bool

func (*Deprecated) GetPlots

func (x *Deprecated) GetPlots() bool

func (*Deprecated) GetRun_Join

func (x *Deprecated) GetRun_Join() bool

func (*Deprecated) GetRun_LogSync

func (x *Deprecated) GetRun_LogSync() bool

func (*Deprecated) GetRun_Mode

func (x *Deprecated) GetRun_Mode() bool

func (*Deprecated) GetRun_SaveNoArgs

func (x *Deprecated) GetRun_SaveNoArgs() bool

func (*Deprecated) ProtoMessage

func (*Deprecated) ProtoMessage()

func (*Deprecated) ProtoReflect

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

func (*Deprecated) Reset

func (x *Deprecated) Reset()

func (*Deprecated) String

func (x *Deprecated) String() string

type DiskInfo

type DiskInfo struct {
	Total uint64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Used  uint64 `protobuf:"varint,2,opt,name=used,proto3" json:"used,omitempty"`
	// contains filtered or unexported fields
}

MetadataRequest

func (*DiskInfo) Descriptor deprecated

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

Deprecated: Use DiskInfo.ProtoReflect.Descriptor instead.

func (*DiskInfo) GetTotal

func (x *DiskInfo) GetTotal() uint64

func (*DiskInfo) GetUsed

func (x *DiskInfo) GetUsed() uint64

func (*DiskInfo) ProtoMessage

func (*DiskInfo) ProtoMessage()

func (*DiskInfo) ProtoReflect

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

func (*DiskInfo) Reset

func (x *DiskInfo) Reset()

func (*DiskInfo) String

func (x *DiskInfo) String() string

type DownloadArtifactRequest

type DownloadArtifactRequest struct {
	ArtifactId             string        `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	DownloadRoot           string        `protobuf:"bytes,2,opt,name=download_root,json=downloadRoot,proto3" json:"download_root,omitempty"`
	AllowMissingReferences bool          `` /* 130-byte string literal not displayed */
	SkipCache              bool          `protobuf:"varint,5,opt,name=skip_cache,json=skipCache,proto3" json:"skip_cache,omitempty"`
	PathPrefix             string        `protobuf:"bytes,6,opt,name=path_prefix,json=pathPrefix,proto3" json:"path_prefix,omitempty"`
	XInfo                  *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

DownloadArtifact:

func (*DownloadArtifactRequest) Descriptor deprecated

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

Deprecated: Use DownloadArtifactRequest.ProtoReflect.Descriptor instead.

func (*DownloadArtifactRequest) GetAllowMissingReferences

func (x *DownloadArtifactRequest) GetAllowMissingReferences() bool

func (*DownloadArtifactRequest) GetArtifactId

func (x *DownloadArtifactRequest) GetArtifactId() string

func (*DownloadArtifactRequest) GetDownloadRoot

func (x *DownloadArtifactRequest) GetDownloadRoot() string

func (*DownloadArtifactRequest) GetPathPrefix

func (x *DownloadArtifactRequest) GetPathPrefix() string

func (*DownloadArtifactRequest) GetSkipCache

func (x *DownloadArtifactRequest) GetSkipCache() bool

func (*DownloadArtifactRequest) GetXInfo

func (x *DownloadArtifactRequest) GetXInfo() *XRequestInfo

func (*DownloadArtifactRequest) ProtoMessage

func (*DownloadArtifactRequest) ProtoMessage()

func (*DownloadArtifactRequest) ProtoReflect

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

func (*DownloadArtifactRequest) Reset

func (x *DownloadArtifactRequest) Reset()

func (*DownloadArtifactRequest) String

func (x *DownloadArtifactRequest) String() string

type DownloadArtifactResponse

type DownloadArtifactResponse struct {
	ErrorMessage string `protobuf:"bytes,1,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadArtifactResponse) Descriptor deprecated

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

Deprecated: Use DownloadArtifactResponse.ProtoReflect.Descriptor instead.

func (*DownloadArtifactResponse) GetErrorMessage

func (x *DownloadArtifactResponse) GetErrorMessage() string

func (*DownloadArtifactResponse) ProtoMessage

func (*DownloadArtifactResponse) ProtoMessage()

func (*DownloadArtifactResponse) ProtoReflect

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

func (*DownloadArtifactResponse) Reset

func (x *DownloadArtifactResponse) Reset()

func (*DownloadArtifactResponse) String

func (x *DownloadArtifactResponse) String() string

type Env

type Env struct {
	Jupyter         bool `protobuf:"varint,1,opt,name=jupyter,proto3" json:"jupyter,omitempty"`                                        // jupyter env detected
	Kaggle          bool `protobuf:"varint,2,opt,name=kaggle,proto3" json:"kaggle,omitempty"`                                          // kaggle env detected
	Windows         bool `protobuf:"varint,3,opt,name=windows,proto3" json:"windows,omitempty"`                                        // windows detected
	M1Gpu           bool `protobuf:"varint,4,opt,name=m1_gpu,json=m1Gpu,proto3" json:"m1_gpu,omitempty"`                               // apple silicon M1 gpu found
	StartSpawn      bool `protobuf:"varint,5,opt,name=start_spawn,json=startSpawn,proto3" json:"start_spawn,omitempty"`                // multiprocessing spawn
	StartFork       bool `protobuf:"varint,6,opt,name=start_fork,json=startFork,proto3" json:"start_fork,omitempty"`                   // multiprocessing fork
	StartForkserver bool `protobuf:"varint,7,opt,name=start_forkserver,json=startForkserver,proto3" json:"start_forkserver,omitempty"` // multiprocessing forkserver
	StartThread     bool `protobuf:"varint,8,opt,name=start_thread,json=startThread,proto3" json:"start_thread,omitempty"`             // thread start method
	MaybeMp         bool `protobuf:"varint,9,opt,name=maybe_mp,json=maybeMp,proto3" json:"maybe_mp,omitempty"`                         // maybe user running multiprocessing
	Trainium        bool `protobuf:"varint,10,opt,name=trainium,proto3" json:"trainium,omitempty"`                                     // AWS Trainium env detected
	Pex             bool `protobuf:"varint,11,opt,name=pex,proto3" json:"pex,omitempty"`                                               // pex env detected
	Colab           bool `protobuf:"varint,12,opt,name=colab,proto3" json:"colab,omitempty"`                                           // colab env detected
	Ipython         bool `protobuf:"varint,13,opt,name=ipython,proto3" json:"ipython,omitempty"`                                       // ipython env detected
	AwsLambda       bool `protobuf:"varint,14,opt,name=aws_lambda,json=awsLambda,proto3" json:"aws_lambda,omitempty"`                  // running in AWS Lambda
	AmdGpu          bool `protobuf:"varint,15,opt,name=amd_gpu,json=amdGpu,proto3" json:"amd_gpu,omitempty"`                           // AMD GPU detected
	// contains filtered or unexported fields
}

func (*Env) Descriptor deprecated

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

Deprecated: Use Env.ProtoReflect.Descriptor instead.

func (*Env) GetAmdGpu

func (x *Env) GetAmdGpu() bool

func (*Env) GetAwsLambda

func (x *Env) GetAwsLambda() bool

func (*Env) GetColab

func (x *Env) GetColab() bool

func (*Env) GetIpython

func (x *Env) GetIpython() bool

func (*Env) GetJupyter

func (x *Env) GetJupyter() bool

func (*Env) GetKaggle

func (x *Env) GetKaggle() bool

func (*Env) GetM1Gpu

func (x *Env) GetM1Gpu() bool

func (*Env) GetMaybeMp

func (x *Env) GetMaybeMp() bool

func (*Env) GetPex

func (x *Env) GetPex() bool

func (*Env) GetStartFork

func (x *Env) GetStartFork() bool

func (*Env) GetStartForkserver

func (x *Env) GetStartForkserver() bool

func (*Env) GetStartSpawn

func (x *Env) GetStartSpawn() bool

func (*Env) GetStartThread

func (x *Env) GetStartThread() bool

func (*Env) GetTrainium

func (x *Env) GetTrainium() bool

func (*Env) GetWindows

func (x *Env) GetWindows() bool

func (*Env) ProtoMessage

func (*Env) ProtoMessage()

func (*Env) ProtoReflect

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

func (*Env) Reset

func (x *Env) Reset()

func (*Env) String

func (x *Env) String() string

type ErrorInfo

type ErrorInfo struct {
	Message string              `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Code    ErrorInfo_ErrorCode `protobuf:"varint,2,opt,name=code,proto3,enum=wandb_internal.ErrorInfo_ErrorCode" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*ErrorInfo) Descriptor deprecated

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

Deprecated: Use ErrorInfo.ProtoReflect.Descriptor instead.

func (*ErrorInfo) GetCode

func (x *ErrorInfo) GetCode() ErrorInfo_ErrorCode

func (*ErrorInfo) GetMessage

func (x *ErrorInfo) GetMessage() string

func (*ErrorInfo) ProtoMessage

func (*ErrorInfo) ProtoMessage()

func (*ErrorInfo) ProtoReflect

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

func (*ErrorInfo) Reset

func (x *ErrorInfo) Reset()

func (*ErrorInfo) String

func (x *ErrorInfo) String() string

type ErrorInfo_ErrorCode

type ErrorInfo_ErrorCode int32
const (
	ErrorInfo_UNKNOWN        ErrorInfo_ErrorCode = 0
	ErrorInfo_COMMUNICATION  ErrorInfo_ErrorCode = 1
	ErrorInfo_AUTHENTICATION ErrorInfo_ErrorCode = 2
	ErrorInfo_USAGE          ErrorInfo_ErrorCode = 3
	ErrorInfo_UNSUPPORTED    ErrorInfo_ErrorCode = 4
)

func (ErrorInfo_ErrorCode) Descriptor

func (ErrorInfo_ErrorCode) Enum

func (ErrorInfo_ErrorCode) EnumDescriptor deprecated

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

Deprecated: Use ErrorInfo_ErrorCode.Descriptor instead.

func (ErrorInfo_ErrorCode) Number

func (ErrorInfo_ErrorCode) String

func (x ErrorInfo_ErrorCode) String() string

func (ErrorInfo_ErrorCode) Type

type ExtraItem

type ExtraItem struct {
	Key       string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	ValueJson string `protobuf:"bytes,2,opt,name=value_json,json=valueJson,proto3" json:"value_json,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtraItem) Descriptor deprecated

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

Deprecated: Use ExtraItem.ProtoReflect.Descriptor instead.

func (*ExtraItem) GetKey

func (x *ExtraItem) GetKey() string

func (*ExtraItem) GetValueJson

func (x *ExtraItem) GetValueJson() string

func (*ExtraItem) ProtoMessage

func (*ExtraItem) ProtoMessage()

func (*ExtraItem) ProtoReflect

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

func (*ExtraItem) Reset

func (x *ExtraItem) Reset()

func (*ExtraItem) String

func (x *ExtraItem) String() string

type Feature

type Feature struct {
	Watch               bool `protobuf:"varint,1,opt,name=watch,proto3" json:"watch,omitempty"`                                                         // wandb.watch() called
	Finish              bool `protobuf:"varint,2,opt,name=finish,proto3" json:"finish,omitempty"`                                                       // wandb.finish() called
	Save                bool `protobuf:"varint,3,opt,name=save,proto3" json:"save,omitempty"`                                                           // wandb.save() called
	Offline             bool `protobuf:"varint,4,opt,name=offline,proto3" json:"offline,omitempty"`                                                     // offline run was synced
	Resumed             bool `protobuf:"varint,5,opt,name=resumed,proto3" json:"resumed,omitempty"`                                                     // run was resumed
	Grpc                bool `protobuf:"varint,6,opt,name=grpc,proto3" json:"grpc,omitempty"`                                                           // grpc-server (java integration)
	Metric              bool `protobuf:"varint,7,opt,name=metric,proto3" json:"metric,omitempty"`                                                       // define_metric() called
	Keras               bool `protobuf:"varint,8,opt,name=keras,proto3" json:"keras,omitempty"`                                                         // Keras WandbCallback used
	Sagemaker           bool `protobuf:"varint,9,opt,name=sagemaker,proto3" json:"sagemaker,omitempty"`                                                 // User is using sagemaker
	ArtifactIncremental bool `protobuf:"varint,10,opt,name=artifact_incremental,json=artifactIncremental,proto3" json:"artifact_incremental,omitempty"` // Artifact(incremental=True) used
	Metaflow            bool `protobuf:"varint,11,opt,name=metaflow,proto3" json:"metaflow,omitempty"`                                                  // Using metaflow integration
	Prodigy             bool `protobuf:"varint,12,opt,name=prodigy,proto3" json:"prodigy,omitempty"`                                                    // Using prodigy integration
	SetInitName         bool `protobuf:"varint,13,opt,name=set_init_name,json=setInitName,proto3" json:"set_init_name,omitempty"`                       // users set run name from wandb.init
	SetInitId           bool `protobuf:"varint,14,opt,name=set_init_id,json=setInitId,proto3" json:"set_init_id,omitempty"`                             // users set run id from wandb.init
	SetInitTags         bool `protobuf:"varint,15,opt,name=set_init_tags,json=setInitTags,proto3" json:"set_init_tags,omitempty"`                       // users set tags within wandb.init
	SetInitConfig       bool `protobuf:"varint,16,opt,name=set_init_config,json=setInitConfig,proto3" json:"set_init_config,omitempty"`                 // users set run config in wandb.init
	SetRunName          bool `protobuf:"varint,17,opt,name=set_run_name,json=setRunName,proto3" json:"set_run_name,omitempty"`                          // user sets run name via wandb.run.name = ...
	SetRunTags          bool `protobuf:"varint,18,opt,name=set_run_tags,json=setRunTags,proto3" json:"set_run_tags,omitempty"`                          // user sets run name via wandb.run.tags = ...
	SetConfigItem       bool `protobuf:"varint,19,opt,name=set_config_item,json=setConfigItem,proto3" json:"set_config_item,omitempty"`                 // users set key in run config via run.config.key
	// or run.config["key"]
	Launch                bool `protobuf:"varint,20,opt,name=launch,proto3" json:"launch,omitempty"`                                                     // run is created through wandb launch
	TorchProfilerTrace    bool `protobuf:"varint,21,opt,name=torch_profiler_trace,json=torchProfilerTrace,proto3" json:"torch_profiler_trace,omitempty"` // wandb.profiler.torch_trace_handler() called
	Sb3                   bool `protobuf:"varint,22,opt,name=sb3,proto3" json:"sb3,omitempty"`                                                           // Using stable_baselines3 integration
	Service               bool `protobuf:"varint,23,opt,name=service,proto3" json:"service,omitempty"`                                                   // Using wandb service internal process
	InitReturnRun         bool `protobuf:"varint,24,opt,name=init_return_run,json=initReturnRun,proto3" json:"init_return_run,omitempty"`                // wandb.init() called in the same process returning previous run
	LightgbmWandbCallback bool ``                                                                                                                        // lightgbm callback used
	/* 128-byte string literal not displayed */
	LightgbmLogSummary    bool `protobuf:"varint,26,opt,name=lightgbm_log_summary,json=lightgbmLogSummary,proto3" json:"lightgbm_log_summary,omitempty"` // lightgbm log summary used
	CatboostWandbCallback bool ``                                                                                                                        // catboost callback used
	/* 128-byte string literal not displayed */
	CatboostLogSummary      bool `protobuf:"varint,28,opt,name=catboost_log_summary,json=catboostLogSummary,proto3" json:"catboost_log_summary,omitempty"`       // catboost log summary used
	TensorboardLog          bool `protobuf:"varint,29,opt,name=tensorboard_log,json=tensorboardLog,proto3" json:"tensorboard_log,omitempty"`                     // wandb.tensorflow.log or wandb.tensorboard.log used
	EstimatorHook           bool `protobuf:"varint,30,opt,name=estimator_hook,json=estimatorHook,proto3" json:"estimator_hook,omitempty"`                        // wandb.tensorflow.WandbHook used
	XgboostWandbCallback    bool `protobuf:"varint,31,opt,name=xgboost_wandb_callback,json=xgboostWandbCallback,proto3" json:"xgboost_wandb_callback,omitempty"` // xgboost callback used
	XgboostOldWandbCallback bool ``                                                                                                                              // xgboost old callback used (to be depreciated)
	/* 136-byte string literal not displayed */
	Attach                 bool `protobuf:"varint,33,opt,name=attach,proto3" json:"attach,omitempty"`                                                           // attach to a run in another process
	TensorboardPatch       bool `protobuf:"varint,34,opt,name=tensorboard_patch,json=tensorboardPatch,proto3" json:"tensorboard_patch,omitempty"`               // wandb.tensorboard.patch(...)
	TensorboardSync        bool `protobuf:"varint,35,opt,name=tensorboard_sync,json=tensorboardSync,proto3" json:"tensorboard_sync,omitempty"`                  // wandb.init(sync_tensorboard=True)
	KfpWandbLog            bool `protobuf:"varint,36,opt,name=kfp_wandb_log,json=kfpWandbLog,proto3" json:"kfp_wandb_log,omitempty"`                            // wandb.integration.kfp.wandb_log
	MaybeRunOverwrite      bool `protobuf:"varint,37,opt,name=maybe_run_overwrite,json=maybeRunOverwrite,proto3" json:"maybe_run_overwrite,omitempty"`          // Run might have been overwritten
	KerasMetricsLogger     bool `protobuf:"varint,38,opt,name=keras_metrics_logger,json=kerasMetricsLogger,proto3" json:"keras_metrics_logger,omitempty"`       // Keras WandbMetricsLogger used
	KerasModelCheckpoint   bool `protobuf:"varint,39,opt,name=keras_model_checkpoint,json=kerasModelCheckpoint,proto3" json:"keras_model_checkpoint,omitempty"` // Keras WandbModelCheckpoint used
	KerasWandbEvalCallback bool ``                                                                                                                              // Keras WandbEvalCallback used
	/* 133-byte string literal not displayed */
	FlowControlOverflow   bool `protobuf:"varint,41,opt,name=flow_control_overflow,json=flowControlOverflow,proto3" json:"flow_control_overflow,omitempty"` // Hit flow control threshold
	Sync                  bool `protobuf:"varint,42,opt,name=sync,proto3" json:"sync,omitempty"`                                                            // Run was synced with wandb sync
	FlowControlDisabled   bool `protobuf:"varint,43,opt,name=flow_control_disabled,json=flowControlDisabled,proto3" json:"flow_control_disabled,omitempty"` // Flow control disabled by user
	FlowControlCustom     bool `protobuf:"varint,44,opt,name=flow_control_custom,json=flowControlCustom,proto3" json:"flow_control_custom,omitempty"`       // Flow control customized by user
	ServiceDisabled       bool `protobuf:"varint,45,opt,name=service_disabled,json=serviceDisabled,proto3" json:"service_disabled,omitempty"`               // Service disabled by user
	OpenMetrics           bool `protobuf:"varint,46,opt,name=open_metrics,json=openMetrics,proto3" json:"open_metrics,omitempty"`                           // Consuming metrics from an OpenMetrics endpoint
	UltralyticsYolov8     bool `protobuf:"varint,47,opt,name=ultralytics_yolov8,json=ultralyticsYolov8,proto3" json:"ultralytics_yolov8,omitempty"`         // Ultralytics YOLOv8 integration callbacks used
	ImporterMlflow        bool `protobuf:"varint,48,opt,name=importer_mlflow,json=importerMlflow,proto3" json:"importer_mlflow,omitempty"`                  // Using Import API for MLFlow
	SyncTfevents          bool `protobuf:"varint,49,opt,name=sync_tfevents,json=syncTfevents,proto3" json:"sync_tfevents,omitempty"`                        // Using wandb sync for tfevent files
	AsyncUploads          bool `protobuf:"varint,50,opt,name=async_uploads,json=asyncUploads,proto3" json:"async_uploads,omitempty"`                        // Async file uploads enabled by user
	OpenaiAutolog         bool `protobuf:"varint,51,opt,name=openai_autolog,json=openaiAutolog,proto3" json:"openai_autolog,omitempty"`                     // OpenAI autolog used
	LangchainTracer       bool `protobuf:"varint,52,opt,name=langchain_tracer,json=langchainTracer,proto3" json:"langchain_tracer,omitempty"`               // Langchain wandb tracer callback used
	CohereAutolog         bool `protobuf:"varint,53,opt,name=cohere_autolog,json=cohereAutolog,proto3" json:"cohere_autolog,omitempty"`                     // Cohere autolog used
	HfPipelineAutolog     bool `protobuf:"varint,54,opt,name=hf_pipeline_autolog,json=hfPipelineAutolog,proto3" json:"hf_pipeline_autolog,omitempty"`       // HuggingFace Autologging
	Core                  bool `protobuf:"varint,55,opt,name=core,proto3" json:"core,omitempty"`                                                            // Using wandb core internal process
	LibC                  bool `protobuf:"varint,56,opt,name=lib_c,json=libC,proto3" json:"lib_c,omitempty"`                                                // Using c wandb library
	LibCpp                bool `protobuf:"varint,57,opt,name=lib_cpp,json=libCpp,proto3" json:"lib_cpp,omitempty"`                                          // Using cpp wandb library
	OpenaiFinetuning      bool `protobuf:"varint,58,opt,name=openai_finetuning,json=openaiFinetuning,proto3" json:"openai_finetuning,omitempty"`            // Using openai finetuning WandbLogger
	DiffusersAutolog      bool `protobuf:"varint,59,opt,name=diffusers_autolog,json=diffusersAutolog,proto3" json:"diffusers_autolog,omitempty"`            // Using Diffusers autologger
	LightningFabricLogger bool ``                                                                                                                           // Using Lightning Fabric logger
	/* 128-byte string literal not displayed */
	SetStepLog bool `protobuf:"varint,61,opt,name=set_step_log,json=setStepLog,proto3" json:"set_step_log,omitempty"` // step was set in wandb.log
	SetSummary bool `protobuf:"varint,62,opt,name=set_summary,json=setSummary,proto3" json:"set_summary,omitempty"`   // summary was set by the user
	// contains filtered or unexported fields
}

func (*Feature) Descriptor deprecated

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

Deprecated: Use Feature.ProtoReflect.Descriptor instead.

func (*Feature) GetArtifactIncremental

func (x *Feature) GetArtifactIncremental() bool

func (*Feature) GetAsyncUploads

func (x *Feature) GetAsyncUploads() bool

func (*Feature) GetAttach

func (x *Feature) GetAttach() bool

func (*Feature) GetCatboostLogSummary

func (x *Feature) GetCatboostLogSummary() bool

func (*Feature) GetCatboostWandbCallback

func (x *Feature) GetCatboostWandbCallback() bool

func (*Feature) GetCohereAutolog

func (x *Feature) GetCohereAutolog() bool

func (*Feature) GetCore

func (x *Feature) GetCore() bool

func (*Feature) GetDiffusersAutolog

func (x *Feature) GetDiffusersAutolog() bool

func (*Feature) GetEstimatorHook

func (x *Feature) GetEstimatorHook() bool

func (*Feature) GetFinish

func (x *Feature) GetFinish() bool

func (*Feature) GetFlowControlCustom

func (x *Feature) GetFlowControlCustom() bool

func (*Feature) GetFlowControlDisabled

func (x *Feature) GetFlowControlDisabled() bool

func (*Feature) GetFlowControlOverflow

func (x *Feature) GetFlowControlOverflow() bool

func (*Feature) GetGrpc

func (x *Feature) GetGrpc() bool

func (*Feature) GetHfPipelineAutolog

func (x *Feature) GetHfPipelineAutolog() bool

func (*Feature) GetImporterMlflow

func (x *Feature) GetImporterMlflow() bool

func (*Feature) GetInitReturnRun

func (x *Feature) GetInitReturnRun() bool

func (*Feature) GetKeras

func (x *Feature) GetKeras() bool

func (*Feature) GetKerasMetricsLogger

func (x *Feature) GetKerasMetricsLogger() bool

func (*Feature) GetKerasModelCheckpoint

func (x *Feature) GetKerasModelCheckpoint() bool

func (*Feature) GetKerasWandbEvalCallback

func (x *Feature) GetKerasWandbEvalCallback() bool

func (*Feature) GetKfpWandbLog

func (x *Feature) GetKfpWandbLog() bool

func (*Feature) GetLangchainTracer

func (x *Feature) GetLangchainTracer() bool

func (*Feature) GetLaunch

func (x *Feature) GetLaunch() bool

func (*Feature) GetLibC

func (x *Feature) GetLibC() bool

func (*Feature) GetLibCpp

func (x *Feature) GetLibCpp() bool

func (*Feature) GetLightgbmLogSummary

func (x *Feature) GetLightgbmLogSummary() bool

func (*Feature) GetLightgbmWandbCallback

func (x *Feature) GetLightgbmWandbCallback() bool

func (*Feature) GetLightningFabricLogger

func (x *Feature) GetLightningFabricLogger() bool

func (*Feature) GetMaybeRunOverwrite

func (x *Feature) GetMaybeRunOverwrite() bool

func (*Feature) GetMetaflow

func (x *Feature) GetMetaflow() bool

func (*Feature) GetMetric

func (x *Feature) GetMetric() bool

func (*Feature) GetOffline

func (x *Feature) GetOffline() bool

func (*Feature) GetOpenMetrics

func (x *Feature) GetOpenMetrics() bool

func (*Feature) GetOpenaiAutolog

func (x *Feature) GetOpenaiAutolog() bool

func (*Feature) GetOpenaiFinetuning

func (x *Feature) GetOpenaiFinetuning() bool

func (*Feature) GetProdigy

func (x *Feature) GetProdigy() bool

func (*Feature) GetResumed

func (x *Feature) GetResumed() bool

func (*Feature) GetSagemaker

func (x *Feature) GetSagemaker() bool

func (*Feature) GetSave

func (x *Feature) GetSave() bool

func (*Feature) GetSb3

func (x *Feature) GetSb3() bool

func (*Feature) GetService

func (x *Feature) GetService() bool

func (*Feature) GetServiceDisabled

func (x *Feature) GetServiceDisabled() bool

func (*Feature) GetSetConfigItem

func (x *Feature) GetSetConfigItem() bool

func (*Feature) GetSetInitConfig

func (x *Feature) GetSetInitConfig() bool

func (*Feature) GetSetInitId

func (x *Feature) GetSetInitId() bool

func (*Feature) GetSetInitName

func (x *Feature) GetSetInitName() bool

func (*Feature) GetSetInitTags

func (x *Feature) GetSetInitTags() bool

func (*Feature) GetSetRunName

func (x *Feature) GetSetRunName() bool

func (*Feature) GetSetRunTags

func (x *Feature) GetSetRunTags() bool

func (*Feature) GetSetStepLog

func (x *Feature) GetSetStepLog() bool

func (*Feature) GetSetSummary

func (x *Feature) GetSetSummary() bool

func (*Feature) GetSync

func (x *Feature) GetSync() bool

func (*Feature) GetSyncTfevents

func (x *Feature) GetSyncTfevents() bool

func (*Feature) GetTensorboardLog

func (x *Feature) GetTensorboardLog() bool

func (*Feature) GetTensorboardPatch

func (x *Feature) GetTensorboardPatch() bool

func (*Feature) GetTensorboardSync

func (x *Feature) GetTensorboardSync() bool

func (*Feature) GetTorchProfilerTrace

func (x *Feature) GetTorchProfilerTrace() bool

func (*Feature) GetUltralyticsYolov8

func (x *Feature) GetUltralyticsYolov8() bool

func (*Feature) GetWatch

func (x *Feature) GetWatch() bool

func (*Feature) GetXgboostOldWandbCallback

func (x *Feature) GetXgboostOldWandbCallback() bool

func (*Feature) GetXgboostWandbCallback

func (x *Feature) GetXgboostWandbCallback() bool

func (*Feature) ProtoMessage

func (*Feature) ProtoMessage()

func (*Feature) ProtoReflect

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

func (*Feature) Reset

func (x *Feature) Reset()

func (*Feature) String

func (x *Feature) String() string

type FileCounts

type FileCounts struct {
	WandbCount    int32 `protobuf:"varint,1,opt,name=wandb_count,json=wandbCount,proto3" json:"wandb_count,omitempty"`
	MediaCount    int32 `protobuf:"varint,2,opt,name=media_count,json=mediaCount,proto3" json:"media_count,omitempty"`
	ArtifactCount int32 `protobuf:"varint,3,opt,name=artifact_count,json=artifactCount,proto3" json:"artifact_count,omitempty"`
	OtherCount    int32 `protobuf:"varint,4,opt,name=other_count,json=otherCount,proto3" json:"other_count,omitempty"`
	// contains filtered or unexported fields
}

func (*FileCounts) Descriptor deprecated

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

Deprecated: Use FileCounts.ProtoReflect.Descriptor instead.

func (*FileCounts) GetArtifactCount

func (x *FileCounts) GetArtifactCount() int32

func (*FileCounts) GetMediaCount

func (x *FileCounts) GetMediaCount() int32

func (*FileCounts) GetOtherCount

func (x *FileCounts) GetOtherCount() int32

func (*FileCounts) GetWandbCount

func (x *FileCounts) GetWandbCount() int32

func (*FileCounts) ProtoMessage

func (*FileCounts) ProtoMessage()

func (*FileCounts) ProtoReflect

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

func (*FileCounts) Reset

func (x *FileCounts) Reset()

func (*FileCounts) String

func (x *FileCounts) String() string

type FilePusherStats

type FilePusherStats struct {
	UploadedBytes int64 `protobuf:"varint,1,opt,name=uploaded_bytes,json=uploadedBytes,proto3" json:"uploaded_bytes,omitempty"`
	TotalBytes    int64 `protobuf:"varint,2,opt,name=total_bytes,json=totalBytes,proto3" json:"total_bytes,omitempty"`
	DedupedBytes  int64 `protobuf:"varint,3,opt,name=deduped_bytes,json=dedupedBytes,proto3" json:"deduped_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*FilePusherStats) Descriptor deprecated

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

Deprecated: Use FilePusherStats.ProtoReflect.Descriptor instead.

func (*FilePusherStats) GetDedupedBytes

func (x *FilePusherStats) GetDedupedBytes() int64

func (*FilePusherStats) GetTotalBytes

func (x *FilePusherStats) GetTotalBytes() int64

func (*FilePusherStats) GetUploadedBytes

func (x *FilePusherStats) GetUploadedBytes() int64

func (*FilePusherStats) ProtoMessage

func (*FilePusherStats) ProtoMessage()

func (*FilePusherStats) ProtoReflect

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

func (*FilePusherStats) Reset

func (x *FilePusherStats) Reset()

func (*FilePusherStats) String

func (x *FilePusherStats) String() string

type FileTransferInfoRequest

type FileTransferInfoRequest struct {
	Type       FileTransferInfoRequest_TransferType `protobuf:"varint,1,opt,name=type,proto3,enum=wandb_internal.FileTransferInfoRequest_TransferType" json:"type,omitempty"`
	Path       string                               `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Url        string                               `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Size       int64                                `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	Processed  int64                                `protobuf:"varint,5,opt,name=processed,proto3" json:"processed,omitempty"`
	FileCounts *FileCounts                          `protobuf:"bytes,6,opt,name=file_counts,json=fileCounts,proto3" json:"file_counts,omitempty"`
	// contains filtered or unexported fields
}

func (*FileTransferInfoRequest) Descriptor deprecated

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

Deprecated: Use FileTransferInfoRequest.ProtoReflect.Descriptor instead.

func (*FileTransferInfoRequest) GetFileCounts

func (x *FileTransferInfoRequest) GetFileCounts() *FileCounts

func (*FileTransferInfoRequest) GetPath

func (x *FileTransferInfoRequest) GetPath() string

func (*FileTransferInfoRequest) GetProcessed

func (x *FileTransferInfoRequest) GetProcessed() int64

func (*FileTransferInfoRequest) GetSize

func (x *FileTransferInfoRequest) GetSize() int64

func (*FileTransferInfoRequest) GetType

func (*FileTransferInfoRequest) GetUrl

func (x *FileTransferInfoRequest) GetUrl() string

func (*FileTransferInfoRequest) ProtoMessage

func (*FileTransferInfoRequest) ProtoMessage()

func (*FileTransferInfoRequest) ProtoReflect

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

func (*FileTransferInfoRequest) Reset

func (x *FileTransferInfoRequest) Reset()

func (*FileTransferInfoRequest) String

func (x *FileTransferInfoRequest) String() string

type FileTransferInfoRequest_TransferType

type FileTransferInfoRequest_TransferType int32
const (
	FileTransferInfoRequest_Upload   FileTransferInfoRequest_TransferType = 0
	FileTransferInfoRequest_Download FileTransferInfoRequest_TransferType = 1
)

func (FileTransferInfoRequest_TransferType) Descriptor

func (FileTransferInfoRequest_TransferType) Enum

func (FileTransferInfoRequest_TransferType) EnumDescriptor deprecated

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

Deprecated: Use FileTransferInfoRequest_TransferType.Descriptor instead.

func (FileTransferInfoRequest_TransferType) Number

func (FileTransferInfoRequest_TransferType) String

func (FileTransferInfoRequest_TransferType) Type

type FilesItem

type FilesItem struct {

	// A path or Unix glob relative to the W&B files directory.
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// When to upload the file.
	Policy FilesItem_PolicyType `protobuf:"varint,2,opt,name=policy,proto3,enum=wandb_internal.FilesItem_PolicyType" json:"policy,omitempty"`
	// What kind of file it is.
	Type FilesItem_FileType `protobuf:"varint,3,opt,name=type,proto3,enum=wandb_internal.FilesItem_FileType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

One or more files being saved with a run.

func (*FilesItem) Descriptor deprecated

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

Deprecated: Use FilesItem.ProtoReflect.Descriptor instead.

func (*FilesItem) GetPath

func (x *FilesItem) GetPath() string

func (*FilesItem) GetPolicy

func (x *FilesItem) GetPolicy() FilesItem_PolicyType

func (*FilesItem) GetType

func (x *FilesItem) GetType() FilesItem_FileType

func (*FilesItem) ProtoMessage

func (*FilesItem) ProtoMessage()

func (*FilesItem) ProtoReflect

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

func (*FilesItem) Reset

func (x *FilesItem) Reset()

func (*FilesItem) String

func (x *FilesItem) String() string

type FilesItem_FileType

type FilesItem_FileType int32
const (
	FilesItem_OTHER    FilesItem_FileType = 0
	FilesItem_WANDB    FilesItem_FileType = 1
	FilesItem_MEDIA    FilesItem_FileType = 2
	FilesItem_ARTIFACT FilesItem_FileType = 3
)

func (FilesItem_FileType) Descriptor

func (FilesItem_FileType) Enum

func (FilesItem_FileType) EnumDescriptor deprecated

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

Deprecated: Use FilesItem_FileType.Descriptor instead.

func (FilesItem_FileType) Number

func (FilesItem_FileType) String

func (x FilesItem_FileType) String() string

func (FilesItem_FileType) Type

type FilesItem_PolicyType

type FilesItem_PolicyType int32
const (
	// Upload the file immediately.
	FilesItem_NOW FilesItem_PolicyType = 0
	// Upload the file during run.finish().
	FilesItem_END FilesItem_PolicyType = 1
	// Re-upload the file continuously as it changes.
	FilesItem_LIVE FilesItem_PolicyType = 2
)

func (FilesItem_PolicyType) Descriptor

func (FilesItem_PolicyType) Enum

func (FilesItem_PolicyType) EnumDescriptor deprecated

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

Deprecated: Use FilesItem_PolicyType.Descriptor instead.

func (FilesItem_PolicyType) Number

func (FilesItem_PolicyType) String

func (x FilesItem_PolicyType) String() string

func (FilesItem_PolicyType) Type

type FilesRecord

type FilesRecord struct {
	Files []*FilesItem `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	XInfo *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

Files added to a run, such as through run.save().

func (*FilesRecord) Descriptor deprecated

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

Deprecated: Use FilesRecord.ProtoReflect.Descriptor instead.

func (*FilesRecord) GetFiles

func (x *FilesRecord) GetFiles() []*FilesItem

func (*FilesRecord) GetXInfo

func (x *FilesRecord) GetXInfo() *XRecordInfo

func (*FilesRecord) ProtoMessage

func (*FilesRecord) ProtoMessage()

func (*FilesRecord) ProtoReflect

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

func (*FilesRecord) Reset

func (x *FilesRecord) Reset()

func (*FilesRecord) String

func (x *FilesRecord) String() string

type FilesResult

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

func (*FilesResult) Descriptor deprecated

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

Deprecated: Use FilesResult.ProtoReflect.Descriptor instead.

func (*FilesResult) ProtoMessage

func (*FilesResult) ProtoMessage()

func (*FilesResult) ProtoReflect

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

func (*FilesResult) Reset

func (x *FilesResult) Reset()

func (*FilesResult) String

func (x *FilesResult) String() string

type FilesUploaded

type FilesUploaded struct {
	Files []string `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

func (*FilesUploaded) Descriptor deprecated

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

Deprecated: Use FilesUploaded.ProtoReflect.Descriptor instead.

func (*FilesUploaded) GetFiles

func (x *FilesUploaded) GetFiles() []string

func (*FilesUploaded) ProtoMessage

func (*FilesUploaded) ProtoMessage()

func (*FilesUploaded) ProtoReflect

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

func (*FilesUploaded) Reset

func (x *FilesUploaded) Reset()

func (*FilesUploaded) String

func (x *FilesUploaded) String() string

type FinalRecord

type FinalRecord struct {
	XInfo *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

FinalRecord

func (*FinalRecord) Descriptor deprecated

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

Deprecated: Use FinalRecord.ProtoReflect.Descriptor instead.

func (*FinalRecord) GetXInfo

func (x *FinalRecord) GetXInfo() *XRecordInfo

func (*FinalRecord) ProtoMessage

func (*FinalRecord) ProtoMessage()

func (*FinalRecord) ProtoReflect

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

func (*FinalRecord) Reset

func (x *FinalRecord) Reset()

func (*FinalRecord) String

func (x *FinalRecord) String() string

type FooterRecord

type FooterRecord struct {
	XInfo *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

FooterRecord

func (*FooterRecord) Descriptor deprecated

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

Deprecated: Use FooterRecord.ProtoReflect.Descriptor instead.

func (*FooterRecord) GetXInfo

func (x *FooterRecord) GetXInfo() *XRecordInfo

func (*FooterRecord) ProtoMessage

func (*FooterRecord) ProtoMessage()

func (*FooterRecord) ProtoReflect

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

func (*FooterRecord) Reset

func (x *FooterRecord) Reset()

func (*FooterRecord) String

func (x *FooterRecord) String() string

type GetSummaryRequest

type GetSummaryRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

GetSummaryRequest: request consolidated summary

func (*GetSummaryRequest) Descriptor deprecated

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

Deprecated: Use GetSummaryRequest.ProtoReflect.Descriptor instead.

func (*GetSummaryRequest) GetXInfo

func (x *GetSummaryRequest) GetXInfo() *XRequestInfo

func (*GetSummaryRequest) ProtoMessage

func (*GetSummaryRequest) ProtoMessage()

func (*GetSummaryRequest) ProtoReflect

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

func (*GetSummaryRequest) Reset

func (x *GetSummaryRequest) Reset()

func (*GetSummaryRequest) String

func (x *GetSummaryRequest) String() string

type GetSummaryResponse

type GetSummaryResponse struct {
	Item []*SummaryItem `protobuf:"bytes,1,rep,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSummaryResponse) Descriptor deprecated

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

Deprecated: Use GetSummaryResponse.ProtoReflect.Descriptor instead.

func (*GetSummaryResponse) GetItem

func (x *GetSummaryResponse) GetItem() []*SummaryItem

func (*GetSummaryResponse) ProtoMessage

func (*GetSummaryResponse) ProtoMessage()

func (*GetSummaryResponse) ProtoReflect

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

func (*GetSummaryResponse) Reset

func (x *GetSummaryResponse) Reset()

func (*GetSummaryResponse) String

func (x *GetSummaryResponse) String() string

type GetSystemMetricsRequest

type GetSystemMetricsRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

GetSystemMetrics: request system metrics

func (*GetSystemMetricsRequest) Descriptor deprecated

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

Deprecated: Use GetSystemMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetSystemMetricsRequest) GetXInfo

func (x *GetSystemMetricsRequest) GetXInfo() *XRequestInfo

func (*GetSystemMetricsRequest) ProtoMessage

func (*GetSystemMetricsRequest) ProtoMessage()

func (*GetSystemMetricsRequest) ProtoReflect

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

func (*GetSystemMetricsRequest) Reset

func (x *GetSystemMetricsRequest) Reset()

func (*GetSystemMetricsRequest) String

func (x *GetSystemMetricsRequest) String() string

type GetSystemMetricsResponse

type GetSystemMetricsResponse struct {
	SystemMetrics map[string]*SystemMetricsBuffer `` /* 188-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSystemMetricsResponse) Descriptor deprecated

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

Deprecated: Use GetSystemMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetSystemMetricsResponse) GetSystemMetrics

func (x *GetSystemMetricsResponse) GetSystemMetrics() map[string]*SystemMetricsBuffer

func (*GetSystemMetricsResponse) ProtoMessage

func (*GetSystemMetricsResponse) ProtoMessage()

func (*GetSystemMetricsResponse) ProtoReflect

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

func (*GetSystemMetricsResponse) Reset

func (x *GetSystemMetricsResponse) Reset()

func (*GetSystemMetricsResponse) String

func (x *GetSystemMetricsResponse) String() string

type GitInfo

type GitInfo struct {
	Remote string `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
	Commit string `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"`
	// contains filtered or unexported fields
}

func (*GitInfo) Descriptor deprecated

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

Deprecated: Use GitInfo.ProtoReflect.Descriptor instead.

func (*GitInfo) GetCommit

func (x *GitInfo) GetCommit() string

func (*GitInfo) GetRemote

func (x *GitInfo) GetRemote() string

func (*GitInfo) ProtoMessage

func (*GitInfo) ProtoMessage()

func (*GitInfo) ProtoReflect

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

func (*GitInfo) Reset

func (x *GitInfo) Reset()

func (*GitInfo) String

func (x *GitInfo) String() string

type GitRepoRecord

type GitRepoRecord struct {
	RemoteUrl string `protobuf:"bytes,1,opt,name=remote_url,json=remote,proto3" json:"remote_url,omitempty"`
	Commit    string `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"`
	// contains filtered or unexported fields
}

func (*GitRepoRecord) Descriptor deprecated

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

Deprecated: Use GitRepoRecord.ProtoReflect.Descriptor instead.

func (*GitRepoRecord) GetCommit

func (x *GitRepoRecord) GetCommit() string

func (*GitRepoRecord) GetRemoteUrl

func (x *GitRepoRecord) GetRemoteUrl() string

func (*GitRepoRecord) ProtoMessage

func (*GitRepoRecord) ProtoMessage()

func (*GitRepoRecord) ProtoReflect

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

func (*GitRepoRecord) Reset

func (x *GitRepoRecord) Reset()

func (*GitRepoRecord) String

func (x *GitRepoRecord) String() string

type GitSource

type GitSource struct {
	GitInfo    *GitInfo `protobuf:"bytes,1,opt,name=git_info,json=gitInfo,proto3" json:"git_info,omitempty"`
	Entrypoint []string `protobuf:"bytes,2,rep,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	Notebook   bool     `protobuf:"varint,3,opt,name=notebook,proto3" json:"notebook,omitempty"`
	// contains filtered or unexported fields
}

func (*GitSource) Descriptor deprecated

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

Deprecated: Use GitSource.ProtoReflect.Descriptor instead.

func (*GitSource) GetEntrypoint

func (x *GitSource) GetEntrypoint() []string

func (*GitSource) GetGitInfo

func (x *GitSource) GetGitInfo() *GitInfo

func (*GitSource) GetNotebook

func (x *GitSource) GetNotebook() bool

func (*GitSource) ProtoMessage

func (*GitSource) ProtoMessage()

func (*GitSource) ProtoReflect

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

func (*GitSource) Reset

func (x *GitSource) Reset()

func (*GitSource) String

func (x *GitSource) String() string

type GpuAmdInfo

type GpuAmdInfo struct {
	Id                 string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UniqueId           string `protobuf:"bytes,2,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	VbiosVersion       string `protobuf:"bytes,3,opt,name=vbios_version,json=vbiosVersion,proto3" json:"vbios_version,omitempty"`
	PerformanceLevel   string `protobuf:"bytes,4,opt,name=performance_level,json=performanceLevel,proto3" json:"performance_level,omitempty"`
	GpuOverdrive       string `protobuf:"bytes,5,opt,name=gpu_overdrive,json=gpuOverdrive,proto3" json:"gpu_overdrive,omitempty"`
	GpuMemoryOverdrive string `protobuf:"bytes,6,opt,name=gpu_memory_overdrive,json=gpuMemoryOverdrive,proto3" json:"gpu_memory_overdrive,omitempty"`
	MaxPower           string `protobuf:"bytes,7,opt,name=max_power,json=maxPower,proto3" json:"max_power,omitempty"`
	Series             string `protobuf:"bytes,8,opt,name=series,proto3" json:"series,omitempty"`
	Model              string `protobuf:"bytes,9,opt,name=model,proto3" json:"model,omitempty"`
	Vendor             string `protobuf:"bytes,10,opt,name=vendor,proto3" json:"vendor,omitempty"`
	Sku                string `protobuf:"bytes,11,opt,name=sku,proto3" json:"sku,omitempty"`
	SclkRange          string `protobuf:"bytes,12,opt,name=sclk_range,json=sclkRange,proto3" json:"sclk_range,omitempty"`
	MclkRange          string `protobuf:"bytes,13,opt,name=mclk_range,json=mclkRange,proto3" json:"mclk_range,omitempty"`
	// contains filtered or unexported fields
}

func (*GpuAmdInfo) Descriptor deprecated

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

Deprecated: Use GpuAmdInfo.ProtoReflect.Descriptor instead.

func (*GpuAmdInfo) GetGpuMemoryOverdrive

func (x *GpuAmdInfo) GetGpuMemoryOverdrive() string

func (*GpuAmdInfo) GetGpuOverdrive

func (x *GpuAmdInfo) GetGpuOverdrive() string

func (*GpuAmdInfo) GetId

func (x *GpuAmdInfo) GetId() string

func (*GpuAmdInfo) GetMaxPower

func (x *GpuAmdInfo) GetMaxPower() string

func (*GpuAmdInfo) GetMclkRange

func (x *GpuAmdInfo) GetMclkRange() string

func (*GpuAmdInfo) GetModel

func (x *GpuAmdInfo) GetModel() string

func (*GpuAmdInfo) GetPerformanceLevel

func (x *GpuAmdInfo) GetPerformanceLevel() string

func (*GpuAmdInfo) GetSclkRange

func (x *GpuAmdInfo) GetSclkRange() string

func (*GpuAmdInfo) GetSeries

func (x *GpuAmdInfo) GetSeries() string

func (*GpuAmdInfo) GetSku

func (x *GpuAmdInfo) GetSku() string

func (*GpuAmdInfo) GetUniqueId

func (x *GpuAmdInfo) GetUniqueId() string

func (*GpuAmdInfo) GetVbiosVersion

func (x *GpuAmdInfo) GetVbiosVersion() string

func (*GpuAmdInfo) GetVendor

func (x *GpuAmdInfo) GetVendor() string

func (*GpuAmdInfo) ProtoMessage

func (*GpuAmdInfo) ProtoMessage()

func (*GpuAmdInfo) ProtoReflect

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

func (*GpuAmdInfo) Reset

func (x *GpuAmdInfo) Reset()

func (*GpuAmdInfo) String

func (x *GpuAmdInfo) String() string

type GpuAppleInfo

type GpuAppleInfo struct {
	GpuType string `protobuf:"bytes,1,opt,name=gpuType,proto3" json:"gpuType,omitempty"`
	Vendor  string `protobuf:"bytes,2,opt,name=vendor,proto3" json:"vendor,omitempty"`
	Cores   uint32 `protobuf:"varint,3,opt,name=cores,proto3" json:"cores,omitempty"`
	// contains filtered or unexported fields
}

func (*GpuAppleInfo) Descriptor deprecated

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

Deprecated: Use GpuAppleInfo.ProtoReflect.Descriptor instead.

func (*GpuAppleInfo) GetCores

func (x *GpuAppleInfo) GetCores() uint32

func (*GpuAppleInfo) GetGpuType

func (x *GpuAppleInfo) GetGpuType() string

func (*GpuAppleInfo) GetVendor

func (x *GpuAppleInfo) GetVendor() string

func (*GpuAppleInfo) ProtoMessage

func (*GpuAppleInfo) ProtoMessage()

func (*GpuAppleInfo) ProtoReflect

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

func (*GpuAppleInfo) Reset

func (x *GpuAppleInfo) Reset()

func (*GpuAppleInfo) String

func (x *GpuAppleInfo) String() string

type GpuNvidiaInfo

type GpuNvidiaInfo struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	MemoryTotal uint64 `protobuf:"varint,2,opt,name=memory_total,json=memoryTotal,proto3" json:"memory_total,omitempty"`
	// contains filtered or unexported fields
}

func (*GpuNvidiaInfo) Descriptor deprecated

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

Deprecated: Use GpuNvidiaInfo.ProtoReflect.Descriptor instead.

func (*GpuNvidiaInfo) GetMemoryTotal

func (x *GpuNvidiaInfo) GetMemoryTotal() uint64

func (*GpuNvidiaInfo) GetName

func (x *GpuNvidiaInfo) GetName() string

func (*GpuNvidiaInfo) ProtoMessage

func (*GpuNvidiaInfo) ProtoMessage()

func (*GpuNvidiaInfo) ProtoReflect

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

func (*GpuNvidiaInfo) Reset

func (x *GpuNvidiaInfo) Reset()

func (*GpuNvidiaInfo) String

func (x *GpuNvidiaInfo) String() string

type HeaderRecord

type HeaderRecord struct {
	VersionInfo *VersionInfo `protobuf:"bytes,1,opt,name=version_info,json=versionInfo,proto3" json:"version_info,omitempty"`
	XInfo       *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

HeaderRecord

func (*HeaderRecord) Descriptor deprecated

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

Deprecated: Use HeaderRecord.ProtoReflect.Descriptor instead.

func (*HeaderRecord) GetVersionInfo

func (x *HeaderRecord) GetVersionInfo() *VersionInfo

func (*HeaderRecord) GetXInfo

func (x *HeaderRecord) GetXInfo() *XRecordInfo

func (*HeaderRecord) ProtoMessage

func (*HeaderRecord) ProtoMessage()

func (*HeaderRecord) ProtoReflect

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

func (*HeaderRecord) Reset

func (x *HeaderRecord) Reset()

func (*HeaderRecord) String

func (x *HeaderRecord) String() string

type HistoryAction

type HistoryAction struct {
	Flush bool `protobuf:"varint,1,opt,name=flush,proto3" json:"flush,omitempty"`
	// contains filtered or unexported fields
}

PartialHistoryRequest:

func (*HistoryAction) Descriptor deprecated

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

Deprecated: Use HistoryAction.ProtoReflect.Descriptor instead.

func (*HistoryAction) GetFlush

func (x *HistoryAction) GetFlush() bool

func (*HistoryAction) ProtoMessage

func (*HistoryAction) ProtoMessage()

func (*HistoryAction) ProtoReflect

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

func (*HistoryAction) Reset

func (x *HistoryAction) Reset()

func (*HistoryAction) String

func (x *HistoryAction) String() string

type HistoryItem

type HistoryItem struct {
	Key       string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	NestedKey []string `protobuf:"bytes,2,rep,name=nested_key,json=nestedKey,proto3" json:"nested_key,omitempty"`
	ValueJson string   `protobuf:"bytes,16,opt,name=value_json,json=valueJson,proto3" json:"value_json,omitempty"`
	// contains filtered or unexported fields
}

HistoryItem:

key and nested_key are mutually exclusive. Only one of them should be set. key is supposedly more performant than nested_key, so nested_key should be only used for nested keys.

func (*HistoryItem) Descriptor deprecated

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

Deprecated: Use HistoryItem.ProtoReflect.Descriptor instead.

func (*HistoryItem) GetKey

func (x *HistoryItem) GetKey() string

func (*HistoryItem) GetNestedKey

func (x *HistoryItem) GetNestedKey() []string

func (*HistoryItem) GetValueJson

func (x *HistoryItem) GetValueJson() string

func (*HistoryItem) ProtoMessage

func (*HistoryItem) ProtoMessage()

func (*HistoryItem) ProtoReflect

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

func (*HistoryItem) Reset

func (x *HistoryItem) Reset()

func (*HistoryItem) String

func (x *HistoryItem) String() string

type HistoryRecord

type HistoryRecord struct {
	Item  []*HistoryItem `protobuf:"bytes,1,rep,name=item,proto3" json:"item,omitempty"`
	Step  *HistoryStep   `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
	XInfo *XRecordInfo   `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoryRecord) Descriptor deprecated

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

Deprecated: Use HistoryRecord.ProtoReflect.Descriptor instead.

func (*HistoryRecord) GetItem

func (x *HistoryRecord) GetItem() []*HistoryItem

func (*HistoryRecord) GetStep

func (x *HistoryRecord) GetStep() *HistoryStep

func (*HistoryRecord) GetXInfo

func (x *HistoryRecord) GetXInfo() *XRecordInfo

func (*HistoryRecord) ProtoMessage

func (*HistoryRecord) ProtoMessage()

func (*HistoryRecord) ProtoReflect

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

func (*HistoryRecord) Reset

func (x *HistoryRecord) Reset()

func (*HistoryRecord) String

func (x *HistoryRecord) String() string

type HistoryResult

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

func (*HistoryResult) Descriptor deprecated

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

Deprecated: Use HistoryResult.ProtoReflect.Descriptor instead.

func (*HistoryResult) ProtoMessage

func (*HistoryResult) ProtoMessage()

func (*HistoryResult) ProtoReflect

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

func (*HistoryResult) Reset

func (x *HistoryResult) Reset()

func (*HistoryResult) String

func (x *HistoryResult) String() string

type HistoryStep

type HistoryStep struct {
	Num int64 `protobuf:"varint,1,opt,name=num,proto3" json:"num,omitempty"`
	// contains filtered or unexported fields
}

HistoryRecord: wandb/sdk/wandb_history/History

func (*HistoryStep) Descriptor deprecated

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

Deprecated: Use HistoryStep.ProtoReflect.Descriptor instead.

func (*HistoryStep) GetNum

func (x *HistoryStep) GetNum() int64

func (*HistoryStep) ProtoMessage

func (*HistoryStep) ProtoMessage()

func (*HistoryStep) ProtoReflect

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

func (*HistoryStep) Reset

func (x *HistoryStep) Reset()

func (*HistoryStep) String

func (x *HistoryStep) String() string

type HttpResponse

type HttpResponse struct {
	HttpStatusCode   int32  `protobuf:"varint,1,opt,name=http_status_code,json=httpStatusCode,proto3" json:"http_status_code,omitempty"`
	HttpResponseText string `protobuf:"bytes,2,opt,name=http_response_text,json=httpResponseText,proto3" json:"http_response_text,omitempty"`
	// contains filtered or unexported fields
}

func (*HttpResponse) Descriptor deprecated

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

Deprecated: Use HttpResponse.ProtoReflect.Descriptor instead.

func (*HttpResponse) GetHttpResponseText

func (x *HttpResponse) GetHttpResponseText() string

func (*HttpResponse) GetHttpStatusCode

func (x *HttpResponse) GetHttpStatusCode() int32

func (*HttpResponse) ProtoMessage

func (*HttpResponse) ProtoMessage()

func (*HttpResponse) ProtoReflect

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

func (*HttpResponse) Reset

func (x *HttpResponse) Reset()

func (*HttpResponse) String

func (x *HttpResponse) String() string

type ImageSource

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

func (*ImageSource) Descriptor deprecated

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

Deprecated: Use ImageSource.ProtoReflect.Descriptor instead.

func (*ImageSource) GetImage

func (x *ImageSource) GetImage() string

func (*ImageSource) ProtoMessage

func (*ImageSource) ProtoMessage()

func (*ImageSource) ProtoReflect

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

func (*ImageSource) Reset

func (x *ImageSource) Reset()

func (*ImageSource) String

func (x *ImageSource) String() string

type Imports

type Imports struct {
	Torch            bool `protobuf:"varint,1,opt,name=torch,proto3" json:"torch,omitempty"`
	Keras            bool `protobuf:"varint,2,opt,name=keras,proto3" json:"keras,omitempty"`
	Tensorflow       bool `protobuf:"varint,3,opt,name=tensorflow,proto3" json:"tensorflow,omitempty"`
	Fastai           bool `protobuf:"varint,4,opt,name=fastai,proto3" json:"fastai,omitempty"`
	Sklearn          bool `protobuf:"varint,5,opt,name=sklearn,proto3" json:"sklearn,omitempty"`
	Xgboost          bool `protobuf:"varint,6,opt,name=xgboost,proto3" json:"xgboost,omitempty"`
	Catboost         bool `protobuf:"varint,7,opt,name=catboost,proto3" json:"catboost,omitempty"`
	Lightgbm         bool `protobuf:"varint,8,opt,name=lightgbm,proto3" json:"lightgbm,omitempty"`
	PytorchLightning bool `protobuf:"varint,9,opt,name=pytorch_lightning,json=pytorchLightning,proto3" json:"pytorch_lightning,omitempty"`
	Ignite           bool `protobuf:"varint,10,opt,name=ignite,proto3" json:"ignite,omitempty"`
	Transformers     bool `protobuf:"varint,11,opt,name=transformers,proto3" json:"transformers,omitempty"`
	Jax              bool `protobuf:"varint,12,opt,name=jax,proto3" json:"jax,omitempty"`
	Metaflow         bool `protobuf:"varint,13,opt,name=metaflow,proto3" json:"metaflow,omitempty"`
	Allennlp         bool `protobuf:"varint,14,opt,name=allennlp,proto3" json:"allennlp,omitempty"`
	Autogluon        bool `protobuf:"varint,15,opt,name=autogluon,proto3" json:"autogluon,omitempty"`
	Autokeras        bool `protobuf:"varint,16,opt,name=autokeras,proto3" json:"autokeras,omitempty"`
	// bool avalanche = 17;
	Catalyst bool `protobuf:"varint,18,opt,name=catalyst,proto3" json:"catalyst,omitempty"`
	// bool dalle_pytorch = 19;
	// bool datasets = 20;
	Deepchem bool `protobuf:"varint,21,opt,name=deepchem,proto3" json:"deepchem,omitempty"`
	Deepctr  bool `protobuf:"varint,22,opt,name=deepctr,proto3" json:"deepctr,omitempty"`
	// bool deeppavlov = 23;
	// bool detectron = 24;
	// bool paddle = 25;
	// bool parlai = 26;
	// bool prophet = 27;
	Pycaret                   bool `protobuf:"varint,28,opt,name=pycaret,proto3" json:"pycaret,omitempty"`
	Pytorchvideo              bool `protobuf:"varint,29,opt,name=pytorchvideo,proto3" json:"pytorchvideo,omitempty"`
	Ray                       bool `protobuf:"varint,30,opt,name=ray,proto3" json:"ray,omitempty"`
	Simpletransformers        bool `protobuf:"varint,31,opt,name=simpletransformers,proto3" json:"simpletransformers,omitempty"`
	Skorch                    bool `protobuf:"varint,32,opt,name=skorch,proto3" json:"skorch,omitempty"`
	Spacy                     bool `protobuf:"varint,33,opt,name=spacy,proto3" json:"spacy,omitempty"`
	Flash                     bool `protobuf:"varint,34,opt,name=flash,proto3" json:"flash,omitempty"`
	Optuna                    bool `protobuf:"varint,35,opt,name=optuna,proto3" json:"optuna,omitempty"`
	Recbole                   bool `protobuf:"varint,36,opt,name=recbole,proto3" json:"recbole,omitempty"`
	Mmcv                      bool `protobuf:"varint,37,opt,name=mmcv,proto3" json:"mmcv,omitempty"`
	Mmdet                     bool `protobuf:"varint,38,opt,name=mmdet,proto3" json:"mmdet,omitempty"`
	Torchdrug                 bool `protobuf:"varint,39,opt,name=torchdrug,proto3" json:"torchdrug,omitempty"`
	Torchtext                 bool `protobuf:"varint,40,opt,name=torchtext,proto3" json:"torchtext,omitempty"`
	Torchvision               bool `protobuf:"varint,41,opt,name=torchvision,proto3" json:"torchvision,omitempty"`
	Elegy                     bool `protobuf:"varint,42,opt,name=elegy,proto3" json:"elegy,omitempty"`
	Detectron2                bool `protobuf:"varint,43,opt,name=detectron2,proto3" json:"detectron2,omitempty"`
	Flair                     bool `protobuf:"varint,44,opt,name=flair,proto3" json:"flair,omitempty"`
	Flax                      bool `protobuf:"varint,45,opt,name=flax,proto3" json:"flax,omitempty"`
	Syft                      bool `protobuf:"varint,46,opt,name=syft,proto3" json:"syft,omitempty"`
	TTS                       bool `protobuf:"varint,47,opt,name=TTS,proto3" json:"TTS,omitempty"`
	Monai                     bool `protobuf:"varint,48,opt,name=monai,proto3" json:"monai,omitempty"`
	HuggingfaceHub            bool `protobuf:"varint,49,opt,name=huggingface_hub,json=huggingfaceHub,proto3" json:"huggingface_hub,omitempty"`
	Hydra                     bool `protobuf:"varint,50,opt,name=hydra,proto3" json:"hydra,omitempty"`
	Datasets                  bool `protobuf:"varint,51,opt,name=datasets,proto3" json:"datasets,omitempty"`
	Sacred                    bool `protobuf:"varint,52,opt,name=sacred,proto3" json:"sacred,omitempty"`
	Joblib                    bool `protobuf:"varint,53,opt,name=joblib,proto3" json:"joblib,omitempty"`
	Dask                      bool `protobuf:"varint,54,opt,name=dask,proto3" json:"dask,omitempty"`
	Asyncio                   bool `protobuf:"varint,55,opt,name=asyncio,proto3" json:"asyncio,omitempty"`
	Paddleocr                 bool `protobuf:"varint,56,opt,name=paddleocr,proto3" json:"paddleocr,omitempty"`
	Ppdet                     bool `protobuf:"varint,57,opt,name=ppdet,proto3" json:"ppdet,omitempty"`
	Paddleseg                 bool `protobuf:"varint,58,opt,name=paddleseg,proto3" json:"paddleseg,omitempty"`
	Paddlenlp                 bool `protobuf:"varint,59,opt,name=paddlenlp,proto3" json:"paddlenlp,omitempty"`
	Mmseg                     bool `protobuf:"varint,60,opt,name=mmseg,proto3" json:"mmseg,omitempty"`
	Mmocr                     bool `protobuf:"varint,61,opt,name=mmocr,proto3" json:"mmocr,omitempty"`
	Mmcls                     bool `protobuf:"varint,62,opt,name=mmcls,proto3" json:"mmcls,omitempty"`
	Timm                      bool `protobuf:"varint,63,opt,name=timm,proto3" json:"timm,omitempty"`
	Fairseq                   bool `protobuf:"varint,64,opt,name=fairseq,proto3" json:"fairseq,omitempty"`
	Deepchecks                bool `protobuf:"varint,65,opt,name=deepchecks,proto3" json:"deepchecks,omitempty"`
	Composer                  bool `protobuf:"varint,66,opt,name=composer,proto3" json:"composer,omitempty"`
	Sparseml                  bool `protobuf:"varint,67,opt,name=sparseml,proto3" json:"sparseml,omitempty"`
	Anomalib                  bool `protobuf:"varint,68,opt,name=anomalib,proto3" json:"anomalib,omitempty"`
	Zenml                     bool `protobuf:"varint,69,opt,name=zenml,proto3" json:"zenml,omitempty"`
	Colossalai                bool `protobuf:"varint,70,opt,name=colossalai,proto3" json:"colossalai,omitempty"`
	Accelerate                bool `protobuf:"varint,71,opt,name=accelerate,proto3" json:"accelerate,omitempty"`
	Merlin                    bool `protobuf:"varint,72,opt,name=merlin,proto3" json:"merlin,omitempty"`
	Nanodet                   bool `protobuf:"varint,73,opt,name=nanodet,proto3" json:"nanodet,omitempty"`
	SegmentationModelsPytorch bool `` /* 140-byte string literal not displayed */
	SentenceTransformers      bool `protobuf:"varint,75,opt,name=sentence_transformers,json=sentenceTransformers,proto3" json:"sentence_transformers,omitempty"`
	Dgl                       bool `protobuf:"varint,76,opt,name=dgl,proto3" json:"dgl,omitempty"`
	TorchGeometric            bool `protobuf:"varint,77,opt,name=torch_geometric,json=torchGeometric,proto3" json:"torch_geometric,omitempty"`
	Jina                      bool `protobuf:"varint,78,opt,name=jina,proto3" json:"jina,omitempty"`
	Kornia                    bool `protobuf:"varint,79,opt,name=kornia,proto3" json:"kornia,omitempty"`
	Albumentations            bool `protobuf:"varint,80,opt,name=albumentations,proto3" json:"albumentations,omitempty"`
	KerasCv                   bool `protobuf:"varint,81,opt,name=keras_cv,json=kerasCv,proto3" json:"keras_cv,omitempty"`
	Mmengine                  bool `protobuf:"varint,82,opt,name=mmengine,proto3" json:"mmengine,omitempty"`
	Diffusers                 bool `protobuf:"varint,83,opt,name=diffusers,proto3" json:"diffusers,omitempty"`
	Trl                       bool `protobuf:"varint,84,opt,name=trl,proto3" json:"trl,omitempty"`
	Trlx                      bool `protobuf:"varint,85,opt,name=trlx,proto3" json:"trlx,omitempty"`
	Langchain                 bool `protobuf:"varint,86,opt,name=langchain,proto3" json:"langchain,omitempty"`
	LlamaIndex                bool `protobuf:"varint,87,opt,name=llama_index,json=llamaIndex,proto3" json:"llama_index,omitempty"`
	StabilitySdk              bool `protobuf:"varint,88,opt,name=stability_sdk,json=stabilitySdk,proto3" json:"stability_sdk,omitempty"`
	Prefect                   bool `protobuf:"varint,89,opt,name=prefect,proto3" json:"prefect,omitempty"`
	PrefectRay                bool `protobuf:"varint,90,opt,name=prefect_ray,json=prefectRay,proto3" json:"prefect_ray,omitempty"`
	Pinecone                  bool `protobuf:"varint,91,opt,name=pinecone,proto3" json:"pinecone,omitempty"` // pinecone-client
	Chromadb                  bool `protobuf:"varint,92,opt,name=chromadb,proto3" json:"chromadb,omitempty"`
	Weaviate                  bool `protobuf:"varint,93,opt,name=weaviate,proto3" json:"weaviate,omitempty"` // weaviate-client
	Promptlayer               bool `protobuf:"varint,94,opt,name=promptlayer,proto3" json:"promptlayer,omitempty"`
	Openai                    bool `protobuf:"varint,95,opt,name=openai,proto3" json:"openai,omitempty"`
	Cohere                    bool `protobuf:"varint,96,opt,name=cohere,proto3" json:"cohere,omitempty"`
	Anthropic                 bool `protobuf:"varint,97,opt,name=anthropic,proto3" json:"anthropic,omitempty"`
	Peft                      bool `protobuf:"varint,98,opt,name=peft,proto3" json:"peft,omitempty"`
	Optimum                   bool `protobuf:"varint,99,opt,name=optimum,proto3" json:"optimum,omitempty"`
	Evaluate                  bool `protobuf:"varint,100,opt,name=evaluate,proto3" json:"evaluate,omitempty"`
	Langflow                  bool `protobuf:"varint,101,opt,name=langflow,proto3" json:"langflow,omitempty"`
	KerasCore                 bool `protobuf:"varint,102,opt,name=keras_core,json=kerasCore,proto3" json:"keras_core,omitempty"`                               // keras-core
	LightningFabric           bool `protobuf:"varint,103,opt,name=lightning_fabric,json=lightningFabric,proto3" json:"lightning_fabric,omitempty"`             // lightning-fabric
	CuratedTransformers       bool `protobuf:"varint,104,opt,name=curated_transformers,json=curatedTransformers,proto3" json:"curated_transformers,omitempty"` // curated-transformers
	Orjson                    bool `protobuf:"varint,105,opt,name=orjson,proto3" json:"orjson,omitempty"`
	// contains filtered or unexported fields
}

func (*Imports) Descriptor deprecated

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

Deprecated: Use Imports.ProtoReflect.Descriptor instead.

func (*Imports) GetAccelerate

func (x *Imports) GetAccelerate() bool

func (*Imports) GetAlbumentations

func (x *Imports) GetAlbumentations() bool

func (*Imports) GetAllennlp

func (x *Imports) GetAllennlp() bool

func (*Imports) GetAnomalib

func (x *Imports) GetAnomalib() bool

func (*Imports) GetAnthropic

func (x *Imports) GetAnthropic() bool

func (*Imports) GetAsyncio

func (x *Imports) GetAsyncio() bool

func (*Imports) GetAutogluon

func (x *Imports) GetAutogluon() bool

func (*Imports) GetAutokeras

func (x *Imports) GetAutokeras() bool

func (*Imports) GetCatalyst

func (x *Imports) GetCatalyst() bool

func (*Imports) GetCatboost

func (x *Imports) GetCatboost() bool

func (*Imports) GetChromadb

func (x *Imports) GetChromadb() bool

func (*Imports) GetCohere

func (x *Imports) GetCohere() bool

func (*Imports) GetColossalai

func (x *Imports) GetColossalai() bool

func (*Imports) GetComposer

func (x *Imports) GetComposer() bool

func (*Imports) GetCuratedTransformers

func (x *Imports) GetCuratedTransformers() bool

func (*Imports) GetDask

func (x *Imports) GetDask() bool

func (*Imports) GetDatasets

func (x *Imports) GetDatasets() bool

func (*Imports) GetDeepchecks

func (x *Imports) GetDeepchecks() bool

func (*Imports) GetDeepchem

func (x *Imports) GetDeepchem() bool

func (*Imports) GetDeepctr

func (x *Imports) GetDeepctr() bool

func (*Imports) GetDetectron2

func (x *Imports) GetDetectron2() bool

func (*Imports) GetDgl

func (x *Imports) GetDgl() bool

func (*Imports) GetDiffusers

func (x *Imports) GetDiffusers() bool

func (*Imports) GetElegy

func (x *Imports) GetElegy() bool

func (*Imports) GetEvaluate

func (x *Imports) GetEvaluate() bool

func (*Imports) GetFairseq

func (x *Imports) GetFairseq() bool

func (*Imports) GetFastai

func (x *Imports) GetFastai() bool

func (*Imports) GetFlair

func (x *Imports) GetFlair() bool

func (*Imports) GetFlash

func (x *Imports) GetFlash() bool

func (*Imports) GetFlax

func (x *Imports) GetFlax() bool

func (*Imports) GetHuggingfaceHub

func (x *Imports) GetHuggingfaceHub() bool

func (*Imports) GetHydra

func (x *Imports) GetHydra() bool

func (*Imports) GetIgnite

func (x *Imports) GetIgnite() bool

func (*Imports) GetJax

func (x *Imports) GetJax() bool

func (*Imports) GetJina

func (x *Imports) GetJina() bool

func (*Imports) GetJoblib

func (x *Imports) GetJoblib() bool

func (*Imports) GetKeras

func (x *Imports) GetKeras() bool

func (*Imports) GetKerasCore

func (x *Imports) GetKerasCore() bool

func (*Imports) GetKerasCv

func (x *Imports) GetKerasCv() bool

func (*Imports) GetKornia

func (x *Imports) GetKornia() bool

func (*Imports) GetLangchain

func (x *Imports) GetLangchain() bool

func (*Imports) GetLangflow

func (x *Imports) GetLangflow() bool

func (*Imports) GetLightgbm

func (x *Imports) GetLightgbm() bool

func (*Imports) GetLightningFabric

func (x *Imports) GetLightningFabric() bool

func (*Imports) GetLlamaIndex

func (x *Imports) GetLlamaIndex() bool

func (*Imports) GetMerlin

func (x *Imports) GetMerlin() bool

func (*Imports) GetMetaflow

func (x *Imports) GetMetaflow() bool

func (*Imports) GetMmcls

func (x *Imports) GetMmcls() bool

func (*Imports) GetMmcv

func (x *Imports) GetMmcv() bool

func (*Imports) GetMmdet

func (x *Imports) GetMmdet() bool

func (*Imports) GetMmengine

func (x *Imports) GetMmengine() bool

func (*Imports) GetMmocr

func (x *Imports) GetMmocr() bool

func (*Imports) GetMmseg

func (x *Imports) GetMmseg() bool

func (*Imports) GetMonai

func (x *Imports) GetMonai() bool

func (*Imports) GetNanodet

func (x *Imports) GetNanodet() bool

func (*Imports) GetOpenai

func (x *Imports) GetOpenai() bool

func (*Imports) GetOptimum

func (x *Imports) GetOptimum() bool

func (*Imports) GetOptuna

func (x *Imports) GetOptuna() bool

func (*Imports) GetOrjson

func (x *Imports) GetOrjson() bool

func (*Imports) GetPaddlenlp

func (x *Imports) GetPaddlenlp() bool

func (*Imports) GetPaddleocr

func (x *Imports) GetPaddleocr() bool

func (*Imports) GetPaddleseg

func (x *Imports) GetPaddleseg() bool

func (*Imports) GetPeft

func (x *Imports) GetPeft() bool

func (*Imports) GetPinecone

func (x *Imports) GetPinecone() bool

func (*Imports) GetPpdet

func (x *Imports) GetPpdet() bool

func (*Imports) GetPrefect

func (x *Imports) GetPrefect() bool

func (*Imports) GetPrefectRay

func (x *Imports) GetPrefectRay() bool

func (*Imports) GetPromptlayer

func (x *Imports) GetPromptlayer() bool

func (*Imports) GetPycaret

func (x *Imports) GetPycaret() bool

func (*Imports) GetPytorchLightning

func (x *Imports) GetPytorchLightning() bool

func (*Imports) GetPytorchvideo

func (x *Imports) GetPytorchvideo() bool

func (*Imports) GetRay

func (x *Imports) GetRay() bool

func (*Imports) GetRecbole

func (x *Imports) GetRecbole() bool

func (*Imports) GetSacred

func (x *Imports) GetSacred() bool

func (*Imports) GetSegmentationModelsPytorch

func (x *Imports) GetSegmentationModelsPytorch() bool

func (*Imports) GetSentenceTransformers

func (x *Imports) GetSentenceTransformers() bool

func (*Imports) GetSimpletransformers

func (x *Imports) GetSimpletransformers() bool

func (*Imports) GetSklearn

func (x *Imports) GetSklearn() bool

func (*Imports) GetSkorch

func (x *Imports) GetSkorch() bool

func (*Imports) GetSpacy

func (x *Imports) GetSpacy() bool

func (*Imports) GetSparseml

func (x *Imports) GetSparseml() bool

func (*Imports) GetStabilitySdk

func (x *Imports) GetStabilitySdk() bool

func (*Imports) GetSyft

func (x *Imports) GetSyft() bool

func (*Imports) GetTTS

func (x *Imports) GetTTS() bool

func (*Imports) GetTensorflow

func (x *Imports) GetTensorflow() bool

func (*Imports) GetTimm

func (x *Imports) GetTimm() bool

func (*Imports) GetTorch

func (x *Imports) GetTorch() bool

func (*Imports) GetTorchGeometric

func (x *Imports) GetTorchGeometric() bool

func (*Imports) GetTorchdrug

func (x *Imports) GetTorchdrug() bool

func (*Imports) GetTorchtext

func (x *Imports) GetTorchtext() bool

func (*Imports) GetTorchvision

func (x *Imports) GetTorchvision() bool

func (*Imports) GetTransformers

func (x *Imports) GetTransformers() bool

func (*Imports) GetTrl

func (x *Imports) GetTrl() bool

func (*Imports) GetTrlx

func (x *Imports) GetTrlx() bool

func (*Imports) GetWeaviate

func (x *Imports) GetWeaviate() bool

func (*Imports) GetXgboost

func (x *Imports) GetXgboost() bool

func (*Imports) GetZenml

func (x *Imports) GetZenml() bool

func (*Imports) ProtoMessage

func (*Imports) ProtoMessage()

func (*Imports) ProtoReflect

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

func (*Imports) Reset

func (x *Imports) Reset()

func (*Imports) String

func (x *Imports) String() string

type InternalMessages

type InternalMessages struct {
	Warning []string `protobuf:"bytes,1,rep,name=warning,proto3" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InternalMessages) Descriptor deprecated

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

Deprecated: Use InternalMessages.ProtoReflect.Descriptor instead.

func (*InternalMessages) GetWarning

func (x *InternalMessages) GetWarning() []string

func (*InternalMessages) ProtoMessage

func (*InternalMessages) ProtoMessage()

func (*InternalMessages) ProtoReflect

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

func (*InternalMessages) Reset

func (x *InternalMessages) Reset()

func (*InternalMessages) String

func (x *InternalMessages) String() string

type InternalMessagesRequest

type InternalMessagesRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

InternalMessagesRequest:

func (*InternalMessagesRequest) Descriptor deprecated

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

Deprecated: Use InternalMessagesRequest.ProtoReflect.Descriptor instead.

func (*InternalMessagesRequest) GetXInfo

func (x *InternalMessagesRequest) GetXInfo() *XRequestInfo

func (*InternalMessagesRequest) ProtoMessage

func (*InternalMessagesRequest) ProtoMessage()

func (*InternalMessagesRequest) ProtoReflect

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

func (*InternalMessagesRequest) Reset

func (x *InternalMessagesRequest) Reset()

func (*InternalMessagesRequest) String

func (x *InternalMessagesRequest) String() string

type InternalMessagesResponse

type InternalMessagesResponse struct {
	Messages *InternalMessages `protobuf:"bytes,1,opt,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*InternalMessagesResponse) Descriptor deprecated

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

Deprecated: Use InternalMessagesResponse.ProtoReflect.Descriptor instead.

func (*InternalMessagesResponse) GetMessages

func (x *InternalMessagesResponse) GetMessages() *InternalMessages

func (*InternalMessagesResponse) ProtoMessage

func (*InternalMessagesResponse) ProtoMessage()

func (*InternalMessagesResponse) ProtoReflect

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

func (*InternalMessagesResponse) Reset

func (x *InternalMessagesResponse) Reset()

func (*InternalMessagesResponse) String

func (x *InternalMessagesResponse) String() string

type Issues

type Issues struct {
	Settings_ValidationWarnings bool `` // validation warnings for settings
	/* 144-byte string literal not displayed */
	Settings_UnexpectedArgs bool `` // unexpected settings init args
	/* 132-byte string literal not displayed */
	Settings_PreprocessingWarnings bool `` // settings preprocessing warnings
	/* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Issues) Descriptor deprecated

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

Deprecated: Use Issues.ProtoReflect.Descriptor instead.

func (*Issues) GetSettings_PreprocessingWarnings

func (x *Issues) GetSettings_PreprocessingWarnings() bool

func (*Issues) GetSettings_UnexpectedArgs

func (x *Issues) GetSettings_UnexpectedArgs() bool

func (*Issues) GetSettings_ValidationWarnings

func (x *Issues) GetSettings_ValidationWarnings() bool

func (*Issues) ProtoMessage

func (*Issues) ProtoMessage()

func (*Issues) ProtoReflect

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

func (*Issues) Reset

func (x *Issues) Reset()

func (*Issues) String

func (x *Issues) String() string

type JobInfoRequest

type JobInfoRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

JobInfo:

func (*JobInfoRequest) Descriptor deprecated

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

Deprecated: Use JobInfoRequest.ProtoReflect.Descriptor instead.

func (*JobInfoRequest) GetXInfo

func (x *JobInfoRequest) GetXInfo() *XRequestInfo

func (*JobInfoRequest) ProtoMessage

func (*JobInfoRequest) ProtoMessage()

func (*JobInfoRequest) ProtoReflect

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

func (*JobInfoRequest) Reset

func (x *JobInfoRequest) Reset()

func (*JobInfoRequest) String

func (x *JobInfoRequest) String() string

type JobInfoResponse

type JobInfoResponse struct {
	SequenceId string `protobuf:"bytes,1,opt,name=sequenceId,proto3" json:"sequenceId,omitempty"`
	Version    string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*JobInfoResponse) Descriptor deprecated

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

Deprecated: Use JobInfoResponse.ProtoReflect.Descriptor instead.

func (*JobInfoResponse) GetSequenceId

func (x *JobInfoResponse) GetSequenceId() string

func (*JobInfoResponse) GetVersion

func (x *JobInfoResponse) GetVersion() string

func (*JobInfoResponse) ProtoMessage

func (*JobInfoResponse) ProtoMessage()

func (*JobInfoResponse) ProtoReflect

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

func (*JobInfoResponse) Reset

func (x *JobInfoResponse) Reset()

func (*JobInfoResponse) String

func (x *JobInfoResponse) String() string

type JobInputPath

type JobInputPath struct {
	Path []string `protobuf:"bytes,1,rep,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

Path within nested configuration object.

The path is a list of strings, each string is a key in a nested configuration dict. These paths are used to filter subtrees in and out of the config before we capture a schema. This gives users the ability to limit which parts of the config are exposed as inputs to a job.

func (*JobInputPath) Descriptor deprecated

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

Deprecated: Use JobInputPath.ProtoReflect.Descriptor instead.

func (*JobInputPath) GetPath

func (x *JobInputPath) GetPath() []string

func (*JobInputPath) ProtoMessage

func (*JobInputPath) ProtoMessage()

func (*JobInputPath) ProtoReflect

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

func (*JobInputPath) Reset

func (x *JobInputPath) Reset()

func (*JobInputPath) String

func (x *JobInputPath) String() string

type JobInputRequest

type JobInputRequest struct {
	InputSource  *JobInputSource `protobuf:"bytes,1,opt,name=input_source,json=inputSource,proto3" json:"input_source,omitempty"`
	IncludePaths []*JobInputPath `protobuf:"bytes,2,rep,name=include_paths,json=includePaths,proto3" json:"include_paths,omitempty"`
	ExcludePaths []*JobInputPath `protobuf:"bytes,3,rep,name=exclude_paths,json=excludePaths,proto3" json:"exclude_paths,omitempty"`
	// contains filtered or unexported fields
}

Specifies a new source for job inputs.

source tells us where this config is coming from and therefore how it can be patched in future runs.

If include_paths is not empty, then endpoints of the config not prefixed by an include path will be ignored.

If exclude_paths is not empty, then endpoints of the config prefixed by an exclude path will be ignored.

func (*JobInputRequest) Descriptor deprecated

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

Deprecated: Use JobInputRequest.ProtoReflect.Descriptor instead.

func (*JobInputRequest) GetExcludePaths

func (x *JobInputRequest) GetExcludePaths() []*JobInputPath

func (*JobInputRequest) GetIncludePaths

func (x *JobInputRequest) GetIncludePaths() []*JobInputPath

func (*JobInputRequest) GetInputSource

func (x *JobInputRequest) GetInputSource() *JobInputSource

func (*JobInputRequest) ProtoMessage

func (*JobInputRequest) ProtoMessage()

func (*JobInputRequest) ProtoReflect

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

func (*JobInputRequest) Reset

func (x *JobInputRequest) Reset()

func (*JobInputRequest) String

func (x *JobInputRequest) String() string

type JobInputSource

type JobInputSource struct {

	// Types that are assignable to Source:
	//
	//	*JobInputSource_RunConfig
	//	*JobInputSource_File
	Source isJobInputSource_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

Specifies a source for job inputs.

The source is either the run config (wandb.config) or a config file. If a config file is specified, the file path is relative to <run-files-dir>/configs.

func (*JobInputSource) Descriptor deprecated

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

Deprecated: Use JobInputSource.ProtoReflect.Descriptor instead.

func (*JobInputSource) GetFile

func (*JobInputSource) GetRunConfig

func (*JobInputSource) GetSource

func (m *JobInputSource) GetSource() isJobInputSource_Source

func (*JobInputSource) ProtoMessage

func (*JobInputSource) ProtoMessage()

func (*JobInputSource) ProtoReflect

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

func (*JobInputSource) Reset

func (x *JobInputSource) Reset()

func (*JobInputSource) String

func (x *JobInputSource) String() string

type JobInputSource_ConfigFileSource

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

func (*JobInputSource_ConfigFileSource) Descriptor deprecated

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

Deprecated: Use JobInputSource_ConfigFileSource.ProtoReflect.Descriptor instead.

func (*JobInputSource_ConfigFileSource) GetPath

func (*JobInputSource_ConfigFileSource) ProtoMessage

func (*JobInputSource_ConfigFileSource) ProtoMessage()

func (*JobInputSource_ConfigFileSource) ProtoReflect

func (*JobInputSource_ConfigFileSource) Reset

func (*JobInputSource_ConfigFileSource) String

type JobInputSource_File

type JobInputSource_File struct {
	File *JobInputSource_ConfigFileSource `protobuf:"bytes,2,opt,name=file,proto3,oneof"`
}

type JobInputSource_RunConfig

type JobInputSource_RunConfig struct {
	RunConfig *JobInputSource_RunConfigSource `protobuf:"bytes,1,opt,name=run_config,json=runConfig,proto3,oneof"`
}

type JobInputSource_RunConfigSource

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

func (*JobInputSource_RunConfigSource) Descriptor deprecated

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

Deprecated: Use JobInputSource_RunConfigSource.ProtoReflect.Descriptor instead.

func (*JobInputSource_RunConfigSource) ProtoMessage

func (*JobInputSource_RunConfigSource) ProtoMessage()

func (*JobInputSource_RunConfigSource) ProtoReflect

func (*JobInputSource_RunConfigSource) Reset

func (x *JobInputSource_RunConfigSource) Reset()

func (*JobInputSource_RunConfigSource) String

type JobSource

type JobSource struct {
	XVersion   string  `protobuf:"bytes,1,opt,name=_version,json=Version,proto3" json:"_version,omitempty"`
	SourceType string  `protobuf:"bytes,2,opt,name=source_type,json=sourceType,proto3" json:"source_type,omitempty"`
	Source     *Source `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	Runtime    string  `protobuf:"bytes,4,opt,name=runtime,proto3" json:"runtime,omitempty"`
	// contains filtered or unexported fields
}

Mirrors JobSourceDict:

func (*JobSource) Descriptor deprecated

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

Deprecated: Use JobSource.ProtoReflect.Descriptor instead.

func (*JobSource) GetRuntime

func (x *JobSource) GetRuntime() string

func (*JobSource) GetSource

func (x *JobSource) GetSource() *Source

func (*JobSource) GetSourceType

func (x *JobSource) GetSourceType() string

func (*JobSource) GetXVersion

func (x *JobSource) GetXVersion() string

func (*JobSource) ProtoMessage

func (*JobSource) ProtoMessage()

func (*JobSource) ProtoReflect

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

func (*JobSource) Reset

func (x *JobSource) Reset()

func (*JobSource) String

func (x *JobSource) String() string

type KeepaliveRequest

type KeepaliveRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

Keepalive:

func (*KeepaliveRequest) Descriptor deprecated

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

Deprecated: Use KeepaliveRequest.ProtoReflect.Descriptor instead.

func (*KeepaliveRequest) GetXInfo

func (x *KeepaliveRequest) GetXInfo() *XRequestInfo

func (*KeepaliveRequest) ProtoMessage

func (*KeepaliveRequest) ProtoMessage()

func (*KeepaliveRequest) ProtoReflect

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

func (*KeepaliveRequest) Reset

func (x *KeepaliveRequest) Reset()

func (*KeepaliveRequest) String

func (x *KeepaliveRequest) String() string

type KeepaliveResponse

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

func (*KeepaliveResponse) Descriptor deprecated

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

Deprecated: Use KeepaliveResponse.ProtoReflect.Descriptor instead.

func (*KeepaliveResponse) ProtoMessage

func (*KeepaliveResponse) ProtoMessage()

func (*KeepaliveResponse) ProtoReflect

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

func (*KeepaliveResponse) Reset

func (x *KeepaliveResponse) Reset()

func (*KeepaliveResponse) String

func (x *KeepaliveResponse) String() string

type Labels

type Labels struct {
	CodeString  string `protobuf:"bytes,1,opt,name=code_string,json=codeString,proto3" json:"code_string,omitempty"`    // code identification
	RepoString  string `protobuf:"bytes,2,opt,name=repo_string,json=repoString,proto3" json:"repo_string,omitempty"`    // repo identification
	CodeVersion string `protobuf:"bytes,3,opt,name=code_version,json=codeVersion,proto3" json:"code_version,omitempty"` // code version
	// contains filtered or unexported fields
}

func (*Labels) Descriptor deprecated

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

Deprecated: Use Labels.ProtoReflect.Descriptor instead.

func (*Labels) GetCodeString

func (x *Labels) GetCodeString() string

func (*Labels) GetCodeVersion

func (x *Labels) GetCodeVersion() string

func (*Labels) GetRepoString

func (x *Labels) GetRepoString() string

func (*Labels) ProtoMessage

func (*Labels) ProtoMessage()

func (*Labels) ProtoReflect

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

func (*Labels) Reset

func (x *Labels) Reset()

func (*Labels) String

func (x *Labels) String() string

type LinkArtifactRecord

type LinkArtifactRecord struct {
	ClientId         string       `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ServerId         string       `protobuf:"bytes,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	PortfolioName    string       `protobuf:"bytes,3,opt,name=portfolio_name,json=portfolioName,proto3" json:"portfolio_name,omitempty"`
	PortfolioEntity  string       `protobuf:"bytes,4,opt,name=portfolio_entity,json=portfolioEntity,proto3" json:"portfolio_entity,omitempty"`
	PortfolioProject string       `protobuf:"bytes,5,opt,name=portfolio_project,json=portfolioProject,proto3" json:"portfolio_project,omitempty"`
	PortfolioAliases []string     `protobuf:"bytes,6,rep,name=portfolio_aliases,json=portfolioAliases,proto3" json:"portfolio_aliases,omitempty"`
	XInfo            *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

LinkArtifactRecord: link artifact to portfolio

func (*LinkArtifactRecord) Descriptor deprecated

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

Deprecated: Use LinkArtifactRecord.ProtoReflect.Descriptor instead.

func (*LinkArtifactRecord) GetClientId

func (x *LinkArtifactRecord) GetClientId() string

func (*LinkArtifactRecord) GetPortfolioAliases

func (x *LinkArtifactRecord) GetPortfolioAliases() []string

func (*LinkArtifactRecord) GetPortfolioEntity

func (x *LinkArtifactRecord) GetPortfolioEntity() string

func (*LinkArtifactRecord) GetPortfolioName

func (x *LinkArtifactRecord) GetPortfolioName() string

func (*LinkArtifactRecord) GetPortfolioProject

func (x *LinkArtifactRecord) GetPortfolioProject() string

func (*LinkArtifactRecord) GetServerId

func (x *LinkArtifactRecord) GetServerId() string

func (*LinkArtifactRecord) GetXInfo

func (x *LinkArtifactRecord) GetXInfo() *XRecordInfo

func (*LinkArtifactRecord) ProtoMessage

func (*LinkArtifactRecord) ProtoMessage()

func (*LinkArtifactRecord) ProtoReflect

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

func (*LinkArtifactRecord) Reset

func (x *LinkArtifactRecord) Reset()

func (*LinkArtifactRecord) String

func (x *LinkArtifactRecord) String() string

type LinkArtifactResult

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

func (*LinkArtifactResult) Descriptor deprecated

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

Deprecated: Use LinkArtifactResult.ProtoReflect.Descriptor instead.

func (*LinkArtifactResult) ProtoMessage

func (*LinkArtifactResult) ProtoMessage()

func (*LinkArtifactResult) ProtoReflect

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

func (*LinkArtifactResult) Reset

func (x *LinkArtifactResult) Reset()

func (*LinkArtifactResult) String

func (x *LinkArtifactResult) String() string

type ListStringValue

type ListStringValue struct {
	Value []string `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ListStringValue) Descriptor deprecated

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

Deprecated: Use ListStringValue.ProtoReflect.Descriptor instead.

func (*ListStringValue) GetValue

func (x *ListStringValue) GetValue() []string

func (*ListStringValue) ProtoMessage

func (*ListStringValue) ProtoMessage()

func (*ListStringValue) ProtoReflect

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

func (*ListStringValue) Reset

func (x *ListStringValue) Reset()

func (*ListStringValue) String

func (x *ListStringValue) String() string

type LocalInfo

type LocalInfo struct {
	Version   string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	OutOfDate bool   `protobuf:"varint,2,opt,name=out_of_date,json=outOfDate,proto3" json:"out_of_date,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalInfo) Descriptor deprecated

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

Deprecated: Use LocalInfo.ProtoReflect.Descriptor instead.

func (*LocalInfo) GetOutOfDate

func (x *LocalInfo) GetOutOfDate() bool

func (*LocalInfo) GetVersion

func (x *LocalInfo) GetVersion() string

func (*LocalInfo) ProtoMessage

func (*LocalInfo) ProtoMessage()

func (*LocalInfo) ProtoReflect

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

func (*LocalInfo) Reset

func (x *LocalInfo) Reset()

func (*LocalInfo) String

func (x *LocalInfo) String() string

type LogArtifactRequest

type LogArtifactRequest struct {
	Artifact    *ArtifactRecord `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`
	HistoryStep int64           `protobuf:"varint,2,opt,name=history_step,json=historyStep,proto3" json:"history_step,omitempty"`
	StagingDir  string          `protobuf:"bytes,3,opt,name=staging_dir,json=stagingDir,proto3" json:"staging_dir,omitempty"`
	XInfo       *XRequestInfo   `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

LogArtifact:

func (*LogArtifactRequest) Descriptor deprecated

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

Deprecated: Use LogArtifactRequest.ProtoReflect.Descriptor instead.

func (*LogArtifactRequest) GetArtifact

func (x *LogArtifactRequest) GetArtifact() *ArtifactRecord

func (*LogArtifactRequest) GetHistoryStep

func (x *LogArtifactRequest) GetHistoryStep() int64

func (*LogArtifactRequest) GetStagingDir

func (x *LogArtifactRequest) GetStagingDir() string

func (*LogArtifactRequest) GetXInfo

func (x *LogArtifactRequest) GetXInfo() *XRequestInfo

func (*LogArtifactRequest) ProtoMessage

func (*LogArtifactRequest) ProtoMessage()

func (*LogArtifactRequest) ProtoReflect

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

func (*LogArtifactRequest) Reset

func (x *LogArtifactRequest) Reset()

func (*LogArtifactRequest) String

func (x *LogArtifactRequest) String() string

type LogArtifactResponse

type LogArtifactResponse struct {
	ArtifactId   string `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*LogArtifactResponse) Descriptor deprecated

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

Deprecated: Use LogArtifactResponse.ProtoReflect.Descriptor instead.

func (*LogArtifactResponse) GetArtifactId

func (x *LogArtifactResponse) GetArtifactId() string

func (*LogArtifactResponse) GetErrorMessage

func (x *LogArtifactResponse) GetErrorMessage() string

func (*LogArtifactResponse) ProtoMessage

func (*LogArtifactResponse) ProtoMessage()

func (*LogArtifactResponse) ProtoReflect

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

func (*LogArtifactResponse) Reset

func (x *LogArtifactResponse) Reset()

func (*LogArtifactResponse) String

func (x *LogArtifactResponse) String() string

type LoginRequest

type LoginRequest struct {
	ApiKey string        `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	XInfo  *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

LoginRequest: wandb/sdk/wandb_login

func (*LoginRequest) Descriptor deprecated

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

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetApiKey

func (x *LoginRequest) GetApiKey() string

func (*LoginRequest) GetXInfo

func (x *LoginRequest) GetXInfo() *XRequestInfo

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect

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

func (*LoginRequest) Reset

func (x *LoginRequest) Reset()

func (*LoginRequest) String

func (x *LoginRequest) String() string

type LoginResponse

type LoginResponse struct {
	ActiveEntity string `protobuf:"bytes,1,opt,name=active_entity,json=activeEntity,proto3" json:"active_entity,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginResponse) Descriptor deprecated

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

Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.

func (*LoginResponse) GetActiveEntity

func (x *LoginResponse) GetActiveEntity() string

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) ProtoReflect

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

func (*LoginResponse) Reset

func (x *LoginResponse) Reset()

func (*LoginResponse) String

func (x *LoginResponse) String() string

type MapStringKeyMapStringKeyStringValue

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

func (*MapStringKeyMapStringKeyStringValue) Descriptor deprecated

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

Deprecated: Use MapStringKeyMapStringKeyStringValue.ProtoReflect.Descriptor instead.

func (*MapStringKeyMapStringKeyStringValue) GetValue

func (*MapStringKeyMapStringKeyStringValue) ProtoMessage

func (*MapStringKeyMapStringKeyStringValue) ProtoMessage()

func (*MapStringKeyMapStringKeyStringValue) ProtoReflect

func (*MapStringKeyMapStringKeyStringValue) Reset

func (*MapStringKeyMapStringKeyStringValue) String

type MapStringKeyStringValue

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

func (*MapStringKeyStringValue) Descriptor deprecated

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

Deprecated: Use MapStringKeyStringValue.ProtoReflect.Descriptor instead.

func (*MapStringKeyStringValue) GetValue

func (x *MapStringKeyStringValue) GetValue() map[string]string

func (*MapStringKeyStringValue) ProtoMessage

func (*MapStringKeyStringValue) ProtoMessage()

func (*MapStringKeyStringValue) ProtoReflect

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

func (*MapStringKeyStringValue) Reset

func (x *MapStringKeyStringValue) Reset()

func (*MapStringKeyStringValue) String

func (x *MapStringKeyStringValue) String() string

type MemoryInfo

type MemoryInfo struct {
	Total uint64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*MemoryInfo) Descriptor deprecated

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

Deprecated: Use MemoryInfo.ProtoReflect.Descriptor instead.

func (*MemoryInfo) GetTotal

func (x *MemoryInfo) GetTotal() uint64

func (*MemoryInfo) ProtoMessage

func (*MemoryInfo) ProtoMessage()

func (*MemoryInfo) ProtoReflect

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

func (*MemoryInfo) Reset

func (x *MemoryInfo) Reset()

func (*MemoryInfo) String

func (x *MemoryInfo) String() string

type MetadataRequest

type MetadataRequest struct {
	Os              string                 `protobuf:"bytes,1,opt,name=os,proto3" json:"os,omitempty"`
	Python          string                 `protobuf:"bytes,2,opt,name=python,proto3" json:"python,omitempty"`
	HeartbeatAt     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=heartbeatAt,proto3" json:"heartbeatAt,omitempty"`
	StartedAt       *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	Docker          string                 `protobuf:"bytes,5,opt,name=docker,proto3" json:"docker,omitempty"`
	Cuda            string                 `protobuf:"bytes,6,opt,name=cuda,proto3" json:"cuda,omitempty"`
	Args            []string               `protobuf:"bytes,7,rep,name=args,proto3" json:"args,omitempty"`
	State           string                 `protobuf:"bytes,8,opt,name=state,proto3" json:"state,omitempty"`
	Program         string                 `protobuf:"bytes,9,opt,name=program,proto3" json:"program,omitempty"`
	CodePath        string                 `protobuf:"bytes,10,opt,name=code_path,json=codePath,proto3" json:"code_path,omitempty"`
	Git             *GitRepoRecord         `protobuf:"bytes,11,opt,name=git,proto3" json:"git,omitempty"`
	Email           string                 `protobuf:"bytes,12,opt,name=email,proto3" json:"email,omitempty"`
	Root            string                 `protobuf:"bytes,13,opt,name=root,proto3" json:"root,omitempty"`
	Host            string                 `protobuf:"bytes,14,opt,name=host,proto3" json:"host,omitempty"`
	Username        string                 `protobuf:"bytes,15,opt,name=username,proto3" json:"username,omitempty"`
	Executable      string                 `protobuf:"bytes,16,opt,name=executable,proto3" json:"executable,omitempty"`
	CodePathLocal   string                 `protobuf:"bytes,17,opt,name=code_path_local,json=codePathLocal,proto3" json:"code_path_local,omitempty"`
	Colab           string                 `protobuf:"bytes,18,opt,name=colab,proto3" json:"colab,omitempty"`
	CpuCount        uint32                 `protobuf:"varint,19,opt,name=cpu_count,proto3" json:"cpu_count,omitempty"`
	CpuCountLogical uint32                 `protobuf:"varint,20,opt,name=cpu_count_logical,proto3" json:"cpu_count_logical,omitempty"`
	GpuType         string                 `protobuf:"bytes,21,opt,name=gpu_type,json=gpu,proto3" json:"gpu_type,omitempty"`
	GpuCount        uint32                 `protobuf:"varint,22,opt,name=gpu_count,proto3" json:"gpu_count,omitempty"`
	Disk            map[string]*DiskInfo   `` /* 150-byte string literal not displayed */
	Memory          *MemoryInfo            `protobuf:"bytes,24,opt,name=memory,proto3" json:"memory,omitempty"`
	Cpu             *CpuInfo               `protobuf:"bytes,25,opt,name=cpu,proto3" json:"cpu,omitempty"`
	GpuApple        *GpuAppleInfo          `protobuf:"bytes,26,opt,name=gpu_apple,json=gpuapple,proto3" json:"gpu_apple,omitempty"`
	GpuNvidia       []*GpuNvidiaInfo       `protobuf:"bytes,27,rep,name=gpu_nvidia,proto3" json:"gpu_nvidia,omitempty"`
	GpuAmd          []*GpuAmdInfo          `protobuf:"bytes,28,rep,name=gpu_amd,proto3" json:"gpu_amd,omitempty"`
	Slurm           map[string]string      `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MetadataRequest) Descriptor deprecated

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

Deprecated: Use MetadataRequest.ProtoReflect.Descriptor instead.

func (*MetadataRequest) GetArgs

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

func (*MetadataRequest) GetCodePath

func (x *MetadataRequest) GetCodePath() string

func (*MetadataRequest) GetCodePathLocal

func (x *MetadataRequest) GetCodePathLocal() string

func (*MetadataRequest) GetColab

func (x *MetadataRequest) GetColab() string

func (*MetadataRequest) GetCpu

func (x *MetadataRequest) GetCpu() *CpuInfo

func (*MetadataRequest) GetCpuCount

func (x *MetadataRequest) GetCpuCount() uint32

func (*MetadataRequest) GetCpuCountLogical

func (x *MetadataRequest) GetCpuCountLogical() uint32

func (*MetadataRequest) GetCuda

func (x *MetadataRequest) GetCuda() string

func (*MetadataRequest) GetDisk

func (x *MetadataRequest) GetDisk() map[string]*DiskInfo

func (*MetadataRequest) GetDocker

func (x *MetadataRequest) GetDocker() string

func (*MetadataRequest) GetEmail

func (x *MetadataRequest) GetEmail() string

func (*MetadataRequest) GetExecutable

func (x *MetadataRequest) GetExecutable() string

func (*MetadataRequest) GetGit

func (x *MetadataRequest) GetGit() *GitRepoRecord

func (*MetadataRequest) GetGpuAmd

func (x *MetadataRequest) GetGpuAmd() []*GpuAmdInfo

func (*MetadataRequest) GetGpuApple

func (x *MetadataRequest) GetGpuApple() *GpuAppleInfo

func (*MetadataRequest) GetGpuCount

func (x *MetadataRequest) GetGpuCount() uint32

func (*MetadataRequest) GetGpuNvidia

func (x *MetadataRequest) GetGpuNvidia() []*GpuNvidiaInfo

func (*MetadataRequest) GetGpuType

func (x *MetadataRequest) GetGpuType() string

func (*MetadataRequest) GetHeartbeatAt

func (x *MetadataRequest) GetHeartbeatAt() *timestamppb.Timestamp

func (*MetadataRequest) GetHost

func (x *MetadataRequest) GetHost() string

func (*MetadataRequest) GetMemory

func (x *MetadataRequest) GetMemory() *MemoryInfo

func (*MetadataRequest) GetOs

func (x *MetadataRequest) GetOs() string

func (*MetadataRequest) GetProgram

func (x *MetadataRequest) GetProgram() string

func (*MetadataRequest) GetPython

func (x *MetadataRequest) GetPython() string

func (*MetadataRequest) GetRoot

func (x *MetadataRequest) GetRoot() string

func (*MetadataRequest) GetSlurm

func (x *MetadataRequest) GetSlurm() map[string]string

func (*MetadataRequest) GetStartedAt

func (x *MetadataRequest) GetStartedAt() *timestamppb.Timestamp

func (*MetadataRequest) GetState

func (x *MetadataRequest) GetState() string

func (*MetadataRequest) GetUsername

func (x *MetadataRequest) GetUsername() string

func (*MetadataRequest) ProtoMessage

func (*MetadataRequest) ProtoMessage()

func (*MetadataRequest) ProtoReflect

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

func (*MetadataRequest) Reset

func (x *MetadataRequest) Reset()

func (*MetadataRequest) String

func (x *MetadataRequest) String() string

type MetricControl

type MetricControl struct {
	Overwrite bool `protobuf:"varint,1,opt,name=overwrite,proto3" json:"overwrite,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricControl) Descriptor deprecated

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

Deprecated: Use MetricControl.ProtoReflect.Descriptor instead.

func (*MetricControl) GetOverwrite

func (x *MetricControl) GetOverwrite() bool

func (*MetricControl) ProtoMessage

func (*MetricControl) ProtoMessage()

func (*MetricControl) ProtoReflect

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

func (*MetricControl) Reset

func (x *MetricControl) Reset()

func (*MetricControl) String

func (x *MetricControl) String() string

type MetricOptions

type MetricOptions struct {
	StepSync bool `protobuf:"varint,1,opt,name=step_sync,json=stepSync,proto3" json:"step_sync,omitempty"`
	Hidden   bool `protobuf:"varint,2,opt,name=hidden,proto3" json:"hidden,omitempty"`
	Defined  bool `protobuf:"varint,3,opt,name=defined,proto3" json:"defined,omitempty"` // metric explicitly defined (not from glob match or step metric)
	// contains filtered or unexported fields
}

func (*MetricOptions) Descriptor deprecated

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

Deprecated: Use MetricOptions.ProtoReflect.Descriptor instead.

func (*MetricOptions) GetDefined

func (x *MetricOptions) GetDefined() bool

func (*MetricOptions) GetHidden

func (x *MetricOptions) GetHidden() bool

func (*MetricOptions) GetStepSync

func (x *MetricOptions) GetStepSync() bool

func (*MetricOptions) ProtoMessage

func (*MetricOptions) ProtoMessage()

func (*MetricOptions) ProtoReflect

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

func (*MetricOptions) Reset

func (x *MetricOptions) Reset()

func (*MetricOptions) String

func (x *MetricOptions) String() string

type MetricRecord

type MetricRecord struct {

	// only name or globname is set
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	GlobName string `protobuf:"bytes,2,opt,name=glob_name,json=globName,proto3" json:"glob_name,omitempty"`
	// step metric index can be used instead of step_metric when
	// MetricRecord is encoded in a list of MetricRecords
	StepMetric      string                  `protobuf:"bytes,4,opt,name=step_metric,json=stepMetric,proto3" json:"step_metric,omitempty"`
	StepMetricIndex int32                   `protobuf:"varint,5,opt,name=step_metric_index,json=stepMetricIndex,proto3" json:"step_metric_index,omitempty"` // one-based array index
	Options         *MetricOptions          `protobuf:"bytes,6,opt,name=options,proto3" json:"options,omitempty"`
	Summary         *MetricSummary          `protobuf:"bytes,7,opt,name=summary,proto3" json:"summary,omitempty"`
	Goal            MetricRecord_MetricGoal `protobuf:"varint,8,opt,name=goal,proto3,enum=wandb_internal.MetricRecord_MetricGoal" json:"goal,omitempty"`
	XControl        *MetricControl          `protobuf:"bytes,9,opt,name=_control,json=Control,proto3" json:"_control,omitempty"`
	XInfo           *XRecordInfo            `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

MetricRecord: wandb/sdk/wandb_metric/Metric

func (*MetricRecord) Descriptor deprecated

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

Deprecated: Use MetricRecord.ProtoReflect.Descriptor instead.

func (*MetricRecord) GetGlobName

func (x *MetricRecord) GetGlobName() string

func (*MetricRecord) GetGoal

func (*MetricRecord) GetName

func (x *MetricRecord) GetName() string

func (*MetricRecord) GetOptions

func (x *MetricRecord) GetOptions() *MetricOptions

func (*MetricRecord) GetStepMetric

func (x *MetricRecord) GetStepMetric() string

func (*MetricRecord) GetStepMetricIndex

func (x *MetricRecord) GetStepMetricIndex() int32

func (*MetricRecord) GetSummary

func (x *MetricRecord) GetSummary() *MetricSummary

func (*MetricRecord) GetXControl

func (x *MetricRecord) GetXControl() *MetricControl

func (*MetricRecord) GetXInfo

func (x *MetricRecord) GetXInfo() *XRecordInfo

func (*MetricRecord) ProtoMessage

func (*MetricRecord) ProtoMessage()

func (*MetricRecord) ProtoReflect

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

func (*MetricRecord) Reset

func (x *MetricRecord) Reset()

func (*MetricRecord) String

func (x *MetricRecord) String() string

type MetricRecord_MetricGoal

type MetricRecord_MetricGoal int32
const (
	MetricRecord_GOAL_UNSET    MetricRecord_MetricGoal = 0
	MetricRecord_GOAL_MINIMIZE MetricRecord_MetricGoal = 1
	MetricRecord_GOAL_MAXIMIZE MetricRecord_MetricGoal = 2
)

func (MetricRecord_MetricGoal) Descriptor

func (MetricRecord_MetricGoal) Enum

func (MetricRecord_MetricGoal) EnumDescriptor deprecated

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

Deprecated: Use MetricRecord_MetricGoal.Descriptor instead.

func (MetricRecord_MetricGoal) Number

func (MetricRecord_MetricGoal) String

func (x MetricRecord_MetricGoal) String() string

func (MetricRecord_MetricGoal) Type

type MetricResult

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

func (*MetricResult) Descriptor deprecated

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

Deprecated: Use MetricResult.ProtoReflect.Descriptor instead.

func (*MetricResult) ProtoMessage

func (*MetricResult) ProtoMessage()

func (*MetricResult) ProtoReflect

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

func (*MetricResult) Reset

func (x *MetricResult) Reset()

func (*MetricResult) String

func (x *MetricResult) String() string

type MetricSummary

type MetricSummary struct {
	Min  bool `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty"`
	Max  bool `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"`
	Mean bool `protobuf:"varint,3,opt,name=mean,proto3" json:"mean,omitempty"`
	Best bool `protobuf:"varint,4,opt,name=best,proto3" json:"best,omitempty"`
	Last bool `protobuf:"varint,5,opt,name=last,proto3" json:"last,omitempty"`
	None bool `protobuf:"varint,6,opt,name=none,proto3" json:"none,omitempty"`
	Copy bool `protobuf:"varint,7,opt,name=copy,proto3" json:"copy,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricSummary) Descriptor deprecated

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

Deprecated: Use MetricSummary.ProtoReflect.Descriptor instead.

func (*MetricSummary) GetBest

func (x *MetricSummary) GetBest() bool

func (*MetricSummary) GetCopy

func (x *MetricSummary) GetCopy() bool

func (*MetricSummary) GetLast

func (x *MetricSummary) GetLast() bool

func (*MetricSummary) GetMax

func (x *MetricSummary) GetMax() bool

func (*MetricSummary) GetMean

func (x *MetricSummary) GetMean() bool

func (*MetricSummary) GetMin

func (x *MetricSummary) GetMin() bool

func (*MetricSummary) GetNone

func (x *MetricSummary) GetNone() bool

func (*MetricSummary) ProtoMessage

func (*MetricSummary) ProtoMessage()

func (*MetricSummary) ProtoReflect

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

func (*MetricSummary) Reset

func (x *MetricSummary) Reset()

func (*MetricSummary) String

func (x *MetricSummary) String() string

type NetworkStatusRequest

type NetworkStatusRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkStatusRequest) Descriptor deprecated

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

Deprecated: Use NetworkStatusRequest.ProtoReflect.Descriptor instead.

func (*NetworkStatusRequest) GetXInfo

func (x *NetworkStatusRequest) GetXInfo() *XRequestInfo

func (*NetworkStatusRequest) ProtoMessage

func (*NetworkStatusRequest) ProtoMessage()

func (*NetworkStatusRequest) ProtoReflect

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

func (*NetworkStatusRequest) Reset

func (x *NetworkStatusRequest) Reset()

func (*NetworkStatusRequest) String

func (x *NetworkStatusRequest) String() string

type NetworkStatusResponse

type NetworkStatusResponse struct {
	NetworkResponses []*HttpResponse `protobuf:"bytes,1,rep,name=network_responses,json=networkResponses,proto3" json:"network_responses,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkStatusResponse) Descriptor deprecated

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

Deprecated: Use NetworkStatusResponse.ProtoReflect.Descriptor instead.

func (*NetworkStatusResponse) GetNetworkResponses

func (x *NetworkStatusResponse) GetNetworkResponses() []*HttpResponse

func (*NetworkStatusResponse) ProtoMessage

func (*NetworkStatusResponse) ProtoMessage()

func (*NetworkStatusResponse) ProtoReflect

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

func (*NetworkStatusResponse) Reset

func (x *NetworkStatusResponse) Reset()

func (*NetworkStatusResponse) String

func (x *NetworkStatusResponse) String() string

type OpenMetricsFilters

type OpenMetricsFilters struct {

	// Types that are assignable to Value:
	//
	//	*OpenMetricsFilters_Sequence
	//	*OpenMetricsFilters_Mapping
	Value isOpenMetricsFilters_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*OpenMetricsFilters) Descriptor deprecated

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

Deprecated: Use OpenMetricsFilters.ProtoReflect.Descriptor instead.

func (*OpenMetricsFilters) GetMapping

func (*OpenMetricsFilters) GetSequence

func (x *OpenMetricsFilters) GetSequence() *ListStringValue

func (*OpenMetricsFilters) GetValue

func (m *OpenMetricsFilters) GetValue() isOpenMetricsFilters_Value

func (*OpenMetricsFilters) ProtoMessage

func (*OpenMetricsFilters) ProtoMessage()

func (*OpenMetricsFilters) ProtoReflect

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

func (*OpenMetricsFilters) Reset

func (x *OpenMetricsFilters) Reset()

func (*OpenMetricsFilters) String

func (x *OpenMetricsFilters) String() string

type OpenMetricsFilters_Mapping

type OpenMetricsFilters_Mapping struct {
	Mapping *MapStringKeyMapStringKeyStringValue `protobuf:"bytes,2,opt,name=mapping,proto3,oneof"`
}

type OpenMetricsFilters_Sequence

type OpenMetricsFilters_Sequence struct {
	Sequence *ListStringValue `protobuf:"bytes,1,opt,name=sequence,proto3,oneof"`
}

type OutputRawRecord

type OutputRawRecord struct {
	OutputType OutputRawRecord_OutputType `` /* 139-byte string literal not displayed */
	Timestamp  *timestamppb.Timestamp     `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line       string                     `protobuf:"bytes,3,opt,name=line,proto3" json:"line,omitempty"`
	XInfo      *XRecordInfo               `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

OutputRawRecord: raw console output

func (*OutputRawRecord) Descriptor deprecated

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

Deprecated: Use OutputRawRecord.ProtoReflect.Descriptor instead.

func (*OutputRawRecord) GetLine

func (x *OutputRawRecord) GetLine() string

func (*OutputRawRecord) GetOutputType

func (x *OutputRawRecord) GetOutputType() OutputRawRecord_OutputType

func (*OutputRawRecord) GetTimestamp

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

func (*OutputRawRecord) GetXInfo

func (x *OutputRawRecord) GetXInfo() *XRecordInfo

func (*OutputRawRecord) ProtoMessage

func (*OutputRawRecord) ProtoMessage()

func (*OutputRawRecord) ProtoReflect

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

func (*OutputRawRecord) Reset

func (x *OutputRawRecord) Reset()

func (*OutputRawRecord) String

func (x *OutputRawRecord) String() string

type OutputRawRecord_OutputType

type OutputRawRecord_OutputType int32
const (
	OutputRawRecord_STDERR OutputRawRecord_OutputType = 0
	OutputRawRecord_STDOUT OutputRawRecord_OutputType = 1
)

func (OutputRawRecord_OutputType) Descriptor

func (OutputRawRecord_OutputType) Enum

func (OutputRawRecord_OutputType) EnumDescriptor deprecated

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

Deprecated: Use OutputRawRecord_OutputType.Descriptor instead.

func (OutputRawRecord_OutputType) Number

func (OutputRawRecord_OutputType) String

func (OutputRawRecord_OutputType) Type

type OutputRawResult

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

func (*OutputRawResult) Descriptor deprecated

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

Deprecated: Use OutputRawResult.ProtoReflect.Descriptor instead.

func (*OutputRawResult) ProtoMessage

func (*OutputRawResult) ProtoMessage()

func (*OutputRawResult) ProtoReflect

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

func (*OutputRawResult) Reset

func (x *OutputRawResult) Reset()

func (*OutputRawResult) String

func (x *OutputRawResult) String() string

type OutputRecord

type OutputRecord struct {
	OutputType OutputRecord_OutputType `` /* 136-byte string literal not displayed */
	Timestamp  *timestamppb.Timestamp  `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line       string                  `protobuf:"bytes,3,opt,name=line,proto3" json:"line,omitempty"`
	XInfo      *XRecordInfo            `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

OutputRecord: console output

func (*OutputRecord) Descriptor deprecated

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

Deprecated: Use OutputRecord.ProtoReflect.Descriptor instead.

func (*OutputRecord) GetLine

func (x *OutputRecord) GetLine() string

func (*OutputRecord) GetOutputType

func (x *OutputRecord) GetOutputType() OutputRecord_OutputType

func (*OutputRecord) GetTimestamp

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

func (*OutputRecord) GetXInfo

func (x *OutputRecord) GetXInfo() *XRecordInfo

func (*OutputRecord) ProtoMessage

func (*OutputRecord) ProtoMessage()

func (*OutputRecord) ProtoReflect

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

func (*OutputRecord) Reset

func (x *OutputRecord) Reset()

func (*OutputRecord) String

func (x *OutputRecord) String() string

type OutputRecord_OutputType

type OutputRecord_OutputType int32
const (
	OutputRecord_STDERR OutputRecord_OutputType = 0
	OutputRecord_STDOUT OutputRecord_OutputType = 1
)

func (OutputRecord_OutputType) Descriptor

func (OutputRecord_OutputType) Enum

func (OutputRecord_OutputType) EnumDescriptor deprecated

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

Deprecated: Use OutputRecord_OutputType.Descriptor instead.

func (OutputRecord_OutputType) Number

func (OutputRecord_OutputType) String

func (x OutputRecord_OutputType) String() string

func (OutputRecord_OutputType) Type

type OutputResult

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

func (*OutputResult) Descriptor deprecated

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

Deprecated: Use OutputResult.ProtoReflect.Descriptor instead.

func (*OutputResult) ProtoMessage

func (*OutputResult) ProtoMessage()

func (*OutputResult) ProtoReflect

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

func (*OutputResult) Reset

func (x *OutputResult) Reset()

func (*OutputResult) String

func (x *OutputResult) String() string

type PartialHistoryRequest

type PartialHistoryRequest struct {
	Item   []*HistoryItem `protobuf:"bytes,1,rep,name=item,proto3" json:"item,omitempty"`
	Step   *HistoryStep   `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
	Action *HistoryAction `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"`
	XInfo  *XRequestInfo  `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*PartialHistoryRequest) Descriptor deprecated

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

Deprecated: Use PartialHistoryRequest.ProtoReflect.Descriptor instead.

func (*PartialHistoryRequest) GetAction

func (x *PartialHistoryRequest) GetAction() *HistoryAction

func (*PartialHistoryRequest) GetItem

func (x *PartialHistoryRequest) GetItem() []*HistoryItem

func (*PartialHistoryRequest) GetStep

func (x *PartialHistoryRequest) GetStep() *HistoryStep

func (*PartialHistoryRequest) GetXInfo

func (x *PartialHistoryRequest) GetXInfo() *XRequestInfo

func (*PartialHistoryRequest) ProtoMessage

func (*PartialHistoryRequest) ProtoMessage()

func (*PartialHistoryRequest) ProtoReflect

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

func (*PartialHistoryRequest) Reset

func (x *PartialHistoryRequest) Reset()

func (*PartialHistoryRequest) String

func (x *PartialHistoryRequest) String() string

type PartialHistoryResponse

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

func (*PartialHistoryResponse) Descriptor deprecated

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

Deprecated: Use PartialHistoryResponse.ProtoReflect.Descriptor instead.

func (*PartialHistoryResponse) ProtoMessage

func (*PartialHistoryResponse) ProtoMessage()

func (*PartialHistoryResponse) ProtoReflect

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

func (*PartialHistoryResponse) Reset

func (x *PartialHistoryResponse) Reset()

func (*PartialHistoryResponse) String

func (x *PartialHistoryResponse) String() string

type PartialJobArtifact

type PartialJobArtifact struct {
	JobName    string     `protobuf:"bytes,1,opt,name=job_name,json=jobName,proto3" json:"job_name,omitempty"`
	SourceInfo *JobSource `protobuf:"bytes,2,opt,name=source_info,json=sourceInfo,proto3" json:"source_info,omitempty"`
	// contains filtered or unexported fields
}

func (*PartialJobArtifact) Descriptor deprecated

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

Deprecated: Use PartialJobArtifact.ProtoReflect.Descriptor instead.

func (*PartialJobArtifact) GetJobName

func (x *PartialJobArtifact) GetJobName() string

func (*PartialJobArtifact) GetSourceInfo

func (x *PartialJobArtifact) GetSourceInfo() *JobSource

func (*PartialJobArtifact) ProtoMessage

func (*PartialJobArtifact) ProtoMessage()

func (*PartialJobArtifact) ProtoReflect

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

func (*PartialJobArtifact) Reset

func (x *PartialJobArtifact) Reset()

func (*PartialJobArtifact) String

func (x *PartialJobArtifact) String() string

type PauseRequest

type PauseRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

PauseRequest: internal message to pause the heartbeat

func (*PauseRequest) Descriptor deprecated

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

Deprecated: Use PauseRequest.ProtoReflect.Descriptor instead.

func (*PauseRequest) GetXInfo

func (x *PauseRequest) GetXInfo() *XRequestInfo

func (*PauseRequest) ProtoMessage

func (*PauseRequest) ProtoMessage()

func (*PauseRequest) ProtoReflect

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

func (*PauseRequest) Reset

func (x *PauseRequest) Reset()

func (*PauseRequest) String

func (x *PauseRequest) String() string

type PauseResponse

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

func (*PauseResponse) Descriptor deprecated

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

Deprecated: Use PauseResponse.ProtoReflect.Descriptor instead.

func (*PauseResponse) ProtoMessage

func (*PauseResponse) ProtoMessage()

func (*PauseResponse) ProtoReflect

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

func (*PauseResponse) Reset

func (x *PauseResponse) Reset()

func (*PauseResponse) String

func (x *PauseResponse) String() string

type PollExitRequest

type PollExitRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

PollExitRequest:

func (*PollExitRequest) Descriptor deprecated

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

Deprecated: Use PollExitRequest.ProtoReflect.Descriptor instead.

func (*PollExitRequest) GetXInfo

func (x *PollExitRequest) GetXInfo() *XRequestInfo

func (*PollExitRequest) ProtoMessage

func (*PollExitRequest) ProtoMessage()

func (*PollExitRequest) ProtoReflect

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

func (*PollExitRequest) Reset

func (x *PollExitRequest) Reset()

func (*PollExitRequest) String

func (x *PollExitRequest) String() string

type PollExitResponse

type PollExitResponse struct {
	Done        bool             `protobuf:"varint,1,opt,name=done,proto3" json:"done,omitempty"`
	ExitResult  *RunExitResult   `protobuf:"bytes,2,opt,name=exit_result,json=exitResult,proto3" json:"exit_result,omitempty"`
	PusherStats *FilePusherStats `protobuf:"bytes,3,opt,name=pusher_stats,json=pusherStats,proto3" json:"pusher_stats,omitempty"`
	FileCounts  *FileCounts      `protobuf:"bytes,4,opt,name=file_counts,json=fileCounts,proto3" json:"file_counts,omitempty"`
	// contains filtered or unexported fields
}

func (*PollExitResponse) Descriptor deprecated

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

Deprecated: Use PollExitResponse.ProtoReflect.Descriptor instead.

func (*PollExitResponse) GetDone

func (x *PollExitResponse) GetDone() bool

func (*PollExitResponse) GetExitResult

func (x *PollExitResponse) GetExitResult() *RunExitResult

func (*PollExitResponse) GetFileCounts

func (x *PollExitResponse) GetFileCounts() *FileCounts

func (*PollExitResponse) GetPusherStats

func (x *PollExitResponse) GetPusherStats() *FilePusherStats

func (*PollExitResponse) ProtoMessage

func (*PollExitResponse) ProtoMessage()

func (*PollExitResponse) ProtoReflect

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

func (*PollExitResponse) Reset

func (x *PollExitResponse) Reset()

func (*PollExitResponse) String

func (x *PollExitResponse) String() string

type PythonPackagesRequest

type PythonPackagesRequest struct {
	Package []*PythonPackagesRequest_PythonPackage `protobuf:"bytes,1,rep,name=package,proto3" json:"package,omitempty"`
	// contains filtered or unexported fields
}

func (*PythonPackagesRequest) Descriptor deprecated

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

Deprecated: Use PythonPackagesRequest.ProtoReflect.Descriptor instead.

func (*PythonPackagesRequest) GetPackage

func (*PythonPackagesRequest) ProtoMessage

func (*PythonPackagesRequest) ProtoMessage()

func (*PythonPackagesRequest) ProtoReflect

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

func (*PythonPackagesRequest) Reset

func (x *PythonPackagesRequest) Reset()

func (*PythonPackagesRequest) String

func (x *PythonPackagesRequest) String() string

type PythonPackagesRequest_PythonPackage

type PythonPackagesRequest_PythonPackage struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*PythonPackagesRequest_PythonPackage) Descriptor deprecated

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

Deprecated: Use PythonPackagesRequest_PythonPackage.ProtoReflect.Descriptor instead.

func (*PythonPackagesRequest_PythonPackage) GetName

func (*PythonPackagesRequest_PythonPackage) GetVersion

func (*PythonPackagesRequest_PythonPackage) ProtoMessage

func (*PythonPackagesRequest_PythonPackage) ProtoMessage()

func (*PythonPackagesRequest_PythonPackage) ProtoReflect

func (*PythonPackagesRequest_PythonPackage) Reset

func (*PythonPackagesRequest_PythonPackage) String

type Record

type Record struct {
	Num int64 `protobuf:"varint,1,opt,name=num,proto3" json:"num,omitempty"`
	// Types that are assignable to RecordType:
	//
	//	*Record_History
	//	*Record_Summary
	//	*Record_Output
	//	*Record_Config
	//	*Record_Files
	//	*Record_Stats
	//	*Record_Artifact
	//	*Record_Tbrecord
	//	*Record_Alert
	//	*Record_Telemetry
	//	*Record_Metric
	//	*Record_OutputRaw
	//	*Record_Run
	//	*Record_Exit
	//	*Record_Final
	//	*Record_Header
	//	*Record_Footer
	//	*Record_Preempting
	//	*Record_LinkArtifact
	//	*Record_UseArtifact
	//	*Record_Request
	RecordType isRecord_RecordType `protobuf_oneof:"record_type"`
	Control    *Control            `protobuf:"bytes,16,opt,name=control,proto3" json:"control,omitempty"`
	Uuid       string              `protobuf:"bytes,19,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XInfo      *XRecordInfo        `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

Record: joined record for message passing and persistence

func (*Record) Descriptor deprecated

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

Deprecated: Use Record.ProtoReflect.Descriptor instead.

func (*Record) GetAlert

func (x *Record) GetAlert() *AlertRecord

func (*Record) GetArtifact

func (x *Record) GetArtifact() *ArtifactRecord

func (*Record) GetConfig

func (x *Record) GetConfig() *ConfigRecord

func (*Record) GetControl

func (x *Record) GetControl() *Control

func (*Record) GetExit

func (x *Record) GetExit() *RunExitRecord

func (*Record) GetFiles

func (x *Record) GetFiles() *FilesRecord

func (*Record) GetFinal

func (x *Record) GetFinal() *FinalRecord

func (*Record) GetFooter

func (x *Record) GetFooter() *FooterRecord

func (*Record) GetHeader

func (x *Record) GetHeader() *HeaderRecord

func (*Record) GetHistory

func (x *Record) GetHistory() *HistoryRecord

func (*Record) GetLinkArtifact

func (x *Record) GetLinkArtifact() *LinkArtifactRecord

func (*Record) GetMetric

func (x *Record) GetMetric() *MetricRecord

func (*Record) GetNum

func (x *Record) GetNum() int64

func (*Record) GetOutput

func (x *Record) GetOutput() *OutputRecord

func (*Record) GetOutputRaw

func (x *Record) GetOutputRaw() *OutputRawRecord

func (*Record) GetPreempting

func (x *Record) GetPreempting() *RunPreemptingRecord

func (*Record) GetRecordType

func (m *Record) GetRecordType() isRecord_RecordType

func (*Record) GetRequest

func (x *Record) GetRequest() *Request

func (*Record) GetRun

func (x *Record) GetRun() *RunRecord

func (*Record) GetStats

func (x *Record) GetStats() *StatsRecord

func (*Record) GetSummary

func (x *Record) GetSummary() *SummaryRecord

func (*Record) GetTbrecord

func (x *Record) GetTbrecord() *TBRecord

func (*Record) GetTelemetry

func (x *Record) GetTelemetry() *TelemetryRecord

func (*Record) GetUseArtifact

func (x *Record) GetUseArtifact() *UseArtifactRecord

func (*Record) GetUuid

func (x *Record) GetUuid() string

func (*Record) GetXInfo

func (x *Record) GetXInfo() *XRecordInfo

func (*Record) ProtoMessage

func (*Record) ProtoMessage()

func (*Record) ProtoReflect

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

func (*Record) Reset

func (x *Record) Reset()

func (*Record) String

func (x *Record) String() string

type Record_Alert

type Record_Alert struct {
	Alert *AlertRecord `protobuf:"bytes,10,opt,name=alert,proto3,oneof"`
}

type Record_Artifact

type Record_Artifact struct {
	Artifact *ArtifactRecord `protobuf:"bytes,8,opt,name=artifact,proto3,oneof"`
}

type Record_Config

type Record_Config struct {
	Config *ConfigRecord `protobuf:"bytes,5,opt,name=config,proto3,oneof"`
}

type Record_Exit

type Record_Exit struct {
	Exit *RunExitRecord `protobuf:"bytes,18,opt,name=exit,proto3,oneof"`
}

type Record_Files

type Record_Files struct {
	Files *FilesRecord `protobuf:"bytes,6,opt,name=files,proto3,oneof"`
}

type Record_Final

type Record_Final struct {
	Final *FinalRecord `protobuf:"bytes,20,opt,name=final,proto3,oneof"`
}
type Record_Footer struct {
	Footer *FooterRecord `protobuf:"bytes,22,opt,name=footer,proto3,oneof"`
}

type Record_Header

type Record_Header struct {
	Header *HeaderRecord `protobuf:"bytes,21,opt,name=header,proto3,oneof"`
}

type Record_History

type Record_History struct {
	// Low numbers for more frequent data
	History *HistoryRecord `protobuf:"bytes,2,opt,name=history,proto3,oneof"`
}

type Record_LinkArtifact

type Record_LinkArtifact struct {
	LinkArtifact *LinkArtifactRecord `protobuf:"bytes,24,opt,name=link_artifact,json=linkArtifact,proto3,oneof"`
}

type Record_Metric

type Record_Metric struct {
	Metric *MetricRecord `protobuf:"bytes,12,opt,name=metric,proto3,oneof"`
}

type Record_Output

type Record_Output struct {
	Output *OutputRecord `protobuf:"bytes,4,opt,name=output,proto3,oneof"`
}

type Record_OutputRaw

type Record_OutputRaw struct {
	OutputRaw *OutputRawRecord `protobuf:"bytes,13,opt,name=output_raw,json=outputRaw,proto3,oneof"`
}

type Record_Preempting

type Record_Preempting struct {
	Preempting *RunPreemptingRecord `protobuf:"bytes,23,opt,name=preempting,proto3,oneof"`
}

type Record_Request

type Record_Request struct {
	// request field does not belong here longterm
	Request *Request `protobuf:"bytes,100,opt,name=request,proto3,oneof"`
}

type Record_Run

type Record_Run struct {
	// Higher numbers for less frequent data
	Run *RunRecord `protobuf:"bytes,17,opt,name=run,proto3,oneof"`
}

type Record_Stats

type Record_Stats struct {
	Stats *StatsRecord `protobuf:"bytes,7,opt,name=stats,proto3,oneof"`
}

type Record_Summary

type Record_Summary struct {
	Summary *SummaryRecord `protobuf:"bytes,3,opt,name=summary,proto3,oneof"`
}

type Record_Tbrecord

type Record_Tbrecord struct {
	Tbrecord *TBRecord `protobuf:"bytes,9,opt,name=tbrecord,proto3,oneof"`
}

type Record_Telemetry

type Record_Telemetry struct {
	Telemetry *TelemetryRecord `protobuf:"bytes,11,opt,name=telemetry,proto3,oneof"`
}

type Record_UseArtifact

type Record_UseArtifact struct {
	UseArtifact *UseArtifactRecord `protobuf:"bytes,25,opt,name=use_artifact,json=useArtifact,proto3,oneof"`
}

type Request

type Request struct {

	// Types that are assignable to RequestType:
	//
	//	*Request_StopStatus
	//	*Request_NetworkStatus
	//	*Request_Defer
	//	*Request_GetSummary
	//	*Request_Login
	//	*Request_Pause
	//	*Request_Resume
	//	*Request_PollExit
	//	*Request_SampledHistory
	//	*Request_PartialHistory
	//	*Request_RunStart
	//	*Request_CheckVersion
	//	*Request_LogArtifact
	//	*Request_DownloadArtifact
	//	*Request_Keepalive
	//	*Request_RunStatus
	//	*Request_Cancel
	//	*Request_Metadata
	//	*Request_InternalMessages
	//	*Request_PythonPackages
	//	*Request_Shutdown
	//	*Request_Attach
	//	*Request_Status
	//	*Request_ServerInfo
	//	*Request_SenderMark
	//	*Request_SenderRead
	//	*Request_StatusReport
	//	*Request_SummaryRecord
	//	*Request_TelemetryRecord
	//	*Request_JobInfo
	//	*Request_GetSystemMetrics
	//	*Request_Sync
	//	*Request_JobInput
	//	*Request_TestInject
	RequestType isRequest_RequestType `protobuf_oneof:"request_type"`
	// contains filtered or unexported fields
}

Request: all non persistent messages

func (*Request) Descriptor deprecated

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

Deprecated: Use Request.ProtoReflect.Descriptor instead.

func (*Request) GetAttach

func (x *Request) GetAttach() *AttachRequest

func (*Request) GetCancel

func (x *Request) GetCancel() *CancelRequest

func (*Request) GetCheckVersion

func (x *Request) GetCheckVersion() *CheckVersionRequest

func (*Request) GetDefer

func (x *Request) GetDefer() *DeferRequest

func (*Request) GetDownloadArtifact

func (x *Request) GetDownloadArtifact() *DownloadArtifactRequest

func (*Request) GetGetSummary

func (x *Request) GetGetSummary() *GetSummaryRequest

func (*Request) GetGetSystemMetrics

func (x *Request) GetGetSystemMetrics() *GetSystemMetricsRequest

func (*Request) GetInternalMessages

func (x *Request) GetInternalMessages() *InternalMessagesRequest

func (*Request) GetJobInfo

func (x *Request) GetJobInfo() *JobInfoRequest

func (*Request) GetJobInput

func (x *Request) GetJobInput() *JobInputRequest

func (*Request) GetKeepalive

func (x *Request) GetKeepalive() *KeepaliveRequest

func (*Request) GetLogArtifact

func (x *Request) GetLogArtifact() *LogArtifactRequest

func (*Request) GetLogin

func (x *Request) GetLogin() *LoginRequest

func (*Request) GetMetadata

func (x *Request) GetMetadata() *MetadataRequest

func (*Request) GetNetworkStatus

func (x *Request) GetNetworkStatus() *NetworkStatusRequest

func (*Request) GetPartialHistory

func (x *Request) GetPartialHistory() *PartialHistoryRequest

func (*Request) GetPause

func (x *Request) GetPause() *PauseRequest

func (*Request) GetPollExit

func (x *Request) GetPollExit() *PollExitRequest

func (*Request) GetPythonPackages

func (x *Request) GetPythonPackages() *PythonPackagesRequest

func (*Request) GetRequestType

func (m *Request) GetRequestType() isRequest_RequestType

func (*Request) GetResume

func (x *Request) GetResume() *ResumeRequest

func (*Request) GetRunStart

func (x *Request) GetRunStart() *RunStartRequest

func (*Request) GetRunStatus

func (x *Request) GetRunStatus() *RunStatusRequest

func (*Request) GetSampledHistory

func (x *Request) GetSampledHistory() *SampledHistoryRequest

func (*Request) GetSenderMark

func (x *Request) GetSenderMark() *SenderMarkRequest

func (*Request) GetSenderRead

func (x *Request) GetSenderRead() *SenderReadRequest

func (*Request) GetServerInfo

func (x *Request) GetServerInfo() *ServerInfoRequest

func (*Request) GetShutdown

func (x *Request) GetShutdown() *ShutdownRequest

func (*Request) GetStatus

func (x *Request) GetStatus() *StatusRequest

func (*Request) GetStatusReport

func (x *Request) GetStatusReport() *StatusReportRequest

func (*Request) GetStopStatus

func (x *Request) GetStopStatus() *StopStatusRequest

func (*Request) GetSummaryRecord

func (x *Request) GetSummaryRecord() *SummaryRecordRequest

func (*Request) GetSync

func (x *Request) GetSync() *SyncRequest

func (*Request) GetTelemetryRecord

func (x *Request) GetTelemetryRecord() *TelemetryRecordRequest

func (*Request) GetTestInject

func (x *Request) GetTestInject() *TestInjectRequest

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) ProtoReflect

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

func (*Request) Reset

func (x *Request) Reset()

func (*Request) String

func (x *Request) String() string

type Request_Attach

type Request_Attach struct {
	Attach *AttachRequest `protobuf:"bytes,65,opt,name=attach,proto3,oneof"`
}

type Request_Cancel

type Request_Cancel struct {
	Cancel *CancelRequest `protobuf:"bytes,21,opt,name=cancel,proto3,oneof"`
}

type Request_CheckVersion

type Request_CheckVersion struct {
	CheckVersion *CheckVersionRequest `protobuf:"bytes,12,opt,name=check_version,json=checkVersion,proto3,oneof"`
}

type Request_Defer

type Request_Defer struct {
	Defer *DeferRequest `protobuf:"bytes,3,opt,name=defer,proto3,oneof"`
}

type Request_DownloadArtifact

type Request_DownloadArtifact struct {
	DownloadArtifact *DownloadArtifactRequest `protobuf:"bytes,14,opt,name=download_artifact,json=downloadArtifact,proto3,oneof"`
}

type Request_GetSummary

type Request_GetSummary struct {
	GetSummary *GetSummaryRequest `protobuf:"bytes,4,opt,name=get_summary,json=getSummary,proto3,oneof"`
}

type Request_GetSystemMetrics

type Request_GetSystemMetrics struct {
	GetSystemMetrics *GetSystemMetricsRequest `protobuf:"bytes,74,opt,name=get_system_metrics,json=getSystemMetrics,proto3,oneof"`
}

type Request_InternalMessages

type Request_InternalMessages struct {
	InternalMessages *InternalMessagesRequest `protobuf:"bytes,23,opt,name=internal_messages,json=internalMessages,proto3,oneof"`
}

type Request_JobInfo

type Request_JobInfo struct {
	JobInfo *JobInfoRequest `protobuf:"bytes,73,opt,name=job_info,json=jobInfo,proto3,oneof"`
}

type Request_JobInput

type Request_JobInput struct {
	JobInput *JobInputRequest `protobuf:"bytes,77,opt,name=job_input,json=jobInput,proto3,oneof"`
}

type Request_Keepalive

type Request_Keepalive struct {
	Keepalive *KeepaliveRequest `protobuf:"bytes,17,opt,name=keepalive,proto3,oneof"`
}

type Request_LogArtifact

type Request_LogArtifact struct {
	LogArtifact *LogArtifactRequest `protobuf:"bytes,13,opt,name=log_artifact,json=logArtifact,proto3,oneof"`
}

type Request_Login

type Request_Login struct {
	Login *LoginRequest `protobuf:"bytes,5,opt,name=login,proto3,oneof"`
}

type Request_Metadata

type Request_Metadata struct {
	Metadata *MetadataRequest `protobuf:"bytes,22,opt,name=metadata,proto3,oneof"`
}

type Request_NetworkStatus

type Request_NetworkStatus struct {
	NetworkStatus *NetworkStatusRequest `protobuf:"bytes,2,opt,name=network_status,json=networkStatus,proto3,oneof"`
}

type Request_PartialHistory

type Request_PartialHistory struct {
	PartialHistory *PartialHistoryRequest `protobuf:"bytes,10,opt,name=partial_history,json=partialHistory,proto3,oneof"`
}

type Request_Pause

type Request_Pause struct {
	Pause *PauseRequest `protobuf:"bytes,6,opt,name=pause,proto3,oneof"`
}

type Request_PollExit

type Request_PollExit struct {
	PollExit *PollExitRequest `protobuf:"bytes,8,opt,name=poll_exit,json=pollExit,proto3,oneof"`
}

type Request_PythonPackages

type Request_PythonPackages struct {
	PythonPackages *PythonPackagesRequest `protobuf:"bytes,24,opt,name=python_packages,json=pythonPackages,proto3,oneof"`
}

type Request_Resume

type Request_Resume struct {
	Resume *ResumeRequest `protobuf:"bytes,7,opt,name=resume,proto3,oneof"`
}

type Request_RunStart

type Request_RunStart struct {
	RunStart *RunStartRequest `protobuf:"bytes,11,opt,name=run_start,json=runStart,proto3,oneof"`
}

type Request_RunStatus

type Request_RunStatus struct {
	RunStatus *RunStatusRequest `protobuf:"bytes,20,opt,name=run_status,json=runStatus,proto3,oneof"`
}

type Request_SampledHistory

type Request_SampledHistory struct {
	SampledHistory *SampledHistoryRequest `protobuf:"bytes,9,opt,name=sampled_history,json=sampledHistory,proto3,oneof"`
}

type Request_SenderMark

type Request_SenderMark struct {
	SenderMark *SenderMarkRequest `protobuf:"bytes,68,opt,name=sender_mark,json=senderMark,proto3,oneof"`
}

type Request_SenderRead

type Request_SenderRead struct {
	SenderRead *SenderReadRequest `protobuf:"bytes,69,opt,name=sender_read,json=senderRead,proto3,oneof"`
}

type Request_ServerInfo

type Request_ServerInfo struct {
	ServerInfo *ServerInfoRequest `protobuf:"bytes,67,opt,name=server_info,json=serverInfo,proto3,oneof"`
}

type Request_Shutdown

type Request_Shutdown struct {
	Shutdown *ShutdownRequest `protobuf:"bytes,64,opt,name=shutdown,proto3,oneof"`
}

type Request_Status

type Request_Status struct {
	Status *StatusRequest `protobuf:"bytes,66,opt,name=status,proto3,oneof"`
}

type Request_StatusReport

type Request_StatusReport struct {
	StatusReport *StatusReportRequest `protobuf:"bytes,70,opt,name=status_report,json=statusReport,proto3,oneof"`
}

type Request_StopStatus

type Request_StopStatus struct {
	StopStatus *StopStatusRequest `protobuf:"bytes,1,opt,name=stop_status,json=stopStatus,proto3,oneof"`
}

type Request_SummaryRecord

type Request_SummaryRecord struct {
	SummaryRecord *SummaryRecordRequest `protobuf:"bytes,71,opt,name=summary_record,json=summaryRecord,proto3,oneof"`
}

type Request_Sync

type Request_Sync struct {
	Sync *SyncRequest `protobuf:"bytes,76,opt,name=sync,proto3,oneof"`
}

type Request_TelemetryRecord

type Request_TelemetryRecord struct {
	TelemetryRecord *TelemetryRecordRequest `protobuf:"bytes,72,opt,name=telemetry_record,json=telemetryRecord,proto3,oneof"`
}

type Request_TestInject

type Request_TestInject struct {
	TestInject *TestInjectRequest `protobuf:"bytes,1000,opt,name=test_inject,json=testInject,proto3,oneof"`
}

type Response

type Response struct {

	// Types that are assignable to ResponseType:
	//
	//	*Response_KeepaliveResponse
	//	*Response_StopStatusResponse
	//	*Response_NetworkStatusResponse
	//	*Response_LoginResponse
	//	*Response_GetSummaryResponse
	//	*Response_PollExitResponse
	//	*Response_SampledHistoryResponse
	//	*Response_RunStartResponse
	//	*Response_CheckVersionResponse
	//	*Response_LogArtifactResponse
	//	*Response_DownloadArtifactResponse
	//	*Response_RunStatusResponse
	//	*Response_CancelResponse
	//	*Response_InternalMessagesResponse
	//	*Response_ShutdownResponse
	//	*Response_AttachResponse
	//	*Response_StatusResponse
	//	*Response_ServerInfoResponse
	//	*Response_JobInfoResponse
	//	*Response_GetSystemMetricsResponse
	//	*Response_SyncResponse
	//	*Response_TestInjectResponse
	ResponseType isResponse_ResponseType `protobuf_oneof:"response_type"`
	// contains filtered or unexported fields
}

Response: all non persistent responses to Requests

func (*Response) Descriptor deprecated

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

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetAttachResponse

func (x *Response) GetAttachResponse() *AttachResponse

func (*Response) GetCancelResponse

func (x *Response) GetCancelResponse() *CancelResponse

func (*Response) GetCheckVersionResponse

func (x *Response) GetCheckVersionResponse() *CheckVersionResponse

func (*Response) GetDownloadArtifactResponse

func (x *Response) GetDownloadArtifactResponse() *DownloadArtifactResponse

func (*Response) GetGetSummaryResponse

func (x *Response) GetGetSummaryResponse() *GetSummaryResponse

func (*Response) GetGetSystemMetricsResponse

func (x *Response) GetGetSystemMetricsResponse() *GetSystemMetricsResponse

func (*Response) GetInternalMessagesResponse

func (x *Response) GetInternalMessagesResponse() *InternalMessagesResponse

func (*Response) GetJobInfoResponse

func (x *Response) GetJobInfoResponse() *JobInfoResponse

func (*Response) GetKeepaliveResponse

func (x *Response) GetKeepaliveResponse() *KeepaliveResponse

func (*Response) GetLogArtifactResponse

func (x *Response) GetLogArtifactResponse() *LogArtifactResponse

func (*Response) GetLoginResponse

func (x *Response) GetLoginResponse() *LoginResponse

func (*Response) GetNetworkStatusResponse

func (x *Response) GetNetworkStatusResponse() *NetworkStatusResponse

func (*Response) GetPollExitResponse

func (x *Response) GetPollExitResponse() *PollExitResponse

func (*Response) GetResponseType

func (m *Response) GetResponseType() isResponse_ResponseType

func (*Response) GetRunStartResponse

func (x *Response) GetRunStartResponse() *RunStartResponse

func (*Response) GetRunStatusResponse

func (x *Response) GetRunStatusResponse() *RunStatusResponse

func (*Response) GetSampledHistoryResponse

func (x *Response) GetSampledHistoryResponse() *SampledHistoryResponse

func (*Response) GetServerInfoResponse

func (x *Response) GetServerInfoResponse() *ServerInfoResponse

func (*Response) GetShutdownResponse

func (x *Response) GetShutdownResponse() *ShutdownResponse

func (*Response) GetStatusResponse

func (x *Response) GetStatusResponse() *StatusResponse

func (*Response) GetStopStatusResponse

func (x *Response) GetStopStatusResponse() *StopStatusResponse

func (*Response) GetSyncResponse

func (x *Response) GetSyncResponse() *SyncResponse

func (*Response) GetTestInjectResponse

func (x *Response) GetTestInjectResponse() *TestInjectResponse

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

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

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type Response_AttachResponse

type Response_AttachResponse struct {
	AttachResponse *AttachResponse `protobuf:"bytes,65,opt,name=attach_response,json=attachResponse,proto3,oneof"`
}

type Response_CancelResponse

type Response_CancelResponse struct {
	CancelResponse *CancelResponse `protobuf:"bytes,36,opt,name=cancel_response,json=cancelResponse,proto3,oneof"`
}

type Response_CheckVersionResponse

type Response_CheckVersionResponse struct {
	CheckVersionResponse *CheckVersionResponse `protobuf:"bytes,29,opt,name=check_version_response,json=checkVersionResponse,proto3,oneof"`
}

type Response_DownloadArtifactResponse

type Response_DownloadArtifactResponse struct {
	DownloadArtifactResponse *DownloadArtifactResponse `protobuf:"bytes,31,opt,name=download_artifact_response,json=downloadArtifactResponse,proto3,oneof"`
}

type Response_GetSummaryResponse

type Response_GetSummaryResponse struct {
	GetSummaryResponse *GetSummaryResponse `protobuf:"bytes,25,opt,name=get_summary_response,json=getSummaryResponse,proto3,oneof"`
}

type Response_GetSystemMetricsResponse

type Response_GetSystemMetricsResponse struct {
	GetSystemMetricsResponse *GetSystemMetricsResponse `protobuf:"bytes,69,opt,name=get_system_metrics_response,json=getSystemMetricsResponse,proto3,oneof"`
}

type Response_InternalMessagesResponse

type Response_InternalMessagesResponse struct {
	InternalMessagesResponse *InternalMessagesResponse `protobuf:"bytes,37,opt,name=internal_messages_response,json=internalMessagesResponse,proto3,oneof"`
}

type Response_JobInfoResponse

type Response_JobInfoResponse struct {
	JobInfoResponse *JobInfoResponse `protobuf:"bytes,68,opt,name=job_info_response,json=jobInfoResponse,proto3,oneof"`
}

type Response_KeepaliveResponse

type Response_KeepaliveResponse struct {
	KeepaliveResponse *KeepaliveResponse `protobuf:"bytes,18,opt,name=keepalive_response,json=keepaliveResponse,proto3,oneof"`
}

type Response_LogArtifactResponse

type Response_LogArtifactResponse struct {
	LogArtifactResponse *LogArtifactResponse `protobuf:"bytes,30,opt,name=log_artifact_response,json=logArtifactResponse,proto3,oneof"`
}

type Response_LoginResponse

type Response_LoginResponse struct {
	LoginResponse *LoginResponse `protobuf:"bytes,24,opt,name=login_response,json=loginResponse,proto3,oneof"`
}

type Response_NetworkStatusResponse

type Response_NetworkStatusResponse struct {
	NetworkStatusResponse *NetworkStatusResponse `protobuf:"bytes,20,opt,name=network_status_response,json=networkStatusResponse,proto3,oneof"`
}

type Response_PollExitResponse

type Response_PollExitResponse struct {
	PollExitResponse *PollExitResponse `protobuf:"bytes,26,opt,name=poll_exit_response,json=pollExitResponse,proto3,oneof"`
}

type Response_RunStartResponse

type Response_RunStartResponse struct {
	RunStartResponse *RunStartResponse `protobuf:"bytes,28,opt,name=run_start_response,json=runStartResponse,proto3,oneof"`
}

type Response_RunStatusResponse

type Response_RunStatusResponse struct {
	RunStatusResponse *RunStatusResponse `protobuf:"bytes,35,opt,name=run_status_response,json=runStatusResponse,proto3,oneof"`
}

type Response_SampledHistoryResponse

type Response_SampledHistoryResponse struct {
	SampledHistoryResponse *SampledHistoryResponse `protobuf:"bytes,27,opt,name=sampled_history_response,json=sampledHistoryResponse,proto3,oneof"`
}

type Response_ServerInfoResponse

type Response_ServerInfoResponse struct {
	ServerInfoResponse *ServerInfoResponse `protobuf:"bytes,67,opt,name=server_info_response,json=serverInfoResponse,proto3,oneof"`
}

type Response_ShutdownResponse

type Response_ShutdownResponse struct {
	ShutdownResponse *ShutdownResponse `protobuf:"bytes,64,opt,name=shutdown_response,json=shutdownResponse,proto3,oneof"`
}

type Response_StatusResponse

type Response_StatusResponse struct {
	StatusResponse *StatusResponse `protobuf:"bytes,66,opt,name=status_response,json=statusResponse,proto3,oneof"`
}

type Response_StopStatusResponse

type Response_StopStatusResponse struct {
	StopStatusResponse *StopStatusResponse `protobuf:"bytes,19,opt,name=stop_status_response,json=stopStatusResponse,proto3,oneof"`
}

type Response_SyncResponse

type Response_SyncResponse struct {
	SyncResponse *SyncResponse `protobuf:"bytes,70,opt,name=sync_response,json=syncResponse,proto3,oneof"`
}

type Response_TestInjectResponse

type Response_TestInjectResponse struct {
	TestInjectResponse *TestInjectResponse `protobuf:"bytes,1000,opt,name=test_inject_response,json=testInjectResponse,proto3,oneof"`
}

type Result

type Result struct {

	// Types that are assignable to ResultType:
	//
	//	*Result_RunResult
	//	*Result_ExitResult
	//	*Result_LogResult
	//	*Result_SummaryResult
	//	*Result_OutputResult
	//	*Result_ConfigResult
	//	*Result_Response
	ResultType isResult_ResultType `protobuf_oneof:"result_type"`
	Control    *Control            `protobuf:"bytes,16,opt,name=control,proto3" json:"control,omitempty"`
	Uuid       string              `protobuf:"bytes,24,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XInfo      *XResultInfo        `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

Result: all results

func (*Result) Descriptor deprecated

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

Deprecated: Use Result.ProtoReflect.Descriptor instead.

func (*Result) GetConfigResult

func (x *Result) GetConfigResult() *ConfigResult

func (*Result) GetControl

func (x *Result) GetControl() *Control

func (*Result) GetExitResult

func (x *Result) GetExitResult() *RunExitResult

func (*Result) GetLogResult

func (x *Result) GetLogResult() *HistoryResult

func (*Result) GetOutputResult

func (x *Result) GetOutputResult() *OutputResult

func (*Result) GetResponse

func (x *Result) GetResponse() *Response

func (*Result) GetResultType

func (m *Result) GetResultType() isResult_ResultType

func (*Result) GetRunResult

func (x *Result) GetRunResult() *RunUpdateResult

func (*Result) GetSummaryResult

func (x *Result) GetSummaryResult() *SummaryResult

func (*Result) GetUuid

func (x *Result) GetUuid() string

func (*Result) GetXInfo

func (x *Result) GetXInfo() *XResultInfo

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) ProtoReflect

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

func (*Result) Reset

func (x *Result) Reset()

func (*Result) String

func (x *Result) String() string

type Result_ConfigResult

type Result_ConfigResult struct {
	ConfigResult *ConfigResult `protobuf:"bytes,23,opt,name=config_result,json=configResult,proto3,oneof"`
}

type Result_ExitResult

type Result_ExitResult struct {
	ExitResult *RunExitResult `protobuf:"bytes,18,opt,name=exit_result,json=exitResult,proto3,oneof"`
}

type Result_LogResult

type Result_LogResult struct {
	LogResult *HistoryResult `protobuf:"bytes,20,opt,name=log_result,json=logResult,proto3,oneof"`
}

type Result_OutputResult

type Result_OutputResult struct {
	OutputResult *OutputResult `protobuf:"bytes,22,opt,name=output_result,json=outputResult,proto3,oneof"`
}

type Result_Response

type Result_Response struct {
	// response field does not belong here longterm
	Response *Response `protobuf:"bytes,100,opt,name=response,proto3,oneof"`
}

type Result_RunResult

type Result_RunResult struct {
	RunResult *RunUpdateResult `protobuf:"bytes,17,opt,name=run_result,json=runResult,proto3,oneof"`
}

type Result_SummaryResult

type Result_SummaryResult struct {
	SummaryResult *SummaryResult `protobuf:"bytes,21,opt,name=summary_result,json=summaryResult,proto3,oneof"`
}

type ResumeRequest

type ResumeRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

ResumeRequest: internal message to resume the heartbeat

func (*ResumeRequest) Descriptor deprecated

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

Deprecated: Use ResumeRequest.ProtoReflect.Descriptor instead.

func (*ResumeRequest) GetXInfo

func (x *ResumeRequest) GetXInfo() *XRequestInfo

func (*ResumeRequest) ProtoMessage

func (*ResumeRequest) ProtoMessage()

func (*ResumeRequest) ProtoReflect

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

func (*ResumeRequest) Reset

func (x *ResumeRequest) Reset()

func (*ResumeRequest) String

func (x *ResumeRequest) String() string

type ResumeResponse

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

func (*ResumeResponse) Descriptor deprecated

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

Deprecated: Use ResumeResponse.ProtoReflect.Descriptor instead.

func (*ResumeResponse) ProtoMessage

func (*ResumeResponse) ProtoMessage()

func (*ResumeResponse) ProtoReflect

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

func (*ResumeResponse) Reset

func (x *ResumeResponse) Reset()

func (*ResumeResponse) String

func (x *ResumeResponse) String() string

type RunExitRecord

type RunExitRecord struct {
	ExitCode int32        `protobuf:"varint,1,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	Runtime  int32        `protobuf:"varint,2,opt,name=runtime,proto3" json:"runtime,omitempty"`
	XInfo    *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

RunExitRecord: exit status of process

func (*RunExitRecord) Descriptor deprecated

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

Deprecated: Use RunExitRecord.ProtoReflect.Descriptor instead.

func (*RunExitRecord) GetExitCode

func (x *RunExitRecord) GetExitCode() int32

func (*RunExitRecord) GetRuntime

func (x *RunExitRecord) GetRuntime() int32

func (*RunExitRecord) GetXInfo

func (x *RunExitRecord) GetXInfo() *XRecordInfo

func (*RunExitRecord) ProtoMessage

func (*RunExitRecord) ProtoMessage()

func (*RunExitRecord) ProtoReflect

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

func (*RunExitRecord) Reset

func (x *RunExitRecord) Reset()

func (*RunExitRecord) String

func (x *RunExitRecord) String() string

type RunExitResult

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

func (*RunExitResult) Descriptor deprecated

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

Deprecated: Use RunExitResult.ProtoReflect.Descriptor instead.

func (*RunExitResult) ProtoMessage

func (*RunExitResult) ProtoMessage()

func (*RunExitResult) ProtoReflect

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

func (*RunExitResult) Reset

func (x *RunExitResult) Reset()

func (*RunExitResult) String

func (x *RunExitResult) String() string

type RunMoment

type RunMoment struct {
	Run    string  `protobuf:"bytes,1,opt,name=run,proto3" json:"run,omitempty"`       // The name of the run to fork from.
	Value  float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"` // The value of the metric to fork at.
	Metric string  `protobuf:"bytes,3,opt,name=metric,proto3" json:"metric,omitempty"` // The name of the metric to use to find a fork point.
	// contains filtered or unexported fields
}

Serialized representation of the RunMoment class in wandb.sdk.lib.run_moment. Used to communicate the moment in a run at which forking or resuming should take place.

func (*RunMoment) Descriptor deprecated

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

Deprecated: Use RunMoment.ProtoReflect.Descriptor instead.

func (*RunMoment) GetMetric

func (x *RunMoment) GetMetric() string

func (*RunMoment) GetRun

func (x *RunMoment) GetRun() string

func (*RunMoment) GetValue

func (x *RunMoment) GetValue() float64

func (*RunMoment) ProtoMessage

func (*RunMoment) ProtoMessage()

func (*RunMoment) ProtoReflect

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

func (*RunMoment) Reset

func (x *RunMoment) Reset()

func (*RunMoment) String

func (x *RunMoment) String() string

type RunPreemptingRecord

type RunPreemptingRecord struct {
	XInfo *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

RunPreemptingRecord: run being preempted

func (*RunPreemptingRecord) Descriptor deprecated

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

Deprecated: Use RunPreemptingRecord.ProtoReflect.Descriptor instead.

func (*RunPreemptingRecord) GetXInfo

func (x *RunPreemptingRecord) GetXInfo() *XRecordInfo

func (*RunPreemptingRecord) ProtoMessage

func (*RunPreemptingRecord) ProtoMessage()

func (*RunPreemptingRecord) ProtoReflect

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

func (*RunPreemptingRecord) Reset

func (x *RunPreemptingRecord) Reset()

func (*RunPreemptingRecord) String

func (x *RunPreemptingRecord) String() string

type RunPreemptingResult

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

func (*RunPreemptingResult) Descriptor deprecated

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

Deprecated: Use RunPreemptingResult.ProtoReflect.Descriptor instead.

func (*RunPreemptingResult) ProtoMessage

func (*RunPreemptingResult) ProtoMessage()

func (*RunPreemptingResult) ProtoReflect

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

func (*RunPreemptingResult) Reset

func (x *RunPreemptingResult) Reset()

func (*RunPreemptingResult) String

func (x *RunPreemptingResult) String() string

type RunRecord

type RunRecord struct {
	RunId        string                 `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	Entity       string                 `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"`
	Project      string                 `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	Config       *ConfigRecord          `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"`
	Summary      *SummaryRecord         `protobuf:"bytes,5,opt,name=summary,proto3" json:"summary,omitempty"`
	RunGroup     string                 `protobuf:"bytes,6,opt,name=run_group,json=runGroup,proto3" json:"run_group,omitempty"`
	JobType      string                 `protobuf:"bytes,7,opt,name=job_type,json=jobType,proto3" json:"job_type,omitempty"`
	DisplayName  string                 `protobuf:"bytes,8,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Notes        string                 `protobuf:"bytes,9,opt,name=notes,proto3" json:"notes,omitempty"`
	Tags         []string               `protobuf:"bytes,10,rep,name=tags,proto3" json:"tags,omitempty"`
	Settings     *SettingsRecord        `protobuf:"bytes,11,opt,name=settings,proto3" json:"settings,omitempty"`
	SweepId      string                 `protobuf:"bytes,12,opt,name=sweep_id,json=sweepId,proto3" json:"sweep_id,omitempty"`
	Host         string                 `protobuf:"bytes,13,opt,name=host,proto3" json:"host,omitempty"`
	StartingStep int64                  `protobuf:"varint,14,opt,name=starting_step,json=startingStep,proto3" json:"starting_step,omitempty"`
	StorageId    string                 `protobuf:"bytes,16,opt,name=storage_id,json=storageId,proto3" json:"storage_id,omitempty"`
	StartTime    *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	Resumed      bool                   `protobuf:"varint,18,opt,name=resumed,proto3" json:"resumed,omitempty"`
	Telemetry    *TelemetryRecord       `protobuf:"bytes,19,opt,name=telemetry,proto3" json:"telemetry,omitempty"`
	Runtime      int32                  `protobuf:"varint,20,opt,name=runtime,proto3" json:"runtime,omitempty"`
	Git          *GitRepoRecord         `protobuf:"bytes,21,opt,name=git,proto3" json:"git,omitempty"`
	Forked       bool                   `protobuf:"varint,22,opt,name=forked,proto3" json:"forked,omitempty"`
	XInfo        *XRecordInfo           `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

RunRecord: wandb/sdk/wandb_run/Run

func (*RunRecord) Descriptor deprecated

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

Deprecated: Use RunRecord.ProtoReflect.Descriptor instead.

func (*RunRecord) GetConfig

func (x *RunRecord) GetConfig() *ConfigRecord

func (*RunRecord) GetDisplayName

func (x *RunRecord) GetDisplayName() string

func (*RunRecord) GetEntity

func (x *RunRecord) GetEntity() string

func (*RunRecord) GetForked

func (x *RunRecord) GetForked() bool

func (*RunRecord) GetGit

func (x *RunRecord) GetGit() *GitRepoRecord

func (*RunRecord) GetHost

func (x *RunRecord) GetHost() string

func (*RunRecord) GetJobType

func (x *RunRecord) GetJobType() string

func (*RunRecord) GetNotes

func (x *RunRecord) GetNotes() string

func (*RunRecord) GetProject

func (x *RunRecord) GetProject() string

func (*RunRecord) GetResumed

func (x *RunRecord) GetResumed() bool

func (*RunRecord) GetRunGroup

func (x *RunRecord) GetRunGroup() string

func (*RunRecord) GetRunId

func (x *RunRecord) GetRunId() string

func (*RunRecord) GetRuntime

func (x *RunRecord) GetRuntime() int32

func (*RunRecord) GetSettings

func (x *RunRecord) GetSettings() *SettingsRecord

func (*RunRecord) GetStartTime

func (x *RunRecord) GetStartTime() *timestamppb.Timestamp

func (*RunRecord) GetStartingStep

func (x *RunRecord) GetStartingStep() int64

func (*RunRecord) GetStorageId

func (x *RunRecord) GetStorageId() string

func (*RunRecord) GetSummary

func (x *RunRecord) GetSummary() *SummaryRecord

func (*RunRecord) GetSweepId

func (x *RunRecord) GetSweepId() string

func (*RunRecord) GetTags

func (x *RunRecord) GetTags() []string

func (*RunRecord) GetTelemetry

func (x *RunRecord) GetTelemetry() *TelemetryRecord

func (*RunRecord) GetXInfo

func (x *RunRecord) GetXInfo() *XRecordInfo

func (*RunRecord) ProtoMessage

func (*RunRecord) ProtoMessage()

func (*RunRecord) ProtoReflect

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

func (*RunRecord) Reset

func (x *RunRecord) Reset()

func (*RunRecord) String

func (x *RunRecord) String() string

type RunStartRequest

type RunStartRequest struct {
	Run   *RunRecord    `protobuf:"bytes,1,opt,name=run,proto3" json:"run,omitempty"`
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

RunStartRequest: start the run

func (*RunStartRequest) Descriptor deprecated

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

Deprecated: Use RunStartRequest.ProtoReflect.Descriptor instead.

func (*RunStartRequest) GetRun

func (x *RunStartRequest) GetRun() *RunRecord

func (*RunStartRequest) GetXInfo

func (x *RunStartRequest) GetXInfo() *XRequestInfo

func (*RunStartRequest) ProtoMessage

func (*RunStartRequest) ProtoMessage()

func (*RunStartRequest) ProtoReflect

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

func (*RunStartRequest) Reset

func (x *RunStartRequest) Reset()

func (*RunStartRequest) String

func (x *RunStartRequest) String() string

type RunStartResponse

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

func (*RunStartResponse) Descriptor deprecated

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

Deprecated: Use RunStartResponse.ProtoReflect.Descriptor instead.

func (*RunStartResponse) ProtoMessage

func (*RunStartResponse) ProtoMessage()

func (*RunStartResponse) ProtoReflect

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

func (*RunStartResponse) Reset

func (x *RunStartResponse) Reset()

func (*RunStartResponse) String

func (x *RunStartResponse) String() string

type RunStatusRequest

type RunStatusRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

RunStatusRequest:

func (*RunStatusRequest) Descriptor deprecated

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

Deprecated: Use RunStatusRequest.ProtoReflect.Descriptor instead.

func (*RunStatusRequest) GetXInfo

func (x *RunStatusRequest) GetXInfo() *XRequestInfo

func (*RunStatusRequest) ProtoMessage

func (*RunStatusRequest) ProtoMessage()

func (*RunStatusRequest) ProtoReflect

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

func (*RunStatusRequest) Reset

func (x *RunStatusRequest) Reset()

func (*RunStatusRequest) String

func (x *RunStatusRequest) String() string

type RunStatusResponse

type RunStatusResponse struct {
	SyncItemsTotal   int64                  `protobuf:"varint,1,opt,name=sync_items_total,json=syncItemsTotal,proto3" json:"sync_items_total,omitempty"`
	SyncItemsPending int64                  `protobuf:"varint,2,opt,name=sync_items_pending,json=syncItemsPending,proto3" json:"sync_items_pending,omitempty"`
	SyncTime         *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=sync_time,json=syncTime,proto3" json:"sync_time,omitempty"`
	// contains filtered or unexported fields
}

func (*RunStatusResponse) Descriptor deprecated

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

Deprecated: Use RunStatusResponse.ProtoReflect.Descriptor instead.

func (*RunStatusResponse) GetSyncItemsPending

func (x *RunStatusResponse) GetSyncItemsPending() int64

func (*RunStatusResponse) GetSyncItemsTotal

func (x *RunStatusResponse) GetSyncItemsTotal() int64

func (*RunStatusResponse) GetSyncTime

func (x *RunStatusResponse) GetSyncTime() *timestamppb.Timestamp

func (*RunStatusResponse) ProtoMessage

func (*RunStatusResponse) ProtoMessage()

func (*RunStatusResponse) ProtoReflect

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

func (*RunStatusResponse) Reset

func (x *RunStatusResponse) Reset()

func (*RunStatusResponse) String

func (x *RunStatusResponse) String() string

type RunUpdateResult

type RunUpdateResult struct {
	Run   *RunRecord `protobuf:"bytes,1,opt,name=run,proto3" json:"run,omitempty"`
	Error *ErrorInfo `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RunUpdateResult) Descriptor deprecated

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

Deprecated: Use RunUpdateResult.ProtoReflect.Descriptor instead.

func (*RunUpdateResult) GetError

func (x *RunUpdateResult) GetError() *ErrorInfo

func (*RunUpdateResult) GetRun

func (x *RunUpdateResult) GetRun() *RunRecord

func (*RunUpdateResult) ProtoMessage

func (*RunUpdateResult) ProtoMessage()

func (*RunUpdateResult) ProtoReflect

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

func (*RunUpdateResult) Reset

func (x *RunUpdateResult) Reset()

func (*RunUpdateResult) String

func (x *RunUpdateResult) String() string

type SampledHistoryItem

type SampledHistoryItem struct {
	Key         string    `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	NestedKey   []string  `protobuf:"bytes,2,rep,name=nested_key,json=nestedKey,proto3" json:"nested_key,omitempty"`
	ValuesFloat []float32 `protobuf:"fixed32,3,rep,packed,name=values_float,json=valuesFloat,proto3" json:"values_float,omitempty"`
	ValuesInt   []int64   `protobuf:"varint,4,rep,packed,name=values_int,json=valuesInt,proto3" json:"values_int,omitempty"`
	// contains filtered or unexported fields
}

SampledHistoryItem:

key and nested_key are mutually exclusive. Only one of them should be set. key is supposedly more performant than nested_key, so nested_key should be only used for nested keys.

func (*SampledHistoryItem) Descriptor deprecated

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

Deprecated: Use SampledHistoryItem.ProtoReflect.Descriptor instead.

func (*SampledHistoryItem) GetKey

func (x *SampledHistoryItem) GetKey() string

func (*SampledHistoryItem) GetNestedKey

func (x *SampledHistoryItem) GetNestedKey() []string

func (*SampledHistoryItem) GetValuesFloat

func (x *SampledHistoryItem) GetValuesFloat() []float32

func (*SampledHistoryItem) GetValuesInt

func (x *SampledHistoryItem) GetValuesInt() []int64

func (*SampledHistoryItem) ProtoMessage

func (*SampledHistoryItem) ProtoMessage()

func (*SampledHistoryItem) ProtoReflect

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

func (*SampledHistoryItem) Reset

func (x *SampledHistoryItem) Reset()

func (*SampledHistoryItem) String

func (x *SampledHistoryItem) String() string

type SampledHistoryRequest

type SampledHistoryRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

SampledHistoryRequest:

func (*SampledHistoryRequest) Descriptor deprecated

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

Deprecated: Use SampledHistoryRequest.ProtoReflect.Descriptor instead.

func (*SampledHistoryRequest) GetXInfo

func (x *SampledHistoryRequest) GetXInfo() *XRequestInfo

func (*SampledHistoryRequest) ProtoMessage

func (*SampledHistoryRequest) ProtoMessage()

func (*SampledHistoryRequest) ProtoReflect

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

func (*SampledHistoryRequest) Reset

func (x *SampledHistoryRequest) Reset()

func (*SampledHistoryRequest) String

func (x *SampledHistoryRequest) String() string

type SampledHistoryResponse

type SampledHistoryResponse struct {
	Item []*SampledHistoryItem `protobuf:"bytes,1,rep,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*SampledHistoryResponse) Descriptor deprecated

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

Deprecated: Use SampledHistoryResponse.ProtoReflect.Descriptor instead.

func (*SampledHistoryResponse) GetItem

func (*SampledHistoryResponse) ProtoMessage

func (*SampledHistoryResponse) ProtoMessage()

func (*SampledHistoryResponse) ProtoReflect

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

func (*SampledHistoryResponse) Reset

func (x *SampledHistoryResponse) Reset()

func (*SampledHistoryResponse) String

func (x *SampledHistoryResponse) String() string

type SenderMarkRequest

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

func (*SenderMarkRequest) Descriptor deprecated

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

Deprecated: Use SenderMarkRequest.ProtoReflect.Descriptor instead.

func (*SenderMarkRequest) ProtoMessage

func (*SenderMarkRequest) ProtoMessage()

func (*SenderMarkRequest) ProtoReflect

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

func (*SenderMarkRequest) Reset

func (x *SenderMarkRequest) Reset()

func (*SenderMarkRequest) String

func (x *SenderMarkRequest) String() string

type SenderReadRequest

type SenderReadRequest struct {
	StartOffset int64 `protobuf:"varint,1,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"`
	FinalOffset int64 `protobuf:"varint,2,opt,name=final_offset,json=finalOffset,proto3" json:"final_offset,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderReadRequest) Descriptor deprecated

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

Deprecated: Use SenderReadRequest.ProtoReflect.Descriptor instead.

func (*SenderReadRequest) GetFinalOffset

func (x *SenderReadRequest) GetFinalOffset() int64

func (*SenderReadRequest) GetStartOffset

func (x *SenderReadRequest) GetStartOffset() int64

func (*SenderReadRequest) ProtoMessage

func (*SenderReadRequest) ProtoMessage()

func (*SenderReadRequest) ProtoReflect

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

func (*SenderReadRequest) Reset

func (x *SenderReadRequest) Reset()

func (*SenderReadRequest) String

func (x *SenderReadRequest) String() string

type ServerInfoRequest

type ServerInfoRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

ServerInfoRequest:

func (*ServerInfoRequest) Descriptor deprecated

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

Deprecated: Use ServerInfoRequest.ProtoReflect.Descriptor instead.

func (*ServerInfoRequest) GetXInfo

func (x *ServerInfoRequest) GetXInfo() *XRequestInfo

func (*ServerInfoRequest) ProtoMessage

func (*ServerInfoRequest) ProtoMessage()

func (*ServerInfoRequest) ProtoReflect

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

func (*ServerInfoRequest) Reset

func (x *ServerInfoRequest) Reset()

func (*ServerInfoRequest) String

func (x *ServerInfoRequest) String() string

type ServerInfoResponse

type ServerInfoResponse struct {
	LocalInfo      *LocalInfo      `protobuf:"bytes,1,opt,name=local_info,json=localInfo,proto3" json:"local_info,omitempty"`
	ServerMessages *ServerMessages `protobuf:"bytes,2,opt,name=server_messages,json=serverMessages,proto3" json:"server_messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerInfoResponse) Descriptor deprecated

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

Deprecated: Use ServerInfoResponse.ProtoReflect.Descriptor instead.

func (*ServerInfoResponse) GetLocalInfo

func (x *ServerInfoResponse) GetLocalInfo() *LocalInfo

func (*ServerInfoResponse) GetServerMessages

func (x *ServerInfoResponse) GetServerMessages() *ServerMessages

func (*ServerInfoResponse) ProtoMessage

func (*ServerInfoResponse) ProtoMessage()

func (*ServerInfoResponse) ProtoReflect

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

func (*ServerInfoResponse) Reset

func (x *ServerInfoResponse) Reset()

func (*ServerInfoResponse) String

func (x *ServerInfoResponse) String() string

type ServerInformAttachRequest

type ServerInformAttachRequest struct {
	XInfo *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerInformAttachRequest) Descriptor deprecated

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

Deprecated: Use ServerInformAttachRequest.ProtoReflect.Descriptor instead.

func (*ServerInformAttachRequest) GetXInfo

func (x *ServerInformAttachRequest) GetXInfo() *XRecordInfo

func (*ServerInformAttachRequest) ProtoMessage

func (*ServerInformAttachRequest) ProtoMessage()

func (*ServerInformAttachRequest) ProtoReflect

func (*ServerInformAttachRequest) Reset

func (x *ServerInformAttachRequest) Reset()

func (*ServerInformAttachRequest) String

func (x *ServerInformAttachRequest) String() string

type ServerInformAttachResponse

type ServerInformAttachResponse struct {
	Settings *Settings    `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	XInfo    *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerInformAttachResponse) Descriptor deprecated

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

Deprecated: Use ServerInformAttachResponse.ProtoReflect.Descriptor instead.

func (*ServerInformAttachResponse) GetSettings

func (x *ServerInformAttachResponse) GetSettings() *Settings

func (*ServerInformAttachResponse) GetXInfo

func (x *ServerInformAttachResponse) GetXInfo() *XRecordInfo

func (*ServerInformAttachResponse) ProtoMessage

func (*ServerInformAttachResponse) ProtoMessage()

func (*ServerInformAttachResponse) ProtoReflect

func (*ServerInformAttachResponse) Reset

func (x *ServerInformAttachResponse) Reset()

func (*ServerInformAttachResponse) String

func (x *ServerInformAttachResponse) String() string

type ServerInformDetachRequest

type ServerInformDetachRequest struct {
	XInfo *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerInformDetachRequest) Descriptor deprecated

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

Deprecated: Use ServerInformDetachRequest.ProtoReflect.Descriptor instead.

func (*ServerInformDetachRequest) GetXInfo

func (x *ServerInformDetachRequest) GetXInfo() *XRecordInfo

func (*ServerInformDetachRequest) ProtoMessage

func (*ServerInformDetachRequest) ProtoMessage()

func (*ServerInformDetachRequest) ProtoReflect

func (*ServerInformDetachRequest) Reset

func (x *ServerInformDetachRequest) Reset()

func (*ServerInformDetachRequest) String

func (x *ServerInformDetachRequest) String() string

type ServerInformDetachResponse

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

func (*ServerInformDetachResponse) Descriptor deprecated

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

Deprecated: Use ServerInformDetachResponse.ProtoReflect.Descriptor instead.

func (*ServerInformDetachResponse) ProtoMessage

func (*ServerInformDetachResponse) ProtoMessage()

func (*ServerInformDetachResponse) ProtoReflect

func (*ServerInformDetachResponse) Reset

func (x *ServerInformDetachResponse) Reset()

func (*ServerInformDetachResponse) String

func (x *ServerInformDetachResponse) String() string

type ServerInformFinishRequest

type ServerInformFinishRequest struct {
	XInfo *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerInformFinishRequest) Descriptor deprecated

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

Deprecated: Use ServerInformFinishRequest.ProtoReflect.Descriptor instead.

func (*ServerInformFinishRequest) GetXInfo

func (x *ServerInformFinishRequest) GetXInfo() *XRecordInfo

func (*ServerInformFinishRequest) ProtoMessage

func (*ServerInformFinishRequest) ProtoMessage()

func (*ServerInformFinishRequest) ProtoReflect

func (*ServerInformFinishRequest) Reset

func (x *ServerInformFinishRequest) Reset()

func (*ServerInformFinishRequest) String

func (x *ServerInformFinishRequest) String() string

type ServerInformFinishResponse

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

func (*ServerInformFinishResponse) Descriptor deprecated

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

Deprecated: Use ServerInformFinishResponse.ProtoReflect.Descriptor instead.

func (*ServerInformFinishResponse) ProtoMessage

func (*ServerInformFinishResponse) ProtoMessage()

func (*ServerInformFinishResponse) ProtoReflect

func (*ServerInformFinishResponse) Reset

func (x *ServerInformFinishResponse) Reset()

func (*ServerInformFinishResponse) String

func (x *ServerInformFinishResponse) String() string

type ServerInformInitRequest

type ServerInformInitRequest struct {
	Settings *Settings    `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	XInfo    *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerInformInitRequest) Descriptor deprecated

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

Deprecated: Use ServerInformInitRequest.ProtoReflect.Descriptor instead.

func (*ServerInformInitRequest) GetSettings

func (x *ServerInformInitRequest) GetSettings() *Settings

func (*ServerInformInitRequest) GetXInfo

func (x *ServerInformInitRequest) GetXInfo() *XRecordInfo

func (*ServerInformInitRequest) ProtoMessage

func (*ServerInformInitRequest) ProtoMessage()

func (*ServerInformInitRequest) ProtoReflect

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

func (*ServerInformInitRequest) Reset

func (x *ServerInformInitRequest) Reset()

func (*ServerInformInitRequest) String

func (x *ServerInformInitRequest) String() string

type ServerInformInitResponse

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

func (*ServerInformInitResponse) Descriptor deprecated

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

Deprecated: Use ServerInformInitResponse.ProtoReflect.Descriptor instead.

func (*ServerInformInitResponse) ProtoMessage

func (*ServerInformInitResponse) ProtoMessage()

func (*ServerInformInitResponse) ProtoReflect

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

func (*ServerInformInitResponse) Reset

func (x *ServerInformInitResponse) Reset()

func (*ServerInformInitResponse) String

func (x *ServerInformInitResponse) String() string

type ServerInformStartRequest

type ServerInformStartRequest struct {
	Settings *Settings    `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	XInfo    *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerInformStartRequest) Descriptor deprecated

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

Deprecated: Use ServerInformStartRequest.ProtoReflect.Descriptor instead.

func (*ServerInformStartRequest) GetSettings

func (x *ServerInformStartRequest) GetSettings() *Settings

func (*ServerInformStartRequest) GetXInfo

func (x *ServerInformStartRequest) GetXInfo() *XRecordInfo

func (*ServerInformStartRequest) ProtoMessage

func (*ServerInformStartRequest) ProtoMessage()

func (*ServerInformStartRequest) ProtoReflect

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

func (*ServerInformStartRequest) Reset

func (x *ServerInformStartRequest) Reset()

func (*ServerInformStartRequest) String

func (x *ServerInformStartRequest) String() string

type ServerInformStartResponse

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

func (*ServerInformStartResponse) Descriptor deprecated

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

Deprecated: Use ServerInformStartResponse.ProtoReflect.Descriptor instead.

func (*ServerInformStartResponse) ProtoMessage

func (*ServerInformStartResponse) ProtoMessage()

func (*ServerInformStartResponse) ProtoReflect

func (*ServerInformStartResponse) Reset

func (x *ServerInformStartResponse) Reset()

func (*ServerInformStartResponse) String

func (x *ServerInformStartResponse) String() string

type ServerInformTeardownRequest

type ServerInformTeardownRequest struct {
	ExitCode int32        `protobuf:"varint,1,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	XInfo    *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerInformTeardownRequest) Descriptor deprecated

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

Deprecated: Use ServerInformTeardownRequest.ProtoReflect.Descriptor instead.

func (*ServerInformTeardownRequest) GetExitCode

func (x *ServerInformTeardownRequest) GetExitCode() int32

func (*ServerInformTeardownRequest) GetXInfo

func (*ServerInformTeardownRequest) ProtoMessage

func (*ServerInformTeardownRequest) ProtoMessage()

func (*ServerInformTeardownRequest) ProtoReflect

func (*ServerInformTeardownRequest) Reset

func (x *ServerInformTeardownRequest) Reset()

func (*ServerInformTeardownRequest) String

func (x *ServerInformTeardownRequest) String() string

type ServerInformTeardownResponse

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

func (*ServerInformTeardownResponse) Descriptor deprecated

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

Deprecated: Use ServerInformTeardownResponse.ProtoReflect.Descriptor instead.

func (*ServerInformTeardownResponse) ProtoMessage

func (*ServerInformTeardownResponse) ProtoMessage()

func (*ServerInformTeardownResponse) ProtoReflect

func (*ServerInformTeardownResponse) Reset

func (x *ServerInformTeardownResponse) Reset()

func (*ServerInformTeardownResponse) String

type ServerMessage

type ServerMessage struct {
	PlainText string `protobuf:"bytes,1,opt,name=plain_text,json=plainText,proto3" json:"plain_text,omitempty"`
	UtfText   string `protobuf:"bytes,2,opt,name=utf_text,json=utfText,proto3" json:"utf_text,omitempty"`
	HtmlText  string `protobuf:"bytes,3,opt,name=html_text,json=htmlText,proto3" json:"html_text,omitempty"`
	Type      string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Level     int32  `protobuf:"varint,5,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerMessage) Descriptor deprecated

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

Deprecated: Use ServerMessage.ProtoReflect.Descriptor instead.

func (*ServerMessage) GetHtmlText

func (x *ServerMessage) GetHtmlText() string

func (*ServerMessage) GetLevel

func (x *ServerMessage) GetLevel() int32

func (*ServerMessage) GetPlainText

func (x *ServerMessage) GetPlainText() string

func (*ServerMessage) GetType

func (x *ServerMessage) GetType() string

func (*ServerMessage) GetUtfText

func (x *ServerMessage) GetUtfText() string

func (*ServerMessage) ProtoMessage

func (*ServerMessage) ProtoMessage()

func (*ServerMessage) ProtoReflect

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

func (*ServerMessage) Reset

func (x *ServerMessage) Reset()

func (*ServerMessage) String

func (x *ServerMessage) String() string

type ServerMessages

type ServerMessages struct {
	Item []*ServerMessage `protobuf:"bytes,1,rep,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerMessages) Descriptor deprecated

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

Deprecated: Use ServerMessages.ProtoReflect.Descriptor instead.

func (*ServerMessages) GetItem

func (x *ServerMessages) GetItem() []*ServerMessage

func (*ServerMessages) ProtoMessage

func (*ServerMessages) ProtoMessage()

func (*ServerMessages) ProtoReflect

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

func (*ServerMessages) Reset

func (x *ServerMessages) Reset()

func (*ServerMessages) String

func (x *ServerMessages) String() string

type ServerRequest

type ServerRequest struct {

	// Types that are assignable to ServerRequestType:
	//
	//	*ServerRequest_RecordPublish
	//	*ServerRequest_RecordCommunicate
	//	*ServerRequest_InformInit
	//	*ServerRequest_InformFinish
	//	*ServerRequest_InformAttach
	//	*ServerRequest_InformDetach
	//	*ServerRequest_InformTeardown
	//	*ServerRequest_InformStart
	ServerRequestType isServerRequest_ServerRequestType `protobuf_oneof:"server_request_type"`
	// contains filtered or unexported fields
}

func (*ServerRequest) Descriptor deprecated

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

Deprecated: Use ServerRequest.ProtoReflect.Descriptor instead.

func (*ServerRequest) GetInformAttach

func (x *ServerRequest) GetInformAttach() *ServerInformAttachRequest

func (*ServerRequest) GetInformDetach

func (x *ServerRequest) GetInformDetach() *ServerInformDetachRequest

func (*ServerRequest) GetInformFinish

func (x *ServerRequest) GetInformFinish() *ServerInformFinishRequest

func (*ServerRequest) GetInformInit

func (x *ServerRequest) GetInformInit() *ServerInformInitRequest

func (*ServerRequest) GetInformStart

func (x *ServerRequest) GetInformStart() *ServerInformStartRequest

func (*ServerRequest) GetInformTeardown

func (x *ServerRequest) GetInformTeardown() *ServerInformTeardownRequest

func (*ServerRequest) GetRecordCommunicate

func (x *ServerRequest) GetRecordCommunicate() *Record

func (*ServerRequest) GetRecordPublish

func (x *ServerRequest) GetRecordPublish() *Record

func (*ServerRequest) GetServerRequestType

func (m *ServerRequest) GetServerRequestType() isServerRequest_ServerRequestType

func (*ServerRequest) ProtoMessage

func (*ServerRequest) ProtoMessage()

func (*ServerRequest) ProtoReflect

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

func (*ServerRequest) Reset

func (x *ServerRequest) Reset()

func (*ServerRequest) String

func (x *ServerRequest) String() string

type ServerRequest_InformAttach

type ServerRequest_InformAttach struct {
	InformAttach *ServerInformAttachRequest `protobuf:"bytes,5,opt,name=inform_attach,json=informAttach,proto3,oneof"`
}

type ServerRequest_InformDetach

type ServerRequest_InformDetach struct {
	InformDetach *ServerInformDetachRequest `protobuf:"bytes,6,opt,name=inform_detach,json=informDetach,proto3,oneof"`
}

type ServerRequest_InformFinish

type ServerRequest_InformFinish struct {
	InformFinish *ServerInformFinishRequest `protobuf:"bytes,4,opt,name=inform_finish,json=informFinish,proto3,oneof"`
}

type ServerRequest_InformInit

type ServerRequest_InformInit struct {
	InformInit *ServerInformInitRequest `protobuf:"bytes,3,opt,name=inform_init,json=informInit,proto3,oneof"`
}

type ServerRequest_InformStart

type ServerRequest_InformStart struct {
	InformStart *ServerInformStartRequest `protobuf:"bytes,8,opt,name=inform_start,json=informStart,proto3,oneof"`
}

type ServerRequest_InformTeardown

type ServerRequest_InformTeardown struct {
	InformTeardown *ServerInformTeardownRequest `protobuf:"bytes,7,opt,name=inform_teardown,json=informTeardown,proto3,oneof"`
}

type ServerRequest_RecordCommunicate

type ServerRequest_RecordCommunicate struct {
	RecordCommunicate *Record `protobuf:"bytes,2,opt,name=record_communicate,json=recordCommunicate,proto3,oneof"`
}

type ServerRequest_RecordPublish

type ServerRequest_RecordPublish struct {
	RecordPublish *Record `protobuf:"bytes,1,opt,name=record_publish,json=recordPublish,proto3,oneof"`
}

type ServerResponse

type ServerResponse struct {

	// Types that are assignable to ServerResponseType:
	//
	//	*ServerResponse_ResultCommunicate
	//	*ServerResponse_InformInitResponse
	//	*ServerResponse_InformFinishResponse
	//	*ServerResponse_InformAttachResponse
	//	*ServerResponse_InformDetachResponse
	//	*ServerResponse_InformTeardownResponse
	//	*ServerResponse_InformStartResponse
	ServerResponseType isServerResponse_ServerResponseType `protobuf_oneof:"server_response_type"`
	// contains filtered or unexported fields
}

func (*ServerResponse) Descriptor deprecated

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

Deprecated: Use ServerResponse.ProtoReflect.Descriptor instead.

func (*ServerResponse) GetInformAttachResponse

func (x *ServerResponse) GetInformAttachResponse() *ServerInformAttachResponse

func (*ServerResponse) GetInformDetachResponse

func (x *ServerResponse) GetInformDetachResponse() *ServerInformDetachResponse

func (*ServerResponse) GetInformFinishResponse

func (x *ServerResponse) GetInformFinishResponse() *ServerInformFinishResponse

func (*ServerResponse) GetInformInitResponse

func (x *ServerResponse) GetInformInitResponse() *ServerInformInitResponse

func (*ServerResponse) GetInformStartResponse

func (x *ServerResponse) GetInformStartResponse() *ServerInformStartResponse

func (*ServerResponse) GetInformTeardownResponse

func (x *ServerResponse) GetInformTeardownResponse() *ServerInformTeardownResponse

func (*ServerResponse) GetResultCommunicate

func (x *ServerResponse) GetResultCommunicate() *Result

func (*ServerResponse) GetServerResponseType

func (m *ServerResponse) GetServerResponseType() isServerResponse_ServerResponseType

func (*ServerResponse) ProtoMessage

func (*ServerResponse) ProtoMessage()

func (*ServerResponse) ProtoReflect

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

func (*ServerResponse) Reset

func (x *ServerResponse) Reset()

func (*ServerResponse) String

func (x *ServerResponse) String() string

type ServerResponse_InformAttachResponse

type ServerResponse_InformAttachResponse struct {
	InformAttachResponse *ServerInformAttachResponse `protobuf:"bytes,5,opt,name=inform_attach_response,json=informAttachResponse,proto3,oneof"`
}

type ServerResponse_InformDetachResponse

type ServerResponse_InformDetachResponse struct {
	InformDetachResponse *ServerInformDetachResponse `protobuf:"bytes,6,opt,name=inform_detach_response,json=informDetachResponse,proto3,oneof"`
}

type ServerResponse_InformFinishResponse

type ServerResponse_InformFinishResponse struct {
	InformFinishResponse *ServerInformFinishResponse `protobuf:"bytes,4,opt,name=inform_finish_response,json=informFinishResponse,proto3,oneof"`
}

type ServerResponse_InformInitResponse

type ServerResponse_InformInitResponse struct {
	InformInitResponse *ServerInformInitResponse `protobuf:"bytes,3,opt,name=inform_init_response,json=informInitResponse,proto3,oneof"`
}

type ServerResponse_InformStartResponse

type ServerResponse_InformStartResponse struct {
	InformStartResponse *ServerInformStartResponse `protobuf:"bytes,8,opt,name=inform_start_response,json=informStartResponse,proto3,oneof"`
}

type ServerResponse_InformTeardownResponse

type ServerResponse_InformTeardownResponse struct {
	InformTeardownResponse *ServerInformTeardownResponse `protobuf:"bytes,7,opt,name=inform_teardown_response,json=informTeardownResponse,proto3,oneof"`
}

type ServerResponse_ResultCommunicate

type ServerResponse_ResultCommunicate struct {
	ResultCommunicate *Result `protobuf:"bytes,2,opt,name=result_communicate,json=resultCommunicate,proto3,oneof"`
}

type ServerShutdownRequest

type ServerShutdownRequest struct {
	XInfo *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerShutdownRequest) Descriptor deprecated

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

Deprecated: Use ServerShutdownRequest.ProtoReflect.Descriptor instead.

func (*ServerShutdownRequest) GetXInfo

func (x *ServerShutdownRequest) GetXInfo() *XRecordInfo

func (*ServerShutdownRequest) ProtoMessage

func (*ServerShutdownRequest) ProtoMessage()

func (*ServerShutdownRequest) ProtoReflect

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

func (*ServerShutdownRequest) Reset

func (x *ServerShutdownRequest) Reset()

func (*ServerShutdownRequest) String

func (x *ServerShutdownRequest) String() string

type ServerShutdownResponse

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

func (*ServerShutdownResponse) Descriptor deprecated

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

Deprecated: Use ServerShutdownResponse.ProtoReflect.Descriptor instead.

func (*ServerShutdownResponse) ProtoMessage

func (*ServerShutdownResponse) ProtoMessage()

func (*ServerShutdownResponse) ProtoReflect

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

func (*ServerShutdownResponse) Reset

func (x *ServerShutdownResponse) Reset()

func (*ServerShutdownResponse) String

func (x *ServerShutdownResponse) String() string

type ServerStatusRequest

type ServerStatusRequest struct {
	XInfo *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerStatusRequest) Descriptor deprecated

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

Deprecated: Use ServerStatusRequest.ProtoReflect.Descriptor instead.

func (*ServerStatusRequest) GetXInfo

func (x *ServerStatusRequest) GetXInfo() *XRecordInfo

func (*ServerStatusRequest) ProtoMessage

func (*ServerStatusRequest) ProtoMessage()

func (*ServerStatusRequest) ProtoReflect

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

func (*ServerStatusRequest) Reset

func (x *ServerStatusRequest) Reset()

func (*ServerStatusRequest) String

func (x *ServerStatusRequest) String() string

type ServerStatusResponse

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

func (*ServerStatusResponse) Descriptor deprecated

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

Deprecated: Use ServerStatusResponse.ProtoReflect.Descriptor instead.

func (*ServerStatusResponse) ProtoMessage

func (*ServerStatusResponse) ProtoMessage()

func (*ServerStatusResponse) ProtoReflect

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

func (*ServerStatusResponse) Reset

func (x *ServerStatusResponse) Reset()

func (*ServerStatusResponse) String

func (x *ServerStatusResponse) String() string

type Settings

type Settings struct {

	// The W&B API key.
	//
	// This can be empty if we're in offline mode.
	ApiKey *wrapperspb.StringValue `protobuf:"bytes,55,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// Whether we are in offline mode.
	XOffline *wrapperspb.BoolValue `protobuf:"bytes,30,opt,name=_offline,json=Offline,proto3" json:"_offline,omitempty"`
	// The ID of the run.
	RunId *wrapperspb.StringValue `protobuf:"bytes,107,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	// The W&B URL where the run can be viewed.
	RunUrl *wrapperspb.StringValue `protobuf:"bytes,113,opt,name=run_url,json=runUrl,proto3" json:"run_url,omitempty"`
	// The W&B project ID.
	Project *wrapperspb.StringValue `protobuf:"bytes,97,opt,name=project,proto3" json:"project,omitempty"`
	// The W&B entity, like a user or a team.
	Entity *wrapperspb.StringValue `protobuf:"bytes,69,opt,name=entity,proto3" json:"entity,omitempty"`
	// The directory for storing log files.
	LogDir *wrapperspb.StringValue `protobuf:"bytes,85,opt,name=log_dir,json=logDir,proto3" json:"log_dir,omitempty"`
	// Filename to use for internal logs.
	LogInternal *wrapperspb.StringValue `protobuf:"bytes,86,opt,name=log_internal,json=logInternal,proto3" json:"log_internal,omitempty"`
	// Absolute path to the local directory where this run's files are stored.
	FilesDir *wrapperspb.StringValue `protobuf:"bytes,70,opt,name=files_dir,json=filesDir,proto3" json:"files_dir,omitempty"`
	// Unix glob patterns relative to `files_dir` to not upload.
	IgnoreGlobs *ListStringValue `protobuf:"bytes,78,opt,name=ignore_globs,json=ignoreGlobs,proto3" json:"ignore_globs,omitempty"`
	// Disable check for latest version of wandb, from pypi.
	XDisableUpdateCheck *wrapperspb.BoolValue `protobuf:"bytes,165,opt,name=_disable_update_check,json=DisableUpdateCheck,proto3" json:"_disable_update_check,omitempty"`
	// Indicate whether wandb-core is required, to use wandb-core the package
	// must be installed.
	XRequireCore                     *wrapperspb.BoolValue    `protobuf:"bytes,36,opt,name=_require_core,json=RequireCore,proto3" json:"_require_core,omitempty"`
	XArgs                            *ListStringValue         `protobuf:"bytes,1,opt,name=_args,json=Args,proto3" json:"_args,omitempty"`
	XAwsLambda                       *wrapperspb.BoolValue    `protobuf:"bytes,2,opt,name=_aws_lambda,json=AwsLambda,proto3" json:"_aws_lambda,omitempty"`
	XCliOnlyMode                     *wrapperspb.BoolValue    `protobuf:"bytes,4,opt,name=_cli_only_mode,json=CliOnlyMode,proto3" json:"_cli_only_mode,omitempty"`
	XColab                           *wrapperspb.BoolValue    `protobuf:"bytes,5,opt,name=_colab,json=Colab,proto3" json:"_colab,omitempty"`
	XCuda                            *wrapperspb.StringValue  `protobuf:"bytes,6,opt,name=_cuda,json=Cuda,proto3" json:"_cuda,omitempty"`
	XDisableMeta                     *wrapperspb.BoolValue    `protobuf:"bytes,7,opt,name=_disable_meta,json=DisableMeta,proto3" json:"_disable_meta,omitempty"`
	XDisableService                  *wrapperspb.BoolValue    `protobuf:"bytes,8,opt,name=_disable_service,json=DisableService,proto3" json:"_disable_service,omitempty"`
	XDisableSetproctitle             *wrapperspb.BoolValue    `protobuf:"bytes,9,opt,name=_disable_setproctitle,json=DisableSetproctitle,proto3" json:"_disable_setproctitle,omitempty"`
	XDisableStats                    *wrapperspb.BoolValue    `protobuf:"bytes,10,opt,name=_disable_stats,json=DisableStats,proto3" json:"_disable_stats,omitempty"`
	XDisableViewer                   *wrapperspb.BoolValue    `protobuf:"bytes,11,opt,name=_disable_viewer,json=DisableViewer,proto3" json:"_disable_viewer,omitempty"`
	XExceptExit                      *wrapperspb.BoolValue    `protobuf:"bytes,12,opt,name=_except_exit,json=ExceptExit,proto3" json:"_except_exit,omitempty"`
	XExecutable                      *wrapperspb.StringValue  `protobuf:"bytes,13,opt,name=_executable,json=Executable,proto3" json:"_executable,omitempty"`
	XExtraHttpHeaders                *MapStringKeyStringValue `protobuf:"bytes,14,opt,name=_extra_http_headers,json=ExtraHttpHeaders,proto3" json:"_extra_http_headers,omitempty"`
	XFileStreamTimeoutSeconds        *wrapperspb.DoubleValue  `` /* 140-byte string literal not displayed */
	XFlowControlCustom               *wrapperspb.BoolValue    `protobuf:"bytes,16,opt,name=_flow_control_custom,json=FlowControlCustom,proto3" json:"_flow_control_custom,omitempty"`
	XFlowControlDisabled             *wrapperspb.BoolValue    `protobuf:"bytes,17,opt,name=_flow_control_disabled,json=FlowControlDisabled,proto3" json:"_flow_control_disabled,omitempty"`
	XInternalCheckProcess            *wrapperspb.DoubleValue  `` /* 126-byte string literal not displayed */
	XInternalQueueTimeout            *wrapperspb.DoubleValue  `` /* 126-byte string literal not displayed */
	XIpython                         *wrapperspb.BoolValue    `protobuf:"bytes,20,opt,name=_ipython,json=Ipython,proto3" json:"_ipython,omitempty"`
	XJupyter                         *wrapperspb.BoolValue    `protobuf:"bytes,21,opt,name=_jupyter,json=Jupyter,proto3" json:"_jupyter,omitempty"`
	XJupyterRoot                     *wrapperspb.StringValue  `protobuf:"bytes,22,opt,name=_jupyter_root,json=JupyterRoot,proto3" json:"_jupyter_root,omitempty"`
	XKaggle                          *wrapperspb.BoolValue    `protobuf:"bytes,23,opt,name=_kaggle,json=Kaggle,proto3" json:"_kaggle,omitempty"`
	XLivePolicyRateLimit             *wrapperspb.Int32Value   `protobuf:"bytes,24,opt,name=_live_policy_rate_limit,json=LivePolicyRateLimit,proto3" json:"_live_policy_rate_limit,omitempty"`
	XLivePolicyWaitTime              *wrapperspb.Int32Value   `protobuf:"bytes,25,opt,name=_live_policy_wait_time,json=LivePolicyWaitTime,proto3" json:"_live_policy_wait_time,omitempty"`
	XLogLevel                        *wrapperspb.Int32Value   `protobuf:"bytes,26,opt,name=_log_level,json=LogLevel,proto3" json:"_log_level,omitempty"`
	XNetworkBuffer                   *wrapperspb.Int32Value   `protobuf:"bytes,27,opt,name=_network_buffer,json=NetworkBuffer,proto3" json:"_network_buffer,omitempty"`
	XNoop                            *wrapperspb.BoolValue    `protobuf:"bytes,28,opt,name=_noop,json=Noop,proto3" json:"_noop,omitempty"`
	XNotebook                        *wrapperspb.BoolValue    `protobuf:"bytes,29,opt,name=_notebook,json=Notebook,proto3" json:"_notebook,omitempty"`
	XSync                            *wrapperspb.BoolValue    `protobuf:"bytes,31,opt,name=_sync,json=Sync,proto3" json:"_sync,omitempty"`
	XOs                              *wrapperspb.StringValue  `protobuf:"bytes,32,opt,name=_os,json=Os,proto3" json:"_os,omitempty"`
	XPlatform                        *wrapperspb.StringValue  `protobuf:"bytes,33,opt,name=_platform,json=Platform,proto3" json:"_platform,omitempty"`
	XPython                          *wrapperspb.StringValue  `protobuf:"bytes,34,opt,name=_python,json=Python,proto3" json:"_python,omitempty"`
	XRunqueueItemId                  *wrapperspb.StringValue  `protobuf:"bytes,35,opt,name=_runqueue_item_id,json=RunqueueItemId,proto3" json:"_runqueue_item_id,omitempty"`
	XSaveRequirements                *wrapperspb.BoolValue    `protobuf:"bytes,37,opt,name=_save_requirements,json=SaveRequirements,proto3" json:"_save_requirements,omitempty"`
	XServiceTransport                *wrapperspb.StringValue  `protobuf:"bytes,38,opt,name=_service_transport,json=ServiceTransport,proto3" json:"_service_transport,omitempty"`
	XServiceWait                     *wrapperspb.DoubleValue  `protobuf:"bytes,39,opt,name=_service_wait,json=ServiceWait,proto3" json:"_service_wait,omitempty"`
	XStartDatetime                   *wrapperspb.StringValue  `protobuf:"bytes,40,opt,name=_start_datetime,json=StartDatetime,proto3" json:"_start_datetime,omitempty"`
	XStartTime                       *wrapperspb.DoubleValue  `protobuf:"bytes,41,opt,name=_start_time,json=StartTime,proto3" json:"_start_time,omitempty"`
	XStatsPid                        *wrapperspb.Int32Value   `protobuf:"bytes,42,opt,name=_stats_pid,json=StatsPid,proto3" json:"_stats_pid,omitempty"`
	XStatsSampleRateSeconds          *wrapperspb.DoubleValue  `` /* 134-byte string literal not displayed */
	XStatsSamplesToAverage           *wrapperspb.Int32Value   `` /* 131-byte string literal not displayed */
	XStatsJoinAssets                 *wrapperspb.BoolValue    `protobuf:"bytes,45,opt,name=_stats_join_assets,json=StatsJoinAssets,proto3" json:"_stats_join_assets,omitempty"`
	XStatsNeuronMonitorConfigPath    *wrapperspb.StringValue  `` /* 154-byte string literal not displayed */
	XStatsOpenMetricsEndpoints       *MapStringKeyStringValue `` /* 143-byte string literal not displayed */
	XStatsOpenMetricsFilters         *OpenMetricsFilters      `` /* 137-byte string literal not displayed */
	XTmpCodeDir                      *wrapperspb.StringValue  `protobuf:"bytes,49,opt,name=_tmp_code_dir,json=TmpCodeDir,proto3" json:"_tmp_code_dir,omitempty"`
	XTracelog                        *wrapperspb.StringValue  `protobuf:"bytes,50,opt,name=_tracelog,json=Tracelog,proto3" json:"_tracelog,omitempty"`
	XUnsavedKeys                     *ListStringValue         `protobuf:"bytes,51,opt,name=_unsaved_keys,json=UnsavedKeys,proto3" json:"_unsaved_keys,omitempty"`
	XWindows                         *wrapperspb.BoolValue    `protobuf:"bytes,52,opt,name=_windows,json=Windows,proto3" json:"_windows,omitempty"`
	AllowValChange                   *wrapperspb.BoolValue    `protobuf:"bytes,53,opt,name=allow_val_change,json=allowValChange,proto3" json:"allow_val_change,omitempty"`
	Anonymous                        *wrapperspb.StringValue  `protobuf:"bytes,54,opt,name=anonymous,proto3" json:"anonymous,omitempty"`
	AzureAccountUrlToAccessKey       *MapStringKeyStringValue `` /* 148-byte string literal not displayed */
	BaseUrl                          *wrapperspb.StringValue  `protobuf:"bytes,57,opt,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"`
	CodeDir                          *wrapperspb.StringValue  `protobuf:"bytes,58,opt,name=code_dir,json=codeDir,proto3" json:"code_dir,omitempty"`
	ConfigPaths                      *ListStringValue         `protobuf:"bytes,59,opt,name=config_paths,json=configPaths,proto3" json:"config_paths,omitempty"`
	Console                          *wrapperspb.StringValue  `protobuf:"bytes,60,opt,name=console,proto3" json:"console,omitempty"`
	Deployment                       *wrapperspb.StringValue  `protobuf:"bytes,61,opt,name=deployment,proto3" json:"deployment,omitempty"`
	DisableCode                      *wrapperspb.BoolValue    `protobuf:"bytes,62,opt,name=disable_code,json=disableCode,proto3" json:"disable_code,omitempty"`
	DisableGit                       *wrapperspb.BoolValue    `protobuf:"bytes,63,opt,name=disable_git,json=disableGit,proto3" json:"disable_git,omitempty"`
	DisableHints                     *wrapperspb.BoolValue    `protobuf:"bytes,64,opt,name=disable_hints,json=disableHints,proto3" json:"disable_hints,omitempty"`
	DisableJobCreation               *wrapperspb.BoolValue    `protobuf:"bytes,65,opt,name=disable_job_creation,json=disableJobCreation,proto3" json:"disable_job_creation,omitempty"`
	Disabled                         *wrapperspb.BoolValue    `protobuf:"bytes,66,opt,name=disabled,proto3" json:"disabled,omitempty"`
	Docker                           *wrapperspb.StringValue  `protobuf:"bytes,67,opt,name=docker,proto3" json:"docker,omitempty"`
	Email                            *wrapperspb.StringValue  `protobuf:"bytes,68,opt,name=email,proto3" json:"email,omitempty"`
	Force                            *wrapperspb.BoolValue    `protobuf:"bytes,71,opt,name=force,proto3" json:"force,omitempty"`
	GitCommit                        *wrapperspb.StringValue  `protobuf:"bytes,72,opt,name=git_commit,json=gitCommit,proto3" json:"git_commit,omitempty"`
	GitRemote                        *wrapperspb.StringValue  `protobuf:"bytes,73,opt,name=git_remote,json=gitRemote,proto3" json:"git_remote,omitempty"`
	GitRemoteUrl                     *wrapperspb.StringValue  `protobuf:"bytes,74,opt,name=git_remote_url,json=gitRemoteUrl,proto3" json:"git_remote_url,omitempty"`
	GitRoot                          *wrapperspb.StringValue  `protobuf:"bytes,75,opt,name=git_root,json=gitRoot,proto3" json:"git_root,omitempty"`
	HeartbeatSeconds                 *wrapperspb.Int32Value   `protobuf:"bytes,76,opt,name=heartbeat_seconds,json=heartbeatSeconds,proto3" json:"heartbeat_seconds,omitempty"`
	Host                             *wrapperspb.StringValue  `protobuf:"bytes,77,opt,name=host,proto3" json:"host,omitempty"`
	InitTimeout                      *wrapperspb.DoubleValue  `protobuf:"bytes,79,opt,name=init_timeout,json=initTimeout,proto3" json:"init_timeout,omitempty"`
	IsLocal                          *wrapperspb.BoolValue    `protobuf:"bytes,80,opt,name=is_local,json=isLocal,proto3" json:"is_local,omitempty"`
	JobSource                        *wrapperspb.StringValue  `protobuf:"bytes,81,opt,name=job_source,json=jobSource,proto3" json:"job_source,omitempty"`
	LabelDisable                     *wrapperspb.BoolValue    `protobuf:"bytes,82,opt,name=label_disable,json=labelDisable,proto3" json:"label_disable,omitempty"`
	Launch                           *wrapperspb.BoolValue    `protobuf:"bytes,83,opt,name=launch,proto3" json:"launch,omitempty"`
	LaunchConfigPath                 *wrapperspb.StringValue  `protobuf:"bytes,84,opt,name=launch_config_path,json=launchConfigPath,proto3" json:"launch_config_path,omitempty"`
	LogSymlinkInternal               *wrapperspb.StringValue  `protobuf:"bytes,87,opt,name=log_symlink_internal,json=logSymlinkInternal,proto3" json:"log_symlink_internal,omitempty"`
	LogSymlinkUser                   *wrapperspb.StringValue  `protobuf:"bytes,88,opt,name=log_symlink_user,json=logSymlinkUser,proto3" json:"log_symlink_user,omitempty"`
	LogUser                          *wrapperspb.StringValue  `protobuf:"bytes,89,opt,name=log_user,json=logUser,proto3" json:"log_user,omitempty"`
	LoginTimeout                     *wrapperspb.DoubleValue  `protobuf:"bytes,90,opt,name=login_timeout,json=loginTimeout,proto3" json:"login_timeout,omitempty"`
	Mode                             *wrapperspb.StringValue  `protobuf:"bytes,92,opt,name=mode,proto3" json:"mode,omitempty"`
	NotebookName                     *wrapperspb.StringValue  `protobuf:"bytes,93,opt,name=notebook_name,json=notebookName,proto3" json:"notebook_name,omitempty"`
	Problem                          *wrapperspb.StringValue  `protobuf:"bytes,94,opt,name=problem,proto3" json:"problem,omitempty"`
	Program                          *wrapperspb.StringValue  `protobuf:"bytes,95,opt,name=program,proto3" json:"program,omitempty"`
	ProgramRelpath                   *wrapperspb.StringValue  `protobuf:"bytes,96,opt,name=program_relpath,json=programRelpath,proto3" json:"program_relpath,omitempty"`
	ProjectUrl                       *wrapperspb.StringValue  `protobuf:"bytes,98,opt,name=project_url,json=projectUrl,proto3" json:"project_url,omitempty"`
	Quiet                            *wrapperspb.BoolValue    `protobuf:"bytes,99,opt,name=quiet,proto3" json:"quiet,omitempty"`
	Reinit                           *wrapperspb.BoolValue    `protobuf:"bytes,100,opt,name=reinit,proto3" json:"reinit,omitempty"`
	Relogin                          *wrapperspb.BoolValue    `protobuf:"bytes,101,opt,name=relogin,proto3" json:"relogin,omitempty"`
	Resume                           *wrapperspb.StringValue  `protobuf:"bytes,102,opt,name=resume,proto3" json:"resume,omitempty"`
	ResumeFname                      *wrapperspb.StringValue  `protobuf:"bytes,103,opt,name=resume_fname,json=resumeFname,proto3" json:"resume_fname,omitempty"`
	Resumed                          *wrapperspb.BoolValue    `protobuf:"bytes,104,opt,name=resumed,proto3" json:"resumed,omitempty"`
	ForkFrom                         *RunMoment               `protobuf:"bytes,164,opt,name=fork_from,json=forkFrom,proto3" json:"fork_from,omitempty"`
	RootDir                          *wrapperspb.StringValue  `protobuf:"bytes,105,opt,name=root_dir,json=rootDir,proto3" json:"root_dir,omitempty"`
	RunGroup                         *wrapperspb.StringValue  `protobuf:"bytes,106,opt,name=run_group,json=runGroup,proto3" json:"run_group,omitempty"`
	RunJobType                       *wrapperspb.StringValue  `protobuf:"bytes,108,opt,name=run_job_type,json=runJobType,proto3" json:"run_job_type,omitempty"`
	RunMode                          *wrapperspb.StringValue  `protobuf:"bytes,109,opt,name=run_mode,json=runMode,proto3" json:"run_mode,omitempty"`
	RunName                          *wrapperspb.StringValue  `protobuf:"bytes,110,opt,name=run_name,json=runName,proto3" json:"run_name,omitempty"`
	RunNotes                         *wrapperspb.StringValue  `protobuf:"bytes,111,opt,name=run_notes,json=runNotes,proto3" json:"run_notes,omitempty"`
	RunTags                          *ListStringValue         `protobuf:"bytes,112,opt,name=run_tags,json=runTags,proto3" json:"run_tags,omitempty"`
	SagemakerDisable                 *wrapperspb.BoolValue    `protobuf:"bytes,114,opt,name=sagemaker_disable,json=sagemakerDisable,proto3" json:"sagemaker_disable,omitempty"`
	SaveCode                         *wrapperspb.BoolValue    `protobuf:"bytes,115,opt,name=save_code,json=saveCode,proto3" json:"save_code,omitempty"`
	SettingsSystem                   *wrapperspb.StringValue  `protobuf:"bytes,116,opt,name=settings_system,json=settingsSystem,proto3" json:"settings_system,omitempty"`
	SettingsWorkspace                *wrapperspb.StringValue  `protobuf:"bytes,117,opt,name=settings_workspace,json=settingsWorkspace,proto3" json:"settings_workspace,omitempty"`
	ShowColors                       *wrapperspb.BoolValue    `protobuf:"bytes,118,opt,name=show_colors,json=showColors,proto3" json:"show_colors,omitempty"`
	ShowEmoji                        *wrapperspb.BoolValue    `protobuf:"bytes,119,opt,name=show_emoji,json=showEmoji,proto3" json:"show_emoji,omitempty"`
	ShowErrors                       *wrapperspb.BoolValue    `protobuf:"bytes,120,opt,name=show_errors,json=showErrors,proto3" json:"show_errors,omitempty"`
	ShowInfo                         *wrapperspb.BoolValue    `protobuf:"bytes,121,opt,name=show_info,json=showInfo,proto3" json:"show_info,omitempty"`
	ShowWarnings                     *wrapperspb.BoolValue    `protobuf:"bytes,122,opt,name=show_warnings,json=showWarnings,proto3" json:"show_warnings,omitempty"`
	Silent                           *wrapperspb.BoolValue    `protobuf:"bytes,123,opt,name=silent,proto3" json:"silent,omitempty"`
	StartMethod                      *wrapperspb.StringValue  `protobuf:"bytes,124,opt,name=start_method,json=startMethod,proto3" json:"start_method,omitempty"`
	Strict                           *wrapperspb.BoolValue    `protobuf:"bytes,125,opt,name=strict,proto3" json:"strict,omitempty"`
	SummaryErrors                    *wrapperspb.Int32Value   `protobuf:"bytes,126,opt,name=summary_errors,json=summaryErrors,proto3" json:"summary_errors,omitempty"`
	SummaryTimeout                   *wrapperspb.Int32Value   `protobuf:"bytes,127,opt,name=summary_timeout,json=summaryTimeout,proto3" json:"summary_timeout,omitempty"`
	SummaryWarnings                  *wrapperspb.Int32Value   `protobuf:"bytes,128,opt,name=summary_warnings,json=summaryWarnings,proto3" json:"summary_warnings,omitempty"`
	SweepId                          *wrapperspb.StringValue  `protobuf:"bytes,129,opt,name=sweep_id,json=sweepId,proto3" json:"sweep_id,omitempty"`
	SweepParamPath                   *wrapperspb.StringValue  `protobuf:"bytes,130,opt,name=sweep_param_path,json=sweepParamPath,proto3" json:"sweep_param_path,omitempty"`
	SweepUrl                         *wrapperspb.StringValue  `protobuf:"bytes,131,opt,name=sweep_url,json=sweepUrl,proto3" json:"sweep_url,omitempty"`
	Symlink                          *wrapperspb.BoolValue    `protobuf:"bytes,132,opt,name=symlink,proto3" json:"symlink,omitempty"`
	SyncDir                          *wrapperspb.StringValue  `protobuf:"bytes,133,opt,name=sync_dir,json=syncDir,proto3" json:"sync_dir,omitempty"`
	SyncFile                         *wrapperspb.StringValue  `protobuf:"bytes,134,opt,name=sync_file,json=syncFile,proto3" json:"sync_file,omitempty"`
	SyncSymlinkLatest                *wrapperspb.StringValue  `protobuf:"bytes,135,opt,name=sync_symlink_latest,json=syncSymlinkLatest,proto3" json:"sync_symlink_latest,omitempty"`
	SystemSample                     *wrapperspb.Int32Value   `protobuf:"bytes,136,opt,name=system_sample,json=systemSample,proto3" json:"system_sample,omitempty"`
	SystemSampleSeconds              *wrapperspb.Int32Value   `protobuf:"bytes,137,opt,name=system_sample_seconds,json=systemSampleSeconds,proto3" json:"system_sample_seconds,omitempty"`
	TableRaiseOnMaxRowLimitExceeded  *wrapperspb.BoolValue    `` /* 166-byte string literal not displayed */
	Timespec                         *wrapperspb.StringValue  `protobuf:"bytes,139,opt,name=timespec,proto3" json:"timespec,omitempty"`
	TmpDir                           *wrapperspb.StringValue  `protobuf:"bytes,140,opt,name=tmp_dir,json=tmpDir,proto3" json:"tmp_dir,omitempty"`
	Username                         *wrapperspb.StringValue  `protobuf:"bytes,141,opt,name=username,proto3" json:"username,omitempty"`
	WandbDir                         *wrapperspb.StringValue  `protobuf:"bytes,142,opt,name=wandb_dir,json=wandbDir,proto3" json:"wandb_dir,omitempty"`
	XJupyterName                     *wrapperspb.StringValue  `protobuf:"bytes,143,opt,name=_jupyter_name,json=JupyterName,proto3" json:"_jupyter_name,omitempty"`
	XJupyterPath                     *wrapperspb.StringValue  `protobuf:"bytes,144,opt,name=_jupyter_path,json=JupyterPath,proto3" json:"_jupyter_path,omitempty"`
	JobName                          *wrapperspb.StringValue  `protobuf:"bytes,145,opt,name=job_name,json=jobName,proto3" json:"job_name,omitempty"`
	XStatsDiskPaths                  *ListStringValue         `protobuf:"bytes,146,opt,name=_stats_disk_paths,json=StatsDiskPaths,proto3" json:"_stats_disk_paths,omitempty"`
	XFileStreamRetryMax              *wrapperspb.Int32Value   `protobuf:"bytes,147,opt,name=_file_stream_retry_max,json=FileStreamRetryMax,proto3" json:"_file_stream_retry_max,omitempty"`
	XFileStreamRetryWaitMinSeconds   *wrapperspb.DoubleValue  `` /* 160-byte string literal not displayed */
	XFileStreamRetryWaitMaxSeconds   *wrapperspb.DoubleValue  `` /* 160-byte string literal not displayed */
	XFileTransferRetryMax            *wrapperspb.Int32Value   `` /* 129-byte string literal not displayed */
	XFileTransferRetryWaitMinSeconds *wrapperspb.DoubleValue  `` /* 166-byte string literal not displayed */
	XFileTransferRetryWaitMaxSeconds *wrapperspb.DoubleValue  `` /* 166-byte string literal not displayed */
	XFileTransferTimeoutSeconds      *wrapperspb.DoubleValue  `` /* 147-byte string literal not displayed */
	XGraphqlRetryMax                 *wrapperspb.Int32Value   `protobuf:"bytes,154,opt,name=_graphql_retry_max,json=GraphqlRetryMax,proto3" json:"_graphql_retry_max,omitempty"`
	XGraphqlRetryWaitMinSeconds      *wrapperspb.DoubleValue  `` /* 149-byte string literal not displayed */
	XGraphqlRetryWaitMaxSeconds      *wrapperspb.DoubleValue  `` /* 149-byte string literal not displayed */
	XGraphqlTimeoutSeconds           *wrapperspb.DoubleValue  `` /* 130-byte string literal not displayed */
	XDisableMachineInfo              *wrapperspb.BoolValue    `protobuf:"bytes,158,opt,name=_disable_machine_info,json=DisableMachineInfo,proto3" json:"_disable_machine_info,omitempty"`
	ProgramAbspath                   *wrapperspb.StringValue  `protobuf:"bytes,159,opt,name=program_abspath,json=programAbspath,proto3" json:"program_abspath,omitempty"`
	ColabUrl                         *wrapperspb.StringValue  `protobuf:"bytes,160,opt,name=colab_url,json=colabUrl,proto3" json:"colab_url,omitempty"`
	XStatsBufferSize                 *wrapperspb.Int32Value   `protobuf:"bytes,161,opt,name=_stats_buffer_size,json=StatsBufferSize,proto3" json:"_stats_buffer_size,omitempty"`
	XShared                          *wrapperspb.BoolValue    `protobuf:"bytes,162,opt,name=_shared,json=Shared,proto3" json:"_shared,omitempty"`
	XCodePathLocal                   *wrapperspb.StringValue  `protobuf:"bytes,163,opt,name=_code_path_local,json=CodePathLocal,proto3" json:"_code_path_local,omitempty"`
	XProxies                         *MapStringKeyStringValue `protobuf:"bytes,200,opt,name=_proxies,json=Proxies,proto3" json:"_proxies,omitempty"`
	// contains filtered or unexported fields
}

Settings for the SDK.

There is a hierarchy of settings, with at least the following levels:

1. User process settings 2. Run settings

Some fields such as `run_id` only make sense at the run level.

Next ID: 166

func (*Settings) Descriptor deprecated

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

Deprecated: Use Settings.ProtoReflect.Descriptor instead.

func (*Settings) GetAllowValChange

func (x *Settings) GetAllowValChange() *wrapperspb.BoolValue

func (*Settings) GetAnonymous

func (x *Settings) GetAnonymous() *wrapperspb.StringValue

func (*Settings) GetApiKey

func (x *Settings) GetApiKey() *wrapperspb.StringValue

func (*Settings) GetAzureAccountUrlToAccessKey

func (x *Settings) GetAzureAccountUrlToAccessKey() *MapStringKeyStringValue

func (*Settings) GetBaseUrl

func (x *Settings) GetBaseUrl() *wrapperspb.StringValue

func (*Settings) GetCodeDir

func (x *Settings) GetCodeDir() *wrapperspb.StringValue

func (*Settings) GetColabUrl

func (x *Settings) GetColabUrl() *wrapperspb.StringValue

func (*Settings) GetConfigPaths

func (x *Settings) GetConfigPaths() *ListStringValue

func (*Settings) GetConsole

func (x *Settings) GetConsole() *wrapperspb.StringValue

func (*Settings) GetDeployment

func (x *Settings) GetDeployment() *wrapperspb.StringValue

func (*Settings) GetDisableCode

func (x *Settings) GetDisableCode() *wrapperspb.BoolValue

func (*Settings) GetDisableGit

func (x *Settings) GetDisableGit() *wrapperspb.BoolValue

func (*Settings) GetDisableHints

func (x *Settings) GetDisableHints() *wrapperspb.BoolValue

func (*Settings) GetDisableJobCreation

func (x *Settings) GetDisableJobCreation() *wrapperspb.BoolValue

func (*Settings) GetDisabled

func (x *Settings) GetDisabled() *wrapperspb.BoolValue

func (*Settings) GetDocker

func (x *Settings) GetDocker() *wrapperspb.StringValue

func (*Settings) GetEmail

func (x *Settings) GetEmail() *wrapperspb.StringValue

func (*Settings) GetEntity

func (x *Settings) GetEntity() *wrapperspb.StringValue

func (*Settings) GetFilesDir

func (x *Settings) GetFilesDir() *wrapperspb.StringValue

func (*Settings) GetForce

func (x *Settings) GetForce() *wrapperspb.BoolValue

func (*Settings) GetForkFrom

func (x *Settings) GetForkFrom() *RunMoment

func (*Settings) GetGitCommit

func (x *Settings) GetGitCommit() *wrapperspb.StringValue

func (*Settings) GetGitRemote

func (x *Settings) GetGitRemote() *wrapperspb.StringValue

func (*Settings) GetGitRemoteUrl

func (x *Settings) GetGitRemoteUrl() *wrapperspb.StringValue

func (*Settings) GetGitRoot

func (x *Settings) GetGitRoot() *wrapperspb.StringValue

func (*Settings) GetHeartbeatSeconds

func (x *Settings) GetHeartbeatSeconds() *wrapperspb.Int32Value

func (*Settings) GetHost

func (x *Settings) GetHost() *wrapperspb.StringValue

func (*Settings) GetIgnoreGlobs

func (x *Settings) GetIgnoreGlobs() *ListStringValue

func (*Settings) GetInitTimeout

func (x *Settings) GetInitTimeout() *wrapperspb.DoubleValue

func (*Settings) GetIsLocal

func (x *Settings) GetIsLocal() *wrapperspb.BoolValue

func (*Settings) GetJobName

func (x *Settings) GetJobName() *wrapperspb.StringValue

func (*Settings) GetJobSource

func (x *Settings) GetJobSource() *wrapperspb.StringValue

func (*Settings) GetLabelDisable

func (x *Settings) GetLabelDisable() *wrapperspb.BoolValue

func (*Settings) GetLaunch

func (x *Settings) GetLaunch() *wrapperspb.BoolValue

func (*Settings) GetLaunchConfigPath

func (x *Settings) GetLaunchConfigPath() *wrapperspb.StringValue

func (*Settings) GetLogDir

func (x *Settings) GetLogDir() *wrapperspb.StringValue

func (*Settings) GetLogInternal

func (x *Settings) GetLogInternal() *wrapperspb.StringValue

func (*Settings) GetLogSymlinkInternal

func (x *Settings) GetLogSymlinkInternal() *wrapperspb.StringValue

func (*Settings) GetLogSymlinkUser

func (x *Settings) GetLogSymlinkUser() *wrapperspb.StringValue

func (*Settings) GetLogUser

func (x *Settings) GetLogUser() *wrapperspb.StringValue

func (*Settings) GetLoginTimeout

func (x *Settings) GetLoginTimeout() *wrapperspb.DoubleValue

func (*Settings) GetMode

func (x *Settings) GetMode() *wrapperspb.StringValue

func (*Settings) GetNotebookName

func (x *Settings) GetNotebookName() *wrapperspb.StringValue

func (*Settings) GetProblem

func (x *Settings) GetProblem() *wrapperspb.StringValue

func (*Settings) GetProgram

func (x *Settings) GetProgram() *wrapperspb.StringValue

func (*Settings) GetProgramAbspath

func (x *Settings) GetProgramAbspath() *wrapperspb.StringValue

func (*Settings) GetProgramRelpath

func (x *Settings) GetProgramRelpath() *wrapperspb.StringValue

func (*Settings) GetProject

func (x *Settings) GetProject() *wrapperspb.StringValue

func (*Settings) GetProjectUrl

func (x *Settings) GetProjectUrl() *wrapperspb.StringValue

func (*Settings) GetQuiet

func (x *Settings) GetQuiet() *wrapperspb.BoolValue

func (*Settings) GetReinit

func (x *Settings) GetReinit() *wrapperspb.BoolValue

func (*Settings) GetRelogin

func (x *Settings) GetRelogin() *wrapperspb.BoolValue

func (*Settings) GetResume

func (x *Settings) GetResume() *wrapperspb.StringValue

func (*Settings) GetResumeFname

func (x *Settings) GetResumeFname() *wrapperspb.StringValue

func (*Settings) GetResumed

func (x *Settings) GetResumed() *wrapperspb.BoolValue

func (*Settings) GetRootDir

func (x *Settings) GetRootDir() *wrapperspb.StringValue

func (*Settings) GetRunGroup

func (x *Settings) GetRunGroup() *wrapperspb.StringValue

func (*Settings) GetRunId

func (x *Settings) GetRunId() *wrapperspb.StringValue

func (*Settings) GetRunJobType

func (x *Settings) GetRunJobType() *wrapperspb.StringValue

func (*Settings) GetRunMode

func (x *Settings) GetRunMode() *wrapperspb.StringValue

func (*Settings) GetRunName

func (x *Settings) GetRunName() *wrapperspb.StringValue

func (*Settings) GetRunNotes

func (x *Settings) GetRunNotes() *wrapperspb.StringValue

func (*Settings) GetRunTags

func (x *Settings) GetRunTags() *ListStringValue

func (*Settings) GetRunUrl

func (x *Settings) GetRunUrl() *wrapperspb.StringValue

func (*Settings) GetSagemakerDisable

func (x *Settings) GetSagemakerDisable() *wrapperspb.BoolValue

func (*Settings) GetSaveCode

func (x *Settings) GetSaveCode() *wrapperspb.BoolValue

func (*Settings) GetSettingsSystem

func (x *Settings) GetSettingsSystem() *wrapperspb.StringValue

func (*Settings) GetSettingsWorkspace

func (x *Settings) GetSettingsWorkspace() *wrapperspb.StringValue

func (*Settings) GetShowColors

func (x *Settings) GetShowColors() *wrapperspb.BoolValue

func (*Settings) GetShowEmoji

func (x *Settings) GetShowEmoji() *wrapperspb.BoolValue

func (*Settings) GetShowErrors

func (x *Settings) GetShowErrors() *wrapperspb.BoolValue

func (*Settings) GetShowInfo

func (x *Settings) GetShowInfo() *wrapperspb.BoolValue

func (*Settings) GetShowWarnings

func (x *Settings) GetShowWarnings() *wrapperspb.BoolValue

func (*Settings) GetSilent

func (x *Settings) GetSilent() *wrapperspb.BoolValue

func (*Settings) GetStartMethod

func (x *Settings) GetStartMethod() *wrapperspb.StringValue

func (*Settings) GetStrict

func (x *Settings) GetStrict() *wrapperspb.BoolValue

func (*Settings) GetSummaryErrors

func (x *Settings) GetSummaryErrors() *wrapperspb.Int32Value

func (*Settings) GetSummaryTimeout

func (x *Settings) GetSummaryTimeout() *wrapperspb.Int32Value

func (*Settings) GetSummaryWarnings

func (x *Settings) GetSummaryWarnings() *wrapperspb.Int32Value

func (*Settings) GetSweepId

func (x *Settings) GetSweepId() *wrapperspb.StringValue

func (*Settings) GetSweepParamPath

func (x *Settings) GetSweepParamPath() *wrapperspb.StringValue

func (*Settings) GetSweepUrl

func (x *Settings) GetSweepUrl() *wrapperspb.StringValue
func (x *Settings) GetSymlink() *wrapperspb.BoolValue

func (*Settings) GetSyncDir

func (x *Settings) GetSyncDir() *wrapperspb.StringValue

func (*Settings) GetSyncFile

func (x *Settings) GetSyncFile() *wrapperspb.StringValue

func (*Settings) GetSyncSymlinkLatest

func (x *Settings) GetSyncSymlinkLatest() *wrapperspb.StringValue

func (*Settings) GetSystemSample

func (x *Settings) GetSystemSample() *wrapperspb.Int32Value

func (*Settings) GetSystemSampleSeconds

func (x *Settings) GetSystemSampleSeconds() *wrapperspb.Int32Value

func (*Settings) GetTableRaiseOnMaxRowLimitExceeded

func (x *Settings) GetTableRaiseOnMaxRowLimitExceeded() *wrapperspb.BoolValue

func (*Settings) GetTimespec

func (x *Settings) GetTimespec() *wrapperspb.StringValue

func (*Settings) GetTmpDir

func (x *Settings) GetTmpDir() *wrapperspb.StringValue

func (*Settings) GetUsername

func (x *Settings) GetUsername() *wrapperspb.StringValue

func (*Settings) GetWandbDir

func (x *Settings) GetWandbDir() *wrapperspb.StringValue

func (*Settings) GetXArgs

func (x *Settings) GetXArgs() *ListStringValue

func (*Settings) GetXAwsLambda

func (x *Settings) GetXAwsLambda() *wrapperspb.BoolValue

func (*Settings) GetXCliOnlyMode

func (x *Settings) GetXCliOnlyMode() *wrapperspb.BoolValue

func (*Settings) GetXCodePathLocal

func (x *Settings) GetXCodePathLocal() *wrapperspb.StringValue

func (*Settings) GetXColab

func (x *Settings) GetXColab() *wrapperspb.BoolValue

func (*Settings) GetXCuda

func (x *Settings) GetXCuda() *wrapperspb.StringValue

func (*Settings) GetXDisableMachineInfo

func (x *Settings) GetXDisableMachineInfo() *wrapperspb.BoolValue

func (*Settings) GetXDisableMeta

func (x *Settings) GetXDisableMeta() *wrapperspb.BoolValue

func (*Settings) GetXDisableService

func (x *Settings) GetXDisableService() *wrapperspb.BoolValue

func (*Settings) GetXDisableSetproctitle

func (x *Settings) GetXDisableSetproctitle() *wrapperspb.BoolValue

func (*Settings) GetXDisableStats

func (x *Settings) GetXDisableStats() *wrapperspb.BoolValue

func (*Settings) GetXDisableUpdateCheck

func (x *Settings) GetXDisableUpdateCheck() *wrapperspb.BoolValue

func (*Settings) GetXDisableViewer

func (x *Settings) GetXDisableViewer() *wrapperspb.BoolValue

func (*Settings) GetXExceptExit

func (x *Settings) GetXExceptExit() *wrapperspb.BoolValue

func (*Settings) GetXExecutable

func (x *Settings) GetXExecutable() *wrapperspb.StringValue

func (*Settings) GetXExtraHttpHeaders

func (x *Settings) GetXExtraHttpHeaders() *MapStringKeyStringValue

func (*Settings) GetXFileStreamRetryMax

func (x *Settings) GetXFileStreamRetryMax() *wrapperspb.Int32Value

func (*Settings) GetXFileStreamRetryWaitMaxSeconds

func (x *Settings) GetXFileStreamRetryWaitMaxSeconds() *wrapperspb.DoubleValue

func (*Settings) GetXFileStreamRetryWaitMinSeconds

func (x *Settings) GetXFileStreamRetryWaitMinSeconds() *wrapperspb.DoubleValue

func (*Settings) GetXFileStreamTimeoutSeconds

func (x *Settings) GetXFileStreamTimeoutSeconds() *wrapperspb.DoubleValue

func (*Settings) GetXFileTransferRetryMax

func (x *Settings) GetXFileTransferRetryMax() *wrapperspb.Int32Value

func (*Settings) GetXFileTransferRetryWaitMaxSeconds

func (x *Settings) GetXFileTransferRetryWaitMaxSeconds() *wrapperspb.DoubleValue

func (*Settings) GetXFileTransferRetryWaitMinSeconds

func (x *Settings) GetXFileTransferRetryWaitMinSeconds() *wrapperspb.DoubleValue

func (*Settings) GetXFileTransferTimeoutSeconds

func (x *Settings) GetXFileTransferTimeoutSeconds() *wrapperspb.DoubleValue

func (*Settings) GetXFlowControlCustom

func (x *Settings) GetXFlowControlCustom() *wrapperspb.BoolValue

func (*Settings) GetXFlowControlDisabled

func (x *Settings) GetXFlowControlDisabled() *wrapperspb.BoolValue

func (*Settings) GetXGraphqlRetryMax

func (x *Settings) GetXGraphqlRetryMax() *wrapperspb.Int32Value

func (*Settings) GetXGraphqlRetryWaitMaxSeconds

func (x *Settings) GetXGraphqlRetryWaitMaxSeconds() *wrapperspb.DoubleValue

func (*Settings) GetXGraphqlRetryWaitMinSeconds

func (x *Settings) GetXGraphqlRetryWaitMinSeconds() *wrapperspb.DoubleValue

func (*Settings) GetXGraphqlTimeoutSeconds

func (x *Settings) GetXGraphqlTimeoutSeconds() *wrapperspb.DoubleValue

func (*Settings) GetXInternalCheckProcess

func (x *Settings) GetXInternalCheckProcess() *wrapperspb.DoubleValue

func (*Settings) GetXInternalQueueTimeout

func (x *Settings) GetXInternalQueueTimeout() *wrapperspb.DoubleValue

func (*Settings) GetXIpython

func (x *Settings) GetXIpython() *wrapperspb.BoolValue

func (*Settings) GetXJupyter

func (x *Settings) GetXJupyter() *wrapperspb.BoolValue

func (*Settings) GetXJupyterName

func (x *Settings) GetXJupyterName() *wrapperspb.StringValue

func (*Settings) GetXJupyterPath

func (x *Settings) GetXJupyterPath() *wrapperspb.StringValue

func (*Settings) GetXJupyterRoot

func (x *Settings) GetXJupyterRoot() *wrapperspb.StringValue

func (*Settings) GetXKaggle

func (x *Settings) GetXKaggle() *wrapperspb.BoolValue

func (*Settings) GetXLivePolicyRateLimit

func (x *Settings) GetXLivePolicyRateLimit() *wrapperspb.Int32Value

func (*Settings) GetXLivePolicyWaitTime

func (x *Settings) GetXLivePolicyWaitTime() *wrapperspb.Int32Value

func (*Settings) GetXLogLevel

func (x *Settings) GetXLogLevel() *wrapperspb.Int32Value

func (*Settings) GetXNetworkBuffer

func (x *Settings) GetXNetworkBuffer() *wrapperspb.Int32Value

func (*Settings) GetXNoop

func (x *Settings) GetXNoop() *wrapperspb.BoolValue

func (*Settings) GetXNotebook

func (x *Settings) GetXNotebook() *wrapperspb.BoolValue

func (*Settings) GetXOffline

func (x *Settings) GetXOffline() *wrapperspb.BoolValue

func (*Settings) GetXOs

func (x *Settings) GetXOs() *wrapperspb.StringValue

func (*Settings) GetXPlatform

func (x *Settings) GetXPlatform() *wrapperspb.StringValue

func (*Settings) GetXProxies

func (x *Settings) GetXProxies() *MapStringKeyStringValue

func (*Settings) GetXPython

func (x *Settings) GetXPython() *wrapperspb.StringValue

func (*Settings) GetXRequireCore

func (x *Settings) GetXRequireCore() *wrapperspb.BoolValue

func (*Settings) GetXRunqueueItemId

func (x *Settings) GetXRunqueueItemId() *wrapperspb.StringValue

func (*Settings) GetXSaveRequirements

func (x *Settings) GetXSaveRequirements() *wrapperspb.BoolValue

func (*Settings) GetXServiceTransport

func (x *Settings) GetXServiceTransport() *wrapperspb.StringValue

func (*Settings) GetXServiceWait

func (x *Settings) GetXServiceWait() *wrapperspb.DoubleValue

func (*Settings) GetXShared

func (x *Settings) GetXShared() *wrapperspb.BoolValue

func (*Settings) GetXStartDatetime

func (x *Settings) GetXStartDatetime() *wrapperspb.StringValue

func (*Settings) GetXStartTime

func (x *Settings) GetXStartTime() *wrapperspb.DoubleValue

func (*Settings) GetXStatsBufferSize

func (x *Settings) GetXStatsBufferSize() *wrapperspb.Int32Value

func (*Settings) GetXStatsDiskPaths

func (x *Settings) GetXStatsDiskPaths() *ListStringValue

func (*Settings) GetXStatsJoinAssets

func (x *Settings) GetXStatsJoinAssets() *wrapperspb.BoolValue

func (*Settings) GetXStatsNeuronMonitorConfigPath

func (x *Settings) GetXStatsNeuronMonitorConfigPath() *wrapperspb.StringValue

func (*Settings) GetXStatsOpenMetricsEndpoints

func (x *Settings) GetXStatsOpenMetricsEndpoints() *MapStringKeyStringValue

func (*Settings) GetXStatsOpenMetricsFilters

func (x *Settings) GetXStatsOpenMetricsFilters() *OpenMetricsFilters

func (*Settings) GetXStatsPid

func (x *Settings) GetXStatsPid() *wrapperspb.Int32Value

func (*Settings) GetXStatsSampleRateSeconds

func (x *Settings) GetXStatsSampleRateSeconds() *wrapperspb.DoubleValue

func (*Settings) GetXStatsSamplesToAverage

func (x *Settings) GetXStatsSamplesToAverage() *wrapperspb.Int32Value

func (*Settings) GetXSync

func (x *Settings) GetXSync() *wrapperspb.BoolValue

func (*Settings) GetXTmpCodeDir

func (x *Settings) GetXTmpCodeDir() *wrapperspb.StringValue

func (*Settings) GetXTracelog

func (x *Settings) GetXTracelog() *wrapperspb.StringValue

func (*Settings) GetXUnsavedKeys

func (x *Settings) GetXUnsavedKeys() *ListStringValue

func (*Settings) GetXWindows

func (x *Settings) GetXWindows() *wrapperspb.BoolValue

func (*Settings) ProtoMessage

func (*Settings) ProtoMessage()

func (*Settings) ProtoReflect

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

func (*Settings) Reset

func (x *Settings) Reset()

func (*Settings) String

func (x *Settings) String() string

type SettingsItem

type SettingsItem struct {
	Key       string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	ValueJson string `protobuf:"bytes,16,opt,name=value_json,json=valueJson,proto3" json:"value_json,omitempty"`
	// contains filtered or unexported fields
}

func (*SettingsItem) Descriptor deprecated

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

Deprecated: Use SettingsItem.ProtoReflect.Descriptor instead.

func (*SettingsItem) GetKey

func (x *SettingsItem) GetKey() string

func (*SettingsItem) GetValueJson

func (x *SettingsItem) GetValueJson() string

func (*SettingsItem) ProtoMessage

func (*SettingsItem) ProtoMessage()

func (*SettingsItem) ProtoReflect

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

func (*SettingsItem) Reset

func (x *SettingsItem) Reset()

func (*SettingsItem) String

func (x *SettingsItem) String() string

type SettingsRecord

type SettingsRecord struct {
	Item  []*SettingsItem `protobuf:"bytes,1,rep,name=item,proto3" json:"item,omitempty"`
	XInfo *XRecordInfo    `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

SettingsRecord: wandb/sdk/wandb_settings/Settings

func (*SettingsRecord) Descriptor deprecated

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

Deprecated: Use SettingsRecord.ProtoReflect.Descriptor instead.

func (*SettingsRecord) GetItem

func (x *SettingsRecord) GetItem() []*SettingsItem

func (*SettingsRecord) GetXInfo

func (x *SettingsRecord) GetXInfo() *XRecordInfo

func (*SettingsRecord) ProtoMessage

func (*SettingsRecord) ProtoMessage()

func (*SettingsRecord) ProtoReflect

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

func (*SettingsRecord) Reset

func (x *SettingsRecord) Reset()

func (*SettingsRecord) String

func (x *SettingsRecord) String() string

type ShutdownRequest

type ShutdownRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

ShutdownRequest:

func (*ShutdownRequest) Descriptor deprecated

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

Deprecated: Use ShutdownRequest.ProtoReflect.Descriptor instead.

func (*ShutdownRequest) GetXInfo

func (x *ShutdownRequest) GetXInfo() *XRequestInfo

func (*ShutdownRequest) ProtoMessage

func (*ShutdownRequest) ProtoMessage()

func (*ShutdownRequest) ProtoReflect

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

func (*ShutdownRequest) Reset

func (x *ShutdownRequest) Reset()

func (*ShutdownRequest) String

func (x *ShutdownRequest) String() string

type ShutdownResponse

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

func (*ShutdownResponse) Descriptor deprecated

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

Deprecated: Use ShutdownResponse.ProtoReflect.Descriptor instead.

func (*ShutdownResponse) ProtoMessage

func (*ShutdownResponse) ProtoMessage()

func (*ShutdownResponse) ProtoReflect

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

func (*ShutdownResponse) Reset

func (x *ShutdownResponse) Reset()

func (*ShutdownResponse) String

func (x *ShutdownResponse) String() string

type Source

type Source struct {
	Git      *GitSource    `protobuf:"bytes,1,opt,name=git,proto3" json:"git,omitempty"`
	Artifact *ArtifactInfo `protobuf:"bytes,2,opt,name=artifact,proto3" json:"artifact,omitempty"`
	Image    *ImageSource  `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*Source) Descriptor deprecated

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

Deprecated: Use Source.ProtoReflect.Descriptor instead.

func (*Source) GetArtifact

func (x *Source) GetArtifact() *ArtifactInfo

func (*Source) GetGit

func (x *Source) GetGit() *GitSource

func (*Source) GetImage

func (x *Source) GetImage() *ImageSource

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) ProtoReflect

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

func (*Source) Reset

func (x *Source) Reset()

func (*Source) String

func (x *Source) String() string

type StatsItem

type StatsItem struct {
	Key       string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	ValueJson string `protobuf:"bytes,16,opt,name=value_json,json=valueJson,proto3" json:"value_json,omitempty"`
	// contains filtered or unexported fields
}

func (*StatsItem) Descriptor deprecated

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

Deprecated: Use StatsItem.ProtoReflect.Descriptor instead.

func (*StatsItem) GetKey

func (x *StatsItem) GetKey() string

func (*StatsItem) GetValueJson

func (x *StatsItem) GetValueJson() string

func (*StatsItem) ProtoMessage

func (*StatsItem) ProtoMessage()

func (*StatsItem) ProtoReflect

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

func (*StatsItem) Reset

func (x *StatsItem) Reset()

func (*StatsItem) String

func (x *StatsItem) String() string

type StatsRecord

type StatsRecord struct {
	StatsType StatsRecord_StatsType  `` /* 131-byte string literal not displayed */
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Item      []*StatsItem           `protobuf:"bytes,3,rep,name=item,proto3" json:"item,omitempty"`
	XInfo     *XRecordInfo           `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

StatsRecord: system metrics

func (*StatsRecord) Descriptor deprecated

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

Deprecated: Use StatsRecord.ProtoReflect.Descriptor instead.

func (*StatsRecord) GetItem

func (x *StatsRecord) GetItem() []*StatsItem

func (*StatsRecord) GetStatsType

func (x *StatsRecord) GetStatsType() StatsRecord_StatsType

func (*StatsRecord) GetTimestamp

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

func (*StatsRecord) GetXInfo

func (x *StatsRecord) GetXInfo() *XRecordInfo

func (*StatsRecord) ProtoMessage

func (*StatsRecord) ProtoMessage()

func (*StatsRecord) ProtoReflect

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

func (*StatsRecord) Reset

func (x *StatsRecord) Reset()

func (*StatsRecord) String

func (x *StatsRecord) String() string

type StatsRecord_StatsType

type StatsRecord_StatsType int32
const (
	StatsRecord_SYSTEM StatsRecord_StatsType = 0
)

func (StatsRecord_StatsType) Descriptor

func (StatsRecord_StatsType) Enum

func (StatsRecord_StatsType) EnumDescriptor deprecated

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

Deprecated: Use StatsRecord_StatsType.Descriptor instead.

func (StatsRecord_StatsType) Number

func (StatsRecord_StatsType) String

func (x StatsRecord_StatsType) String() string

func (StatsRecord_StatsType) Type

type StatusReportRequest

type StatusReportRequest struct {
	RecordNum  int64                  `protobuf:"varint,1,opt,name=record_num,json=recordNum,proto3" json:"record_num,omitempty"`
	SentOffset int64                  `protobuf:"varint,2,opt,name=sent_offset,json=sentOffset,proto3" json:"sent_offset,omitempty"`
	SyncTime   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=sync_time,json=syncTime,proto3" json:"sync_time,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusReportRequest) Descriptor deprecated

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

Deprecated: Use StatusReportRequest.ProtoReflect.Descriptor instead.

func (*StatusReportRequest) GetRecordNum

func (x *StatusReportRequest) GetRecordNum() int64

func (*StatusReportRequest) GetSentOffset

func (x *StatusReportRequest) GetSentOffset() int64

func (*StatusReportRequest) GetSyncTime

func (x *StatusReportRequest) GetSyncTime() *timestamppb.Timestamp

func (*StatusReportRequest) ProtoMessage

func (*StatusReportRequest) ProtoMessage()

func (*StatusReportRequest) ProtoReflect

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

func (*StatusReportRequest) Reset

func (x *StatusReportRequest) Reset()

func (*StatusReportRequest) String

func (x *StatusReportRequest) String() string

type StatusRequest

type StatusRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

StatusRequest:

func (*StatusRequest) Descriptor deprecated

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

Deprecated: Use StatusRequest.ProtoReflect.Descriptor instead.

func (*StatusRequest) GetXInfo

func (x *StatusRequest) GetXInfo() *XRequestInfo

func (*StatusRequest) ProtoMessage

func (*StatusRequest) ProtoMessage()

func (*StatusRequest) ProtoReflect

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

func (*StatusRequest) Reset

func (x *StatusRequest) Reset()

func (*StatusRequest) String

func (x *StatusRequest) String() string

type StatusResponse

type StatusResponse struct {
	RunShouldStop bool `protobuf:"varint,1,opt,name=run_should_stop,json=runShouldStop,proto3" json:"run_should_stop,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusResponse) Descriptor deprecated

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

Deprecated: Use StatusResponse.ProtoReflect.Descriptor instead.

func (*StatusResponse) GetRunShouldStop

func (x *StatusResponse) GetRunShouldStop() bool

func (*StatusResponse) ProtoMessage

func (*StatusResponse) ProtoMessage()

func (*StatusResponse) ProtoReflect

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

func (*StatusResponse) Reset

func (x *StatusResponse) Reset()

func (*StatusResponse) String

func (x *StatusResponse) String() string

type StopStatusRequest

type StopStatusRequest struct {
	XInfo *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

func (*StopStatusRequest) Descriptor deprecated

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

Deprecated: Use StopStatusRequest.ProtoReflect.Descriptor instead.

func (*StopStatusRequest) GetXInfo

func (x *StopStatusRequest) GetXInfo() *XRequestInfo

func (*StopStatusRequest) ProtoMessage

func (*StopStatusRequest) ProtoMessage()

func (*StopStatusRequest) ProtoReflect

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

func (*StopStatusRequest) Reset

func (x *StopStatusRequest) Reset()

func (*StopStatusRequest) String

func (x *StopStatusRequest) String() string

type StopStatusResponse

type StopStatusResponse struct {
	RunShouldStop bool `protobuf:"varint,1,opt,name=run_should_stop,json=runShouldStop,proto3" json:"run_should_stop,omitempty"`
	// contains filtered or unexported fields
}

func (*StopStatusResponse) Descriptor deprecated

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

Deprecated: Use StopStatusResponse.ProtoReflect.Descriptor instead.

func (*StopStatusResponse) GetRunShouldStop

func (x *StopStatusResponse) GetRunShouldStop() bool

func (*StopStatusResponse) ProtoMessage

func (*StopStatusResponse) ProtoMessage()

func (*StopStatusResponse) ProtoReflect

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

func (*StopStatusResponse) Reset

func (x *StopStatusResponse) Reset()

func (*StopStatusResponse) String

func (x *StopStatusResponse) String() string

type StoragePolicyConfigItem

type StoragePolicyConfigItem struct {
	Key       string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	ValueJson string `protobuf:"bytes,2,opt,name=value_json,json=valueJson,proto3" json:"value_json,omitempty"`
	// contains filtered or unexported fields
}

func (*StoragePolicyConfigItem) Descriptor deprecated

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

Deprecated: Use StoragePolicyConfigItem.ProtoReflect.Descriptor instead.

func (*StoragePolicyConfigItem) GetKey

func (x *StoragePolicyConfigItem) GetKey() string

func (*StoragePolicyConfigItem) GetValueJson

func (x *StoragePolicyConfigItem) GetValueJson() string

func (*StoragePolicyConfigItem) ProtoMessage

func (*StoragePolicyConfigItem) ProtoMessage()

func (*StoragePolicyConfigItem) ProtoReflect

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

func (*StoragePolicyConfigItem) Reset

func (x *StoragePolicyConfigItem) Reset()

func (*StoragePolicyConfigItem) String

func (x *StoragePolicyConfigItem) String() string

type SummaryItem

type SummaryItem struct {
	Key       string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	NestedKey []string `protobuf:"bytes,2,rep,name=nested_key,json=nestedKey,proto3" json:"nested_key,omitempty"`
	ValueJson string   `protobuf:"bytes,16,opt,name=value_json,json=valueJson,proto3" json:"value_json,omitempty"`
	// contains filtered or unexported fields
}

SummaryItem:

key and nested_key are mutually exclusive. Only one of them should be set. key is supposedly more performant than nested_key, so nested_key should be only used for nested keys.

func (*SummaryItem) Descriptor deprecated

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

Deprecated: Use SummaryItem.ProtoReflect.Descriptor instead.

func (*SummaryItem) GetKey

func (x *SummaryItem) GetKey() string

func (*SummaryItem) GetNestedKey

func (x *SummaryItem) GetNestedKey() []string

func (*SummaryItem) GetValueJson

func (x *SummaryItem) GetValueJson() string

func (*SummaryItem) ProtoMessage

func (*SummaryItem) ProtoMessage()

func (*SummaryItem) ProtoReflect

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

func (*SummaryItem) Reset

func (x *SummaryItem) Reset()

func (*SummaryItem) String

func (x *SummaryItem) String() string

type SummaryRecord

type SummaryRecord struct {
	Update []*SummaryItem `protobuf:"bytes,1,rep,name=update,proto3" json:"update,omitempty"`
	Remove []*SummaryItem `protobuf:"bytes,2,rep,name=remove,proto3" json:"remove,omitempty"`
	XInfo  *XRecordInfo   `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

SummaryRecord: wandb/sdk/wandb_summary/Summary

func (*SummaryRecord) Descriptor deprecated

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

Deprecated: Use SummaryRecord.ProtoReflect.Descriptor instead.

func (*SummaryRecord) GetRemove

func (x *SummaryRecord) GetRemove() []*SummaryItem

func (*SummaryRecord) GetUpdate

func (x *SummaryRecord) GetUpdate() []*SummaryItem

func (*SummaryRecord) GetXInfo

func (x *SummaryRecord) GetXInfo() *XRecordInfo

func (*SummaryRecord) ProtoMessage

func (*SummaryRecord) ProtoMessage()

func (*SummaryRecord) ProtoReflect

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

func (*SummaryRecord) Reset

func (x *SummaryRecord) Reset()

func (*SummaryRecord) String

func (x *SummaryRecord) String() string

type SummaryRecordRequest

type SummaryRecordRequest struct {
	Summary *SummaryRecord `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	// contains filtered or unexported fields
}

Requests wrapping Records

func (*SummaryRecordRequest) Descriptor deprecated

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

Deprecated: Use SummaryRecordRequest.ProtoReflect.Descriptor instead.

func (*SummaryRecordRequest) GetSummary

func (x *SummaryRecordRequest) GetSummary() *SummaryRecord

func (*SummaryRecordRequest) ProtoMessage

func (*SummaryRecordRequest) ProtoMessage()

func (*SummaryRecordRequest) ProtoReflect

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

func (*SummaryRecordRequest) Reset

func (x *SummaryRecordRequest) Reset()

func (*SummaryRecordRequest) String

func (x *SummaryRecordRequest) String() string

type SummaryResult

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

func (*SummaryResult) Descriptor deprecated

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

Deprecated: Use SummaryResult.ProtoReflect.Descriptor instead.

func (*SummaryResult) ProtoMessage

func (*SummaryResult) ProtoMessage()

func (*SummaryResult) ProtoReflect

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

func (*SummaryResult) Reset

func (x *SummaryResult) Reset()

func (*SummaryResult) String

func (x *SummaryResult) String() string

type SyncOverwrite

type SyncOverwrite struct {
	RunId   string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	Entity  string `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"`
	Project string `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

Sender requests

func (*SyncOverwrite) Descriptor deprecated

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

Deprecated: Use SyncOverwrite.ProtoReflect.Descriptor instead.

func (*SyncOverwrite) GetEntity

func (x *SyncOverwrite) GetEntity() string

func (*SyncOverwrite) GetProject

func (x *SyncOverwrite) GetProject() string

func (*SyncOverwrite) GetRunId

func (x *SyncOverwrite) GetRunId() string

func (*SyncOverwrite) ProtoMessage

func (*SyncOverwrite) ProtoMessage()

func (*SyncOverwrite) ProtoReflect

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

func (*SyncOverwrite) Reset

func (x *SyncOverwrite) Reset()

func (*SyncOverwrite) String

func (x *SyncOverwrite) String() string

type SyncRequest

type SyncRequest struct {
	StartOffset int64          `protobuf:"varint,1,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"`
	FinalOffset int64          `protobuf:"varint,2,opt,name=final_offset,json=finalOffset,proto3" json:"final_offset,omitempty"`
	Overwrite   *SyncOverwrite `protobuf:"bytes,3,opt,name=overwrite,proto3" json:"overwrite,omitempty"`
	Skip        *SyncSkip      `protobuf:"bytes,4,opt,name=skip,proto3" json:"skip,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncRequest) Descriptor deprecated

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

Deprecated: Use SyncRequest.ProtoReflect.Descriptor instead.

func (*SyncRequest) GetFinalOffset

func (x *SyncRequest) GetFinalOffset() int64

func (*SyncRequest) GetOverwrite

func (x *SyncRequest) GetOverwrite() *SyncOverwrite

func (*SyncRequest) GetSkip

func (x *SyncRequest) GetSkip() *SyncSkip

func (*SyncRequest) GetStartOffset

func (x *SyncRequest) GetStartOffset() int64

func (*SyncRequest) ProtoMessage

func (*SyncRequest) ProtoMessage()

func (*SyncRequest) ProtoReflect

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

func (*SyncRequest) Reset

func (x *SyncRequest) Reset()

func (*SyncRequest) String

func (x *SyncRequest) String() string

type SyncResponse

type SyncResponse struct {
	Url   string     `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Error *ErrorInfo `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncResponse) Descriptor deprecated

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

Deprecated: Use SyncResponse.ProtoReflect.Descriptor instead.

func (*SyncResponse) GetError

func (x *SyncResponse) GetError() *ErrorInfo

func (*SyncResponse) GetUrl

func (x *SyncResponse) GetUrl() string

func (*SyncResponse) ProtoMessage

func (*SyncResponse) ProtoMessage()

func (*SyncResponse) ProtoReflect

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

func (*SyncResponse) Reset

func (x *SyncResponse) Reset()

func (*SyncResponse) String

func (x *SyncResponse) String() string

type SyncSkip

type SyncSkip struct {
	OutputRaw bool `protobuf:"varint,1,opt,name=output_raw,json=outputRaw,proto3" json:"output_raw,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncSkip) Descriptor deprecated

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

Deprecated: Use SyncSkip.ProtoReflect.Descriptor instead.

func (*SyncSkip) GetOutputRaw

func (x *SyncSkip) GetOutputRaw() bool

func (*SyncSkip) ProtoMessage

func (*SyncSkip) ProtoMessage()

func (*SyncSkip) ProtoReflect

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

func (*SyncSkip) Reset

func (x *SyncSkip) Reset()

func (*SyncSkip) String

func (x *SyncSkip) String() string

type SystemMetricSample

type SystemMetricSample struct {
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Value     float32                `protobuf:"fixed32,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemMetricSample) Descriptor deprecated

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

Deprecated: Use SystemMetricSample.ProtoReflect.Descriptor instead.

func (*SystemMetricSample) GetTimestamp

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

func (*SystemMetricSample) GetValue

func (x *SystemMetricSample) GetValue() float32

func (*SystemMetricSample) ProtoMessage

func (*SystemMetricSample) ProtoMessage()

func (*SystemMetricSample) ProtoReflect

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

func (*SystemMetricSample) Reset

func (x *SystemMetricSample) Reset()

func (*SystemMetricSample) String

func (x *SystemMetricSample) String() string

type SystemMetricsBuffer

type SystemMetricsBuffer struct {
	Record []*SystemMetricSample `protobuf:"bytes,1,rep,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemMetricsBuffer) Descriptor deprecated

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

Deprecated: Use SystemMetricsBuffer.ProtoReflect.Descriptor instead.

func (*SystemMetricsBuffer) GetRecord

func (x *SystemMetricsBuffer) GetRecord() []*SystemMetricSample

func (*SystemMetricsBuffer) ProtoMessage

func (*SystemMetricsBuffer) ProtoMessage()

func (*SystemMetricsBuffer) ProtoReflect

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

func (*SystemMetricsBuffer) Reset

func (x *SystemMetricsBuffer) Reset()

func (*SystemMetricsBuffer) String

func (x *SystemMetricsBuffer) String() string

type TBRecord

type TBRecord struct {
	LogDir  string       `protobuf:"bytes,1,opt,name=log_dir,json=logDir,proto3" json:"log_dir,omitempty"`
	Save    bool         `protobuf:"varint,2,opt,name=save,proto3" json:"save,omitempty"`
	RootDir string       `protobuf:"bytes,3,opt,name=root_dir,json=rootDir,proto3" json:"root_dir,omitempty"`
	XInfo   *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

TBRecord: store tb locations

func (*TBRecord) Descriptor deprecated

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

Deprecated: Use TBRecord.ProtoReflect.Descriptor instead.

func (*TBRecord) GetLogDir

func (x *TBRecord) GetLogDir() string

func (*TBRecord) GetRootDir

func (x *TBRecord) GetRootDir() string

func (*TBRecord) GetSave

func (x *TBRecord) GetSave() bool

func (*TBRecord) GetXInfo

func (x *TBRecord) GetXInfo() *XRecordInfo

func (*TBRecord) ProtoMessage

func (*TBRecord) ProtoMessage()

func (*TBRecord) ProtoReflect

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

func (*TBRecord) Reset

func (x *TBRecord) Reset()

func (*TBRecord) String

func (x *TBRecord) String() string

type TBResult

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

func (*TBResult) Descriptor deprecated

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

Deprecated: Use TBResult.ProtoReflect.Descriptor instead.

func (*TBResult) ProtoMessage

func (*TBResult) ProtoMessage()

func (*TBResult) ProtoReflect

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

func (*TBResult) Reset

func (x *TBResult) Reset()

func (*TBResult) String

func (x *TBResult) String() string

type TelemetryRecord

type TelemetryRecord struct {
	ImportsInit        *Imports `protobuf:"bytes,1,opt,name=imports_init,json=importsInit,proto3" json:"imports_init,omitempty"`
	ImportsFinish      *Imports `protobuf:"bytes,2,opt,name=imports_finish,json=importsFinish,proto3" json:"imports_finish,omitempty"`
	Feature            *Feature `protobuf:"bytes,3,opt,name=feature,proto3" json:"feature,omitempty"`
	PythonVersion      string   `protobuf:"bytes,4,opt,name=python_version,json=pythonVersion,proto3" json:"python_version,omitempty"`
	CliVersion         string   `protobuf:"bytes,5,opt,name=cli_version,json=cliVersion,proto3" json:"cli_version,omitempty"`
	HuggingfaceVersion string   `protobuf:"bytes,6,opt,name=huggingface_version,json=huggingfaceVersion,proto3" json:"huggingface_version,omitempty"`
	// string  framework = 7;
	Env         *Env         `protobuf:"bytes,8,opt,name=env,proto3" json:"env,omitempty"`
	Label       *Labels      `protobuf:"bytes,9,opt,name=label,proto3" json:"label,omitempty"`
	Deprecated  *Deprecated  `protobuf:"bytes,10,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	Issues      *Issues      `protobuf:"bytes,11,opt,name=issues,proto3" json:"issues,omitempty"`
	CoreVersion string       `protobuf:"bytes,12,opt,name=core_version,json=coreVersion,proto3" json:"core_version,omitempty"`
	Platform    string       `protobuf:"bytes,13,opt,name=platform,proto3" json:"platform,omitempty"`
	XInfo       *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

Telemetry

func (*TelemetryRecord) Descriptor deprecated

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

Deprecated: Use TelemetryRecord.ProtoReflect.Descriptor instead.

func (*TelemetryRecord) GetCliVersion

func (x *TelemetryRecord) GetCliVersion() string

func (*TelemetryRecord) GetCoreVersion

func (x *TelemetryRecord) GetCoreVersion() string

func (*TelemetryRecord) GetDeprecated

func (x *TelemetryRecord) GetDeprecated() *Deprecated

func (*TelemetryRecord) GetEnv

func (x *TelemetryRecord) GetEnv() *Env

func (*TelemetryRecord) GetFeature

func (x *TelemetryRecord) GetFeature() *Feature

func (*TelemetryRecord) GetHuggingfaceVersion

func (x *TelemetryRecord) GetHuggingfaceVersion() string

func (*TelemetryRecord) GetImportsFinish

func (x *TelemetryRecord) GetImportsFinish() *Imports

func (*TelemetryRecord) GetImportsInit

func (x *TelemetryRecord) GetImportsInit() *Imports

func (*TelemetryRecord) GetIssues

func (x *TelemetryRecord) GetIssues() *Issues

func (*TelemetryRecord) GetLabel

func (x *TelemetryRecord) GetLabel() *Labels

func (*TelemetryRecord) GetPlatform

func (x *TelemetryRecord) GetPlatform() string

func (*TelemetryRecord) GetPythonVersion

func (x *TelemetryRecord) GetPythonVersion() string

func (*TelemetryRecord) GetXInfo

func (x *TelemetryRecord) GetXInfo() *XRecordInfo

func (*TelemetryRecord) ProtoMessage

func (*TelemetryRecord) ProtoMessage()

func (*TelemetryRecord) ProtoReflect

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

func (*TelemetryRecord) Reset

func (x *TelemetryRecord) Reset()

func (*TelemetryRecord) String

func (x *TelemetryRecord) String() string

type TelemetryRecordRequest

type TelemetryRecordRequest struct {
	Telemetry *TelemetryRecord `protobuf:"bytes,1,opt,name=telemetry,proto3" json:"telemetry,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryRecordRequest) Descriptor deprecated

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

Deprecated: Use TelemetryRecordRequest.ProtoReflect.Descriptor instead.

func (*TelemetryRecordRequest) GetTelemetry

func (x *TelemetryRecordRequest) GetTelemetry() *TelemetryRecord

func (*TelemetryRecordRequest) ProtoMessage

func (*TelemetryRecordRequest) ProtoMessage()

func (*TelemetryRecordRequest) ProtoReflect

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

func (*TelemetryRecordRequest) Reset

func (x *TelemetryRecordRequest) Reset()

func (*TelemetryRecordRequest) String

func (x *TelemetryRecordRequest) String() string

type TelemetryResult

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

func (*TelemetryResult) Descriptor deprecated

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

Deprecated: Use TelemetryResult.ProtoReflect.Descriptor instead.

func (*TelemetryResult) ProtoMessage

func (*TelemetryResult) ProtoMessage()

func (*TelemetryResult) ProtoReflect

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

func (*TelemetryResult) Reset

func (x *TelemetryResult) Reset()

func (*TelemetryResult) String

func (x *TelemetryResult) String() string

type TestInjectRequest

type TestInjectRequest struct {
	HandlerExc   bool          `protobuf:"varint,1,opt,name=handler_exc,json=handlerExc,proto3" json:"handler_exc,omitempty"`
	HandlerExit  bool          `protobuf:"varint,2,opt,name=handler_exit,json=handlerExit,proto3" json:"handler_exit,omitempty"`
	HandlerAbort bool          `protobuf:"varint,3,opt,name=handler_abort,json=handlerAbort,proto3" json:"handler_abort,omitempty"`
	SenderExc    bool          `protobuf:"varint,4,opt,name=sender_exc,json=senderExc,proto3" json:"sender_exc,omitempty"`
	SenderExit   bool          `protobuf:"varint,5,opt,name=sender_exit,json=senderExit,proto3" json:"sender_exit,omitempty"`
	SenderAbort  bool          `protobuf:"varint,6,opt,name=sender_abort,json=senderAbort,proto3" json:"sender_abort,omitempty"`
	ReqExc       bool          `protobuf:"varint,7,opt,name=req_exc,json=reqExc,proto3" json:"req_exc,omitempty"`
	ReqExit      bool          `protobuf:"varint,8,opt,name=req_exit,json=reqExit,proto3" json:"req_exit,omitempty"`
	ReqAbort     bool          `protobuf:"varint,9,opt,name=req_abort,json=reqAbort,proto3" json:"req_abort,omitempty"`
	RespExc      bool          `protobuf:"varint,10,opt,name=resp_exc,json=respExc,proto3" json:"resp_exc,omitempty"`
	RespExit     bool          `protobuf:"varint,11,opt,name=resp_exit,json=respExit,proto3" json:"resp_exit,omitempty"`
	RespAbort    bool          `protobuf:"varint,12,opt,name=resp_abort,json=respAbort,proto3" json:"resp_abort,omitempty"`
	MsgDrop      bool          `protobuf:"varint,13,opt,name=msg_drop,json=msgDrop,proto3" json:"msg_drop,omitempty"`
	MsgHang      bool          `protobuf:"varint,14,opt,name=msg_hang,json=msgHang,proto3" json:"msg_hang,omitempty"`
	XInfo        *XRequestInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

TestInjectRequest:

func (*TestInjectRequest) Descriptor deprecated

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

Deprecated: Use TestInjectRequest.ProtoReflect.Descriptor instead.

func (*TestInjectRequest) GetHandlerAbort

func (x *TestInjectRequest) GetHandlerAbort() bool

func (*TestInjectRequest) GetHandlerExc

func (x *TestInjectRequest) GetHandlerExc() bool

func (*TestInjectRequest) GetHandlerExit

func (x *TestInjectRequest) GetHandlerExit() bool

func (*TestInjectRequest) GetMsgDrop

func (x *TestInjectRequest) GetMsgDrop() bool

func (*TestInjectRequest) GetMsgHang

func (x *TestInjectRequest) GetMsgHang() bool

func (*TestInjectRequest) GetReqAbort

func (x *TestInjectRequest) GetReqAbort() bool

func (*TestInjectRequest) GetReqExc

func (x *TestInjectRequest) GetReqExc() bool

func (*TestInjectRequest) GetReqExit

func (x *TestInjectRequest) GetReqExit() bool

func (*TestInjectRequest) GetRespAbort

func (x *TestInjectRequest) GetRespAbort() bool

func (*TestInjectRequest) GetRespExc

func (x *TestInjectRequest) GetRespExc() bool

func (*TestInjectRequest) GetRespExit

func (x *TestInjectRequest) GetRespExit() bool

func (*TestInjectRequest) GetSenderAbort

func (x *TestInjectRequest) GetSenderAbort() bool

func (*TestInjectRequest) GetSenderExc

func (x *TestInjectRequest) GetSenderExc() bool

func (*TestInjectRequest) GetSenderExit

func (x *TestInjectRequest) GetSenderExit() bool

func (*TestInjectRequest) GetXInfo

func (x *TestInjectRequest) GetXInfo() *XRequestInfo

func (*TestInjectRequest) ProtoMessage

func (*TestInjectRequest) ProtoMessage()

func (*TestInjectRequest) ProtoReflect

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

func (*TestInjectRequest) Reset

func (x *TestInjectRequest) Reset()

func (*TestInjectRequest) String

func (x *TestInjectRequest) String() string

type TestInjectResponse

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

func (*TestInjectResponse) Descriptor deprecated

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

Deprecated: Use TestInjectResponse.ProtoReflect.Descriptor instead.

func (*TestInjectResponse) ProtoMessage

func (*TestInjectResponse) ProtoMessage()

func (*TestInjectResponse) ProtoReflect

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

func (*TestInjectResponse) Reset

func (x *TestInjectResponse) Reset()

func (*TestInjectResponse) String

func (x *TestInjectResponse) String() string

type UseArtifactRecord

type UseArtifactRecord struct {
	Id      string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type    string              `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Name    string              `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Partial *PartialJobArtifact `protobuf:"bytes,4,opt,name=partial,proto3" json:"partial,omitempty"`
	XInfo   *XRecordInfo        `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

UseArtifact:

func (*UseArtifactRecord) Descriptor deprecated

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

Deprecated: Use UseArtifactRecord.ProtoReflect.Descriptor instead.

func (*UseArtifactRecord) GetId

func (x *UseArtifactRecord) GetId() string

func (*UseArtifactRecord) GetName

func (x *UseArtifactRecord) GetName() string

func (*UseArtifactRecord) GetPartial

func (x *UseArtifactRecord) GetPartial() *PartialJobArtifact

func (*UseArtifactRecord) GetType

func (x *UseArtifactRecord) GetType() string

func (*UseArtifactRecord) GetXInfo

func (x *UseArtifactRecord) GetXInfo() *XRecordInfo

func (*UseArtifactRecord) ProtoMessage

func (*UseArtifactRecord) ProtoMessage()

func (*UseArtifactRecord) ProtoReflect

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

func (*UseArtifactRecord) Reset

func (x *UseArtifactRecord) Reset()

func (*UseArtifactRecord) String

func (x *UseArtifactRecord) String() string

type UseArtifactResult

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

func (*UseArtifactResult) Descriptor deprecated

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

Deprecated: Use UseArtifactResult.ProtoReflect.Descriptor instead.

func (*UseArtifactResult) ProtoMessage

func (*UseArtifactResult) ProtoMessage()

func (*UseArtifactResult) ProtoReflect

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

func (*UseArtifactResult) Reset

func (x *UseArtifactResult) Reset()

func (*UseArtifactResult) String

func (x *UseArtifactResult) String() string

type VersionInfo

type VersionInfo struct {

	// The version of the SDK backend that produced the data
	Producer string `protobuf:"bytes,1,opt,name=producer,proto3" json:"producer,omitempty"`
	// Minimum version of the wandb server that can read the data
	MinConsumer string       `protobuf:"bytes,2,opt,name=min_consumer,json=minConsumer,proto3" json:"min_consumer,omitempty"`
	XInfo       *XRecordInfo `protobuf:"bytes,200,opt,name=_info,json=Info,proto3" json:"_info,omitempty"`
	// contains filtered or unexported fields
}

Version definition

func (*VersionInfo) Descriptor deprecated

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

Deprecated: Use VersionInfo.ProtoReflect.Descriptor instead.

func (*VersionInfo) GetMinConsumer

func (x *VersionInfo) GetMinConsumer() string

func (*VersionInfo) GetProducer

func (x *VersionInfo) GetProducer() string

func (*VersionInfo) GetXInfo

func (x *VersionInfo) GetXInfo() *XRecordInfo

func (*VersionInfo) ProtoMessage

func (*VersionInfo) ProtoMessage()

func (*VersionInfo) ProtoReflect

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

func (*VersionInfo) Reset

func (x *VersionInfo) Reset()

func (*VersionInfo) String

func (x *VersionInfo) String() string

type XRecordInfo

type XRecordInfo struct {
	StreamId    string `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
	XTracelogId string `protobuf:"bytes,100,opt,name=_tracelog_id,json=TracelogId,proto3" json:"_tracelog_id,omitempty"`
	// contains filtered or unexported fields
}

_RecordInfo, _RequestInfo: extra info for all records and requests

func (*XRecordInfo) Descriptor deprecated

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

Deprecated: Use XRecordInfo.ProtoReflect.Descriptor instead.

func (*XRecordInfo) GetStreamId

func (x *XRecordInfo) GetStreamId() string

func (*XRecordInfo) GetXTracelogId

func (x *XRecordInfo) GetXTracelogId() string

func (*XRecordInfo) ProtoMessage

func (*XRecordInfo) ProtoMessage()

func (*XRecordInfo) ProtoReflect

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

func (*XRecordInfo) Reset

func (x *XRecordInfo) Reset()

func (*XRecordInfo) String

func (x *XRecordInfo) String() string

type XRequestInfo

type XRequestInfo struct {
	StreamId string `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
	// contains filtered or unexported fields
}

func (*XRequestInfo) Descriptor deprecated

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

Deprecated: Use XRequestInfo.ProtoReflect.Descriptor instead.

func (*XRequestInfo) GetStreamId

func (x *XRequestInfo) GetStreamId() string

func (*XRequestInfo) ProtoMessage

func (*XRequestInfo) ProtoMessage()

func (*XRequestInfo) ProtoReflect

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

func (*XRequestInfo) Reset

func (x *XRequestInfo) Reset()

func (*XRequestInfo) String

func (x *XRequestInfo) String() string

type XResultInfo

type XResultInfo struct {
	XTracelogId string `protobuf:"bytes,100,opt,name=_tracelog_id,json=TracelogId,proto3" json:"_tracelog_id,omitempty"`
	// contains filtered or unexported fields
}

_ResultInfo: extra info for all results

func (*XResultInfo) Descriptor deprecated

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

Deprecated: Use XResultInfo.ProtoReflect.Descriptor instead.

func (*XResultInfo) GetXTracelogId

func (x *XResultInfo) GetXTracelogId() string

func (*XResultInfo) ProtoMessage

func (*XResultInfo) ProtoMessage()

func (*XResultInfo) ProtoReflect

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

func (*XResultInfo) Reset

func (x *XResultInfo) Reset()

func (*XResultInfo) String

func (x *XResultInfo) String() string

Jump to

Keyboard shortcuts

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