Documentation
¶
Index ¶
- Variables
- type Tensorboard
- func (*Tensorboard) Descriptor() ([]byte, []int)deprecated
- func (x *Tensorboard) GetContainer() *containerv1.Container
- func (x *Tensorboard) GetDescription() string
- func (x *Tensorboard) GetDisplayName() string
- func (x *Tensorboard) GetExitStatus() string
- func (x *Tensorboard) GetExperimentIds() []int32
- func (x *Tensorboard) GetId() string
- func (x *Tensorboard) GetJobId() string
- func (x *Tensorboard) GetResourcePool() string
- func (x *Tensorboard) GetServiceAddress() string
- func (x *Tensorboard) GetStartTime() *timestamp.Timestamp
- func (x *Tensorboard) GetState() taskv1.State
- func (x *Tensorboard) GetTrialIds() []int32
- func (x *Tensorboard) GetUserId() int32
- func (x *Tensorboard) GetUsername() string
- func (x *Tensorboard) GetWorkspaceId() int32
- func (*Tensorboard) ProtoMessage()
- func (x *Tensorboard) ProtoReflect() protoreflect.Message
- func (x *Tensorboard) Reset()
- func (x *Tensorboard) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_determined_tensorboard_v1_tensorboard_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Tensorboard ¶
type Tensorboard struct { // The id of the tensorboard. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The description of the tensorboard. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // The state of the tensorboard. State taskv1.State `protobuf:"varint,3,opt,name=state,proto3,enum=determined.task.v1.State" json:"state,omitempty"` // The time the tensorboard was started. StartTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // The container running the tensorboard. Container *containerv1.Container `protobuf:"bytes,6,opt,name=container,proto3" json:"container,omitempty"` // The experiment ids loaded into this tensorboard instance. ExperimentIds []int32 `protobuf:"varint,7,rep,packed,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"` // The trial ids loaded into this tensorboard instance. TrialIds []int32 `protobuf:"varint,8,rep,packed,name=trial_ids,json=trialIds,proto3" json:"trial_ids,omitempty"` // The display name of the user that created the tensorboard. DisplayName string `protobuf:"bytes,15,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // The id of the user that created the tensorboard. UserId int32 `protobuf:"varint,16,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // The username of the user that created the tensorboard. Username string `protobuf:"bytes,10,opt,name=username,proto3" json:"username,omitempty"` // The service address. ServiceAddress string `protobuf:"bytes,11,opt,name=service_address,json=serviceAddress,proto3" json:"service_address,omitempty"` // The name of the resource pool the command was created in ResourcePool string `protobuf:"bytes,12,opt,name=resource_pool,json=resourcePool,proto3" json:"resource_pool,omitempty"` // The exit status; ExitStatus string `protobuf:"bytes,13,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"` // The associated job id. JobId string `protobuf:"bytes,14,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // The workspace id. WorkspaceId int32 `protobuf:"varint,17,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"` // contains filtered or unexported fields }
Tensorboard is a tensorboard instance in a containerized environment.
func (*Tensorboard) Descriptor
deprecated
func (*Tensorboard) Descriptor() ([]byte, []int)
Deprecated: Use Tensorboard.ProtoReflect.Descriptor instead.
func (*Tensorboard) GetContainer ¶
func (x *Tensorboard) GetContainer() *containerv1.Container
func (*Tensorboard) GetDescription ¶
func (x *Tensorboard) GetDescription() string
func (*Tensorboard) GetDisplayName ¶
func (x *Tensorboard) GetDisplayName() string
func (*Tensorboard) GetExitStatus ¶
func (x *Tensorboard) GetExitStatus() string
func (*Tensorboard) GetExperimentIds ¶
func (x *Tensorboard) GetExperimentIds() []int32
func (*Tensorboard) GetId ¶
func (x *Tensorboard) GetId() string
func (*Tensorboard) GetJobId ¶
func (x *Tensorboard) GetJobId() string
func (*Tensorboard) GetResourcePool ¶
func (x *Tensorboard) GetResourcePool() string
func (*Tensorboard) GetServiceAddress ¶
func (x *Tensorboard) GetServiceAddress() string
func (*Tensorboard) GetStartTime ¶
func (x *Tensorboard) GetStartTime() *timestamp.Timestamp
func (*Tensorboard) GetState ¶
func (x *Tensorboard) GetState() taskv1.State
func (*Tensorboard) GetTrialIds ¶
func (x *Tensorboard) GetTrialIds() []int32
func (*Tensorboard) GetUserId ¶
func (x *Tensorboard) GetUserId() int32
func (*Tensorboard) GetUsername ¶
func (x *Tensorboard) GetUsername() string
func (*Tensorboard) GetWorkspaceId ¶
func (x *Tensorboard) GetWorkspaceId() int32
func (*Tensorboard) ProtoMessage ¶
func (*Tensorboard) ProtoMessage()
func (*Tensorboard) ProtoReflect ¶
func (x *Tensorboard) ProtoReflect() protoreflect.Message
func (*Tensorboard) Reset ¶
func (x *Tensorboard) Reset()
func (*Tensorboard) String ¶
func (x *Tensorboard) String() string
Click to show internal directories.
Click to hide internal directories.