Documentation ¶
Index ¶
- Variables
- type Notebook
- func (*Notebook) Descriptor() ([]byte, []int)deprecated
- func (x *Notebook) GetContainer() *containerv1.Container
- func (x *Notebook) GetDescription() string
- func (x *Notebook) GetDisplayName() string
- func (x *Notebook) GetExitStatus() string
- func (x *Notebook) GetId() string
- func (x *Notebook) GetJobId() string
- func (x *Notebook) GetResourcePool() string
- func (x *Notebook) GetServiceAddress() string
- func (x *Notebook) GetStartTime() *timestamp.Timestamp
- func (x *Notebook) GetState() taskv1.State
- func (x *Notebook) GetUserId() int32
- func (x *Notebook) GetUsername() string
- func (x *Notebook) GetWorkspaceId() int32
- func (*Notebook) ProtoMessage()
- func (x *Notebook) ProtoReflect() protoreflect.Message
- func (x *Notebook) Reset()
- func (x *Notebook) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_determined_notebook_v1_notebook_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Notebook ¶
type Notebook struct { // The id of the notebook. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The description of the notebook. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // The state of the notebook. State taskv1.State `protobuf:"varint,3,opt,name=state,proto3,enum=determined.task.v1.State" json:"state,omitempty"` // The time the notebook was started. StartTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // The container running the notebook. Container *containerv1.Container `protobuf:"bytes,6,opt,name=container,proto3" json:"container,omitempty"` // The display name of the user that created the notebook. DisplayName string `protobuf:"bytes,15,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // The id of the user that created the notebook. UserId int32 `protobuf:"varint,16,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // The username of the user that created the notebook. 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 Notebook 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"` // Workspace ID. WorkspaceId int32 `protobuf:"varint,17,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"` // contains filtered or unexported fields }
Notebook is a Jupyter notebook in a containerized environment.
func (*Notebook) Descriptor
deprecated
func (*Notebook) GetContainer ¶
func (x *Notebook) GetContainer() *containerv1.Container
func (*Notebook) GetDescription ¶
func (*Notebook) GetDisplayName ¶
func (*Notebook) GetExitStatus ¶
func (*Notebook) GetResourcePool ¶
func (*Notebook) GetServiceAddress ¶
func (*Notebook) GetStartTime ¶
func (*Notebook) GetUsername ¶
func (*Notebook) GetWorkspaceId ¶
func (*Notebook) ProtoMessage ¶
func (*Notebook) ProtoMessage()
func (*Notebook) ProtoReflect ¶
func (x *Notebook) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.