notebookv1

package
v0.0.0-...-3511abf Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Notebook.ProtoReflect.Descriptor instead.

func (*Notebook) GetContainer

func (x *Notebook) GetContainer() *containerv1.Container

func (*Notebook) GetDescription

func (x *Notebook) GetDescription() string

func (*Notebook) GetDisplayName

func (x *Notebook) GetDisplayName() string

func (*Notebook) GetExitStatus

func (x *Notebook) GetExitStatus() string

func (*Notebook) GetId

func (x *Notebook) GetId() string

func (*Notebook) GetJobId

func (x *Notebook) GetJobId() string

func (*Notebook) GetResourcePool

func (x *Notebook) GetResourcePool() string

func (*Notebook) GetServiceAddress

func (x *Notebook) GetServiceAddress() string

func (*Notebook) GetStartTime

func (x *Notebook) GetStartTime() *timestamp.Timestamp

func (*Notebook) GetState

func (x *Notebook) GetState() taskv1.State

func (*Notebook) GetUserId

func (x *Notebook) GetUserId() int32

func (*Notebook) GetUsername

func (x *Notebook) GetUsername() string

func (*Notebook) GetWorkspaceId

func (x *Notebook) GetWorkspaceId() int32

func (*Notebook) ProtoMessage

func (*Notebook) ProtoMessage()

func (*Notebook) ProtoReflect

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

func (*Notebook) Reset

func (x *Notebook) Reset()

func (*Notebook) String

func (x *Notebook) String() string

Jump to

Keyboard shortcuts

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