apiv1

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: 45 Imported by: 5

Documentation

Overview

Package apiv1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	GetAgentsRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_ID",
		2: "SORT_BY_TIME",
	}
	GetAgentsRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED": 0,
		"SORT_BY_ID":          1,
		"SORT_BY_TIME":        2,
	}
)

Enum value maps for GetAgentsRequest_SortBy.

View Source
var (
	LaunchWarning_name = map[int32]string{
		0: "LAUNCH_WARNING_UNSPECIFIED",
		1: "LAUNCH_WARNING_CURRENT_SLOTS_EXCEEDED",
	}
	LaunchWarning_value = map[string]int32{
		"LAUNCH_WARNING_UNSPECIFIED":            0,
		"LAUNCH_WARNING_CURRENT_SLOTS_EXCEEDED": 1,
	}
)

Enum value maps for LaunchWarning.

View Source
var (
	GetCommandsRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_ID",
		2: "SORT_BY_DESCRIPTION",
		4: "SORT_BY_START_TIME",
		5: "SORT_BY_WORKSPACE_ID",
	}
	GetCommandsRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED":  0,
		"SORT_BY_ID":           1,
		"SORT_BY_DESCRIPTION":  2,
		"SORT_BY_START_TIME":   4,
		"SORT_BY_WORKSPACE_ID": 5,
	}
)

Enum value maps for GetCommandsRequest_SortBy.

View Source
var (
	MetricType_name = map[int32]string{
		0: "METRIC_TYPE_UNSPECIFIED",
		1: "METRIC_TYPE_TRAINING",
		2: "METRIC_TYPE_VALIDATION",
	}
	MetricType_value = map[string]int32{
		"METRIC_TYPE_UNSPECIFIED": 0,
		"METRIC_TYPE_TRAINING":    1,
		"METRIC_TYPE_VALIDATION":  2,
	}
)

Enum value maps for MetricType.

View Source
var (
	GetExperimentsRequest_SortBy_name = map[int32]string{
		0:  "SORT_BY_UNSPECIFIED",
		1:  "SORT_BY_ID",
		2:  "SORT_BY_DESCRIPTION",
		4:  "SORT_BY_START_TIME",
		5:  "SORT_BY_END_TIME",
		6:  "SORT_BY_STATE",
		8:  "SORT_BY_NUM_TRIALS",
		9:  "SORT_BY_PROGRESS",
		10: "SORT_BY_USER",
		11: "SORT_BY_NAME",
		12: "SORT_BY_FORKED_FROM",
		13: "SORT_BY_RESOURCE_POOL",
		14: "SORT_BY_PROJECT_ID",
		15: "SORT_BY_CHECKPOINT_SIZE",
		16: "SORT_BY_CHECKPOINT_COUNT",
		17: "SORT_BY_SEARCHER_METRIC_VAL",
	}
	GetExperimentsRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED":         0,
		"SORT_BY_ID":                  1,
		"SORT_BY_DESCRIPTION":         2,
		"SORT_BY_START_TIME":          4,
		"SORT_BY_END_TIME":            5,
		"SORT_BY_STATE":               6,
		"SORT_BY_NUM_TRIALS":          8,
		"SORT_BY_PROGRESS":            9,
		"SORT_BY_USER":                10,
		"SORT_BY_NAME":                11,
		"SORT_BY_FORKED_FROM":         12,
		"SORT_BY_RESOURCE_POOL":       13,
		"SORT_BY_PROJECT_ID":          14,
		"SORT_BY_CHECKPOINT_SIZE":     15,
		"SORT_BY_CHECKPOINT_COUNT":    16,
		"SORT_BY_SEARCHER_METRIC_VAL": 17,
	}
)

Enum value maps for GetExperimentsRequest_SortBy.

View Source
var (
	GetMasterResponse_Product_name = map[int32]string{
		0: "PRODUCT_UNSPECIFIED",
		1: "PRODUCT_COMMUNITY",
	}
	GetMasterResponse_Product_value = map[string]int32{
		"PRODUCT_UNSPECIFIED": 0,
		"PRODUCT_COMMUNITY":   1,
	}
)

Enum value maps for GetMasterResponse_Product.

View Source
var (
	GetModelsRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_NAME",
		2: "SORT_BY_DESCRIPTION",
		4: "SORT_BY_CREATION_TIME",
		5: "SORT_BY_LAST_UPDATED_TIME",
		6: "SORT_BY_NUM_VERSIONS",
		7: "SORT_BY_WORKSPACE",
	}
	GetModelsRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED":       0,
		"SORT_BY_NAME":              1,
		"SORT_BY_DESCRIPTION":       2,
		"SORT_BY_CREATION_TIME":     4,
		"SORT_BY_LAST_UPDATED_TIME": 5,
		"SORT_BY_NUM_VERSIONS":      6,
		"SORT_BY_WORKSPACE":         7,
	}
)

Enum value maps for GetModelsRequest_SortBy.

View Source
var (
	GetModelVersionsRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		3: "SORT_BY_VERSION",
		4: "SORT_BY_CREATION_TIME",
	}
	GetModelVersionsRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED":   0,
		"SORT_BY_VERSION":       3,
		"SORT_BY_CREATION_TIME": 4,
	}
)

Enum value maps for GetModelVersionsRequest_SortBy.

View Source
var (
	GetNotebooksRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_ID",
		2: "SORT_BY_DESCRIPTION",
		4: "SORT_BY_START_TIME",
		5: "SORT_BY_WORKSPACE_ID",
	}
	GetNotebooksRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED":  0,
		"SORT_BY_ID":           1,
		"SORT_BY_DESCRIPTION":  2,
		"SORT_BY_START_TIME":   4,
		"SORT_BY_WORKSPACE_ID": 5,
	}
)

Enum value maps for GetNotebooksRequest_SortBy.

View Source
var (
	OrderBy_name = map[int32]string{
		0: "ORDER_BY_UNSPECIFIED",
		1: "ORDER_BY_ASC",
		2: "ORDER_BY_DESC",
	}
	OrderBy_value = map[string]int32{
		"ORDER_BY_UNSPECIFIED": 0,
		"ORDER_BY_ASC":         1,
		"ORDER_BY_DESC":        2,
	}
)

Enum value maps for OrderBy.

View Source
var (
	GetShellsRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_ID",
		2: "SORT_BY_DESCRIPTION",
		4: "SORT_BY_START_TIME",
		5: "SORT_BY_WORKSPACE_ID",
	}
	GetShellsRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED":  0,
		"SORT_BY_ID":           1,
		"SORT_BY_DESCRIPTION":  2,
		"SORT_BY_START_TIME":   4,
		"SORT_BY_WORKSPACE_ID": 5,
	}
)

Enum value maps for GetShellsRequest_SortBy.

View Source
var (
	GetTemplatesRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_NAME",
	}
	GetTemplatesRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED": 0,
		"SORT_BY_NAME":        1,
	}
)

Enum value maps for GetTemplatesRequest_SortBy.

View Source
var (
	GetTensorboardsRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_ID",
		2: "SORT_BY_DESCRIPTION",
		4: "SORT_BY_START_TIME",
		5: "SORT_BY_WORKSPACE_ID",
	}
	GetTensorboardsRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED":  0,
		"SORT_BY_ID":           1,
		"SORT_BY_DESCRIPTION":  2,
		"SORT_BY_START_TIME":   4,
		"SORT_BY_WORKSPACE_ID": 5,
	}
)

Enum value maps for GetTensorboardsRequest_SortBy.

View Source
var (
	TrialSorter_Namespace_name = map[int32]string{
		0: "NAMESPACE_UNSPECIFIED",
		1: "NAMESPACE_HPARAMS",
		2: "NAMESPACE_TRAINING_METRICS",
		3: "NAMESPACE_VALIDATION_METRICS",
	}
	TrialSorter_Namespace_value = map[string]int32{
		"NAMESPACE_UNSPECIFIED":        0,
		"NAMESPACE_HPARAMS":            1,
		"NAMESPACE_TRAINING_METRICS":   2,
		"NAMESPACE_VALIDATION_METRICS": 3,
	}
)

Enum value maps for TrialSorter_Namespace.

View Source
var (
	GetExperimentTrialsRequest_SortBy_name = map[int32]string{
		0:  "SORT_BY_UNSPECIFIED",
		1:  "SORT_BY_ID",
		4:  "SORT_BY_START_TIME",
		5:  "SORT_BY_END_TIME",
		6:  "SORT_BY_STATE",
		7:  "SORT_BY_BEST_VALIDATION_METRIC",
		8:  "SORT_BY_LATEST_VALIDATION_METRIC",
		9:  "SORT_BY_BATCHES_PROCESSED",
		10: "SORT_BY_DURATION",
		11: "SORT_BY_RESTARTS",
		12: "SORT_BY_CHECKPOINT_SIZE",
	}
	GetExperimentTrialsRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED":              0,
		"SORT_BY_ID":                       1,
		"SORT_BY_START_TIME":               4,
		"SORT_BY_END_TIME":                 5,
		"SORT_BY_STATE":                    6,
		"SORT_BY_BEST_VALIDATION_METRIC":   7,
		"SORT_BY_LATEST_VALIDATION_METRIC": 8,
		"SORT_BY_BATCHES_PROCESSED":        9,
		"SORT_BY_DURATION":                 10,
		"SORT_BY_RESTARTS":                 11,
		"SORT_BY_CHECKPOINT_SIZE":          12,
	}
)

Enum value maps for GetExperimentTrialsRequest_SortBy.

View Source
var (
	GetTrialWorkloadsRequest_FilterOption_name = map[int32]string{
		0: "FILTER_OPTION_UNSPECIFIED",
		1: "FILTER_OPTION_CHECKPOINT",
		2: "FILTER_OPTION_VALIDATION",
		3: "FILTER_OPTION_CHECKPOINT_OR_VALIDATION",
	}
	GetTrialWorkloadsRequest_FilterOption_value = map[string]int32{
		"FILTER_OPTION_UNSPECIFIED":              0,
		"FILTER_OPTION_CHECKPOINT":               1,
		"FILTER_OPTION_VALIDATION":               2,
		"FILTER_OPTION_CHECKPOINT_OR_VALIDATION": 3,
	}
)

Enum value maps for GetTrialWorkloadsRequest_FilterOption.

View Source
var (
	GetUsersRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_DISPLAY_NAME",
		2: "SORT_BY_USER_NAME",
		3: "SORT_BY_ADMIN",
		4: "SORT_BY_ACTIVE",
		5: "SORT_BY_MODIFIED_TIME",
		6: "SORT_BY_NAME",
		7: "SORT_BY_LAST_AUTH_TIME",
	}
	GetUsersRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED":    0,
		"SORT_BY_DISPLAY_NAME":   1,
		"SORT_BY_USER_NAME":      2,
		"SORT_BY_ADMIN":          3,
		"SORT_BY_ACTIVE":         4,
		"SORT_BY_MODIFIED_TIME":  5,
		"SORT_BY_NAME":           6,
		"SORT_BY_LAST_AUTH_TIME": 7,
	}
)

Enum value maps for GetUsersRequest_SortBy.

View Source
var (
	GetWorkspaceProjectsRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_CREATION_TIME",
		2: "SORT_BY_LAST_EXPERIMENT_START_TIME",
		3: "SORT_BY_NAME",
		4: "SORT_BY_DESCRIPTION",
		5: "SORT_BY_ID",
	}
	GetWorkspaceProjectsRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED":                0,
		"SORT_BY_CREATION_TIME":              1,
		"SORT_BY_LAST_EXPERIMENT_START_TIME": 2,
		"SORT_BY_NAME":                       3,
		"SORT_BY_DESCRIPTION":                4,
		"SORT_BY_ID":                         5,
	}
)

Enum value maps for GetWorkspaceProjectsRequest_SortBy.

View Source
var (
	GetWorkspacesRequest_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_ID",
		2: "SORT_BY_NAME",
	}
	GetWorkspacesRequest_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED": 0,
		"SORT_BY_ID":          1,
		"SORT_BY_NAME":        2,
	}
)

Enum value maps for GetWorkspacesRequest_SortBy.

View Source
var File_determined_api_v1_agent_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_api_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_auth_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_checkpoint_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_command_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_experiment_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_group_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_job_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_master_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_model_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_notebook_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_pagination_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_project_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_rbac_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_resourcepool_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_shell_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_task_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_template_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_tensorboard_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_trial_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_user_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_webhook_proto protoreflect.FileDescriptor
View Source
var File_determined_api_v1_workspace_proto protoreflect.FileDescriptor

Functions

func RegisterDeterminedHandler

func RegisterDeterminedHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDeterminedHandler registers the http handlers for service Determined to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDeterminedHandlerClient

func RegisterDeterminedHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DeterminedClient) error

RegisterDeterminedHandlerClient registers the http handlers for service Determined to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DeterminedClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DeterminedClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DeterminedClient" to call the correct interceptors.

func RegisterDeterminedHandlerFromEndpoint

func RegisterDeterminedHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDeterminedHandlerFromEndpoint is same as RegisterDeterminedHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDeterminedHandlerServer

func RegisterDeterminedHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DeterminedServer) error

RegisterDeterminedHandlerServer registers the http handlers for service Determined to "mux". UnaryRPC :call DeterminedServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterDeterminedServer

func RegisterDeterminedServer(s *grpc.Server, srv DeterminedServer)

Types

type AcceleratorData

type AcceleratorData struct {

	// The id of the container.
	ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	// The id of the allocation.
	AllocationId string `protobuf:"bytes,2,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// The name of the node the allocation is on.
	NodeName string `protobuf:"bytes,3,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	// The id of the agent associated with the allocation.
	TaskId string `protobuf:"bytes,4,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// The type of accelerator.
	AcceleratorType string `protobuf:"bytes,5,opt,name=accelerator_type,json=acceleratorType,proto3" json:"accelerator_type,omitempty"`
	// An array of UUIDs of the accelerators associated with the allocation.
	AcceleratorUuids []string `protobuf:"bytes,6,rep,name=accelerator_uuids,json=acceleratorUuids,proto3" json:"accelerator_uuids,omitempty"`
	// contains filtered or unexported fields
}

Accelerator data for a given allocation

func (*AcceleratorData) Descriptor deprecated

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

Deprecated: Use AcceleratorData.ProtoReflect.Descriptor instead.

func (*AcceleratorData) GetAcceleratorType

func (x *AcceleratorData) GetAcceleratorType() string

func (*AcceleratorData) GetAcceleratorUuids

func (x *AcceleratorData) GetAcceleratorUuids() []string

func (*AcceleratorData) GetAllocationId

func (x *AcceleratorData) GetAllocationId() string

func (*AcceleratorData) GetContainerId

func (x *AcceleratorData) GetContainerId() string

func (*AcceleratorData) GetNodeName

func (x *AcceleratorData) GetNodeName() string

func (*AcceleratorData) GetTaskId

func (x *AcceleratorData) GetTaskId() string

func (*AcceleratorData) ProtoMessage

func (*AcceleratorData) ProtoMessage()

func (*AcceleratorData) ProtoReflect

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

func (*AcceleratorData) Reset

func (x *AcceleratorData) Reset()

func (*AcceleratorData) String

func (x *AcceleratorData) String() string

type AckAllocationPreemptionSignalRequest

type AckAllocationPreemptionSignalRequest struct {

	// The allocation that is acknowledging the request.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// contains filtered or unexported fields
}

Acknowledge the receipt of some stop signal.

func (*AckAllocationPreemptionSignalRequest) Descriptor deprecated

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

Deprecated: Use AckAllocationPreemptionSignalRequest.ProtoReflect.Descriptor instead.

func (*AckAllocationPreemptionSignalRequest) GetAllocationId

func (x *AckAllocationPreemptionSignalRequest) GetAllocationId() string

func (*AckAllocationPreemptionSignalRequest) ProtoMessage

func (*AckAllocationPreemptionSignalRequest) ProtoMessage()

func (*AckAllocationPreemptionSignalRequest) ProtoReflect

func (*AckAllocationPreemptionSignalRequest) Reset

func (*AckAllocationPreemptionSignalRequest) String

type AckAllocationPreemptionSignalResponse

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

Response to AckAllocationPreemptionSignalRequest.

func (*AckAllocationPreemptionSignalResponse) Descriptor deprecated

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

Deprecated: Use AckAllocationPreemptionSignalResponse.ProtoReflect.Descriptor instead.

func (*AckAllocationPreemptionSignalResponse) ProtoMessage

func (*AckAllocationPreemptionSignalResponse) ProtoMessage()

func (*AckAllocationPreemptionSignalResponse) ProtoReflect

func (*AckAllocationPreemptionSignalResponse) Reset

func (*AckAllocationPreemptionSignalResponse) String

type ActivateExperimentRequest

type ActivateExperimentRequest struct {

	// The experiment id.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Activate an experiment.

func (*ActivateExperimentRequest) Descriptor deprecated

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

Deprecated: Use ActivateExperimentRequest.ProtoReflect.Descriptor instead.

func (*ActivateExperimentRequest) GetId

func (x *ActivateExperimentRequest) GetId() int32

func (*ActivateExperimentRequest) ProtoMessage

func (*ActivateExperimentRequest) ProtoMessage()

func (*ActivateExperimentRequest) ProtoReflect

func (*ActivateExperimentRequest) Reset

func (x *ActivateExperimentRequest) Reset()

func (*ActivateExperimentRequest) String

func (x *ActivateExperimentRequest) String() string

type ActivateExperimentResponse

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

Response to ActivateExperimentRequest.

func (*ActivateExperimentResponse) Descriptor deprecated

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

Deprecated: Use ActivateExperimentResponse.ProtoReflect.Descriptor instead.

func (*ActivateExperimentResponse) ProtoMessage

func (*ActivateExperimentResponse) ProtoMessage()

func (*ActivateExperimentResponse) ProtoReflect

func (*ActivateExperimentResponse) Reset

func (x *ActivateExperimentResponse) Reset()

func (*ActivateExperimentResponse) String

func (x *ActivateExperimentResponse) String() string

type ActivateExperimentsRequest

type ActivateExperimentsRequest struct {

	// Select experiments by id.
	ExperimentIds []int32 `protobuf:"varint,1,rep,packed,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"`
	// Targets all experiments matching filters.
	Filters *BulkExperimentFilters `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Activate multiple experiments.

func (*ActivateExperimentsRequest) Descriptor deprecated

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

Deprecated: Use ActivateExperimentsRequest.ProtoReflect.Descriptor instead.

func (*ActivateExperimentsRequest) GetExperimentIds

func (x *ActivateExperimentsRequest) GetExperimentIds() []int32

func (*ActivateExperimentsRequest) GetFilters

func (*ActivateExperimentsRequest) ProtoMessage

func (*ActivateExperimentsRequest) ProtoMessage()

func (*ActivateExperimentsRequest) ProtoReflect

func (*ActivateExperimentsRequest) Reset

func (x *ActivateExperimentsRequest) Reset()

func (*ActivateExperimentsRequest) String

func (x *ActivateExperimentsRequest) String() string

type ActivateExperimentsResponse

type ActivateExperimentsResponse struct {

	// Details on success or error for each experiment.
	Results []*ExperimentActionResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Response to ActivateExperimentsRequest.

func (*ActivateExperimentsResponse) Descriptor deprecated

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

Deprecated: Use ActivateExperimentsResponse.ProtoReflect.Descriptor instead.

func (*ActivateExperimentsResponse) GetResults

func (*ActivateExperimentsResponse) ProtoMessage

func (*ActivateExperimentsResponse) ProtoMessage()

func (*ActivateExperimentsResponse) ProtoReflect

func (*ActivateExperimentsResponse) Reset

func (x *ActivateExperimentsResponse) Reset()

func (*ActivateExperimentsResponse) String

func (x *ActivateExperimentsResponse) String() string

type AddProjectNoteRequest

type AddProjectNoteRequest struct {

	// The note to add.
	Note *projectv1.Note `protobuf:"bytes,1,opt,name=note,proto3" json:"note,omitempty"`
	// The id of the project.
	ProjectId int32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

Request for adding a note to a project.

func (*AddProjectNoteRequest) Descriptor deprecated

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

Deprecated: Use AddProjectNoteRequest.ProtoReflect.Descriptor instead.

func (*AddProjectNoteRequest) GetNote

func (x *AddProjectNoteRequest) GetNote() *projectv1.Note

func (*AddProjectNoteRequest) GetProjectId

func (x *AddProjectNoteRequest) GetProjectId() int32

func (*AddProjectNoteRequest) ProtoMessage

func (*AddProjectNoteRequest) ProtoMessage()

func (*AddProjectNoteRequest) ProtoReflect

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

func (*AddProjectNoteRequest) Reset

func (x *AddProjectNoteRequest) Reset()

func (*AddProjectNoteRequest) String

func (x *AddProjectNoteRequest) String() string

type AddProjectNoteResponse

type AddProjectNoteResponse struct {

	// The complete list of notes on a project.
	Notes []*projectv1.Note `protobuf:"bytes,1,rep,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

Response to AddProjectNoteRequest.

func (*AddProjectNoteResponse) Descriptor deprecated

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

Deprecated: Use AddProjectNoteResponse.ProtoReflect.Descriptor instead.

func (*AddProjectNoteResponse) GetNotes

func (x *AddProjectNoteResponse) GetNotes() []*projectv1.Note

func (*AddProjectNoteResponse) ProtoMessage

func (*AddProjectNoteResponse) ProtoMessage()

func (*AddProjectNoteResponse) ProtoReflect

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

func (*AddProjectNoteResponse) Reset

func (x *AddProjectNoteResponse) Reset()

func (*AddProjectNoteResponse) String

func (x *AddProjectNoteResponse) String() string

type AllocationAllGatherRequest

type AllocationAllGatherRequest struct {

	// The ID of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// The UUID of the participant in an all gather.
	RequestUuid string `protobuf:"bytes,2,opt,name=request_uuid,json=requestUuid,proto3" json:"request_uuid,omitempty"`
	// The number of process to wait for.
	NumPeers int32 `protobuf:"varint,3,opt,name=num_peers,json=numPeers,proto3" json:"num_peers,omitempty"`
	// The data from this process.
	Data *_struct.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

Arguments to an all gather.

func (*AllocationAllGatherRequest) Descriptor deprecated

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

Deprecated: Use AllocationAllGatherRequest.ProtoReflect.Descriptor instead.

func (*AllocationAllGatherRequest) GetAllocationId

func (x *AllocationAllGatherRequest) GetAllocationId() string

func (*AllocationAllGatherRequest) GetData

func (*AllocationAllGatherRequest) GetNumPeers

func (x *AllocationAllGatherRequest) GetNumPeers() int32

func (*AllocationAllGatherRequest) GetRequestUuid

func (x *AllocationAllGatherRequest) GetRequestUuid() string

func (*AllocationAllGatherRequest) ProtoMessage

func (*AllocationAllGatherRequest) ProtoMessage()

func (*AllocationAllGatherRequest) ProtoReflect

func (*AllocationAllGatherRequest) Reset

func (x *AllocationAllGatherRequest) Reset()

func (*AllocationAllGatherRequest) String

func (x *AllocationAllGatherRequest) String() string

type AllocationAllGatherResponse

type AllocationAllGatherResponse struct {

	// The data for all the processes.
	Data []*_struct.Struct `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

Response to AllocationAllGatherResponse

func (*AllocationAllGatherResponse) Descriptor deprecated

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

Deprecated: Use AllocationAllGatherResponse.ProtoReflect.Descriptor instead.

func (*AllocationAllGatherResponse) GetData

func (x *AllocationAllGatherResponse) GetData() []*_struct.Struct

func (*AllocationAllGatherResponse) ProtoMessage

func (*AllocationAllGatherResponse) ProtoMessage()

func (*AllocationAllGatherResponse) ProtoReflect

func (*AllocationAllGatherResponse) Reset

func (x *AllocationAllGatherResponse) Reset()

func (*AllocationAllGatherResponse) String

func (x *AllocationAllGatherResponse) String() string

type AllocationPendingPreemptionSignalRequest

type AllocationPendingPreemptionSignalRequest struct {

	// The id of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// contains filtered or unexported fields
}

Allocation has been notified of a pending preemption

func (*AllocationPendingPreemptionSignalRequest) Descriptor deprecated

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

Deprecated: Use AllocationPendingPreemptionSignalRequest.ProtoReflect.Descriptor instead.

func (*AllocationPendingPreemptionSignalRequest) GetAllocationId

func (x *AllocationPendingPreemptionSignalRequest) GetAllocationId() string

func (*AllocationPendingPreemptionSignalRequest) ProtoMessage

func (*AllocationPendingPreemptionSignalRequest) ProtoReflect

func (*AllocationPendingPreemptionSignalRequest) Reset

func (*AllocationPendingPreemptionSignalRequest) String

type AllocationPendingPreemptionSignalResponse

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

Response to AllocationPendingPreemptionSignalRequest

func (*AllocationPendingPreemptionSignalResponse) Descriptor deprecated

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

Deprecated: Use AllocationPendingPreemptionSignalResponse.ProtoReflect.Descriptor instead.

func (*AllocationPendingPreemptionSignalResponse) ProtoMessage

func (*AllocationPendingPreemptionSignalResponse) ProtoReflect

func (*AllocationPendingPreemptionSignalResponse) Reset

func (*AllocationPendingPreemptionSignalResponse) String

type AllocationPreemptionSignalRequest

type AllocationPreemptionSignalRequest struct {

	// The id of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// The timeout in seconds.
	TimeoutSeconds int32 `protobuf:"varint,2,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	// contains filtered or unexported fields
}

Long poll for updates to the preemption status for an allocation.

func (*AllocationPreemptionSignalRequest) Descriptor deprecated

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

Deprecated: Use AllocationPreemptionSignalRequest.ProtoReflect.Descriptor instead.

func (*AllocationPreemptionSignalRequest) GetAllocationId

func (x *AllocationPreemptionSignalRequest) GetAllocationId() string

func (*AllocationPreemptionSignalRequest) GetTimeoutSeconds

func (x *AllocationPreemptionSignalRequest) GetTimeoutSeconds() int32

func (*AllocationPreemptionSignalRequest) ProtoMessage

func (*AllocationPreemptionSignalRequest) ProtoMessage()

func (*AllocationPreemptionSignalRequest) ProtoReflect

func (*AllocationPreemptionSignalRequest) Reset

func (*AllocationPreemptionSignalRequest) String

type AllocationPreemptionSignalResponse

type AllocationPreemptionSignalResponse struct {

	// True if signaling preempt, otherwise just a synchronization marker.
	Preempt bool `protobuf:"varint,1,opt,name=preempt,proto3" json:"preempt,omitempty"`
	// contains filtered or unexported fields
}

Response to AllocationPreemptionSignalRequest.

func (*AllocationPreemptionSignalResponse) Descriptor deprecated

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

Deprecated: Use AllocationPreemptionSignalResponse.ProtoReflect.Descriptor instead.

func (*AllocationPreemptionSignalResponse) GetPreempt

func (x *AllocationPreemptionSignalResponse) GetPreempt() bool

func (*AllocationPreemptionSignalResponse) ProtoMessage

func (*AllocationPreemptionSignalResponse) ProtoMessage()

func (*AllocationPreemptionSignalResponse) ProtoReflect

func (*AllocationPreemptionSignalResponse) Reset

func (*AllocationPreemptionSignalResponse) String

type AllocationReadyRequest

type AllocationReadyRequest struct {

	// The id of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// contains filtered or unexported fields
}

Mark the given task as ready.

func (*AllocationReadyRequest) Descriptor deprecated

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

Deprecated: Use AllocationReadyRequest.ProtoReflect.Descriptor instead.

func (*AllocationReadyRequest) GetAllocationId

func (x *AllocationReadyRequest) GetAllocationId() string

func (*AllocationReadyRequest) ProtoMessage

func (*AllocationReadyRequest) ProtoMessage()

func (*AllocationReadyRequest) ProtoReflect

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

func (*AllocationReadyRequest) Reset

func (x *AllocationReadyRequest) Reset()

func (*AllocationReadyRequest) String

func (x *AllocationReadyRequest) String() string

type AllocationReadyResponse

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

Response to AllocationReadyRequest.

func (*AllocationReadyResponse) Descriptor deprecated

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

Deprecated: Use AllocationReadyResponse.ProtoReflect.Descriptor instead.

func (*AllocationReadyResponse) ProtoMessage

func (*AllocationReadyResponse) ProtoMessage()

func (*AllocationReadyResponse) ProtoReflect

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

func (*AllocationReadyResponse) Reset

func (x *AllocationReadyResponse) Reset()

func (*AllocationReadyResponse) String

func (x *AllocationReadyResponse) String() string

type AllocationRendezvousInfoRequest

type AllocationRendezvousInfoRequest struct {

	// The id of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// The id of the clump of resources.
	ResourcesId string `protobuf:"bytes,2,opt,name=resources_id,json=resourcesId,proto3" json:"resources_id,omitempty"`
	// contains filtered or unexported fields
}

Gathers the rendezvous info for an allocation.

func (*AllocationRendezvousInfoRequest) Descriptor deprecated

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

Deprecated: Use AllocationRendezvousInfoRequest.ProtoReflect.Descriptor instead.

func (*AllocationRendezvousInfoRequest) GetAllocationId

func (x *AllocationRendezvousInfoRequest) GetAllocationId() string

func (*AllocationRendezvousInfoRequest) GetResourcesId

func (x *AllocationRendezvousInfoRequest) GetResourcesId() string

func (*AllocationRendezvousInfoRequest) ProtoMessage

func (*AllocationRendezvousInfoRequest) ProtoMessage()

func (*AllocationRendezvousInfoRequest) ProtoReflect

func (*AllocationRendezvousInfoRequest) Reset

func (*AllocationRendezvousInfoRequest) String

type AllocationRendezvousInfoResponse

type AllocationRendezvousInfoResponse struct {

	// The rendezvous information.
	RendezvousInfo *trialv1.RendezvousInfo `protobuf:"bytes,1,opt,name=rendezvous_info,json=rendezvousInfo,proto3" json:"rendezvous_info,omitempty"`
	// contains filtered or unexported fields
}

Response to AllocationRendezvousInfoRequest

func (*AllocationRendezvousInfoResponse) Descriptor deprecated

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

Deprecated: Use AllocationRendezvousInfoResponse.ProtoReflect.Descriptor instead.

func (*AllocationRendezvousInfoResponse) GetRendezvousInfo

func (*AllocationRendezvousInfoResponse) ProtoMessage

func (*AllocationRendezvousInfoResponse) ProtoMessage()

func (*AllocationRendezvousInfoResponse) ProtoReflect

func (*AllocationRendezvousInfoResponse) Reset

func (*AllocationRendezvousInfoResponse) String

type AllocationWaitingRequest

type AllocationWaitingRequest struct {

	// The id of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// contains filtered or unexported fields
}

Mark the given task as waiting.

func (*AllocationWaitingRequest) Descriptor deprecated

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

Deprecated: Use AllocationWaitingRequest.ProtoReflect.Descriptor instead.

func (*AllocationWaitingRequest) GetAllocationId

func (x *AllocationWaitingRequest) GetAllocationId() string

func (*AllocationWaitingRequest) ProtoMessage

func (*AllocationWaitingRequest) ProtoMessage()

func (*AllocationWaitingRequest) ProtoReflect

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

func (*AllocationWaitingRequest) Reset

func (x *AllocationWaitingRequest) Reset()

func (*AllocationWaitingRequest) String

func (x *AllocationWaitingRequest) String() string

type AllocationWaitingResponse

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

Response to AllocationWaitingRequest.

func (*AllocationWaitingResponse) Descriptor deprecated

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

Deprecated: Use AllocationWaitingResponse.ProtoReflect.Descriptor instead.

func (*AllocationWaitingResponse) ProtoMessage

func (*AllocationWaitingResponse) ProtoMessage()

func (*AllocationWaitingResponse) ProtoReflect

func (*AllocationWaitingResponse) Reset

func (x *AllocationWaitingResponse) Reset()

func (*AllocationWaitingResponse) String

func (x *AllocationWaitingResponse) String() string

type ArchiveExperimentRequest

type ArchiveExperimentRequest struct {

	// The experiment id.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Archive an experiment.

func (*ArchiveExperimentRequest) Descriptor deprecated

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

Deprecated: Use ArchiveExperimentRequest.ProtoReflect.Descriptor instead.

func (*ArchiveExperimentRequest) GetId

func (x *ArchiveExperimentRequest) GetId() int32

func (*ArchiveExperimentRequest) ProtoMessage

func (*ArchiveExperimentRequest) ProtoMessage()

func (*ArchiveExperimentRequest) ProtoReflect

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

func (*ArchiveExperimentRequest) Reset

func (x *ArchiveExperimentRequest) Reset()

func (*ArchiveExperimentRequest) String

func (x *ArchiveExperimentRequest) String() string

type ArchiveExperimentResponse

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

Response to ArchiveExperimentRequest.

func (*ArchiveExperimentResponse) Descriptor deprecated

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

Deprecated: Use ArchiveExperimentResponse.ProtoReflect.Descriptor instead.

func (*ArchiveExperimentResponse) ProtoMessage

func (*ArchiveExperimentResponse) ProtoMessage()

func (*ArchiveExperimentResponse) ProtoReflect

func (*ArchiveExperimentResponse) Reset

func (x *ArchiveExperimentResponse) Reset()

func (*ArchiveExperimentResponse) String

func (x *ArchiveExperimentResponse) String() string

type ArchiveExperimentsRequest

type ArchiveExperimentsRequest struct {

	// Selecting experiments by id.
	ExperimentIds []int32 `protobuf:"varint,1,rep,packed,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"`
	// Targets all experiments matching filters.
	Filters *BulkExperimentFilters `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Archive multiple experiments.

func (*ArchiveExperimentsRequest) Descriptor deprecated

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

Deprecated: Use ArchiveExperimentsRequest.ProtoReflect.Descriptor instead.

func (*ArchiveExperimentsRequest) GetExperimentIds

func (x *ArchiveExperimentsRequest) GetExperimentIds() []int32

func (*ArchiveExperimentsRequest) GetFilters

func (*ArchiveExperimentsRequest) ProtoMessage

func (*ArchiveExperimentsRequest) ProtoMessage()

func (*ArchiveExperimentsRequest) ProtoReflect

func (*ArchiveExperimentsRequest) Reset

func (x *ArchiveExperimentsRequest) Reset()

func (*ArchiveExperimentsRequest) String

func (x *ArchiveExperimentsRequest) String() string

type ArchiveExperimentsResponse

type ArchiveExperimentsResponse struct {

	// Details on success or error for each experiment.
	Results []*ExperimentActionResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Response to ArchiveExperimentsRequest.

func (*ArchiveExperimentsResponse) Descriptor deprecated

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

Deprecated: Use ArchiveExperimentsResponse.ProtoReflect.Descriptor instead.

func (*ArchiveExperimentsResponse) GetResults

func (*ArchiveExperimentsResponse) ProtoMessage

func (*ArchiveExperimentsResponse) ProtoMessage()

func (*ArchiveExperimentsResponse) ProtoReflect

func (*ArchiveExperimentsResponse) Reset

func (x *ArchiveExperimentsResponse) Reset()

func (*ArchiveExperimentsResponse) String

func (x *ArchiveExperimentsResponse) String() string

type ArchiveModelRequest

type ArchiveModelRequest struct {

	// The name of the model to archive.
	ModelName string `protobuf:"bytes,2,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// contains filtered or unexported fields
}

Request for archiving a model in the registry.

func (*ArchiveModelRequest) Descriptor deprecated

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

Deprecated: Use ArchiveModelRequest.ProtoReflect.Descriptor instead.

func (*ArchiveModelRequest) GetModelName

func (x *ArchiveModelRequest) GetModelName() string

func (*ArchiveModelRequest) ProtoMessage

func (*ArchiveModelRequest) ProtoMessage()

func (*ArchiveModelRequest) ProtoReflect

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

func (*ArchiveModelRequest) Reset

func (x *ArchiveModelRequest) Reset()

func (*ArchiveModelRequest) String

func (x *ArchiveModelRequest) String() string

type ArchiveModelResponse

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

Response to ArchiveModelRequest

func (*ArchiveModelResponse) Descriptor deprecated

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

Deprecated: Use ArchiveModelResponse.ProtoReflect.Descriptor instead.

func (*ArchiveModelResponse) ProtoMessage

func (*ArchiveModelResponse) ProtoMessage()

func (*ArchiveModelResponse) ProtoReflect

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

func (*ArchiveModelResponse) Reset

func (x *ArchiveModelResponse) Reset()

func (*ArchiveModelResponse) String

func (x *ArchiveModelResponse) String() string

type ArchiveProjectRequest

type ArchiveProjectRequest struct {

	// The id of the project.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for archiving a project.

func (*ArchiveProjectRequest) Descriptor deprecated

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

Deprecated: Use ArchiveProjectRequest.ProtoReflect.Descriptor instead.

func (*ArchiveProjectRequest) GetId

func (x *ArchiveProjectRequest) GetId() int32

func (*ArchiveProjectRequest) ProtoMessage

func (*ArchiveProjectRequest) ProtoMessage()

func (*ArchiveProjectRequest) ProtoReflect

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

func (*ArchiveProjectRequest) Reset

func (x *ArchiveProjectRequest) Reset()

func (*ArchiveProjectRequest) String

func (x *ArchiveProjectRequest) String() string

type ArchiveProjectResponse

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

Response to ArchiveProjectRequest.

func (*ArchiveProjectResponse) Descriptor deprecated

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

Deprecated: Use ArchiveProjectResponse.ProtoReflect.Descriptor instead.

func (*ArchiveProjectResponse) ProtoMessage

func (*ArchiveProjectResponse) ProtoMessage()

func (*ArchiveProjectResponse) ProtoReflect

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

func (*ArchiveProjectResponse) Reset

func (x *ArchiveProjectResponse) Reset()

func (*ArchiveProjectResponse) String

func (x *ArchiveProjectResponse) String() string

type ArchiveWorkspaceRequest

type ArchiveWorkspaceRequest struct {

	// The id of the workspace.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for archiving a workspace.

func (*ArchiveWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use ArchiveWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*ArchiveWorkspaceRequest) GetId

func (x *ArchiveWorkspaceRequest) GetId() int32

func (*ArchiveWorkspaceRequest) ProtoMessage

func (*ArchiveWorkspaceRequest) ProtoMessage()

func (*ArchiveWorkspaceRequest) ProtoReflect

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

func (*ArchiveWorkspaceRequest) Reset

func (x *ArchiveWorkspaceRequest) Reset()

func (*ArchiveWorkspaceRequest) String

func (x *ArchiveWorkspaceRequest) String() string

type ArchiveWorkspaceResponse

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

Response to ArchiveWorkspaceRequest.

func (*ArchiveWorkspaceResponse) Descriptor deprecated

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

Deprecated: Use ArchiveWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*ArchiveWorkspaceResponse) ProtoMessage

func (*ArchiveWorkspaceResponse) ProtoMessage()

func (*ArchiveWorkspaceResponse) ProtoReflect

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

func (*ArchiveWorkspaceResponse) Reset

func (x *ArchiveWorkspaceResponse) Reset()

func (*ArchiveWorkspaceResponse) String

func (x *ArchiveWorkspaceResponse) String() string

type AssignMultipleGroupsRequest

type AssignMultipleGroupsRequest struct {

	// The user ids of users to edit group associations.
	UserIds []int32 `protobuf:"varint,1,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// The ids of groups to associate with users.
	AddGroups []int32 `protobuf:"varint,2,rep,packed,name=add_groups,json=addGroups,proto3" json:"add_groups,omitempty"`
	// The ids of groups to disassociate from users.
	RemoveGroups []int32 `protobuf:"varint,3,rep,packed,name=remove_groups,json=removeGroups,proto3" json:"remove_groups,omitempty"`
	// contains filtered or unexported fields
}

Add and remove multiple users from multiple groups.

func (*AssignMultipleGroupsRequest) Descriptor deprecated

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

Deprecated: Use AssignMultipleGroupsRequest.ProtoReflect.Descriptor instead.

func (*AssignMultipleGroupsRequest) GetAddGroups

func (x *AssignMultipleGroupsRequest) GetAddGroups() []int32

func (*AssignMultipleGroupsRequest) GetRemoveGroups

func (x *AssignMultipleGroupsRequest) GetRemoveGroups() []int32

func (*AssignMultipleGroupsRequest) GetUserIds

func (x *AssignMultipleGroupsRequest) GetUserIds() []int32

func (*AssignMultipleGroupsRequest) ProtoMessage

func (*AssignMultipleGroupsRequest) ProtoMessage()

func (*AssignMultipleGroupsRequest) ProtoReflect

func (*AssignMultipleGroupsRequest) Reset

func (x *AssignMultipleGroupsRequest) Reset()

func (*AssignMultipleGroupsRequest) String

func (x *AssignMultipleGroupsRequest) String() string

type AssignMultipleGroupsResponse

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

Response to AssignMultipleGroupsRequest.

func (*AssignMultipleGroupsResponse) Descriptor deprecated

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

Deprecated: Use AssignMultipleGroupsResponse.ProtoReflect.Descriptor instead.

func (*AssignMultipleGroupsResponse) ProtoMessage

func (*AssignMultipleGroupsResponse) ProtoMessage()

func (*AssignMultipleGroupsResponse) ProtoReflect

func (*AssignMultipleGroupsResponse) Reset

func (x *AssignMultipleGroupsResponse) Reset()

func (*AssignMultipleGroupsResponse) String

type AssignRolesRequest

type AssignRolesRequest struct {

	// the set of groups being assigned to a role.
	GroupRoleAssignments []*rbacv1.GroupRoleAssignment `protobuf:"bytes,1,rep,name=group_role_assignments,json=groupRoleAssignments,proto3" json:"group_role_assignments,omitempty"`
	// the set of users being assigned to a role.
	UserRoleAssignments []*rbacv1.UserRoleAssignment `protobuf:"bytes,2,rep,name=user_role_assignments,json=userRoleAssignments,proto3" json:"user_role_assignments,omitempty"`
	// contains filtered or unexported fields
}

AssignRolesRequest is the body of the request for the call to grant a user or group a role. It requires group_id, role_id, and either scope_workspace_id or scope_project_id.

func (*AssignRolesRequest) Descriptor deprecated

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

Deprecated: Use AssignRolesRequest.ProtoReflect.Descriptor instead.

func (*AssignRolesRequest) GetGroupRoleAssignments

func (x *AssignRolesRequest) GetGroupRoleAssignments() []*rbacv1.GroupRoleAssignment

func (*AssignRolesRequest) GetUserRoleAssignments

func (x *AssignRolesRequest) GetUserRoleAssignments() []*rbacv1.UserRoleAssignment

func (*AssignRolesRequest) ProtoMessage

func (*AssignRolesRequest) ProtoMessage()

func (*AssignRolesRequest) ProtoReflect

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

func (*AssignRolesRequest) Reset

func (x *AssignRolesRequest) Reset()

func (*AssignRolesRequest) String

func (x *AssignRolesRequest) String() string

type AssignRolesResponse

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

AssignRolesResponse is the body of the request for the call to grant a user or group a role.

func (*AssignRolesResponse) Descriptor deprecated

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

Deprecated: Use AssignRolesResponse.ProtoReflect.Descriptor instead.

func (*AssignRolesResponse) ProtoMessage

func (*AssignRolesResponse) ProtoMessage()

func (*AssignRolesResponse) ProtoReflect

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

func (*AssignRolesResponse) Reset

func (x *AssignRolesResponse) Reset()

func (*AssignRolesResponse) String

func (x *AssignRolesResponse) String() string

type BindRPToWorkspaceRequest

type BindRPToWorkspaceRequest struct {

	// The resource pool name.
	ResourcePoolName string `protobuf:"bytes,1,opt,name=resource_pool_name,json=resourcePoolName,proto3" json:"resource_pool_name,omitempty"`
	// The workspace IDs to be bound to the resource pool.
	WorkspaceIds []int32 `protobuf:"varint,2,rep,packed,name=workspace_ids,json=workspaceIds,proto3" json:"workspace_ids,omitempty"`
	// The workspace names to be bound to the resource pool.
	WorkspaceNames []string `protobuf:"bytes,3,rep,name=workspace_names,json=workspaceNames,proto3" json:"workspace_names,omitempty"`
	// contains filtered or unexported fields
}

Bind a resource pool to workspaces

func (*BindRPToWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use BindRPToWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*BindRPToWorkspaceRequest) GetResourcePoolName

func (x *BindRPToWorkspaceRequest) GetResourcePoolName() string

func (*BindRPToWorkspaceRequest) GetWorkspaceIds

func (x *BindRPToWorkspaceRequest) GetWorkspaceIds() []int32

func (*BindRPToWorkspaceRequest) GetWorkspaceNames

func (x *BindRPToWorkspaceRequest) GetWorkspaceNames() []string

func (*BindRPToWorkspaceRequest) ProtoMessage

func (*BindRPToWorkspaceRequest) ProtoMessage()

func (*BindRPToWorkspaceRequest) ProtoReflect

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

func (*BindRPToWorkspaceRequest) Reset

func (x *BindRPToWorkspaceRequest) Reset()

func (*BindRPToWorkspaceRequest) String

func (x *BindRPToWorkspaceRequest) String() string

type BindRPToWorkspaceResponse

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

Bind a resource pool to workspaces response.

func (*BindRPToWorkspaceResponse) Descriptor deprecated

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

Deprecated: Use BindRPToWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*BindRPToWorkspaceResponse) ProtoMessage

func (*BindRPToWorkspaceResponse) ProtoMessage()

func (*BindRPToWorkspaceResponse) ProtoReflect

func (*BindRPToWorkspaceResponse) Reset

func (x *BindRPToWorkspaceResponse) Reset()

func (*BindRPToWorkspaceResponse) String

func (x *BindRPToWorkspaceResponse) String() string

type BulkExperimentFilters

type BulkExperimentFilters struct {

	// Limit experiments to those that match the description.
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	// Limit experiments to those that match the name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Limit experiments to those that match the provided labels.
	Labels []string `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty"`
	// Limit experiments to those that are archived.
	Archived *wrappers.BoolValue `protobuf:"bytes,4,opt,name=archived,proto3" json:"archived,omitempty"`
	// Limit experiments to those that match the provided state.
	States []experimentv1.State `protobuf:"varint,5,rep,packed,name=states,proto3,enum=determined.experiment.v1.State" json:"states,omitempty"`
	// Limit experiments to those that are owned by users with the specified
	// userIds.
	UserIds []int32 `protobuf:"varint,6,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// Limit experiments to those within a specified project, or 0 for all
	// projects.
	ProjectId int32 `protobuf:"varint,7,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Experiment ids to exclude when filters are used.
	ExcludedExperimentIds []int32 `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

Filters to apply actions to multiple experiments.

func (*BulkExperimentFilters) Descriptor deprecated

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

Deprecated: Use BulkExperimentFilters.ProtoReflect.Descriptor instead.

func (*BulkExperimentFilters) GetArchived

func (x *BulkExperimentFilters) GetArchived() *wrappers.BoolValue

func (*BulkExperimentFilters) GetDescription

func (x *BulkExperimentFilters) GetDescription() string

func (*BulkExperimentFilters) GetExcludedExperimentIds

func (x *BulkExperimentFilters) GetExcludedExperimentIds() []int32

func (*BulkExperimentFilters) GetLabels

func (x *BulkExperimentFilters) GetLabels() []string

func (*BulkExperimentFilters) GetName

func (x *BulkExperimentFilters) GetName() string

func (*BulkExperimentFilters) GetProjectId

func (x *BulkExperimentFilters) GetProjectId() int32

func (*BulkExperimentFilters) GetStates

func (x *BulkExperimentFilters) GetStates() []experimentv1.State

func (*BulkExperimentFilters) GetUserIds

func (x *BulkExperimentFilters) GetUserIds() []int32

func (*BulkExperimentFilters) ProtoMessage

func (*BulkExperimentFilters) ProtoMessage()

func (*BulkExperimentFilters) ProtoReflect

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

func (*BulkExperimentFilters) Reset

func (x *BulkExperimentFilters) Reset()

func (*BulkExperimentFilters) String

func (x *BulkExperimentFilters) String() string

type CancelExperimentRequest

type CancelExperimentRequest struct {

	// The experiment id.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Cancel an experiment.

func (*CancelExperimentRequest) Descriptor deprecated

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

Deprecated: Use CancelExperimentRequest.ProtoReflect.Descriptor instead.

func (*CancelExperimentRequest) GetId

func (x *CancelExperimentRequest) GetId() int32

func (*CancelExperimentRequest) ProtoMessage

func (*CancelExperimentRequest) ProtoMessage()

func (*CancelExperimentRequest) ProtoReflect

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

func (*CancelExperimentRequest) Reset

func (x *CancelExperimentRequest) Reset()

func (*CancelExperimentRequest) String

func (x *CancelExperimentRequest) String() string

type CancelExperimentResponse

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

Response to CancelExperimentRequest.

func (*CancelExperimentResponse) Descriptor deprecated

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

Deprecated: Use CancelExperimentResponse.ProtoReflect.Descriptor instead.

func (*CancelExperimentResponse) ProtoMessage

func (*CancelExperimentResponse) ProtoMessage()

func (*CancelExperimentResponse) ProtoReflect

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

func (*CancelExperimentResponse) Reset

func (x *CancelExperimentResponse) Reset()

func (*CancelExperimentResponse) String

func (x *CancelExperimentResponse) String() string

type CancelExperimentsRequest

type CancelExperimentsRequest struct {

	// Selecting experiments by id.
	ExperimentIds []int32 `protobuf:"varint,1,rep,packed,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"`
	// Targets all experiments matching filters.
	Filters *BulkExperimentFilters `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Cancel multiple experiments.

func (*CancelExperimentsRequest) Descriptor deprecated

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

Deprecated: Use CancelExperimentsRequest.ProtoReflect.Descriptor instead.

func (*CancelExperimentsRequest) GetExperimentIds

func (x *CancelExperimentsRequest) GetExperimentIds() []int32

func (*CancelExperimentsRequest) GetFilters

func (*CancelExperimentsRequest) ProtoMessage

func (*CancelExperimentsRequest) ProtoMessage()

func (*CancelExperimentsRequest) ProtoReflect

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

func (*CancelExperimentsRequest) Reset

func (x *CancelExperimentsRequest) Reset()

func (*CancelExperimentsRequest) String

func (x *CancelExperimentsRequest) String() string

type CancelExperimentsResponse

type CancelExperimentsResponse struct {

	// Details on success or error for each experiment.
	Results []*ExperimentActionResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Response to CancelExperimentsRequest.

func (*CancelExperimentsResponse) Descriptor deprecated

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

Deprecated: Use CancelExperimentsResponse.ProtoReflect.Descriptor instead.

func (*CancelExperimentsResponse) GetResults

func (*CancelExperimentsResponse) ProtoMessage

func (*CancelExperimentsResponse) ProtoMessage()

func (*CancelExperimentsResponse) ProtoReflect

func (*CancelExperimentsResponse) Reset

func (x *CancelExperimentsResponse) Reset()

func (*CancelExperimentsResponse) String

func (x *CancelExperimentsResponse) String() string

type CheckpointsRemoveFilesRequest

type CheckpointsRemoveFilesRequest struct {

	// The list of checkpoint_uuids for the requested checkpoints.
	CheckpointUuids []string `protobuf:"bytes,1,rep,name=checkpoint_uuids,json=checkpointUuids,proto3" json:"checkpoint_uuids,omitempty"`
	// The list of checkpoint_globs for the requested checkpoints.
	// If a value is set to the empty string the checkpoint will only
	// have its metadata refreshed.
	CheckpointGlobs []string `protobuf:"bytes,2,rep,name=checkpoint_globs,json=checkpointGlobs,proto3" json:"checkpoint_globs,omitempty"`
	// contains filtered or unexported fields
}

Request to delete files matching globs in checkpoints.

func (*CheckpointsRemoveFilesRequest) Descriptor deprecated

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

Deprecated: Use CheckpointsRemoveFilesRequest.ProtoReflect.Descriptor instead.

func (*CheckpointsRemoveFilesRequest) GetCheckpointGlobs

func (x *CheckpointsRemoveFilesRequest) GetCheckpointGlobs() []string

func (*CheckpointsRemoveFilesRequest) GetCheckpointUuids

func (x *CheckpointsRemoveFilesRequest) GetCheckpointUuids() []string

func (*CheckpointsRemoveFilesRequest) ProtoMessage

func (*CheckpointsRemoveFilesRequest) ProtoMessage()

func (*CheckpointsRemoveFilesRequest) ProtoReflect

func (*CheckpointsRemoveFilesRequest) Reset

func (x *CheckpointsRemoveFilesRequest) Reset()

func (*CheckpointsRemoveFilesRequest) String

type CheckpointsRemoveFilesResponse

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

Response to CheckpointRemoveFilesRequest.

func (*CheckpointsRemoveFilesResponse) Descriptor deprecated

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

Deprecated: Use CheckpointsRemoveFilesResponse.ProtoReflect.Descriptor instead.

func (*CheckpointsRemoveFilesResponse) ProtoMessage

func (*CheckpointsRemoveFilesResponse) ProtoMessage()

func (*CheckpointsRemoveFilesResponse) ProtoReflect

func (*CheckpointsRemoveFilesResponse) Reset

func (x *CheckpointsRemoveFilesResponse) Reset()

func (*CheckpointsRemoveFilesResponse) String

type ColumnFilter

type ColumnFilter struct {

	// The name of the field on which the filters is applied.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The filter to apply to the given column
	Filter *commonv1.DoubleFieldFilter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

A filter structure to allow for range filters on arbitrary keys

func (*ColumnFilter) Descriptor deprecated

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

Deprecated: Use ColumnFilter.ProtoReflect.Descriptor instead.

func (*ColumnFilter) GetFilter

func (x *ColumnFilter) GetFilter() *commonv1.DoubleFieldFilter

func (*ColumnFilter) GetName

func (x *ColumnFilter) GetName() string

func (*ColumnFilter) ProtoMessage

func (*ColumnFilter) ProtoMessage()

func (*ColumnFilter) ProtoReflect

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

func (*ColumnFilter) Reset

func (x *ColumnFilter) Reset()

func (*ColumnFilter) String

func (x *ColumnFilter) String() string

type ComparableTrial

type ComparableTrial struct {

	// The requested trial.
	Trial *trialv1.Trial `protobuf:"bytes,1,opt,name=trial,proto3" json:"trial,omitempty"`
	// The downsampled datapoints.
	Metrics []*DownsampledMetrics `protobuf:"bytes,2,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

Container for a requested trial and its metrics.

func (*ComparableTrial) Descriptor deprecated

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

Deprecated: Use ComparableTrial.ProtoReflect.Descriptor instead.

func (*ComparableTrial) GetMetrics

func (x *ComparableTrial) GetMetrics() []*DownsampledMetrics

func (*ComparableTrial) GetTrial

func (x *ComparableTrial) GetTrial() *trialv1.Trial

func (*ComparableTrial) ProtoMessage

func (*ComparableTrial) ProtoMessage()

func (*ComparableTrial) ProtoReflect

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

func (*ComparableTrial) Reset

func (x *ComparableTrial) Reset()

func (*ComparableTrial) String

func (x *ComparableTrial) String() string

type CompareTrialsRequest

type CompareTrialsRequest struct {

	// The requested trial ids.
	TrialIds []int32 `protobuf:"varint,1,rep,packed,name=trial_ids,json=trialIds,proto3" json:"trial_ids,omitempty"`
	// The maximum number of data points to return after downsampling.
	MaxDatapoints int32 `protobuf:"varint,2,opt,name=max_datapoints,json=maxDatapoints,proto3" json:"max_datapoints,omitempty"`
	// The names of selected metrics.
	MetricNames []string `protobuf:"bytes,3,rep,name=metric_names,json=metricNames,proto3" json:"metric_names,omitempty"`
	// Sample from metrics after this batch number.
	StartBatches int32 `protobuf:"varint,4,opt,name=start_batches,json=startBatches,proto3" json:"start_batches,omitempty"`
	// Sample from metrics before this batch number.
	EndBatches int32 `protobuf:"varint,5,opt,name=end_batches,json=endBatches,proto3" json:"end_batches,omitempty"`
	// Metric group.
	//
	// Deprecated: Do not use.
	MetricType MetricType `` /* 126-byte string literal not displayed */
	// Metric group (training, validation, etc).
	Group string `protobuf:"bytes,11,opt,name=group,proto3" json:"group,omitempty"`
	// metric ids for the query. must be in the form group.metric_name.
	MetricIds []string `protobuf:"bytes,9,rep,name=metric_ids,json=metricIds,proto3" json:"metric_ids,omitempty"`
	// The metric and range filter for a time series
	TimeSeriesFilter *commonv1.PolymorphicFilter `protobuf:"bytes,10,opt,name=time_series_filter,json=timeSeriesFilter,proto3" json:"time_series_filter,omitempty"`
	// contains filtered or unexported fields
}

Get time-series downsampled metrics from multiple trials.

func (*CompareTrialsRequest) Descriptor deprecated

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

Deprecated: Use CompareTrialsRequest.ProtoReflect.Descriptor instead.

func (*CompareTrialsRequest) GetEndBatches

func (x *CompareTrialsRequest) GetEndBatches() int32

func (*CompareTrialsRequest) GetGroup

func (x *CompareTrialsRequest) GetGroup() string

func (*CompareTrialsRequest) GetMaxDatapoints

func (x *CompareTrialsRequest) GetMaxDatapoints() int32

func (*CompareTrialsRequest) GetMetricIds

func (x *CompareTrialsRequest) GetMetricIds() []string

func (*CompareTrialsRequest) GetMetricNames

func (x *CompareTrialsRequest) GetMetricNames() []string

func (*CompareTrialsRequest) GetMetricType deprecated

func (x *CompareTrialsRequest) GetMetricType() MetricType

Deprecated: Do not use.

func (*CompareTrialsRequest) GetStartBatches

func (x *CompareTrialsRequest) GetStartBatches() int32

func (*CompareTrialsRequest) GetTimeSeriesFilter

func (x *CompareTrialsRequest) GetTimeSeriesFilter() *commonv1.PolymorphicFilter

func (*CompareTrialsRequest) GetTrialIds

func (x *CompareTrialsRequest) GetTrialIds() []int32

func (*CompareTrialsRequest) ProtoMessage

func (*CompareTrialsRequest) ProtoMessage()

func (*CompareTrialsRequest) ProtoReflect

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

func (*CompareTrialsRequest) Reset

func (x *CompareTrialsRequest) Reset()

func (*CompareTrialsRequest) String

func (x *CompareTrialsRequest) String() string

type CompareTrialsResponse

type CompareTrialsResponse struct {

	// A list of objects containing trial and metrics information.
	Trials []*ComparableTrial `protobuf:"bytes,1,rep,name=trials,proto3" json:"trials,omitempty"`
	// contains filtered or unexported fields
}

Response to CompareTrialsRequest.

func (*CompareTrialsResponse) Descriptor deprecated

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

Deprecated: Use CompareTrialsResponse.ProtoReflect.Descriptor instead.

func (*CompareTrialsResponse) GetTrials

func (x *CompareTrialsResponse) GetTrials() []*ComparableTrial

func (*CompareTrialsResponse) ProtoMessage

func (*CompareTrialsResponse) ProtoMessage()

func (*CompareTrialsResponse) ProtoReflect

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

func (*CompareTrialsResponse) Reset

func (x *CompareTrialsResponse) Reset()

func (*CompareTrialsResponse) String

func (x *CompareTrialsResponse) String() string

type CompleteTrialSearcherValidationRequest

type CompleteTrialSearcherValidationRequest struct {

	// The id of the trial.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// The completed operation.
	CompletedOperation *experimentv1.CompleteValidateAfterOperation `protobuf:"bytes,2,opt,name=completed_operation,json=completedOperation,proto3" json:"completed_operation,omitempty"`
	// contains filtered or unexported fields
}

Reports to the searcher that the trial has completed the current requested amount of training.

func (*CompleteTrialSearcherValidationRequest) Descriptor deprecated

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

Deprecated: Use CompleteTrialSearcherValidationRequest.ProtoReflect.Descriptor instead.

func (*CompleteTrialSearcherValidationRequest) GetCompletedOperation

func (*CompleteTrialSearcherValidationRequest) GetTrialId

func (*CompleteTrialSearcherValidationRequest) ProtoMessage

func (*CompleteTrialSearcherValidationRequest) ProtoReflect

func (*CompleteTrialSearcherValidationRequest) Reset

func (*CompleteTrialSearcherValidationRequest) String

type CompleteTrialSearcherValidationResponse

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

Response to CompleteTrialSearcherValidationRequest

func (*CompleteTrialSearcherValidationResponse) Descriptor deprecated

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

Deprecated: Use CompleteTrialSearcherValidationResponse.ProtoReflect.Descriptor instead.

func (*CompleteTrialSearcherValidationResponse) ProtoMessage

func (*CompleteTrialSearcherValidationResponse) ProtoReflect

func (*CompleteTrialSearcherValidationResponse) Reset

func (*CompleteTrialSearcherValidationResponse) String

type ContinueExperimentRequest

type ContinueExperimentRequest struct {

	// Experiment ID to continue.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Experiment config (YAML) to merge with the experiment's config.
	OverrideConfig string `protobuf:"bytes,2,opt,name=override_config,json=overrideConfig,proto3" json:"override_config,omitempty"`
	// contains filtered or unexported fields
}

Request to continue an experiment.

func (*ContinueExperimentRequest) Descriptor deprecated

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

Deprecated: Use ContinueExperimentRequest.ProtoReflect.Descriptor instead.

func (*ContinueExperimentRequest) GetId

func (x *ContinueExperimentRequest) GetId() int32

func (*ContinueExperimentRequest) GetOverrideConfig

func (x *ContinueExperimentRequest) GetOverrideConfig() string

func (*ContinueExperimentRequest) ProtoMessage

func (*ContinueExperimentRequest) ProtoMessage()

func (*ContinueExperimentRequest) ProtoReflect

func (*ContinueExperimentRequest) Reset

func (x *ContinueExperimentRequest) Reset()

func (*ContinueExperimentRequest) String

func (x *ContinueExperimentRequest) String() string

type ContinueExperimentResponse

type ContinueExperimentResponse struct {

	// The created experiment.
	Experiment *experimentv1.Experiment `protobuf:"bytes,1,opt,name=experiment,proto3" json:"experiment,omitempty"`
	// List of any related warnings.
	Warnings []LaunchWarning `protobuf:"varint,2,rep,packed,name=warnings,proto3,enum=determined.api.v1.LaunchWarning" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

Request to continue an experiment.

func (*ContinueExperimentResponse) Descriptor deprecated

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

Deprecated: Use ContinueExperimentResponse.ProtoReflect.Descriptor instead.

func (*ContinueExperimentResponse) GetExperiment

func (*ContinueExperimentResponse) GetWarnings

func (x *ContinueExperimentResponse) GetWarnings() []LaunchWarning

func (*ContinueExperimentResponse) ProtoMessage

func (*ContinueExperimentResponse) ProtoMessage()

func (*ContinueExperimentResponse) ProtoReflect

func (*ContinueExperimentResponse) Reset

func (x *ContinueExperimentResponse) Reset()

func (*ContinueExperimentResponse) String

func (x *ContinueExperimentResponse) String() string

type CreateExperimentRequest

type CreateExperimentRequest struct {

	// Experiment context.
	ModelDefinition []*utilv1.File `protobuf:"bytes,1,rep,name=model_definition,json=modelDefinition,proto3" json:"model_definition,omitempty"`
	// Experiment config (YAML).
	Config string `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// Only validate instead of creating the experiment. A dry run.
	ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"`
	// Parent experiment id.
	ParentId int32 `protobuf:"varint,4,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	// Request to auto-activate the experiment.
	Activate bool `protobuf:"varint,5,opt,name=activate,proto3" json:"activate,omitempty"`
	// Project id to contain the experiment.
	ProjectId int32 `protobuf:"varint,6,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Template to use for the experiment.
	Template *string `protobuf:"bytes,7,opt,name=template,proto3,oneof" json:"template,omitempty"`
	// Git remote at submission time.
	GitRemote *string `protobuf:"bytes,8,opt,name=git_remote,json=gitRemote,proto3,oneof" json:"git_remote,omitempty"`
	// Git commit at submission time.
	GitCommit *string `protobuf:"bytes,9,opt,name=git_commit,json=gitCommit,proto3,oneof" json:"git_commit,omitempty"`
	// Git committer at submission time.
	GitCommitter *string `protobuf:"bytes,10,opt,name=git_committer,json=gitCommitter,proto3,oneof" json:"git_committer,omitempty"`
	// Git commit date at submission time.
	GitCommitDate *timestamp.Timestamp `protobuf:"bytes,11,opt,name=git_commit_date,json=gitCommitDate,proto3" json:"git_commit_date,omitempty"`
	// Unmanaged experiments are detached.
	Unmanaged *bool `protobuf:"varint,40,opt,name=unmanaged,proto3,oneof" json:"unmanaged,omitempty"`
	// contains filtered or unexported fields
}

Request to create a new experiment.

func (*CreateExperimentRequest) Descriptor deprecated

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

Deprecated: Use CreateExperimentRequest.ProtoReflect.Descriptor instead.

func (*CreateExperimentRequest) GetActivate

func (x *CreateExperimentRequest) GetActivate() bool

func (*CreateExperimentRequest) GetConfig

func (x *CreateExperimentRequest) GetConfig() string

func (*CreateExperimentRequest) GetGitCommit

func (x *CreateExperimentRequest) GetGitCommit() string

func (*CreateExperimentRequest) GetGitCommitDate

func (x *CreateExperimentRequest) GetGitCommitDate() *timestamp.Timestamp

func (*CreateExperimentRequest) GetGitCommitter

func (x *CreateExperimentRequest) GetGitCommitter() string

func (*CreateExperimentRequest) GetGitRemote

func (x *CreateExperimentRequest) GetGitRemote() string

func (*CreateExperimentRequest) GetModelDefinition

func (x *CreateExperimentRequest) GetModelDefinition() []*utilv1.File

func (*CreateExperimentRequest) GetParentId

func (x *CreateExperimentRequest) GetParentId() int32

func (*CreateExperimentRequest) GetProjectId

func (x *CreateExperimentRequest) GetProjectId() int32

func (*CreateExperimentRequest) GetTemplate

func (x *CreateExperimentRequest) GetTemplate() string

func (*CreateExperimentRequest) GetUnmanaged

func (x *CreateExperimentRequest) GetUnmanaged() bool

func (*CreateExperimentRequest) GetValidateOnly

func (x *CreateExperimentRequest) GetValidateOnly() bool

func (*CreateExperimentRequest) ProtoMessage

func (*CreateExperimentRequest) ProtoMessage()

func (*CreateExperimentRequest) ProtoReflect

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

func (*CreateExperimentRequest) Reset

func (x *CreateExperimentRequest) Reset()

func (*CreateExperimentRequest) String

func (x *CreateExperimentRequest) String() string

type CreateExperimentResponse

type CreateExperimentResponse struct {

	// The created experiment.
	Experiment *experimentv1.Experiment `protobuf:"bytes,1,opt,name=experiment,proto3" json:"experiment,omitempty"`
	// The created experiment config.
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// List of any related warnings.
	Warnings []LaunchWarning `protobuf:"varint,3,rep,packed,name=warnings,proto3,enum=determined.api.v1.LaunchWarning" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

Response to CreateExperimentRequest.

func (*CreateExperimentResponse) Descriptor deprecated

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

Deprecated: Use CreateExperimentResponse.ProtoReflect.Descriptor instead.

func (*CreateExperimentResponse) GetConfig

func (x *CreateExperimentResponse) GetConfig() *_struct.Struct

func (*CreateExperimentResponse) GetExperiment

func (x *CreateExperimentResponse) GetExperiment() *experimentv1.Experiment

func (*CreateExperimentResponse) GetWarnings

func (x *CreateExperimentResponse) GetWarnings() []LaunchWarning

func (*CreateExperimentResponse) ProtoMessage

func (*CreateExperimentResponse) ProtoMessage()

func (*CreateExperimentResponse) ProtoReflect

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

func (*CreateExperimentResponse) Reset

func (x *CreateExperimentResponse) Reset()

func (*CreateExperimentResponse) String

func (x *CreateExperimentResponse) String() string

type CreateGroupRequest

type CreateGroupRequest struct {

	// The name the new group should have
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The ids of users that should be added to the new group
	AddUsers []int32 `protobuf:"varint,2,rep,packed,name=add_users,json=addUsers,proto3" json:"add_users,omitempty"`
	// contains filtered or unexported fields
}

CreateGroupRequest is the body of the request for the call to create a group.

func (*CreateGroupRequest) Descriptor deprecated

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

Deprecated: Use CreateGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateGroupRequest) GetAddUsers

func (x *CreateGroupRequest) GetAddUsers() []int32

func (*CreateGroupRequest) GetName

func (x *CreateGroupRequest) GetName() string

func (*CreateGroupRequest) ProtoMessage

func (*CreateGroupRequest) ProtoMessage()

func (*CreateGroupRequest) ProtoReflect

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

func (*CreateGroupRequest) Reset

func (x *CreateGroupRequest) Reset()

func (*CreateGroupRequest) String

func (x *CreateGroupRequest) String() string

type CreateGroupResponse

type CreateGroupResponse struct {

	// Info about the group after the update succeeded.
	Group *groupv1.GroupDetails `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

CreateGroupResponse is the body of the response for the call to update a group and its members.

func (*CreateGroupResponse) Descriptor deprecated

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

Deprecated: Use CreateGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateGroupResponse) GetGroup

func (x *CreateGroupResponse) GetGroup() *groupv1.GroupDetails

func (*CreateGroupResponse) ProtoMessage

func (*CreateGroupResponse) ProtoMessage()

func (*CreateGroupResponse) ProtoReflect

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

func (*CreateGroupResponse) Reset

func (x *CreateGroupResponse) Reset()

func (*CreateGroupResponse) String

func (x *CreateGroupResponse) String() string

type CreateTrialRequest

type CreateTrialRequest struct {

	// The id of the parent experiment.
	ExperimentId int32 `protobuf:"varint,2,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// Trial hyperparameters.
	Hparams *_struct.Struct `protobuf:"bytes,6,opt,name=hparams,proto3" json:"hparams,omitempty"`
	// Currently only unmanaged trials are supported, must be true.
	Unmanaged bool `protobuf:"varint,40,opt,name=unmanaged,proto3" json:"unmanaged,omitempty"`
	// contains filtered or unexported fields
}

Create a trial.

func (*CreateTrialRequest) Descriptor deprecated

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

Deprecated: Use CreateTrialRequest.ProtoReflect.Descriptor instead.

func (*CreateTrialRequest) GetExperimentId

func (x *CreateTrialRequest) GetExperimentId() int32

func (*CreateTrialRequest) GetHparams

func (x *CreateTrialRequest) GetHparams() *_struct.Struct

func (*CreateTrialRequest) GetUnmanaged

func (x *CreateTrialRequest) GetUnmanaged() bool

func (*CreateTrialRequest) ProtoMessage

func (*CreateTrialRequest) ProtoMessage()

func (*CreateTrialRequest) ProtoReflect

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

func (*CreateTrialRequest) Reset

func (x *CreateTrialRequest) Reset()

func (*CreateTrialRequest) String

func (x *CreateTrialRequest) String() string

type CreateTrialResponse

type CreateTrialResponse struct {

	// The requested trial.
	Trial *trialv1.Trial `protobuf:"bytes,1,opt,name=trial,proto3" json:"trial,omitempty"`
	// contains filtered or unexported fields
}

Response to CreateTrialRequest.

func (*CreateTrialResponse) Descriptor deprecated

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

Deprecated: Use CreateTrialResponse.ProtoReflect.Descriptor instead.

func (*CreateTrialResponse) GetTrial

func (x *CreateTrialResponse) GetTrial() *trialv1.Trial

func (*CreateTrialResponse) ProtoMessage

func (*CreateTrialResponse) ProtoMessage()

func (*CreateTrialResponse) ProtoReflect

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

func (*CreateTrialResponse) Reset

func (x *CreateTrialResponse) Reset()

func (*CreateTrialResponse) String

func (x *CreateTrialResponse) String() string

type CurrentUserRequest

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

Get the current user.

func (*CurrentUserRequest) Descriptor deprecated

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

Deprecated: Use CurrentUserRequest.ProtoReflect.Descriptor instead.

func (*CurrentUserRequest) ProtoMessage

func (*CurrentUserRequest) ProtoMessage()

func (*CurrentUserRequest) ProtoReflect

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

func (*CurrentUserRequest) Reset

func (x *CurrentUserRequest) Reset()

func (*CurrentUserRequest) String

func (x *CurrentUserRequest) String() string

type CurrentUserResponse

type CurrentUserResponse struct {

	// The currently logged in user.
	User *userv1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

Response to CurrentUserRequest.

func (*CurrentUserResponse) Descriptor deprecated

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

Deprecated: Use CurrentUserResponse.ProtoReflect.Descriptor instead.

func (*CurrentUserResponse) GetUser

func (x *CurrentUserResponse) GetUser() *userv1.User

func (*CurrentUserResponse) ProtoMessage

func (*CurrentUserResponse) ProtoMessage()

func (*CurrentUserResponse) ProtoReflect

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

func (*CurrentUserResponse) Reset

func (x *CurrentUserResponse) Reset()

func (*CurrentUserResponse) String

func (x *CurrentUserResponse) String() string

type DataPoint

type DataPoint struct {

	// Total batches processed by the time this measurement is taken.
	Batches int32 `protobuf:"varint,1,opt,name=batches,proto3" json:"batches,omitempty"`
	// Values of the requested metrics at this point in the trial.
	Values *_struct.Struct `protobuf:"bytes,2,opt,name=values,proto3" json:"values,omitempty"`
	// The time the measurement is taken.
	Time *timestamp.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	// The epoch this measurement is taken.
	Epoch *float64 `protobuf:"fixed64,4,opt,name=epoch,proto3,oneof" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

One datapoint in a series of metrics from a trial in batch.

func (*DataPoint) Descriptor deprecated

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

Deprecated: Use DataPoint.ProtoReflect.Descriptor instead.

func (*DataPoint) GetBatches

func (x *DataPoint) GetBatches() int32

func (*DataPoint) GetEpoch

func (x *DataPoint) GetEpoch() float64

func (*DataPoint) GetTime

func (x *DataPoint) GetTime() *timestamp.Timestamp

func (*DataPoint) GetValues

func (x *DataPoint) GetValues() *_struct.Struct

func (*DataPoint) ProtoMessage

func (*DataPoint) ProtoMessage()

func (*DataPoint) ProtoReflect

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

func (*DataPoint) Reset

func (x *DataPoint) Reset()

func (*DataPoint) String

func (x *DataPoint) String() string

type DeleteCheckpointsRequest

type DeleteCheckpointsRequest struct {

	// The list of checkpoint_uuids for the requested checkpoint.
	CheckpointUuids []string `protobuf:"bytes,1,rep,name=checkpoint_uuids,json=checkpointUuids,proto3" json:"checkpoint_uuids,omitempty"`
	// contains filtered or unexported fields
}

Request to Delete the list of checkpoints

func (*DeleteCheckpointsRequest) Descriptor deprecated

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

Deprecated: Use DeleteCheckpointsRequest.ProtoReflect.Descriptor instead.

func (*DeleteCheckpointsRequest) GetCheckpointUuids

func (x *DeleteCheckpointsRequest) GetCheckpointUuids() []string

func (*DeleteCheckpointsRequest) ProtoMessage

func (*DeleteCheckpointsRequest) ProtoMessage()

func (*DeleteCheckpointsRequest) ProtoReflect

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

func (*DeleteCheckpointsRequest) Reset

func (x *DeleteCheckpointsRequest) Reset()

func (*DeleteCheckpointsRequest) String

func (x *DeleteCheckpointsRequest) String() string

type DeleteCheckpointsResponse

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

Response to DeleteCheckpointsRequest

func (*DeleteCheckpointsResponse) Descriptor deprecated

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

Deprecated: Use DeleteCheckpointsResponse.ProtoReflect.Descriptor instead.

func (*DeleteCheckpointsResponse) ProtoMessage

func (*DeleteCheckpointsResponse) ProtoMessage()

func (*DeleteCheckpointsResponse) ProtoReflect

func (*DeleteCheckpointsResponse) Reset

func (x *DeleteCheckpointsResponse) Reset()

func (*DeleteCheckpointsResponse) String

func (x *DeleteCheckpointsResponse) String() string

type DeleteExperimentLabelRequest

type DeleteExperimentLabelRequest struct {

	// The ID of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// The label to delete.
	Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	// contains filtered or unexported fields
}

Request for deleting an experiment label.

func (*DeleteExperimentLabelRequest) Descriptor deprecated

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

Deprecated: Use DeleteExperimentLabelRequest.ProtoReflect.Descriptor instead.

func (*DeleteExperimentLabelRequest) GetExperimentId

func (x *DeleteExperimentLabelRequest) GetExperimentId() int32

func (*DeleteExperimentLabelRequest) GetLabel

func (x *DeleteExperimentLabelRequest) GetLabel() string

func (*DeleteExperimentLabelRequest) ProtoMessage

func (*DeleteExperimentLabelRequest) ProtoMessage()

func (*DeleteExperimentLabelRequest) ProtoReflect

func (*DeleteExperimentLabelRequest) Reset

func (x *DeleteExperimentLabelRequest) Reset()

func (*DeleteExperimentLabelRequest) String

type DeleteExperimentLabelResponse

type DeleteExperimentLabelResponse struct {

	// The complete list of labels associated with the experiment.
	Labels []string `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

Response to DeleteExperimentLabelRequest.

func (*DeleteExperimentLabelResponse) Descriptor deprecated

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

Deprecated: Use DeleteExperimentLabelResponse.ProtoReflect.Descriptor instead.

func (*DeleteExperimentLabelResponse) GetLabels

func (x *DeleteExperimentLabelResponse) GetLabels() []string

func (*DeleteExperimentLabelResponse) ProtoMessage

func (*DeleteExperimentLabelResponse) ProtoMessage()

func (*DeleteExperimentLabelResponse) ProtoReflect

func (*DeleteExperimentLabelResponse) Reset

func (x *DeleteExperimentLabelResponse) Reset()

func (*DeleteExperimentLabelResponse) String

type DeleteExperimentRequest

type DeleteExperimentRequest struct {

	// The ID of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// contains filtered or unexported fields
}

Delete a single experiment.

func (*DeleteExperimentRequest) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRequest.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRequest) GetExperimentId

func (x *DeleteExperimentRequest) GetExperimentId() int32

func (*DeleteExperimentRequest) ProtoMessage

func (*DeleteExperimentRequest) ProtoMessage()

func (*DeleteExperimentRequest) ProtoReflect

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

func (*DeleteExperimentRequest) Reset

func (x *DeleteExperimentRequest) Reset()

func (*DeleteExperimentRequest) String

func (x *DeleteExperimentRequest) String() string

type DeleteExperimentResponse

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

Response to DeleteExperimentRequest.

func (*DeleteExperimentResponse) Descriptor deprecated

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

Deprecated: Use DeleteExperimentResponse.ProtoReflect.Descriptor instead.

func (*DeleteExperimentResponse) ProtoMessage

func (*DeleteExperimentResponse) ProtoMessage()

func (*DeleteExperimentResponse) ProtoReflect

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

func (*DeleteExperimentResponse) Reset

func (x *DeleteExperimentResponse) Reset()

func (*DeleteExperimentResponse) String

func (x *DeleteExperimentResponse) String() string

type DeleteExperimentsRequest

type DeleteExperimentsRequest struct {

	// Selecting experiments by id.
	ExperimentIds []int32 `protobuf:"varint,1,rep,packed,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"`
	// Targets all experiments matching filters.
	Filters *BulkExperimentFilters `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Delete multiple experiments.

func (*DeleteExperimentsRequest) Descriptor deprecated

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

Deprecated: Use DeleteExperimentsRequest.ProtoReflect.Descriptor instead.

func (*DeleteExperimentsRequest) GetExperimentIds

func (x *DeleteExperimentsRequest) GetExperimentIds() []int32

func (*DeleteExperimentsRequest) GetFilters

func (*DeleteExperimentsRequest) ProtoMessage

func (*DeleteExperimentsRequest) ProtoMessage()

func (*DeleteExperimentsRequest) ProtoReflect

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

func (*DeleteExperimentsRequest) Reset

func (x *DeleteExperimentsRequest) Reset()

func (*DeleteExperimentsRequest) String

func (x *DeleteExperimentsRequest) String() string

type DeleteExperimentsResponse

type DeleteExperimentsResponse struct {

	// Details on success or error for each experiment.
	Results []*ExperimentActionResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Response to DeleteExperimentsRequest.

func (*DeleteExperimentsResponse) Descriptor deprecated

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

Deprecated: Use DeleteExperimentsResponse.ProtoReflect.Descriptor instead.

func (*DeleteExperimentsResponse) GetResults

func (*DeleteExperimentsResponse) ProtoMessage

func (*DeleteExperimentsResponse) ProtoMessage()

func (*DeleteExperimentsResponse) ProtoReflect

func (*DeleteExperimentsResponse) Reset

func (x *DeleteExperimentsResponse) Reset()

func (*DeleteExperimentsResponse) String

func (x *DeleteExperimentsResponse) String() string

type DeleteGroupRequest

type DeleteGroupRequest struct {

	// The id of the group that should be deleted.
	GroupId int32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

DeleteGroupRequest is the body of the request for the call to delete a group.

func (*DeleteGroupRequest) Descriptor deprecated

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

Deprecated: Use DeleteGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteGroupRequest) GetGroupId

func (x *DeleteGroupRequest) GetGroupId() int32

func (*DeleteGroupRequest) ProtoMessage

func (*DeleteGroupRequest) ProtoMessage()

func (*DeleteGroupRequest) ProtoReflect

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

func (*DeleteGroupRequest) Reset

func (x *DeleteGroupRequest) Reset()

func (*DeleteGroupRequest) String

func (x *DeleteGroupRequest) String() string

type DeleteGroupResponse

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

DeleteGroupResponse is the body of the response for the call to delete a group.

func (*DeleteGroupResponse) Descriptor deprecated

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

Deprecated: Use DeleteGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteGroupResponse) ProtoMessage

func (*DeleteGroupResponse) ProtoMessage()

func (*DeleteGroupResponse) ProtoReflect

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

func (*DeleteGroupResponse) Reset

func (x *DeleteGroupResponse) Reset()

func (*DeleteGroupResponse) String

func (x *DeleteGroupResponse) String() string

type DeleteModelRequest

type DeleteModelRequest struct {

	// The name of the model to delete.
	ModelName string `protobuf:"bytes,2,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// contains filtered or unexported fields
}

Request for deleting a model in the registry.

func (*DeleteModelRequest) Descriptor deprecated

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

Deprecated: Use DeleteModelRequest.ProtoReflect.Descriptor instead.

func (*DeleteModelRequest) GetModelName

func (x *DeleteModelRequest) GetModelName() string

func (*DeleteModelRequest) ProtoMessage

func (*DeleteModelRequest) ProtoMessage()

func (*DeleteModelRequest) ProtoReflect

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

func (*DeleteModelRequest) Reset

func (x *DeleteModelRequest) Reset()

func (*DeleteModelRequest) String

func (x *DeleteModelRequest) String() string

type DeleteModelResponse

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

Response to DeleteModelRequest

func (*DeleteModelResponse) Descriptor deprecated

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

Deprecated: Use DeleteModelResponse.ProtoReflect.Descriptor instead.

func (*DeleteModelResponse) ProtoMessage

func (*DeleteModelResponse) ProtoMessage()

func (*DeleteModelResponse) ProtoReflect

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

func (*DeleteModelResponse) Reset

func (x *DeleteModelResponse) Reset()

func (*DeleteModelResponse) String

func (x *DeleteModelResponse) String() string

type DeleteModelVersionRequest

type DeleteModelVersionRequest struct {

	// The name of the model associated with the model version.
	ModelName string `protobuf:"bytes,3,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// Sequential model version number.
	ModelVersionNum int32 `protobuf:"varint,2,opt,name=model_version_num,json=modelVersionNum,proto3" json:"model_version_num,omitempty"`
	// contains filtered or unexported fields
}

Request for deleting a model version in the registry.

func (*DeleteModelVersionRequest) Descriptor deprecated

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

Deprecated: Use DeleteModelVersionRequest.ProtoReflect.Descriptor instead.

func (*DeleteModelVersionRequest) GetModelName

func (x *DeleteModelVersionRequest) GetModelName() string

func (*DeleteModelVersionRequest) GetModelVersionNum

func (x *DeleteModelVersionRequest) GetModelVersionNum() int32

func (*DeleteModelVersionRequest) ProtoMessage

func (*DeleteModelVersionRequest) ProtoMessage()

func (*DeleteModelVersionRequest) ProtoReflect

func (*DeleteModelVersionRequest) Reset

func (x *DeleteModelVersionRequest) Reset()

func (*DeleteModelVersionRequest) String

func (x *DeleteModelVersionRequest) String() string

type DeleteModelVersionResponse

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

Response to DeleteModelVersionRequest

func (*DeleteModelVersionResponse) Descriptor deprecated

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

Deprecated: Use DeleteModelVersionResponse.ProtoReflect.Descriptor instead.

func (*DeleteModelVersionResponse) ProtoMessage

func (*DeleteModelVersionResponse) ProtoMessage()

func (*DeleteModelVersionResponse) ProtoReflect

func (*DeleteModelVersionResponse) Reset

func (x *DeleteModelVersionResponse) Reset()

func (*DeleteModelVersionResponse) String

func (x *DeleteModelVersionResponse) String() string

type DeleteProjectRequest

type DeleteProjectRequest struct {

	// The id of the project.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for deleting a project.

func (*DeleteProjectRequest) Descriptor deprecated

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

Deprecated: Use DeleteProjectRequest.ProtoReflect.Descriptor instead.

func (*DeleteProjectRequest) GetId

func (x *DeleteProjectRequest) GetId() int32

func (*DeleteProjectRequest) ProtoMessage

func (*DeleteProjectRequest) ProtoMessage()

func (*DeleteProjectRequest) ProtoReflect

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

func (*DeleteProjectRequest) Reset

func (x *DeleteProjectRequest) Reset()

func (*DeleteProjectRequest) String

func (x *DeleteProjectRequest) String() string

type DeleteProjectResponse

type DeleteProjectResponse struct {

	// Status of deletion.
	Completed bool `protobuf:"varint,1,opt,name=completed,proto3" json:"completed,omitempty"`
	// contains filtered or unexported fields
}

Response to DeleteProjectRequest.

func (*DeleteProjectResponse) Descriptor deprecated

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

Deprecated: Use DeleteProjectResponse.ProtoReflect.Descriptor instead.

func (*DeleteProjectResponse) GetCompleted

func (x *DeleteProjectResponse) GetCompleted() bool

func (*DeleteProjectResponse) ProtoMessage

func (*DeleteProjectResponse) ProtoMessage()

func (*DeleteProjectResponse) ProtoReflect

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

func (*DeleteProjectResponse) Reset

func (x *DeleteProjectResponse) Reset()

func (*DeleteProjectResponse) String

func (x *DeleteProjectResponse) String() string

type DeleteTemplateRequest

type DeleteTemplateRequest struct {

	// The id of the template.
	TemplateName string `protobuf:"bytes,1,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	// contains filtered or unexported fields
}

Delete the template with the given id.

func (*DeleteTemplateRequest) Descriptor deprecated

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

Deprecated: Use DeleteTemplateRequest.ProtoReflect.Descriptor instead.

func (*DeleteTemplateRequest) GetTemplateName

func (x *DeleteTemplateRequest) GetTemplateName() string

func (*DeleteTemplateRequest) ProtoMessage

func (*DeleteTemplateRequest) ProtoMessage()

func (*DeleteTemplateRequest) ProtoReflect

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

func (*DeleteTemplateRequest) Reset

func (x *DeleteTemplateRequest) Reset()

func (*DeleteTemplateRequest) String

func (x *DeleteTemplateRequest) String() string

type DeleteTemplateResponse

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

Response to DeleteTemplateRequest.

func (*DeleteTemplateResponse) Descriptor deprecated

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

Deprecated: Use DeleteTemplateResponse.ProtoReflect.Descriptor instead.

func (*DeleteTemplateResponse) ProtoMessage

func (*DeleteTemplateResponse) ProtoMessage()

func (*DeleteTemplateResponse) ProtoReflect

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

func (*DeleteTemplateResponse) Reset

func (x *DeleteTemplateResponse) Reset()

func (*DeleteTemplateResponse) String

func (x *DeleteTemplateResponse) String() string

type DeleteWebhookRequest

type DeleteWebhookRequest struct {

	// The id of the webhook.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for deleting a webhook.

func (*DeleteWebhookRequest) Descriptor deprecated

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

Deprecated: Use DeleteWebhookRequest.ProtoReflect.Descriptor instead.

func (*DeleteWebhookRequest) GetId

func (x *DeleteWebhookRequest) GetId() int32

func (*DeleteWebhookRequest) ProtoMessage

func (*DeleteWebhookRequest) ProtoMessage()

func (*DeleteWebhookRequest) ProtoReflect

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

func (*DeleteWebhookRequest) Reset

func (x *DeleteWebhookRequest) Reset()

func (*DeleteWebhookRequest) String

func (x *DeleteWebhookRequest) String() string

type DeleteWebhookResponse

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

Response to DeleteWebhookRequest.

func (*DeleteWebhookResponse) Descriptor deprecated

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

Deprecated: Use DeleteWebhookResponse.ProtoReflect.Descriptor instead.

func (*DeleteWebhookResponse) ProtoMessage

func (*DeleteWebhookResponse) ProtoMessage()

func (*DeleteWebhookResponse) ProtoReflect

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

func (*DeleteWebhookResponse) Reset

func (x *DeleteWebhookResponse) Reset()

func (*DeleteWebhookResponse) String

func (x *DeleteWebhookResponse) String() string

type DeleteWorkspaceRequest

type DeleteWorkspaceRequest struct {

	// The id of the workspace.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for deleting a workspace.

func (*DeleteWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use DeleteWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*DeleteWorkspaceRequest) GetId

func (x *DeleteWorkspaceRequest) GetId() int32

func (*DeleteWorkspaceRequest) ProtoMessage

func (*DeleteWorkspaceRequest) ProtoMessage()

func (*DeleteWorkspaceRequest) ProtoReflect

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

func (*DeleteWorkspaceRequest) Reset

func (x *DeleteWorkspaceRequest) Reset()

func (*DeleteWorkspaceRequest) String

func (x *DeleteWorkspaceRequest) String() string

type DeleteWorkspaceResponse

type DeleteWorkspaceResponse struct {

	// Status of deletion.
	Completed bool `protobuf:"varint,1,opt,name=completed,proto3" json:"completed,omitempty"`
	// contains filtered or unexported fields
}

Response to DeleteWorkspaceRequest.

func (*DeleteWorkspaceResponse) Descriptor deprecated

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

Deprecated: Use DeleteWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*DeleteWorkspaceResponse) GetCompleted

func (x *DeleteWorkspaceResponse) GetCompleted() bool

func (*DeleteWorkspaceResponse) ProtoMessage

func (*DeleteWorkspaceResponse) ProtoMessage()

func (*DeleteWorkspaceResponse) ProtoReflect

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

func (*DeleteWorkspaceResponse) Reset

func (x *DeleteWorkspaceResponse) Reset()

func (*DeleteWorkspaceResponse) String

func (x *DeleteWorkspaceResponse) String() string

type DeterminedClient

type DeterminedClient interface {
	// Login the user.
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginResponse, error)
	// Get the current user.
	CurrentUser(ctx context.Context, in *CurrentUserRequest, opts ...grpc.CallOption) (*CurrentUserResponse, error)
	// Logout the user.
	Logout(ctx context.Context, in *LogoutRequest, opts ...grpc.CallOption) (*LogoutResponse, error)
	// Get a list of users.
	GetUsers(ctx context.Context, in *GetUsersRequest, opts ...grpc.CallOption) (*GetUsersResponse, error)
	// Get a user's settings for website
	GetUserSetting(ctx context.Context, in *GetUserSettingRequest, opts ...grpc.CallOption) (*GetUserSettingResponse, error)
	// Reset a user's settings for website
	ResetUserSetting(ctx context.Context, in *ResetUserSettingRequest, opts ...grpc.CallOption) (*ResetUserSettingResponse, error)
	// Post a user's settings for website
	PostUserSetting(ctx context.Context, in *PostUserSettingRequest, opts ...grpc.CallOption) (*PostUserSettingResponse, error)
	// Get the requested user.
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	// Get the requested user with username.
	GetUserByUsername(ctx context.Context, in *GetUserByUsernameRequest, opts ...grpc.CallOption) (*GetUserByUsernameResponse, error)
	// Get the current user.
	GetMe(ctx context.Context, in *GetMeRequest, opts ...grpc.CallOption) (*GetMeResponse, error)
	// Create a new user.
	PostUser(ctx context.Context, in *PostUserRequest, opts ...grpc.CallOption) (*PostUserResponse, error)
	// Set the requested user's password.
	SetUserPassword(ctx context.Context, in *SetUserPasswordRequest, opts ...grpc.CallOption) (*SetUserPasswordResponse, error)
	// Assign multiple users to multiple groups.
	AssignMultipleGroups(ctx context.Context, in *AssignMultipleGroupsRequest, opts ...grpc.CallOption) (*AssignMultipleGroupsResponse, error)
	// Patch a user's fields.
	PatchUser(ctx context.Context, in *PatchUserRequest, opts ...grpc.CallOption) (*PatchUserResponse, error)
	// Patch multiple users' activation status.
	PatchUsers(ctx context.Context, in *PatchUsersRequest, opts ...grpc.CallOption) (*PatchUsersResponse, error)
	// Get telemetry information.
	GetTelemetry(ctx context.Context, in *GetTelemetryRequest, opts ...grpc.CallOption) (*GetTelemetryResponse, error)
	// Get master information.
	GetMaster(ctx context.Context, in *GetMasterRequest, opts ...grpc.CallOption) (*GetMasterResponse, error)
	// Get master config.
	GetMasterConfig(ctx context.Context, in *GetMasterConfigRequest, opts ...grpc.CallOption) (*GetMasterConfigResponse, error)
	// Patch master config.
	PatchMasterConfig(ctx context.Context, in *PatchMasterConfigRequest, opts ...grpc.CallOption) (*PatchMasterConfigResponse, error)
	// Stream master logs.
	MasterLogs(ctx context.Context, in *MasterLogsRequest, opts ...grpc.CallOption) (Determined_MasterLogsClient, error)
	// Get a set of agents from the cluster.
	GetAgents(ctx context.Context, in *GetAgentsRequest, opts ...grpc.CallOption) (*GetAgentsResponse, error)
	// Get the requested agent.
	GetAgent(ctx context.Context, in *GetAgentRequest, opts ...grpc.CallOption) (*GetAgentResponse, error)
	// Get all the slots for an agent.
	GetSlots(ctx context.Context, in *GetSlotsRequest, opts ...grpc.CallOption) (*GetSlotsResponse, error)
	// Get the requested slot for an agent.
	GetSlot(ctx context.Context, in *GetSlotRequest, opts ...grpc.CallOption) (*GetSlotResponse, error)
	// Enable the agent.
	EnableAgent(ctx context.Context, in *EnableAgentRequest, opts ...grpc.CallOption) (*EnableAgentResponse, error)
	// Disable the agent.
	DisableAgent(ctx context.Context, in *DisableAgentRequest, opts ...grpc.CallOption) (*DisableAgentResponse, error)
	// Enable the slot.
	EnableSlot(ctx context.Context, in *EnableSlotRequest, opts ...grpc.CallOption) (*EnableSlotResponse, error)
	// Disable the slot.
	DisableSlot(ctx context.Context, in *DisableSlotRequest, opts ...grpc.CallOption) (*DisableSlotResponse, error)
	// Create an experiment.
	CreateExperiment(ctx context.Context, in *CreateExperimentRequest, opts ...grpc.CallOption) (*CreateExperimentResponse, error)
	// Put an experiment by external id.
	PutExperiment(ctx context.Context, in *PutExperimentRequest, opts ...grpc.CallOption) (*PutExperimentResponse, error)
	// Continues an experiment either to make the existing experiment train longer
	// or to retry it.
	ContinueExperiment(ctx context.Context, in *ContinueExperimentRequest, opts ...grpc.CallOption) (*ContinueExperimentResponse, error)
	// Get the requested experiment.
	GetExperiment(ctx context.Context, in *GetExperimentRequest, opts ...grpc.CallOption) (*GetExperimentResponse, error)
	// Get a list of experiments.
	GetExperiments(ctx context.Context, in *GetExperimentsRequest, opts ...grpc.CallOption) (*GetExperimentsResponse, error)
	// Deprecated: Do not use.
	// Get the model definition of an experiment.
	GetModelDef(ctx context.Context, in *GetModelDefRequest, opts ...grpc.CallOption) (*GetModelDefResponse, error)
	// Get the model definition of a task.
	GetTaskContextDirectory(ctx context.Context, in *GetTaskContextDirectoryRequest, opts ...grpc.CallOption) (*GetTaskContextDirectoryResponse, error)
	// Get the model definition file tree of an experiment.
	GetModelDefTree(ctx context.Context, in *GetModelDefTreeRequest, opts ...grpc.CallOption) (*GetModelDefTreeResponse, error)
	// Get one file content of model definition of an experiment.
	GetModelDefFile(ctx context.Context, in *GetModelDefFileRequest, opts ...grpc.CallOption) (*GetModelDefFileResponse, error)
	// Get a list of unique experiment labels (sorted by popularity).
	GetExperimentLabels(ctx context.Context, in *GetExperimentLabelsRequest, opts ...grpc.CallOption) (*GetExperimentLabelsResponse, error)
	// Get the validation history for an experiment.
	GetExperimentValidationHistory(ctx context.Context, in *GetExperimentValidationHistoryRequest, opts ...grpc.CallOption) (*GetExperimentValidationHistoryResponse, error)
	// Activate an experiment.
	ActivateExperiment(ctx context.Context, in *ActivateExperimentRequest, opts ...grpc.CallOption) (*ActivateExperimentResponse, error)
	// Activate multiple experiments.
	ActivateExperiments(ctx context.Context, in *ActivateExperimentsRequest, opts ...grpc.CallOption) (*ActivateExperimentsResponse, error)
	// Pause an experiment.
	PauseExperiment(ctx context.Context, in *PauseExperimentRequest, opts ...grpc.CallOption) (*PauseExperimentResponse, error)
	// Pause multiple experiments.
	PauseExperiments(ctx context.Context, in *PauseExperimentsRequest, opts ...grpc.CallOption) (*PauseExperimentsResponse, error)
	// Cancel an experiment.
	CancelExperiment(ctx context.Context, in *CancelExperimentRequest, opts ...grpc.CallOption) (*CancelExperimentResponse, error)
	// Cancel multiple experiments.
	CancelExperiments(ctx context.Context, in *CancelExperimentsRequest, opts ...grpc.CallOption) (*CancelExperimentsResponse, error)
	// Kill an experiment.
	KillExperiment(ctx context.Context, in *KillExperimentRequest, opts ...grpc.CallOption) (*KillExperimentResponse, error)
	// Kill multiple experiments.
	KillExperiments(ctx context.Context, in *KillExperimentsRequest, opts ...grpc.CallOption) (*KillExperimentsResponse, error)
	// Archive an experiment.
	ArchiveExperiment(ctx context.Context, in *ArchiveExperimentRequest, opts ...grpc.CallOption) (*ArchiveExperimentResponse, error)
	// Archive multiple experiments.
	ArchiveExperiments(ctx context.Context, in *ArchiveExperimentsRequest, opts ...grpc.CallOption) (*ArchiveExperimentsResponse, error)
	// Unarchive an experiment.
	UnarchiveExperiment(ctx context.Context, in *UnarchiveExperimentRequest, opts ...grpc.CallOption) (*UnarchiveExperimentResponse, error)
	// Unarchive multiple experiments.
	UnarchiveExperiments(ctx context.Context, in *UnarchiveExperimentsRequest, opts ...grpc.CallOption) (*UnarchiveExperimentsResponse, error)
	// Patch an experiment's fields.
	PatchExperiment(ctx context.Context, in *PatchExperimentRequest, opts ...grpc.CallOption) (*PatchExperimentResponse, error)
	// Delete multiple experiments.
	DeleteExperiments(ctx context.Context, in *DeleteExperimentsRequest, opts ...grpc.CallOption) (*DeleteExperimentsResponse, error)
	// Delete the requested experiment.
	DeleteExperiment(ctx context.Context, in *DeleteExperimentRequest, opts ...grpc.CallOption) (*DeleteExperimentResponse, error)
	// Get the best searcher validation for an experiment by the given metric.
	GetBestSearcherValidationMetric(ctx context.Context, in *GetBestSearcherValidationMetricRequest, opts ...grpc.CallOption) (*GetBestSearcherValidationMetricResponse, error)
	// Get a list of checkpoints for an experiment.
	GetExperimentCheckpoints(ctx context.Context, in *GetExperimentCheckpointsRequest, opts ...grpc.CallOption) (*GetExperimentCheckpointsResponse, error)
	// Put a new label on the experiment.
	PutExperimentLabel(ctx context.Context, in *PutExperimentLabelRequest, opts ...grpc.CallOption) (*PutExperimentLabelResponse, error)
	// Delete a label from the experiment.
	DeleteExperimentLabel(ctx context.Context, in *DeleteExperimentLabelRequest, opts ...grpc.CallOption) (*DeleteExperimentLabelResponse, error)
	// Preview hyperparameter search.
	PreviewHPSearch(ctx context.Context, in *PreviewHPSearchRequest, opts ...grpc.CallOption) (*PreviewHPSearchResponse, error)
	// Get the list of trials for an experiment.
	GetExperimentTrials(ctx context.Context, in *GetExperimentTrialsRequest, opts ...grpc.CallOption) (*GetExperimentTrialsResponse, error)
	// Return a downsampled time series of metrics from multiple trials to compare
	// them side-by-side.
	CompareTrials(ctx context.Context, in *CompareTrialsRequest, opts ...grpc.CallOption) (*CompareTrialsResponse, error)
	// Reports a TrialSourceInfo entry for tracking inference or fine-tuning runs
	ReportTrialSourceInfo(ctx context.Context, in *ReportTrialSourceInfoRequest, opts ...grpc.CallOption) (*ReportTrialSourceInfoResponse, error)
	// Create unmanaged trial.
	CreateTrial(ctx context.Context, in *CreateTrialRequest, opts ...grpc.CallOption) (*CreateTrialResponse, error)
	// Put a trial.
	PutTrial(ctx context.Context, in *PutTrialRequest, opts ...grpc.CallOption) (*PutTrialResponse, error)
	// Patch (an unmanaged) trial.
	PatchTrial(ctx context.Context, in *PatchTrialRequest, opts ...grpc.CallOption) (*PatchTrialResponse, error)
	// Start (an unmanaged) trial.
	StartTrial(ctx context.Context, in *StartTrialRequest, opts ...grpc.CallOption) (*StartTrialResponse, error)
	// Get a single trial.
	GetTrial(ctx context.Context, in *GetTrialRequest, opts ...grpc.CallOption) (*GetTrialResponse, error)
	// Get the list of workloads for a trial.
	GetTrialWorkloads(ctx context.Context, in *GetTrialWorkloadsRequest, opts ...grpc.CallOption) (*GetTrialWorkloadsResponse, error)
	// Deprecated: Do not use.
	// Stream trial logs.
	TrialLogs(ctx context.Context, in *TrialLogsRequest, opts ...grpc.CallOption) (Determined_TrialLogsClient, error)
	// Deprecated: Do not use.
	// Stream trial log fields.
	TrialLogsFields(ctx context.Context, in *TrialLogsFieldsRequest, opts ...grpc.CallOption) (Determined_TrialLogsFieldsClient, error)
	// Set allocation to ready state.
	AllocationReady(ctx context.Context, in *AllocationReadyRequest, opts ...grpc.CallOption) (*AllocationReadyResponse, error)
	// Get details about an Allocation.
	GetAllocation(ctx context.Context, in *GetAllocationRequest, opts ...grpc.CallOption) (*GetAllocationResponse, error)
	// Set allocation to waiting state.
	AllocationWaiting(ctx context.Context, in *AllocationWaitingRequest, opts ...grpc.CallOption) (*AllocationWaitingResponse, error)
	// Persist the given task logs.
	PostTaskLogs(ctx context.Context, in *PostTaskLogsRequest, opts ...grpc.CallOption) (*PostTaskLogsResponse, error)
	// Stream task logs.
	TaskLogs(ctx context.Context, in *TaskLogsRequest, opts ...grpc.CallOption) (Determined_TaskLogsClient, error)
	// Stream task log fields.
	TaskLogsFields(ctx context.Context, in *TaskLogsFieldsRequest, opts ...grpc.CallOption) (Determined_TaskLogsFieldsClient, error)
	// Stream trial profiler metrics.
	GetTrialProfilerMetrics(ctx context.Context, in *GetTrialProfilerMetricsRequest, opts ...grpc.CallOption) (Determined_GetTrialProfilerMetricsClient, error)
	// Stream the available series in a trial's profiler metrics.
	GetTrialProfilerAvailableSeries(ctx context.Context, in *GetTrialProfilerAvailableSeriesRequest, opts ...grpc.CallOption) (Determined_GetTrialProfilerAvailableSeriesClient, error)
	// Persist the given TrialProfilerMetricsBatch. The trial ID is in the labels.
	PostTrialProfilerMetricsBatch(ctx context.Context, in *PostTrialProfilerMetricsBatchRequest, opts ...grpc.CallOption) (*PostTrialProfilerMetricsBatchResponse, error)
	// Stream one or more trial's metrics.
	GetMetrics(ctx context.Context, in *GetMetricsRequest, opts ...grpc.CallOption) (Determined_GetMetricsClient, error)
	// Stream one or more trial's training metrics.
	GetTrainingMetrics(ctx context.Context, in *GetTrainingMetricsRequest, opts ...grpc.CallOption) (Determined_GetTrainingMetricsClient, error)
	// Stream one or more trial's validation metrics.
	GetValidationMetrics(ctx context.Context, in *GetValidationMetricsRequest, opts ...grpc.CallOption) (Determined_GetValidationMetricsClient, error)
	// Kill a trial.
	KillTrial(ctx context.Context, in *KillTrialRequest, opts ...grpc.CallOption) (*KillTrialResponse, error)
	// Get a list of checkpoints for a trial.
	GetTrialCheckpoints(ctx context.Context, in *GetTrialCheckpointsRequest, opts ...grpc.CallOption) (*GetTrialCheckpointsResponse, error)
	// Long poll preemption signals for the given allocation. If the allocation
	// has been preempted when called, it will return so immediately. Otherwise,
	// the connection will be kept open until the timeout is reached or
	// the allocation is preempted.
	AllocationPreemptionSignal(ctx context.Context, in *AllocationPreemptionSignalRequest, opts ...grpc.CallOption) (*AllocationPreemptionSignalResponse, error)
	// Report the receipt of a signal to stop the given allocation early.
	// This is used to communicate back from a SLURM job that it has been
	// notified of a pending preememption. Upon a call to this API
	// the RM should then trigger a checkpoint and immediate exit.
	AllocationPendingPreemptionSignal(ctx context.Context, in *AllocationPendingPreemptionSignalRequest, opts ...grpc.CallOption) (*AllocationPendingPreemptionSignalResponse, error)
	// Acknowledge the receipt of a signal to stop the given allocation early.
	// This is used indicate and exit 0 isn't final; specifically, it is used
	// for HP search directed early stops and preemption signals (not necessarily
	// just scheduler preemption).
	AckAllocationPreemptionSignal(ctx context.Context, in *AckAllocationPreemptionSignalRequest, opts ...grpc.CallOption) (*AckAllocationPreemptionSignalResponse, error)
	// Mark the given reservation (container, pod, etc) within an allocation as
	// a daemon reservation. In the exit of a successful exit, Determined will
	// wait for all resources to exit - unless they are marked as daemon
	// resources, in which case Determined will clean them up regardless of
	// exit status after all non-daemon resources have exited.
	MarkAllocationResourcesDaemon(ctx context.Context, in *MarkAllocationResourcesDaemonRequest, opts ...grpc.CallOption) (*MarkAllocationResourcesDaemonResponse, error)
	// Gather an allocation's rendezvous info. Blocks until all trial containers
	// connect to gather their rendezvous information and responds to them all at
	// once.
	AllocationRendezvousInfo(ctx context.Context, in *AllocationRendezvousInfoRequest, opts ...grpc.CallOption) (*AllocationRendezvousInfoResponse, error)
	// PostAllocationProxyAddress sets the proxy address to use when proxying to
	// services provided by an allocation. Upon receipt, the master will also
	// register any proxies specified by the task.
	PostAllocationProxyAddress(ctx context.Context, in *PostAllocationProxyAddressRequest, opts ...grpc.CallOption) (*PostAllocationProxyAddressResponse, error)
	// GetTaskAcceleratorData gets the accelerator data for each allocation
	// associated with a task.
	GetTaskAcceleratorData(ctx context.Context, in *GetTaskAcceleratorDataRequest, opts ...grpc.CallOption) (*GetTaskAcceleratorDataResponse, error)
	// PostAllocationAcceleratorData sets the accelerator for a given allocation.
	PostAllocationAcceleratorData(ctx context.Context, in *PostAllocationAcceleratorDataRequest, opts ...grpc.CallOption) (*PostAllocationAcceleratorDataResponse, error)
	// AllocationAllGather performs an all gather through the master. An
	// allocation can only perform once all gather at a time.
	AllocationAllGather(ctx context.Context, in *AllocationAllGatherRequest, opts ...grpc.CallOption) (*AllocationAllGatherResponse, error)
	// NotifyContainterRunning is used to notify the master that the container
	// is running.  On HPC, the launcher will report a state of "Running" as
	// soon as Slurm starts the job, but the container may be in the process
	// of getting pulled down from the Internet, so the experiment is not
	// really considered to be in a "Running" state until all the containers
	// that are part of the experiment are running and not being pulled.
	NotifyContainerRunning(ctx context.Context, in *NotifyContainerRunningRequest, opts ...grpc.CallOption) (*NotifyContainerRunningResponse, error)
	// Get the current searcher operation.
	GetCurrentTrialSearcherOperation(ctx context.Context, in *GetCurrentTrialSearcherOperationRequest, opts ...grpc.CallOption) (*GetCurrentTrialSearcherOperationResponse, error)
	// Reports to the searcher that the trial has completed the given searcher
	// operation.
	CompleteTrialSearcherValidation(ctx context.Context, in *CompleteTrialSearcherValidationRequest, opts ...grpc.CallOption) (*CompleteTrialSearcherValidationResponse, error)
	// Reports to the searcher that the trial has completed the current
	// requested amount of training with the given searcher validation
	// metric.
	ReportTrialSearcherEarlyExit(ctx context.Context, in *ReportTrialSearcherEarlyExitRequest, opts ...grpc.CallOption) (*ReportTrialSearcherEarlyExitResponse, error)
	// For bookkeeping, updates the progress towards to current requested searcher
	// training length.
	ReportTrialProgress(ctx context.Context, in *ReportTrialProgressRequest, opts ...grpc.CallOption) (*ReportTrialProgressResponse, error)
	// For bookkeeping, update trial runner metadata (currently just state).
	PostTrialRunnerMetadata(ctx context.Context, in *PostTrialRunnerMetadataRequest, opts ...grpc.CallOption) (*PostTrialRunnerMetadataResponse, error)
	// Record metrics for specified trial.
	ReportTrialMetrics(ctx context.Context, in *ReportTrialMetricsRequest, opts ...grpc.CallOption) (*ReportTrialMetricsResponse, error)
	// Deprecated: Do not use.
	// Record training metrics for specified training.
	ReportTrialTrainingMetrics(ctx context.Context, in *ReportTrialTrainingMetricsRequest, opts ...grpc.CallOption) (*ReportTrialTrainingMetricsResponse, error)
	// Deprecated: Do not use.
	// Record validation metrics.
	ReportTrialValidationMetrics(ctx context.Context, in *ReportTrialValidationMetricsRequest, opts ...grpc.CallOption) (*ReportTrialValidationMetricsResponse, error)
	// Record a checkpoint.
	ReportCheckpoint(ctx context.Context, in *ReportCheckpointRequest, opts ...grpc.CallOption) (*ReportCheckpointResponse, error)
	// Get a list of jobs in queue.
	GetJobs(ctx context.Context, in *GetJobsRequest, opts ...grpc.CallOption) (*GetJobsResponse, error)
	// Get a list of jobs in queue.
	GetJobsV2(ctx context.Context, in *GetJobsV2Request, opts ...grpc.CallOption) (*GetJobsV2Response, error)
	// Get job queue stats for a resource pool.
	GetJobQueueStats(ctx context.Context, in *GetJobQueueStatsRequest, opts ...grpc.CallOption) (*GetJobQueueStatsResponse, error)
	// Control the job queues.
	UpdateJobQueue(ctx context.Context, in *UpdateJobQueueRequest, opts ...grpc.CallOption) (*UpdateJobQueueResponse, error)
	// Get a list of templates.
	GetTemplates(ctx context.Context, in *GetTemplatesRequest, opts ...grpc.CallOption) (*GetTemplatesResponse, error)
	// Get the requested template.
	GetTemplate(ctx context.Context, in *GetTemplateRequest, opts ...grpc.CallOption) (*GetTemplateResponse, error)
	// Deprecated: Do not use.
	// DEPRECATED: Update or create (upsert) the requested template.
	PutTemplate(ctx context.Context, in *PutTemplateRequest, opts ...grpc.CallOption) (*PutTemplateResponse, error)
	// Post a new template.
	PostTemplate(ctx context.Context, in *PostTemplateRequest, opts ...grpc.CallOption) (*PostTemplateResponse, error)
	// Patch template config.
	PatchTemplateConfig(ctx context.Context, in *PatchTemplateConfigRequest, opts ...grpc.CallOption) (*PatchTemplateConfigResponse, error)
	// Delete a template.
	DeleteTemplate(ctx context.Context, in *DeleteTemplateRequest, opts ...grpc.CallOption) (*DeleteTemplateResponse, error)
	// Get a list of notebooks.
	GetNotebooks(ctx context.Context, in *GetNotebooksRequest, opts ...grpc.CallOption) (*GetNotebooksResponse, error)
	// Get the requested notebook.
	GetNotebook(ctx context.Context, in *GetNotebookRequest, opts ...grpc.CallOption) (*GetNotebookResponse, error)
	// Send notebook idle data to master
	IdleNotebook(ctx context.Context, in *IdleNotebookRequest, opts ...grpc.CallOption) (*IdleNotebookResponse, error)
	// Kill the requested notebook.
	KillNotebook(ctx context.Context, in *KillNotebookRequest, opts ...grpc.CallOption) (*KillNotebookResponse, error)
	// Set the priority of the requested notebook.
	SetNotebookPriority(ctx context.Context, in *SetNotebookPriorityRequest, opts ...grpc.CallOption) (*SetNotebookPriorityResponse, error)
	// Launch a notebook.
	LaunchNotebook(ctx context.Context, in *LaunchNotebookRequest, opts ...grpc.CallOption) (*LaunchNotebookResponse, error)
	// Get a list of shells.
	GetShells(ctx context.Context, in *GetShellsRequest, opts ...grpc.CallOption) (*GetShellsResponse, error)
	// Get the requested shell.
	GetShell(ctx context.Context, in *GetShellRequest, opts ...grpc.CallOption) (*GetShellResponse, error)
	// Kill the requested shell.
	KillShell(ctx context.Context, in *KillShellRequest, opts ...grpc.CallOption) (*KillShellResponse, error)
	// Set the priority of the requested shell.
	SetShellPriority(ctx context.Context, in *SetShellPriorityRequest, opts ...grpc.CallOption) (*SetShellPriorityResponse, error)
	// Launch a shell.
	LaunchShell(ctx context.Context, in *LaunchShellRequest, opts ...grpc.CallOption) (*LaunchShellResponse, error)
	// Get a list of commands.
	GetCommands(ctx context.Context, in *GetCommandsRequest, opts ...grpc.CallOption) (*GetCommandsResponse, error)
	// Get the requested command.
	GetCommand(ctx context.Context, in *GetCommandRequest, opts ...grpc.CallOption) (*GetCommandResponse, error)
	// Kill the requested command.
	KillCommand(ctx context.Context, in *KillCommandRequest, opts ...grpc.CallOption) (*KillCommandResponse, error)
	// Set the priority of the requested command.
	SetCommandPriority(ctx context.Context, in *SetCommandPriorityRequest, opts ...grpc.CallOption) (*SetCommandPriorityResponse, error)
	// Launch a command.
	LaunchCommand(ctx context.Context, in *LaunchCommandRequest, opts ...grpc.CallOption) (*LaunchCommandResponse, error)
	// Get a list of tensorboards.
	GetTensorboards(ctx context.Context, in *GetTensorboardsRequest, opts ...grpc.CallOption) (*GetTensorboardsResponse, error)
	// Get the requested tensorboard.
	GetTensorboard(ctx context.Context, in *GetTensorboardRequest, opts ...grpc.CallOption) (*GetTensorboardResponse, error)
	// Kill the requested tensorboard.
	KillTensorboard(ctx context.Context, in *KillTensorboardRequest, opts ...grpc.CallOption) (*KillTensorboardResponse, error)
	// Set the priority of the requested TensorBoard.
	SetTensorboardPriority(ctx context.Context, in *SetTensorboardPriorityRequest, opts ...grpc.CallOption) (*SetTensorboardPriorityResponse, error)
	// Launch a tensorboard.
	LaunchTensorboard(ctx context.Context, in *LaunchTensorboardRequest, opts ...grpc.CallOption) (*LaunchTensorboardResponse, error)
	// Get a count of active tasks.
	GetActiveTasksCount(ctx context.Context, in *GetActiveTasksCountRequest, opts ...grpc.CallOption) (*GetActiveTasksCountResponse, error)
	// Check the status of a requested task.
	GetTask(ctx context.Context, in *GetTaskRequest, opts ...grpc.CallOption) (*GetTaskResponse, error)
	// Get all tasks.
	GetTasks(ctx context.Context, in *GetTasksRequest, opts ...grpc.CallOption) (*GetTasksResponse, error)
	// Get the requested model.
	GetModel(ctx context.Context, in *GetModelRequest, opts ...grpc.CallOption) (*GetModelResponse, error)
	// Create a model in the registry.
	PostModel(ctx context.Context, in *PostModelRequest, opts ...grpc.CallOption) (*PostModelResponse, error)
	// Patch a model's fields.
	PatchModel(ctx context.Context, in *PatchModelRequest, opts ...grpc.CallOption) (*PatchModelResponse, error)
	// Archive a model
	ArchiveModel(ctx context.Context, in *ArchiveModelRequest, opts ...grpc.CallOption) (*ArchiveModelResponse, error)
	// Unarchive a model
	UnarchiveModel(ctx context.Context, in *UnarchiveModelRequest, opts ...grpc.CallOption) (*UnarchiveModelResponse, error)
	// Move a model into a workspace
	MoveModel(ctx context.Context, in *MoveModelRequest, opts ...grpc.CallOption) (*MoveModelResponse, error)
	// Delete a model
	DeleteModel(ctx context.Context, in *DeleteModelRequest, opts ...grpc.CallOption) (*DeleteModelResponse, error)
	// Get a list of models.
	GetModels(ctx context.Context, in *GetModelsRequest, opts ...grpc.CallOption) (*GetModelsResponse, error)
	// Get a list of unique model labels (sorted by popularity).
	GetModelLabels(ctx context.Context, in *GetModelLabelsRequest, opts ...grpc.CallOption) (*GetModelLabelsResponse, error)
	// Get the requested model version.
	GetModelVersion(ctx context.Context, in *GetModelVersionRequest, opts ...grpc.CallOption) (*GetModelVersionResponse, error)
	// Get a list of versions for the requested model.
	GetModelVersions(ctx context.Context, in *GetModelVersionsRequest, opts ...grpc.CallOption) (*GetModelVersionsResponse, error)
	// Create a model version.
	PostModelVersion(ctx context.Context, in *PostModelVersionRequest, opts ...grpc.CallOption) (*PostModelVersionResponse, error)
	// Patch a model version's fields.
	PatchModelVersion(ctx context.Context, in *PatchModelVersionRequest, opts ...grpc.CallOption) (*PatchModelVersionResponse, error)
	// Delete a model version
	DeleteModelVersion(ctx context.Context, in *DeleteModelVersionRequest, opts ...grpc.CallOption) (*DeleteModelVersionResponse, error)
	// Gets the metrics for all trials associated with this model version
	GetTrialMetricsByModelVersion(ctx context.Context, in *GetTrialMetricsByModelVersionRequest, opts ...grpc.CallOption) (*GetTrialMetricsByModelVersionResponse, error)
	// Get the requested checkpoint.
	GetCheckpoint(ctx context.Context, in *GetCheckpointRequest, opts ...grpc.CallOption) (*GetCheckpointResponse, error)
	// Update checkpoint metadata.
	PostCheckpointMetadata(ctx context.Context, in *PostCheckpointMetadataRequest, opts ...grpc.CallOption) (*PostCheckpointMetadataResponse, error)
	// Remove files from checkpoints.
	CheckpointsRemoveFiles(ctx context.Context, in *CheckpointsRemoveFilesRequest, opts ...grpc.CallOption) (*CheckpointsRemoveFilesResponse, error)
	// Update checkpoints. Won't modify checkpoint files.
	PatchCheckpoints(ctx context.Context, in *PatchCheckpointsRequest, opts ...grpc.CallOption) (*PatchCheckpointsResponse, error)
	// Delete Checkpoints.
	DeleteCheckpoints(ctx context.Context, in *DeleteCheckpointsRequest, opts ...grpc.CallOption) (*DeleteCheckpointsResponse, error)
	// Gets the metrics for all trials associated with this checkpoint
	GetTrialMetricsByCheckpoint(ctx context.Context, in *GetTrialMetricsByCheckpointRequest, opts ...grpc.CallOption) (*GetTrialMetricsByCheckpointResponse, error)
	// Get the list of custom searcher events with long polling.
	GetSearcherEvents(ctx context.Context, in *GetSearcherEventsRequest, opts ...grpc.CallOption) (*GetSearcherEventsResponse, error)
	// Submit operations to a custom searcher.
	PostSearcherOperations(ctx context.Context, in *PostSearcherOperationsRequest, opts ...grpc.CallOption) (*PostSearcherOperationsResponse, error)
	// Get the set of metric names recorded for a list of experiments.
	ExpMetricNames(ctx context.Context, in *ExpMetricNamesRequest, opts ...grpc.CallOption) (Determined_ExpMetricNamesClient, error)
	// Get the milestones (in batches processed) at which a metric is recorded by
	// an experiment.
	MetricBatches(ctx context.Context, in *MetricBatchesRequest, opts ...grpc.CallOption) (Determined_MetricBatchesClient, error)
	// Get a snapshot of a metric across all trials at a certain point of
	// progress.
	TrialsSnapshot(ctx context.Context, in *TrialsSnapshotRequest, opts ...grpc.CallOption) (Determined_TrialsSnapshotClient, error)
	// Get a sample of the metrics over time for a sample of the trials.
	TrialsSample(ctx context.Context, in *TrialsSampleRequest, opts ...grpc.CallOption) (Determined_TrialsSampleClient, error)
	// Get a list of all resource pools from the cluster.
	GetResourcePools(ctx context.Context, in *GetResourcePoolsRequest, opts ...grpc.CallOption) (*GetResourcePoolsResponse, error)
	// Deprecated: Do not use.
	// Get a detailed view of resource allocation during the given time period.
	ResourceAllocationRaw(ctx context.Context, in *ResourceAllocationRawRequest, opts ...grpc.CallOption) (*ResourceAllocationRawResponse, error)
	// Get an aggregated view of resource allocation during the given time period.
	ResourceAllocationAggregated(ctx context.Context, in *ResourceAllocationAggregatedRequest, opts ...grpc.CallOption) (*ResourceAllocationAggregatedResponse, error)
	// Get the requested workspace.
	GetWorkspace(ctx context.Context, in *GetWorkspaceRequest, opts ...grpc.CallOption) (*GetWorkspaceResponse, error)
	// Get projects associated with a workspace.
	GetWorkspaceProjects(ctx context.Context, in *GetWorkspaceProjectsRequest, opts ...grpc.CallOption) (*GetWorkspaceProjectsResponse, error)
	// Get a list of workspaces.
	GetWorkspaces(ctx context.Context, in *GetWorkspacesRequest, opts ...grpc.CallOption) (*GetWorkspacesResponse, error)
	// Create a workspace.
	PostWorkspace(ctx context.Context, in *PostWorkspaceRequest, opts ...grpc.CallOption) (*PostWorkspaceResponse, error)
	// Update a workspace.
	PatchWorkspace(ctx context.Context, in *PatchWorkspaceRequest, opts ...grpc.CallOption) (*PatchWorkspaceResponse, error)
	// Delete a workspace.
	DeleteWorkspace(ctx context.Context, in *DeleteWorkspaceRequest, opts ...grpc.CallOption) (*DeleteWorkspaceResponse, error)
	// Archive a workspace.
	ArchiveWorkspace(ctx context.Context, in *ArchiveWorkspaceRequest, opts ...grpc.CallOption) (*ArchiveWorkspaceResponse, error)
	// Unarchive a workspace.
	UnarchiveWorkspace(ctx context.Context, in *UnarchiveWorkspaceRequest, opts ...grpc.CallOption) (*UnarchiveWorkspaceResponse, error)
	// Pin a workspace.
	PinWorkspace(ctx context.Context, in *PinWorkspaceRequest, opts ...grpc.CallOption) (*PinWorkspaceResponse, error)
	// Unpin a workspace.
	UnpinWorkspace(ctx context.Context, in *UnpinWorkspaceRequest, opts ...grpc.CallOption) (*UnpinWorkspaceResponse, error)
	// Get the requested project.
	GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error)
	// Get a list of columns for experiment list table.
	GetProjectColumns(ctx context.Context, in *GetProjectColumnsRequest, opts ...grpc.CallOption) (*GetProjectColumnsResponse, error)
	// Get metrics range for a project.
	GetProjectNumericMetricsRange(ctx context.Context, in *GetProjectNumericMetricsRangeRequest, opts ...grpc.CallOption) (*GetProjectNumericMetricsRangeResponse, error)
	// Create a project.
	PostProject(ctx context.Context, in *PostProjectRequest, opts ...grpc.CallOption) (*PostProjectResponse, error)
	// Add a note to a project.
	AddProjectNote(ctx context.Context, in *AddProjectNoteRequest, opts ...grpc.CallOption) (*AddProjectNoteResponse, error)
	// Set project notes.
	PutProjectNotes(ctx context.Context, in *PutProjectNotesRequest, opts ...grpc.CallOption) (*PutProjectNotesResponse, error)
	// Update a project.
	PatchProject(ctx context.Context, in *PatchProjectRequest, opts ...grpc.CallOption) (*PatchProjectResponse, error)
	// Delete a project.
	DeleteProject(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*DeleteProjectResponse, error)
	// Archive a project.
	ArchiveProject(ctx context.Context, in *ArchiveProjectRequest, opts ...grpc.CallOption) (*ArchiveProjectResponse, error)
	// Unarchive a project.
	UnarchiveProject(ctx context.Context, in *UnarchiveProjectRequest, opts ...grpc.CallOption) (*UnarchiveProjectResponse, error)
	// Move a project into a workspace.
	MoveProject(ctx context.Context, in *MoveProjectRequest, opts ...grpc.CallOption) (*MoveProjectResponse, error)
	// Move an experiment into a project.
	MoveExperiment(ctx context.Context, in *MoveExperimentRequest, opts ...grpc.CallOption) (*MoveExperimentResponse, error)
	// Move multiple experiments into a project.
	MoveExperiments(ctx context.Context, in *MoveExperimentsRequest, opts ...grpc.CallOption) (*MoveExperimentsResponse, error)
	// Get a list of webhooks.
	GetWebhooks(ctx context.Context, in *GetWebhooksRequest, opts ...grpc.CallOption) (*GetWebhooksResponse, error)
	// Create a webhook.
	// TODO(???): Simplify req/response structs?
	PostWebhook(ctx context.Context, in *PostWebhookRequest, opts ...grpc.CallOption) (*PostWebhookResponse, error)
	// Delete a webhook.
	DeleteWebhook(ctx context.Context, in *DeleteWebhookRequest, opts ...grpc.CallOption) (*DeleteWebhookResponse, error)
	// Test a webhook.
	TestWebhook(ctx context.Context, in *TestWebhookRequest, opts ...grpc.CallOption) (*TestWebhookResponse, error)
	// Get a group by id.
	GetGroup(ctx context.Context, in *GetGroupRequest, opts ...grpc.CallOption) (*GetGroupResponse, error)
	// Search for groups with optional filters.
	GetGroups(ctx context.Context, in *GetGroupsRequest, opts ...grpc.CallOption) (*GetGroupsResponse, error)
	// Create a group with optional members on creation.
	CreateGroup(ctx context.Context, in *CreateGroupRequest, opts ...grpc.CallOption) (*CreateGroupResponse, error)
	// Update group info.
	UpdateGroup(ctx context.Context, in *UpdateGroupRequest, opts ...grpc.CallOption) (*UpdateGroupResponse, error)
	// Remove a group.
	DeleteGroup(ctx context.Context, in *DeleteGroupRequest, opts ...grpc.CallOption) (*DeleteGroupResponse, error)
	// List all permissions for the logged in user in all scopes.
	GetPermissionsSummary(ctx context.Context, in *GetPermissionsSummaryRequest, opts ...grpc.CallOption) (*GetPermissionsSummaryResponse, error)
	// Get groups and users assigned to a given workspace with what roles are
	// assigned.
	GetGroupsAndUsersAssignedToWorkspace(ctx context.Context, in *GetGroupsAndUsersAssignedToWorkspaceRequest, opts ...grpc.CallOption) (*GetGroupsAndUsersAssignedToWorkspaceResponse, error)
	// Get a set of roles with the corresponding IDs.
	GetRolesByID(ctx context.Context, in *GetRolesByIDRequest, opts ...grpc.CallOption) (*GetRolesByIDResponse, error)
	// Get the roles which are assigned to a user.
	GetRolesAssignedToUser(ctx context.Context, in *GetRolesAssignedToUserRequest, opts ...grpc.CallOption) (*GetRolesAssignedToUserResponse, error)
	// Get the roles which are assigned to a group.
	GetRolesAssignedToGroup(ctx context.Context, in *GetRolesAssignedToGroupRequest, opts ...grpc.CallOption) (*GetRolesAssignedToGroupResponse, error)
	// Search for roles assignable to a given scope.
	SearchRolesAssignableToScope(ctx context.Context, in *SearchRolesAssignableToScopeRequest, opts ...grpc.CallOption) (*SearchRolesAssignableToScopeResponse, error)
	// ListRoles returns roles and groups/users granted that role.
	ListRoles(ctx context.Context, in *ListRolesRequest, opts ...grpc.CallOption) (*ListRolesResponse, error)
	// AssignRoles adds a set of role assignments to the system.
	AssignRoles(ctx context.Context, in *AssignRolesRequest, opts ...grpc.CallOption) (*AssignRolesResponse, error)
	// RemoveAssignments removes a set of role assignments from the system.
	RemoveAssignments(ctx context.Context, in *RemoveAssignmentsRequest, opts ...grpc.CallOption) (*RemoveAssignmentsResponse, error)
	// Patch a user's activity
	PostUserActivity(ctx context.Context, in *PostUserActivityRequest, opts ...grpc.CallOption) (*PostUserActivityResponse, error)
	// Get projects by user activity
	GetProjectsByUserActivity(ctx context.Context, in *GetProjectsByUserActivityRequest, opts ...grpc.CallOption) (*GetProjectsByUserActivityResponse, error)
	// Get experiments with grouping and search syntax
	SearchExperiments(ctx context.Context, in *SearchExperimentsRequest, opts ...grpc.CallOption) (*SearchExperimentsResponse, error)
	// Bind resource pool to workspace
	BindRPToWorkspace(ctx context.Context, in *BindRPToWorkspaceRequest, opts ...grpc.CallOption) (*BindRPToWorkspaceResponse, error)
	// Unbind resource pool to workspace
	UnbindRPFromWorkspace(ctx context.Context, in *UnbindRPFromWorkspaceRequest, opts ...grpc.CallOption) (*UnbindRPFromWorkspaceResponse, error)
	// Overwrite resource pool - workspace bindings
	OverwriteRPWorkspaceBindings(ctx context.Context, in *OverwriteRPWorkspaceBindingsRequest, opts ...grpc.CallOption) (*OverwriteRPWorkspaceBindingsResponse, error)
	// List all resource pools, bound and unbound, available to a specific
	// workspace
	ListRPsBoundToWorkspace(ctx context.Context, in *ListRPsBoundToWorkspaceRequest, opts ...grpc.CallOption) (*ListRPsBoundToWorkspaceResponse, error)
	// List all workspaces bound to a specific resource pool
	ListWorkspacesBoundToRP(ctx context.Context, in *ListWorkspacesBoundToRPRequest, opts ...grpc.CallOption) (*ListWorkspacesBoundToRPResponse, error)
}

DeterminedClient is the client API for Determined service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDeterminedClient

func NewDeterminedClient(cc grpc.ClientConnInterface) DeterminedClient

type DeterminedServer

type DeterminedServer interface {
	// Login the user.
	Login(context.Context, *LoginRequest) (*LoginResponse, error)
	// Get the current user.
	CurrentUser(context.Context, *CurrentUserRequest) (*CurrentUserResponse, error)
	// Logout the user.
	Logout(context.Context, *LogoutRequest) (*LogoutResponse, error)
	// Get a list of users.
	GetUsers(context.Context, *GetUsersRequest) (*GetUsersResponse, error)
	// Get a user's settings for website
	GetUserSetting(context.Context, *GetUserSettingRequest) (*GetUserSettingResponse, error)
	// Reset a user's settings for website
	ResetUserSetting(context.Context, *ResetUserSettingRequest) (*ResetUserSettingResponse, error)
	// Post a user's settings for website
	PostUserSetting(context.Context, *PostUserSettingRequest) (*PostUserSettingResponse, error)
	// Get the requested user.
	GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
	// Get the requested user with username.
	GetUserByUsername(context.Context, *GetUserByUsernameRequest) (*GetUserByUsernameResponse, error)
	// Get the current user.
	GetMe(context.Context, *GetMeRequest) (*GetMeResponse, error)
	// Create a new user.
	PostUser(context.Context, *PostUserRequest) (*PostUserResponse, error)
	// Set the requested user's password.
	SetUserPassword(context.Context, *SetUserPasswordRequest) (*SetUserPasswordResponse, error)
	// Assign multiple users to multiple groups.
	AssignMultipleGroups(context.Context, *AssignMultipleGroupsRequest) (*AssignMultipleGroupsResponse, error)
	// Patch a user's fields.
	PatchUser(context.Context, *PatchUserRequest) (*PatchUserResponse, error)
	// Patch multiple users' activation status.
	PatchUsers(context.Context, *PatchUsersRequest) (*PatchUsersResponse, error)
	// Get telemetry information.
	GetTelemetry(context.Context, *GetTelemetryRequest) (*GetTelemetryResponse, error)
	// Get master information.
	GetMaster(context.Context, *GetMasterRequest) (*GetMasterResponse, error)
	// Get master config.
	GetMasterConfig(context.Context, *GetMasterConfigRequest) (*GetMasterConfigResponse, error)
	// Patch master config.
	PatchMasterConfig(context.Context, *PatchMasterConfigRequest) (*PatchMasterConfigResponse, error)
	// Stream master logs.
	MasterLogs(*MasterLogsRequest, Determined_MasterLogsServer) error
	// Get a set of agents from the cluster.
	GetAgents(context.Context, *GetAgentsRequest) (*GetAgentsResponse, error)
	// Get the requested agent.
	GetAgent(context.Context, *GetAgentRequest) (*GetAgentResponse, error)
	// Get all the slots for an agent.
	GetSlots(context.Context, *GetSlotsRequest) (*GetSlotsResponse, error)
	// Get the requested slot for an agent.
	GetSlot(context.Context, *GetSlotRequest) (*GetSlotResponse, error)
	// Enable the agent.
	EnableAgent(context.Context, *EnableAgentRequest) (*EnableAgentResponse, error)
	// Disable the agent.
	DisableAgent(context.Context, *DisableAgentRequest) (*DisableAgentResponse, error)
	// Enable the slot.
	EnableSlot(context.Context, *EnableSlotRequest) (*EnableSlotResponse, error)
	// Disable the slot.
	DisableSlot(context.Context, *DisableSlotRequest) (*DisableSlotResponse, error)
	// Create an experiment.
	CreateExperiment(context.Context, *CreateExperimentRequest) (*CreateExperimentResponse, error)
	// Put an experiment by external id.
	PutExperiment(context.Context, *PutExperimentRequest) (*PutExperimentResponse, error)
	// Continues an experiment either to make the existing experiment train longer
	// or to retry it.
	ContinueExperiment(context.Context, *ContinueExperimentRequest) (*ContinueExperimentResponse, error)
	// Get the requested experiment.
	GetExperiment(context.Context, *GetExperimentRequest) (*GetExperimentResponse, error)
	// Get a list of experiments.
	GetExperiments(context.Context, *GetExperimentsRequest) (*GetExperimentsResponse, error)
	// Deprecated: Do not use.
	// Get the model definition of an experiment.
	GetModelDef(context.Context, *GetModelDefRequest) (*GetModelDefResponse, error)
	// Get the model definition of a task.
	GetTaskContextDirectory(context.Context, *GetTaskContextDirectoryRequest) (*GetTaskContextDirectoryResponse, error)
	// Get the model definition file tree of an experiment.
	GetModelDefTree(context.Context, *GetModelDefTreeRequest) (*GetModelDefTreeResponse, error)
	// Get one file content of model definition of an experiment.
	GetModelDefFile(context.Context, *GetModelDefFileRequest) (*GetModelDefFileResponse, error)
	// Get a list of unique experiment labels (sorted by popularity).
	GetExperimentLabels(context.Context, *GetExperimentLabelsRequest) (*GetExperimentLabelsResponse, error)
	// Get the validation history for an experiment.
	GetExperimentValidationHistory(context.Context, *GetExperimentValidationHistoryRequest) (*GetExperimentValidationHistoryResponse, error)
	// Activate an experiment.
	ActivateExperiment(context.Context, *ActivateExperimentRequest) (*ActivateExperimentResponse, error)
	// Activate multiple experiments.
	ActivateExperiments(context.Context, *ActivateExperimentsRequest) (*ActivateExperimentsResponse, error)
	// Pause an experiment.
	PauseExperiment(context.Context, *PauseExperimentRequest) (*PauseExperimentResponse, error)
	// Pause multiple experiments.
	PauseExperiments(context.Context, *PauseExperimentsRequest) (*PauseExperimentsResponse, error)
	// Cancel an experiment.
	CancelExperiment(context.Context, *CancelExperimentRequest) (*CancelExperimentResponse, error)
	// Cancel multiple experiments.
	CancelExperiments(context.Context, *CancelExperimentsRequest) (*CancelExperimentsResponse, error)
	// Kill an experiment.
	KillExperiment(context.Context, *KillExperimentRequest) (*KillExperimentResponse, error)
	// Kill multiple experiments.
	KillExperiments(context.Context, *KillExperimentsRequest) (*KillExperimentsResponse, error)
	// Archive an experiment.
	ArchiveExperiment(context.Context, *ArchiveExperimentRequest) (*ArchiveExperimentResponse, error)
	// Archive multiple experiments.
	ArchiveExperiments(context.Context, *ArchiveExperimentsRequest) (*ArchiveExperimentsResponse, error)
	// Unarchive an experiment.
	UnarchiveExperiment(context.Context, *UnarchiveExperimentRequest) (*UnarchiveExperimentResponse, error)
	// Unarchive multiple experiments.
	UnarchiveExperiments(context.Context, *UnarchiveExperimentsRequest) (*UnarchiveExperimentsResponse, error)
	// Patch an experiment's fields.
	PatchExperiment(context.Context, *PatchExperimentRequest) (*PatchExperimentResponse, error)
	// Delete multiple experiments.
	DeleteExperiments(context.Context, *DeleteExperimentsRequest) (*DeleteExperimentsResponse, error)
	// Delete the requested experiment.
	DeleteExperiment(context.Context, *DeleteExperimentRequest) (*DeleteExperimentResponse, error)
	// Get the best searcher validation for an experiment by the given metric.
	GetBestSearcherValidationMetric(context.Context, *GetBestSearcherValidationMetricRequest) (*GetBestSearcherValidationMetricResponse, error)
	// Get a list of checkpoints for an experiment.
	GetExperimentCheckpoints(context.Context, *GetExperimentCheckpointsRequest) (*GetExperimentCheckpointsResponse, error)
	// Put a new label on the experiment.
	PutExperimentLabel(context.Context, *PutExperimentLabelRequest) (*PutExperimentLabelResponse, error)
	// Delete a label from the experiment.
	DeleteExperimentLabel(context.Context, *DeleteExperimentLabelRequest) (*DeleteExperimentLabelResponse, error)
	// Preview hyperparameter search.
	PreviewHPSearch(context.Context, *PreviewHPSearchRequest) (*PreviewHPSearchResponse, error)
	// Get the list of trials for an experiment.
	GetExperimentTrials(context.Context, *GetExperimentTrialsRequest) (*GetExperimentTrialsResponse, error)
	// Return a downsampled time series of metrics from multiple trials to compare
	// them side-by-side.
	CompareTrials(context.Context, *CompareTrialsRequest) (*CompareTrialsResponse, error)
	// Reports a TrialSourceInfo entry for tracking inference or fine-tuning runs
	ReportTrialSourceInfo(context.Context, *ReportTrialSourceInfoRequest) (*ReportTrialSourceInfoResponse, error)
	// Create unmanaged trial.
	CreateTrial(context.Context, *CreateTrialRequest) (*CreateTrialResponse, error)
	// Put a trial.
	PutTrial(context.Context, *PutTrialRequest) (*PutTrialResponse, error)
	// Patch (an unmanaged) trial.
	PatchTrial(context.Context, *PatchTrialRequest) (*PatchTrialResponse, error)
	// Start (an unmanaged) trial.
	StartTrial(context.Context, *StartTrialRequest) (*StartTrialResponse, error)
	// Get a single trial.
	GetTrial(context.Context, *GetTrialRequest) (*GetTrialResponse, error)
	// Get the list of workloads for a trial.
	GetTrialWorkloads(context.Context, *GetTrialWorkloadsRequest) (*GetTrialWorkloadsResponse, error)
	// Deprecated: Do not use.
	// Stream trial logs.
	TrialLogs(*TrialLogsRequest, Determined_TrialLogsServer) error
	// Deprecated: Do not use.
	// Stream trial log fields.
	TrialLogsFields(*TrialLogsFieldsRequest, Determined_TrialLogsFieldsServer) error
	// Set allocation to ready state.
	AllocationReady(context.Context, *AllocationReadyRequest) (*AllocationReadyResponse, error)
	// Get details about an Allocation.
	GetAllocation(context.Context, *GetAllocationRequest) (*GetAllocationResponse, error)
	// Set allocation to waiting state.
	AllocationWaiting(context.Context, *AllocationWaitingRequest) (*AllocationWaitingResponse, error)
	// Persist the given task logs.
	PostTaskLogs(context.Context, *PostTaskLogsRequest) (*PostTaskLogsResponse, error)
	// Stream task logs.
	TaskLogs(*TaskLogsRequest, Determined_TaskLogsServer) error
	// Stream task log fields.
	TaskLogsFields(*TaskLogsFieldsRequest, Determined_TaskLogsFieldsServer) error
	// Stream trial profiler metrics.
	GetTrialProfilerMetrics(*GetTrialProfilerMetricsRequest, Determined_GetTrialProfilerMetricsServer) error
	// Stream the available series in a trial's profiler metrics.
	GetTrialProfilerAvailableSeries(*GetTrialProfilerAvailableSeriesRequest, Determined_GetTrialProfilerAvailableSeriesServer) error
	// Persist the given TrialProfilerMetricsBatch. The trial ID is in the labels.
	PostTrialProfilerMetricsBatch(context.Context, *PostTrialProfilerMetricsBatchRequest) (*PostTrialProfilerMetricsBatchResponse, error)
	// Stream one or more trial's metrics.
	GetMetrics(*GetMetricsRequest, Determined_GetMetricsServer) error
	// Stream one or more trial's training metrics.
	GetTrainingMetrics(*GetTrainingMetricsRequest, Determined_GetTrainingMetricsServer) error
	// Stream one or more trial's validation metrics.
	GetValidationMetrics(*GetValidationMetricsRequest, Determined_GetValidationMetricsServer) error
	// Kill a trial.
	KillTrial(context.Context, *KillTrialRequest) (*KillTrialResponse, error)
	// Get a list of checkpoints for a trial.
	GetTrialCheckpoints(context.Context, *GetTrialCheckpointsRequest) (*GetTrialCheckpointsResponse, error)
	// Long poll preemption signals for the given allocation. If the allocation
	// has been preempted when called, it will return so immediately. Otherwise,
	// the connection will be kept open until the timeout is reached or
	// the allocation is preempted.
	AllocationPreemptionSignal(context.Context, *AllocationPreemptionSignalRequest) (*AllocationPreemptionSignalResponse, error)
	// Report the receipt of a signal to stop the given allocation early.
	// This is used to communicate back from a SLURM job that it has been
	// notified of a pending preememption. Upon a call to this API
	// the RM should then trigger a checkpoint and immediate exit.
	AllocationPendingPreemptionSignal(context.Context, *AllocationPendingPreemptionSignalRequest) (*AllocationPendingPreemptionSignalResponse, error)
	// Acknowledge the receipt of a signal to stop the given allocation early.
	// This is used indicate and exit 0 isn't final; specifically, it is used
	// for HP search directed early stops and preemption signals (not necessarily
	// just scheduler preemption).
	AckAllocationPreemptionSignal(context.Context, *AckAllocationPreemptionSignalRequest) (*AckAllocationPreemptionSignalResponse, error)
	// Mark the given reservation (container, pod, etc) within an allocation as
	// a daemon reservation. In the exit of a successful exit, Determined will
	// wait for all resources to exit - unless they are marked as daemon
	// resources, in which case Determined will clean them up regardless of
	// exit status after all non-daemon resources have exited.
	MarkAllocationResourcesDaemon(context.Context, *MarkAllocationResourcesDaemonRequest) (*MarkAllocationResourcesDaemonResponse, error)
	// Gather an allocation's rendezvous info. Blocks until all trial containers
	// connect to gather their rendezvous information and responds to them all at
	// once.
	AllocationRendezvousInfo(context.Context, *AllocationRendezvousInfoRequest) (*AllocationRendezvousInfoResponse, error)
	// PostAllocationProxyAddress sets the proxy address to use when proxying to
	// services provided by an allocation. Upon receipt, the master will also
	// register any proxies specified by the task.
	PostAllocationProxyAddress(context.Context, *PostAllocationProxyAddressRequest) (*PostAllocationProxyAddressResponse, error)
	// GetTaskAcceleratorData gets the accelerator data for each allocation
	// associated with a task.
	GetTaskAcceleratorData(context.Context, *GetTaskAcceleratorDataRequest) (*GetTaskAcceleratorDataResponse, error)
	// PostAllocationAcceleratorData sets the accelerator for a given allocation.
	PostAllocationAcceleratorData(context.Context, *PostAllocationAcceleratorDataRequest) (*PostAllocationAcceleratorDataResponse, error)
	// AllocationAllGather performs an all gather through the master. An
	// allocation can only perform once all gather at a time.
	AllocationAllGather(context.Context, *AllocationAllGatherRequest) (*AllocationAllGatherResponse, error)
	// NotifyContainterRunning is used to notify the master that the container
	// is running.  On HPC, the launcher will report a state of "Running" as
	// soon as Slurm starts the job, but the container may be in the process
	// of getting pulled down from the Internet, so the experiment is not
	// really considered to be in a "Running" state until all the containers
	// that are part of the experiment are running and not being pulled.
	NotifyContainerRunning(context.Context, *NotifyContainerRunningRequest) (*NotifyContainerRunningResponse, error)
	// Get the current searcher operation.
	GetCurrentTrialSearcherOperation(context.Context, *GetCurrentTrialSearcherOperationRequest) (*GetCurrentTrialSearcherOperationResponse, error)
	// Reports to the searcher that the trial has completed the given searcher
	// operation.
	CompleteTrialSearcherValidation(context.Context, *CompleteTrialSearcherValidationRequest) (*CompleteTrialSearcherValidationResponse, error)
	// Reports to the searcher that the trial has completed the current
	// requested amount of training with the given searcher validation
	// metric.
	ReportTrialSearcherEarlyExit(context.Context, *ReportTrialSearcherEarlyExitRequest) (*ReportTrialSearcherEarlyExitResponse, error)
	// For bookkeeping, updates the progress towards to current requested searcher
	// training length.
	ReportTrialProgress(context.Context, *ReportTrialProgressRequest) (*ReportTrialProgressResponse, error)
	// For bookkeeping, update trial runner metadata (currently just state).
	PostTrialRunnerMetadata(context.Context, *PostTrialRunnerMetadataRequest) (*PostTrialRunnerMetadataResponse, error)
	// Record metrics for specified trial.
	ReportTrialMetrics(context.Context, *ReportTrialMetricsRequest) (*ReportTrialMetricsResponse, error)
	// Deprecated: Do not use.
	// Record training metrics for specified training.
	ReportTrialTrainingMetrics(context.Context, *ReportTrialTrainingMetricsRequest) (*ReportTrialTrainingMetricsResponse, error)
	// Deprecated: Do not use.
	// Record validation metrics.
	ReportTrialValidationMetrics(context.Context, *ReportTrialValidationMetricsRequest) (*ReportTrialValidationMetricsResponse, error)
	// Record a checkpoint.
	ReportCheckpoint(context.Context, *ReportCheckpointRequest) (*ReportCheckpointResponse, error)
	// Get a list of jobs in queue.
	GetJobs(context.Context, *GetJobsRequest) (*GetJobsResponse, error)
	// Get a list of jobs in queue.
	GetJobsV2(context.Context, *GetJobsV2Request) (*GetJobsV2Response, error)
	// Get job queue stats for a resource pool.
	GetJobQueueStats(context.Context, *GetJobQueueStatsRequest) (*GetJobQueueStatsResponse, error)
	// Control the job queues.
	UpdateJobQueue(context.Context, *UpdateJobQueueRequest) (*UpdateJobQueueResponse, error)
	// Get a list of templates.
	GetTemplates(context.Context, *GetTemplatesRequest) (*GetTemplatesResponse, error)
	// Get the requested template.
	GetTemplate(context.Context, *GetTemplateRequest) (*GetTemplateResponse, error)
	// Deprecated: Do not use.
	// DEPRECATED: Update or create (upsert) the requested template.
	PutTemplate(context.Context, *PutTemplateRequest) (*PutTemplateResponse, error)
	// Post a new template.
	PostTemplate(context.Context, *PostTemplateRequest) (*PostTemplateResponse, error)
	// Patch template config.
	PatchTemplateConfig(context.Context, *PatchTemplateConfigRequest) (*PatchTemplateConfigResponse, error)
	// Delete a template.
	DeleteTemplate(context.Context, *DeleteTemplateRequest) (*DeleteTemplateResponse, error)
	// Get a list of notebooks.
	GetNotebooks(context.Context, *GetNotebooksRequest) (*GetNotebooksResponse, error)
	// Get the requested notebook.
	GetNotebook(context.Context, *GetNotebookRequest) (*GetNotebookResponse, error)
	// Send notebook idle data to master
	IdleNotebook(context.Context, *IdleNotebookRequest) (*IdleNotebookResponse, error)
	// Kill the requested notebook.
	KillNotebook(context.Context, *KillNotebookRequest) (*KillNotebookResponse, error)
	// Set the priority of the requested notebook.
	SetNotebookPriority(context.Context, *SetNotebookPriorityRequest) (*SetNotebookPriorityResponse, error)
	// Launch a notebook.
	LaunchNotebook(context.Context, *LaunchNotebookRequest) (*LaunchNotebookResponse, error)
	// Get a list of shells.
	GetShells(context.Context, *GetShellsRequest) (*GetShellsResponse, error)
	// Get the requested shell.
	GetShell(context.Context, *GetShellRequest) (*GetShellResponse, error)
	// Kill the requested shell.
	KillShell(context.Context, *KillShellRequest) (*KillShellResponse, error)
	// Set the priority of the requested shell.
	SetShellPriority(context.Context, *SetShellPriorityRequest) (*SetShellPriorityResponse, error)
	// Launch a shell.
	LaunchShell(context.Context, *LaunchShellRequest) (*LaunchShellResponse, error)
	// Get a list of commands.
	GetCommands(context.Context, *GetCommandsRequest) (*GetCommandsResponse, error)
	// Get the requested command.
	GetCommand(context.Context, *GetCommandRequest) (*GetCommandResponse, error)
	// Kill the requested command.
	KillCommand(context.Context, *KillCommandRequest) (*KillCommandResponse, error)
	// Set the priority of the requested command.
	SetCommandPriority(context.Context, *SetCommandPriorityRequest) (*SetCommandPriorityResponse, error)
	// Launch a command.
	LaunchCommand(context.Context, *LaunchCommandRequest) (*LaunchCommandResponse, error)
	// Get a list of tensorboards.
	GetTensorboards(context.Context, *GetTensorboardsRequest) (*GetTensorboardsResponse, error)
	// Get the requested tensorboard.
	GetTensorboard(context.Context, *GetTensorboardRequest) (*GetTensorboardResponse, error)
	// Kill the requested tensorboard.
	KillTensorboard(context.Context, *KillTensorboardRequest) (*KillTensorboardResponse, error)
	// Set the priority of the requested TensorBoard.
	SetTensorboardPriority(context.Context, *SetTensorboardPriorityRequest) (*SetTensorboardPriorityResponse, error)
	// Launch a tensorboard.
	LaunchTensorboard(context.Context, *LaunchTensorboardRequest) (*LaunchTensorboardResponse, error)
	// Get a count of active tasks.
	GetActiveTasksCount(context.Context, *GetActiveTasksCountRequest) (*GetActiveTasksCountResponse, error)
	// Check the status of a requested task.
	GetTask(context.Context, *GetTaskRequest) (*GetTaskResponse, error)
	// Get all tasks.
	GetTasks(context.Context, *GetTasksRequest) (*GetTasksResponse, error)
	// Get the requested model.
	GetModel(context.Context, *GetModelRequest) (*GetModelResponse, error)
	// Create a model in the registry.
	PostModel(context.Context, *PostModelRequest) (*PostModelResponse, error)
	// Patch a model's fields.
	PatchModel(context.Context, *PatchModelRequest) (*PatchModelResponse, error)
	// Archive a model
	ArchiveModel(context.Context, *ArchiveModelRequest) (*ArchiveModelResponse, error)
	// Unarchive a model
	UnarchiveModel(context.Context, *UnarchiveModelRequest) (*UnarchiveModelResponse, error)
	// Move a model into a workspace
	MoveModel(context.Context, *MoveModelRequest) (*MoveModelResponse, error)
	// Delete a model
	DeleteModel(context.Context, *DeleteModelRequest) (*DeleteModelResponse, error)
	// Get a list of models.
	GetModels(context.Context, *GetModelsRequest) (*GetModelsResponse, error)
	// Get a list of unique model labels (sorted by popularity).
	GetModelLabels(context.Context, *GetModelLabelsRequest) (*GetModelLabelsResponse, error)
	// Get the requested model version.
	GetModelVersion(context.Context, *GetModelVersionRequest) (*GetModelVersionResponse, error)
	// Get a list of versions for the requested model.
	GetModelVersions(context.Context, *GetModelVersionsRequest) (*GetModelVersionsResponse, error)
	// Create a model version.
	PostModelVersion(context.Context, *PostModelVersionRequest) (*PostModelVersionResponse, error)
	// Patch a model version's fields.
	PatchModelVersion(context.Context, *PatchModelVersionRequest) (*PatchModelVersionResponse, error)
	// Delete a model version
	DeleteModelVersion(context.Context, *DeleteModelVersionRequest) (*DeleteModelVersionResponse, error)
	// Gets the metrics for all trials associated with this model version
	GetTrialMetricsByModelVersion(context.Context, *GetTrialMetricsByModelVersionRequest) (*GetTrialMetricsByModelVersionResponse, error)
	// Get the requested checkpoint.
	GetCheckpoint(context.Context, *GetCheckpointRequest) (*GetCheckpointResponse, error)
	// Update checkpoint metadata.
	PostCheckpointMetadata(context.Context, *PostCheckpointMetadataRequest) (*PostCheckpointMetadataResponse, error)
	// Remove files from checkpoints.
	CheckpointsRemoveFiles(context.Context, *CheckpointsRemoveFilesRequest) (*CheckpointsRemoveFilesResponse, error)
	// Update checkpoints. Won't modify checkpoint files.
	PatchCheckpoints(context.Context, *PatchCheckpointsRequest) (*PatchCheckpointsResponse, error)
	// Delete Checkpoints.
	DeleteCheckpoints(context.Context, *DeleteCheckpointsRequest) (*DeleteCheckpointsResponse, error)
	// Gets the metrics for all trials associated with this checkpoint
	GetTrialMetricsByCheckpoint(context.Context, *GetTrialMetricsByCheckpointRequest) (*GetTrialMetricsByCheckpointResponse, error)
	// Get the list of custom searcher events with long polling.
	GetSearcherEvents(context.Context, *GetSearcherEventsRequest) (*GetSearcherEventsResponse, error)
	// Submit operations to a custom searcher.
	PostSearcherOperations(context.Context, *PostSearcherOperationsRequest) (*PostSearcherOperationsResponse, error)
	// Get the set of metric names recorded for a list of experiments.
	ExpMetricNames(*ExpMetricNamesRequest, Determined_ExpMetricNamesServer) error
	// Get the milestones (in batches processed) at which a metric is recorded by
	// an experiment.
	MetricBatches(*MetricBatchesRequest, Determined_MetricBatchesServer) error
	// Get a snapshot of a metric across all trials at a certain point of
	// progress.
	TrialsSnapshot(*TrialsSnapshotRequest, Determined_TrialsSnapshotServer) error
	// Get a sample of the metrics over time for a sample of the trials.
	TrialsSample(*TrialsSampleRequest, Determined_TrialsSampleServer) error
	// Get a list of all resource pools from the cluster.
	GetResourcePools(context.Context, *GetResourcePoolsRequest) (*GetResourcePoolsResponse, error)
	// Deprecated: Do not use.
	// Get a detailed view of resource allocation during the given time period.
	ResourceAllocationRaw(context.Context, *ResourceAllocationRawRequest) (*ResourceAllocationRawResponse, error)
	// Get an aggregated view of resource allocation during the given time period.
	ResourceAllocationAggregated(context.Context, *ResourceAllocationAggregatedRequest) (*ResourceAllocationAggregatedResponse, error)
	// Get the requested workspace.
	GetWorkspace(context.Context, *GetWorkspaceRequest) (*GetWorkspaceResponse, error)
	// Get projects associated with a workspace.
	GetWorkspaceProjects(context.Context, *GetWorkspaceProjectsRequest) (*GetWorkspaceProjectsResponse, error)
	// Get a list of workspaces.
	GetWorkspaces(context.Context, *GetWorkspacesRequest) (*GetWorkspacesResponse, error)
	// Create a workspace.
	PostWorkspace(context.Context, *PostWorkspaceRequest) (*PostWorkspaceResponse, error)
	// Update a workspace.
	PatchWorkspace(context.Context, *PatchWorkspaceRequest) (*PatchWorkspaceResponse, error)
	// Delete a workspace.
	DeleteWorkspace(context.Context, *DeleteWorkspaceRequest) (*DeleteWorkspaceResponse, error)
	// Archive a workspace.
	ArchiveWorkspace(context.Context, *ArchiveWorkspaceRequest) (*ArchiveWorkspaceResponse, error)
	// Unarchive a workspace.
	UnarchiveWorkspace(context.Context, *UnarchiveWorkspaceRequest) (*UnarchiveWorkspaceResponse, error)
	// Pin a workspace.
	PinWorkspace(context.Context, *PinWorkspaceRequest) (*PinWorkspaceResponse, error)
	// Unpin a workspace.
	UnpinWorkspace(context.Context, *UnpinWorkspaceRequest) (*UnpinWorkspaceResponse, error)
	// Get the requested project.
	GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
	// Get a list of columns for experiment list table.
	GetProjectColumns(context.Context, *GetProjectColumnsRequest) (*GetProjectColumnsResponse, error)
	// Get metrics range for a project.
	GetProjectNumericMetricsRange(context.Context, *GetProjectNumericMetricsRangeRequest) (*GetProjectNumericMetricsRangeResponse, error)
	// Create a project.
	PostProject(context.Context, *PostProjectRequest) (*PostProjectResponse, error)
	// Add a note to a project.
	AddProjectNote(context.Context, *AddProjectNoteRequest) (*AddProjectNoteResponse, error)
	// Set project notes.
	PutProjectNotes(context.Context, *PutProjectNotesRequest) (*PutProjectNotesResponse, error)
	// Update a project.
	PatchProject(context.Context, *PatchProjectRequest) (*PatchProjectResponse, error)
	// Delete a project.
	DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error)
	// Archive a project.
	ArchiveProject(context.Context, *ArchiveProjectRequest) (*ArchiveProjectResponse, error)
	// Unarchive a project.
	UnarchiveProject(context.Context, *UnarchiveProjectRequest) (*UnarchiveProjectResponse, error)
	// Move a project into a workspace.
	MoveProject(context.Context, *MoveProjectRequest) (*MoveProjectResponse, error)
	// Move an experiment into a project.
	MoveExperiment(context.Context, *MoveExperimentRequest) (*MoveExperimentResponse, error)
	// Move multiple experiments into a project.
	MoveExperiments(context.Context, *MoveExperimentsRequest) (*MoveExperimentsResponse, error)
	// Get a list of webhooks.
	GetWebhooks(context.Context, *GetWebhooksRequest) (*GetWebhooksResponse, error)
	// Create a webhook.
	// TODO(???): Simplify req/response structs?
	PostWebhook(context.Context, *PostWebhookRequest) (*PostWebhookResponse, error)
	// Delete a webhook.
	DeleteWebhook(context.Context, *DeleteWebhookRequest) (*DeleteWebhookResponse, error)
	// Test a webhook.
	TestWebhook(context.Context, *TestWebhookRequest) (*TestWebhookResponse, error)
	// Get a group by id.
	GetGroup(context.Context, *GetGroupRequest) (*GetGroupResponse, error)
	// Search for groups with optional filters.
	GetGroups(context.Context, *GetGroupsRequest) (*GetGroupsResponse, error)
	// Create a group with optional members on creation.
	CreateGroup(context.Context, *CreateGroupRequest) (*CreateGroupResponse, error)
	// Update group info.
	UpdateGroup(context.Context, *UpdateGroupRequest) (*UpdateGroupResponse, error)
	// Remove a group.
	DeleteGroup(context.Context, *DeleteGroupRequest) (*DeleteGroupResponse, error)
	// List all permissions for the logged in user in all scopes.
	GetPermissionsSummary(context.Context, *GetPermissionsSummaryRequest) (*GetPermissionsSummaryResponse, error)
	// Get groups and users assigned to a given workspace with what roles are
	// assigned.
	GetGroupsAndUsersAssignedToWorkspace(context.Context, *GetGroupsAndUsersAssignedToWorkspaceRequest) (*GetGroupsAndUsersAssignedToWorkspaceResponse, error)
	// Get a set of roles with the corresponding IDs.
	GetRolesByID(context.Context, *GetRolesByIDRequest) (*GetRolesByIDResponse, error)
	// Get the roles which are assigned to a user.
	GetRolesAssignedToUser(context.Context, *GetRolesAssignedToUserRequest) (*GetRolesAssignedToUserResponse, error)
	// Get the roles which are assigned to a group.
	GetRolesAssignedToGroup(context.Context, *GetRolesAssignedToGroupRequest) (*GetRolesAssignedToGroupResponse, error)
	// Search for roles assignable to a given scope.
	SearchRolesAssignableToScope(context.Context, *SearchRolesAssignableToScopeRequest) (*SearchRolesAssignableToScopeResponse, error)
	// ListRoles returns roles and groups/users granted that role.
	ListRoles(context.Context, *ListRolesRequest) (*ListRolesResponse, error)
	// AssignRoles adds a set of role assignments to the system.
	AssignRoles(context.Context, *AssignRolesRequest) (*AssignRolesResponse, error)
	// RemoveAssignments removes a set of role assignments from the system.
	RemoveAssignments(context.Context, *RemoveAssignmentsRequest) (*RemoveAssignmentsResponse, error)
	// Patch a user's activity
	PostUserActivity(context.Context, *PostUserActivityRequest) (*PostUserActivityResponse, error)
	// Get projects by user activity
	GetProjectsByUserActivity(context.Context, *GetProjectsByUserActivityRequest) (*GetProjectsByUserActivityResponse, error)
	// Get experiments with grouping and search syntax
	SearchExperiments(context.Context, *SearchExperimentsRequest) (*SearchExperimentsResponse, error)
	// Bind resource pool to workspace
	BindRPToWorkspace(context.Context, *BindRPToWorkspaceRequest) (*BindRPToWorkspaceResponse, error)
	// Unbind resource pool to workspace
	UnbindRPFromWorkspace(context.Context, *UnbindRPFromWorkspaceRequest) (*UnbindRPFromWorkspaceResponse, error)
	// Overwrite resource pool - workspace bindings
	OverwriteRPWorkspaceBindings(context.Context, *OverwriteRPWorkspaceBindingsRequest) (*OverwriteRPWorkspaceBindingsResponse, error)
	// List all resource pools, bound and unbound, available to a specific
	// workspace
	ListRPsBoundToWorkspace(context.Context, *ListRPsBoundToWorkspaceRequest) (*ListRPsBoundToWorkspaceResponse, error)
	// List all workspaces bound to a specific resource pool
	ListWorkspacesBoundToRP(context.Context, *ListWorkspacesBoundToRPRequest) (*ListWorkspacesBoundToRPResponse, error)
}

DeterminedServer is the server API for Determined service.

type Determined_ExpMetricNamesClient

type Determined_ExpMetricNamesClient interface {
	Recv() (*ExpMetricNamesResponse, error)
	grpc.ClientStream
}

type Determined_ExpMetricNamesServer

type Determined_ExpMetricNamesServer interface {
	Send(*ExpMetricNamesResponse) error
	grpc.ServerStream
}

type Determined_GetMetricsClient

type Determined_GetMetricsClient interface {
	Recv() (*GetMetricsResponse, error)
	grpc.ClientStream
}

type Determined_GetMetricsServer

type Determined_GetMetricsServer interface {
	Send(*GetMetricsResponse) error
	grpc.ServerStream
}

type Determined_GetTrainingMetricsClient

type Determined_GetTrainingMetricsClient interface {
	Recv() (*GetTrainingMetricsResponse, error)
	grpc.ClientStream
}

type Determined_GetTrainingMetricsServer

type Determined_GetTrainingMetricsServer interface {
	Send(*GetTrainingMetricsResponse) error
	grpc.ServerStream
}

type Determined_GetTrialProfilerAvailableSeriesClient

type Determined_GetTrialProfilerAvailableSeriesClient interface {
	Recv() (*GetTrialProfilerAvailableSeriesResponse, error)
	grpc.ClientStream
}

type Determined_GetTrialProfilerAvailableSeriesServer

type Determined_GetTrialProfilerAvailableSeriesServer interface {
	Send(*GetTrialProfilerAvailableSeriesResponse) error
	grpc.ServerStream
}

type Determined_GetTrialProfilerMetricsClient

type Determined_GetTrialProfilerMetricsClient interface {
	Recv() (*GetTrialProfilerMetricsResponse, error)
	grpc.ClientStream
}

type Determined_GetTrialProfilerMetricsServer

type Determined_GetTrialProfilerMetricsServer interface {
	Send(*GetTrialProfilerMetricsResponse) error
	grpc.ServerStream
}

type Determined_GetValidationMetricsClient

type Determined_GetValidationMetricsClient interface {
	Recv() (*GetValidationMetricsResponse, error)
	grpc.ClientStream
}

type Determined_GetValidationMetricsServer

type Determined_GetValidationMetricsServer interface {
	Send(*GetValidationMetricsResponse) error
	grpc.ServerStream
}

type Determined_MasterLogsClient

type Determined_MasterLogsClient interface {
	Recv() (*MasterLogsResponse, error)
	grpc.ClientStream
}

type Determined_MasterLogsServer

type Determined_MasterLogsServer interface {
	Send(*MasterLogsResponse) error
	grpc.ServerStream
}

type Determined_MetricBatchesClient

type Determined_MetricBatchesClient interface {
	Recv() (*MetricBatchesResponse, error)
	grpc.ClientStream
}

type Determined_MetricBatchesServer

type Determined_MetricBatchesServer interface {
	Send(*MetricBatchesResponse) error
	grpc.ServerStream
}

type Determined_TaskLogsClient

type Determined_TaskLogsClient interface {
	Recv() (*TaskLogsResponse, error)
	grpc.ClientStream
}

type Determined_TaskLogsFieldsClient

type Determined_TaskLogsFieldsClient interface {
	Recv() (*TaskLogsFieldsResponse, error)
	grpc.ClientStream
}

type Determined_TaskLogsFieldsServer

type Determined_TaskLogsFieldsServer interface {
	Send(*TaskLogsFieldsResponse) error
	grpc.ServerStream
}

type Determined_TaskLogsServer

type Determined_TaskLogsServer interface {
	Send(*TaskLogsResponse) error
	grpc.ServerStream
}

type Determined_TrialLogsClient

type Determined_TrialLogsClient interface {
	Recv() (*TrialLogsResponse, error)
	grpc.ClientStream
}

type Determined_TrialLogsFieldsClient

type Determined_TrialLogsFieldsClient interface {
	Recv() (*TrialLogsFieldsResponse, error)
	grpc.ClientStream
}

type Determined_TrialLogsFieldsServer

type Determined_TrialLogsFieldsServer interface {
	Send(*TrialLogsFieldsResponse) error
	grpc.ServerStream
}

type Determined_TrialLogsServer

type Determined_TrialLogsServer interface {
	Send(*TrialLogsResponse) error
	grpc.ServerStream
}

type Determined_TrialsSampleClient

type Determined_TrialsSampleClient interface {
	Recv() (*TrialsSampleResponse, error)
	grpc.ClientStream
}

type Determined_TrialsSampleServer

type Determined_TrialsSampleServer interface {
	Send(*TrialsSampleResponse) error
	grpc.ServerStream
}

type Determined_TrialsSnapshotClient

type Determined_TrialsSnapshotClient interface {
	Recv() (*TrialsSnapshotResponse, error)
	grpc.ClientStream
}

type Determined_TrialsSnapshotServer

type Determined_TrialsSnapshotServer interface {
	Send(*TrialsSnapshotResponse) error
	grpc.ServerStream
}

type DisableAgentRequest

type DisableAgentRequest struct {

	// The id of the agent.
	AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	// If true, wait for running tasks to finish.
	Drain bool `protobuf:"varint,2,opt,name=drain,proto3" json:"drain,omitempty"`
	// contains filtered or unexported fields
}

Disable the agent.

func (*DisableAgentRequest) Descriptor deprecated

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

Deprecated: Use DisableAgentRequest.ProtoReflect.Descriptor instead.

func (*DisableAgentRequest) GetAgentId

func (x *DisableAgentRequest) GetAgentId() string

func (*DisableAgentRequest) GetDrain

func (x *DisableAgentRequest) GetDrain() bool

func (*DisableAgentRequest) ProtoMessage

func (*DisableAgentRequest) ProtoMessage()

func (*DisableAgentRequest) ProtoReflect

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

func (*DisableAgentRequest) Reset

func (x *DisableAgentRequest) Reset()

func (*DisableAgentRequest) String

func (x *DisableAgentRequest) String() string

type DisableAgentResponse

type DisableAgentResponse struct {

	// The disabled agent.
	Agent *agentv1.Agent `protobuf:"bytes,1,opt,name=agent,proto3" json:"agent,omitempty"`
	// contains filtered or unexported fields
}

Response to DisableAgentRequest.

func (*DisableAgentResponse) Descriptor deprecated

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

Deprecated: Use DisableAgentResponse.ProtoReflect.Descriptor instead.

func (*DisableAgentResponse) GetAgent

func (x *DisableAgentResponse) GetAgent() *agentv1.Agent

func (*DisableAgentResponse) ProtoMessage

func (*DisableAgentResponse) ProtoMessage()

func (*DisableAgentResponse) ProtoReflect

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

func (*DisableAgentResponse) Reset

func (x *DisableAgentResponse) Reset()

func (*DisableAgentResponse) String

func (x *DisableAgentResponse) String() string

type DisableSlotRequest

type DisableSlotRequest struct {

	// The id of the agent.
	AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	// The id of the slot.
	SlotId string `protobuf:"bytes,2,opt,name=slot_id,json=slotId,proto3" json:"slot_id,omitempty"`
	// If true, wait for running task to finish.
	Drain bool `protobuf:"varint,3,opt,name=drain,proto3" json:"drain,omitempty"`
	// contains filtered or unexported fields
}

Disable the slot.

func (*DisableSlotRequest) Descriptor deprecated

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

Deprecated: Use DisableSlotRequest.ProtoReflect.Descriptor instead.

func (*DisableSlotRequest) GetAgentId

func (x *DisableSlotRequest) GetAgentId() string

func (*DisableSlotRequest) GetDrain

func (x *DisableSlotRequest) GetDrain() bool

func (*DisableSlotRequest) GetSlotId

func (x *DisableSlotRequest) GetSlotId() string

func (*DisableSlotRequest) ProtoMessage

func (*DisableSlotRequest) ProtoMessage()

func (*DisableSlotRequest) ProtoReflect

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

func (*DisableSlotRequest) Reset

func (x *DisableSlotRequest) Reset()

func (*DisableSlotRequest) String

func (x *DisableSlotRequest) String() string

type DisableSlotResponse

type DisableSlotResponse struct {

	// The disabled slot.
	Slot *agentv1.Slot `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

Response to DisableSlotRequest.

func (*DisableSlotResponse) Descriptor deprecated

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

Deprecated: Use DisableSlotResponse.ProtoReflect.Descriptor instead.

func (*DisableSlotResponse) GetSlot

func (x *DisableSlotResponse) GetSlot() *agentv1.Slot

func (*DisableSlotResponse) ProtoMessage

func (*DisableSlotResponse) ProtoMessage()

func (*DisableSlotResponse) ProtoReflect

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

func (*DisableSlotResponse) Reset

func (x *DisableSlotResponse) Reset()

func (*DisableSlotResponse) String

func (x *DisableSlotResponse) String() string

type DownsampledMetrics

type DownsampledMetrics struct {

	// A possibly down-sampled series of metrics' readings through the progress of
	// the trial.
	Data []*DataPoint `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// Metric group (training, validation, or unset).
	//
	// Deprecated: Do not use.
	Type MetricType `protobuf:"varint,3,opt,name=type,proto3,enum=determined.api.v1.MetricType" json:"type,omitempty"`
	// Metric group (training, validation, etc).
	Group string `protobuf:"bytes,4,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

DownsampledMetrics captures a metric's name and downsampled data points.

func (*DownsampledMetrics) Descriptor deprecated

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

Deprecated: Use DownsampledMetrics.ProtoReflect.Descriptor instead.

func (*DownsampledMetrics) GetData

func (x *DownsampledMetrics) GetData() []*DataPoint

func (*DownsampledMetrics) GetGroup

func (x *DownsampledMetrics) GetGroup() string

func (*DownsampledMetrics) GetType deprecated

func (x *DownsampledMetrics) GetType() MetricType

Deprecated: Do not use.

func (*DownsampledMetrics) ProtoMessage

func (*DownsampledMetrics) ProtoMessage()

func (*DownsampledMetrics) ProtoReflect

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

func (*DownsampledMetrics) Reset

func (x *DownsampledMetrics) Reset()

func (*DownsampledMetrics) String

func (x *DownsampledMetrics) String() string

type EnableAgentRequest

type EnableAgentRequest struct {

	// The id of the agent.
	AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	// contains filtered or unexported fields
}

Enable the agent.

func (*EnableAgentRequest) Descriptor deprecated

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

Deprecated: Use EnableAgentRequest.ProtoReflect.Descriptor instead.

func (*EnableAgentRequest) GetAgentId

func (x *EnableAgentRequest) GetAgentId() string

func (*EnableAgentRequest) ProtoMessage

func (*EnableAgentRequest) ProtoMessage()

func (*EnableAgentRequest) ProtoReflect

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

func (*EnableAgentRequest) Reset

func (x *EnableAgentRequest) Reset()

func (*EnableAgentRequest) String

func (x *EnableAgentRequest) String() string

type EnableAgentResponse

type EnableAgentResponse struct {

	// The enabled agent.
	Agent *agentv1.Agent `protobuf:"bytes,1,opt,name=agent,proto3" json:"agent,omitempty"`
	// contains filtered or unexported fields
}

Response to EnableAgentRequest.

func (*EnableAgentResponse) Descriptor deprecated

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

Deprecated: Use EnableAgentResponse.ProtoReflect.Descriptor instead.

func (*EnableAgentResponse) GetAgent

func (x *EnableAgentResponse) GetAgent() *agentv1.Agent

func (*EnableAgentResponse) ProtoMessage

func (*EnableAgentResponse) ProtoMessage()

func (*EnableAgentResponse) ProtoReflect

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

func (*EnableAgentResponse) Reset

func (x *EnableAgentResponse) Reset()

func (*EnableAgentResponse) String

func (x *EnableAgentResponse) String() string

type EnableSlotRequest

type EnableSlotRequest struct {

	// The id of the agent.
	AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	// The id of the slot.
	SlotId string `protobuf:"bytes,2,opt,name=slot_id,json=slotId,proto3" json:"slot_id,omitempty"`
	// contains filtered or unexported fields
}

Enable the slot.

func (*EnableSlotRequest) Descriptor deprecated

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

Deprecated: Use EnableSlotRequest.ProtoReflect.Descriptor instead.

func (*EnableSlotRequest) GetAgentId

func (x *EnableSlotRequest) GetAgentId() string

func (*EnableSlotRequest) GetSlotId

func (x *EnableSlotRequest) GetSlotId() string

func (*EnableSlotRequest) ProtoMessage

func (*EnableSlotRequest) ProtoMessage()

func (*EnableSlotRequest) ProtoReflect

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

func (*EnableSlotRequest) Reset

func (x *EnableSlotRequest) Reset()

func (*EnableSlotRequest) String

func (x *EnableSlotRequest) String() string

type EnableSlotResponse

type EnableSlotResponse struct {

	// The enabled slot.
	Slot *agentv1.Slot `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

Response to EnableSlotRequest.

func (*EnableSlotResponse) Descriptor deprecated

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

Deprecated: Use EnableSlotResponse.ProtoReflect.Descriptor instead.

func (*EnableSlotResponse) GetSlot

func (x *EnableSlotResponse) GetSlot() *agentv1.Slot

func (*EnableSlotResponse) ProtoMessage

func (*EnableSlotResponse) ProtoMessage()

func (*EnableSlotResponse) ProtoReflect

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

func (*EnableSlotResponse) Reset

func (x *EnableSlotResponse) Reset()

func (*EnableSlotResponse) String

func (x *EnableSlotResponse) String() string

type ExpMetricNamesRequest

type ExpMetricNamesRequest struct {

	// The ids for the experiments.
	Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// Seconds to wait when polling for updates.
	PeriodSeconds int32 `protobuf:"varint,2,opt,name=period_seconds,json=periodSeconds,proto3" json:"period_seconds,omitempty"`
	// contains filtered or unexported fields
}

Request for the set of metrics recorded by multiple experiments.

func (*ExpMetricNamesRequest) Descriptor deprecated

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

Deprecated: Use ExpMetricNamesRequest.ProtoReflect.Descriptor instead.

func (*ExpMetricNamesRequest) GetIds

func (x *ExpMetricNamesRequest) GetIds() []int32

func (*ExpMetricNamesRequest) GetPeriodSeconds

func (x *ExpMetricNamesRequest) GetPeriodSeconds() int32

func (*ExpMetricNamesRequest) ProtoMessage

func (*ExpMetricNamesRequest) ProtoMessage()

func (*ExpMetricNamesRequest) ProtoReflect

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

func (*ExpMetricNamesRequest) Reset

func (x *ExpMetricNamesRequest) Reset()

func (*ExpMetricNamesRequest) String

func (x *ExpMetricNamesRequest) String() string

type ExpMetricNamesResponse

type ExpMetricNamesResponse struct {

	// The names of the searcher metrics.
	SearcherMetrics []string `protobuf:"bytes,1,rep,name=searcher_metrics,json=searcherMetrics,proto3" json:"searcher_metrics,omitempty"`
	// List of training metric names.
	//
	// Deprecated: Do not use.
	TrainingMetrics []string `protobuf:"bytes,2,rep,name=training_metrics,json=trainingMetrics,proto3" json:"training_metrics,omitempty"`
	// List of validation metric names.
	//
	// Deprecated: Do not use.
	ValidationMetrics []string `protobuf:"bytes,3,rep,name=validation_metrics,json=validationMetrics,proto3" json:"validation_metrics,omitempty"`
	// List of metric group-name pairs.
	MetricNames []*metricv1.MetricIdentifier `protobuf:"bytes,4,rep,name=metric_names,json=metricNames,proto3" json:"metric_names,omitempty"`
	// contains filtered or unexported fields
}

Response to ExpMetricNamesRequest.

func (*ExpMetricNamesResponse) Descriptor deprecated

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

Deprecated: Use ExpMetricNamesResponse.ProtoReflect.Descriptor instead.

func (*ExpMetricNamesResponse) GetMetricNames

func (x *ExpMetricNamesResponse) GetMetricNames() []*metricv1.MetricIdentifier

func (*ExpMetricNamesResponse) GetSearcherMetrics

func (x *ExpMetricNamesResponse) GetSearcherMetrics() []string

func (*ExpMetricNamesResponse) GetTrainingMetrics deprecated

func (x *ExpMetricNamesResponse) GetTrainingMetrics() []string

Deprecated: Do not use.

func (*ExpMetricNamesResponse) GetValidationMetrics deprecated

func (x *ExpMetricNamesResponse) GetValidationMetrics() []string

Deprecated: Do not use.

func (*ExpMetricNamesResponse) ProtoMessage

func (*ExpMetricNamesResponse) ProtoMessage()

func (*ExpMetricNamesResponse) ProtoReflect

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

func (*ExpMetricNamesResponse) Reset

func (x *ExpMetricNamesResponse) Reset()

func (*ExpMetricNamesResponse) String

func (x *ExpMetricNamesResponse) String() string

type ExperimentActionResult

type ExperimentActionResult struct {

	// Optional error message.
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// Experiment ID.
	Id int32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Message for results of individual experiments in a multi-experiment action.

func (*ExperimentActionResult) Descriptor deprecated

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

Deprecated: Use ExperimentActionResult.ProtoReflect.Descriptor instead.

func (*ExperimentActionResult) GetError

func (x *ExperimentActionResult) GetError() string

func (*ExperimentActionResult) GetId

func (x *ExperimentActionResult) GetId() int32

func (*ExperimentActionResult) ProtoMessage

func (*ExperimentActionResult) ProtoMessage()

func (*ExperimentActionResult) ProtoReflect

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

func (*ExperimentActionResult) Reset

func (x *ExperimentActionResult) Reset()

func (*ExperimentActionResult) String

func (x *ExperimentActionResult) String() string

type GetActiveTasksCountRequest

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

Request a count of active tasks by type.

func (*GetActiveTasksCountRequest) Descriptor deprecated

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

Deprecated: Use GetActiveTasksCountRequest.ProtoReflect.Descriptor instead.

func (*GetActiveTasksCountRequest) ProtoMessage

func (*GetActiveTasksCountRequest) ProtoMessage()

func (*GetActiveTasksCountRequest) ProtoReflect

func (*GetActiveTasksCountRequest) Reset

func (x *GetActiveTasksCountRequest) Reset()

func (*GetActiveTasksCountRequest) String

func (x *GetActiveTasksCountRequest) String() string

type GetActiveTasksCountResponse

type GetActiveTasksCountResponse struct {

	// The count of commands.
	Commands int32 `protobuf:"varint,1,opt,name=commands,proto3" json:"commands,omitempty"`
	// The count of notebooks.
	Notebooks int32 `protobuf:"varint,2,opt,name=notebooks,proto3" json:"notebooks,omitempty"`
	// The count of shells.
	Shells int32 `protobuf:"varint,3,opt,name=shells,proto3" json:"shells,omitempty"`
	// The count of TensorBoards.
	Tensorboards int32 `protobuf:"varint,4,opt,name=tensorboards,proto3" json:"tensorboards,omitempty"`
	// contains filtered or unexported fields
}

Response to GetActiveTasksCountRequest.

func (*GetActiveTasksCountResponse) Descriptor deprecated

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

Deprecated: Use GetActiveTasksCountResponse.ProtoReflect.Descriptor instead.

func (*GetActiveTasksCountResponse) GetCommands

func (x *GetActiveTasksCountResponse) GetCommands() int32

func (*GetActiveTasksCountResponse) GetNotebooks

func (x *GetActiveTasksCountResponse) GetNotebooks() int32

func (*GetActiveTasksCountResponse) GetShells

func (x *GetActiveTasksCountResponse) GetShells() int32

func (*GetActiveTasksCountResponse) GetTensorboards

func (x *GetActiveTasksCountResponse) GetTensorboards() int32

func (*GetActiveTasksCountResponse) ProtoMessage

func (*GetActiveTasksCountResponse) ProtoMessage()

func (*GetActiveTasksCountResponse) ProtoReflect

func (*GetActiveTasksCountResponse) Reset

func (x *GetActiveTasksCountResponse) Reset()

func (*GetActiveTasksCountResponse) String

func (x *GetActiveTasksCountResponse) String() string

type GetAgentRequest

type GetAgentRequest struct {

	// The id of the agent.
	AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	// contains filtered or unexported fields
}

Get the requested agent.

func (*GetAgentRequest) Descriptor deprecated

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

Deprecated: Use GetAgentRequest.ProtoReflect.Descriptor instead.

func (*GetAgentRequest) GetAgentId

func (x *GetAgentRequest) GetAgentId() string

func (*GetAgentRequest) ProtoMessage

func (*GetAgentRequest) ProtoMessage()

func (*GetAgentRequest) ProtoReflect

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

func (*GetAgentRequest) Reset

func (x *GetAgentRequest) Reset()

func (*GetAgentRequest) String

func (x *GetAgentRequest) String() string

type GetAgentResponse

type GetAgentResponse struct {

	// The requested agent.
	Agent *agentv1.Agent `protobuf:"bytes,1,opt,name=agent,proto3" json:"agent,omitempty"`
	// contains filtered or unexported fields
}

Response to GetAgentRequest.

func (*GetAgentResponse) Descriptor deprecated

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

Deprecated: Use GetAgentResponse.ProtoReflect.Descriptor instead.

func (*GetAgentResponse) GetAgent

func (x *GetAgentResponse) GetAgent() *agentv1.Agent

func (*GetAgentResponse) ProtoMessage

func (*GetAgentResponse) ProtoMessage()

func (*GetAgentResponse) ProtoReflect

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

func (*GetAgentResponse) Reset

func (x *GetAgentResponse) Reset()

func (*GetAgentResponse) String

func (x *GetAgentResponse) String() string

type GetAgentsRequest

type GetAgentsRequest struct {

	// Sort agents by the given field.
	SortBy GetAgentsRequest_SortBy `` /* 127-byte string literal not displayed */
	// Order agents in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of agents before returning results. Negative values
	// denote number of agents to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of agents. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// This field has been deprecated and will be ignored.
	Label string `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"`
	// contains filtered or unexported fields
}

Get a set of agents from the cluster.

func (*GetAgentsRequest) Descriptor deprecated

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

Deprecated: Use GetAgentsRequest.ProtoReflect.Descriptor instead.

func (*GetAgentsRequest) GetLabel

func (x *GetAgentsRequest) GetLabel() string

func (*GetAgentsRequest) GetLimit

func (x *GetAgentsRequest) GetLimit() int32

func (*GetAgentsRequest) GetOffset

func (x *GetAgentsRequest) GetOffset() int32

func (*GetAgentsRequest) GetOrderBy

func (x *GetAgentsRequest) GetOrderBy() OrderBy

func (*GetAgentsRequest) GetSortBy

func (*GetAgentsRequest) ProtoMessage

func (*GetAgentsRequest) ProtoMessage()

func (*GetAgentsRequest) ProtoReflect

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

func (*GetAgentsRequest) Reset

func (x *GetAgentsRequest) Reset()

func (*GetAgentsRequest) String

func (x *GetAgentsRequest) String() string

type GetAgentsRequest_SortBy

type GetAgentsRequest_SortBy int32

Sorts agents by the given field.

const (
	// Returns agents in an unsorted list.
	GetAgentsRequest_SORT_BY_UNSPECIFIED GetAgentsRequest_SortBy = 0
	// Returns agents sorted by id.
	GetAgentsRequest_SORT_BY_ID GetAgentsRequest_SortBy = 1
	// Returns agents sorted by time.
	GetAgentsRequest_SORT_BY_TIME GetAgentsRequest_SortBy = 2
)

func (GetAgentsRequest_SortBy) Descriptor

func (GetAgentsRequest_SortBy) Enum

func (GetAgentsRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetAgentsRequest_SortBy.Descriptor instead.

func (GetAgentsRequest_SortBy) Number

func (GetAgentsRequest_SortBy) String

func (x GetAgentsRequest_SortBy) String() string

func (GetAgentsRequest_SortBy) Type

type GetAgentsResponse

type GetAgentsResponse struct {

	// The list of returned agents.
	Agents []*agentv1.Agent `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetAgentsRequest.

func (*GetAgentsResponse) Descriptor deprecated

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

Deprecated: Use GetAgentsResponse.ProtoReflect.Descriptor instead.

func (*GetAgentsResponse) GetAgents

func (x *GetAgentsResponse) GetAgents() []*agentv1.Agent

func (*GetAgentsResponse) GetPagination

func (x *GetAgentsResponse) GetPagination() *Pagination

func (*GetAgentsResponse) ProtoMessage

func (*GetAgentsResponse) ProtoMessage()

func (*GetAgentsResponse) ProtoReflect

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

func (*GetAgentsResponse) Reset

func (x *GetAgentsResponse) Reset()

func (*GetAgentsResponse) String

func (x *GetAgentsResponse) String() string

type GetAllocationRequest

type GetAllocationRequest struct {

	// The id of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// contains filtered or unexported fields
}

Gets some allocation.

func (*GetAllocationRequest) Descriptor deprecated

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

Deprecated: Use GetAllocationRequest.ProtoReflect.Descriptor instead.

func (*GetAllocationRequest) GetAllocationId

func (x *GetAllocationRequest) GetAllocationId() string

func (*GetAllocationRequest) ProtoMessage

func (*GetAllocationRequest) ProtoMessage()

func (*GetAllocationRequest) ProtoReflect

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

func (*GetAllocationRequest) Reset

func (x *GetAllocationRequest) Reset()

func (*GetAllocationRequest) String

func (x *GetAllocationRequest) String() string

type GetAllocationResponse

type GetAllocationResponse struct {

	// The id of the allocation.
	Allocation *taskv1.Allocation `protobuf:"bytes,1,opt,name=allocation,proto3" json:"allocation,omitempty"`
	// contains filtered or unexported fields
}

Response to GetAllocationRequest

func (*GetAllocationResponse) Descriptor deprecated

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

Deprecated: Use GetAllocationResponse.ProtoReflect.Descriptor instead.

func (*GetAllocationResponse) GetAllocation

func (x *GetAllocationResponse) GetAllocation() *taskv1.Allocation

func (*GetAllocationResponse) ProtoMessage

func (*GetAllocationResponse) ProtoMessage()

func (*GetAllocationResponse) ProtoReflect

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

func (*GetAllocationResponse) Reset

func (x *GetAllocationResponse) Reset()

func (*GetAllocationResponse) String

func (x *GetAllocationResponse) String() string

type GetBestSearcherValidationMetricRequest

type GetBestSearcherValidationMetricRequest struct {

	// The ID of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// contains filtered or unexported fields
}

Get the best searcher validation.

func (*GetBestSearcherValidationMetricRequest) Descriptor deprecated

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

Deprecated: Use GetBestSearcherValidationMetricRequest.ProtoReflect.Descriptor instead.

func (*GetBestSearcherValidationMetricRequest) GetExperimentId

func (x *GetBestSearcherValidationMetricRequest) GetExperimentId() int32

func (*GetBestSearcherValidationMetricRequest) ProtoMessage

func (*GetBestSearcherValidationMetricRequest) ProtoReflect

func (*GetBestSearcherValidationMetricRequest) Reset

func (*GetBestSearcherValidationMetricRequest) String

type GetBestSearcherValidationMetricResponse

type GetBestSearcherValidationMetricResponse struct {

	// The value of the metric.
	Metric float32 `protobuf:"fixed32,1,opt,name=metric,proto3" json:"metric,omitempty"`
	// contains filtered or unexported fields
}

Response to GetBestSearcherValidationMetricRequest.

func (*GetBestSearcherValidationMetricResponse) Descriptor deprecated

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

Deprecated: Use GetBestSearcherValidationMetricResponse.ProtoReflect.Descriptor instead.

func (*GetBestSearcherValidationMetricResponse) GetMetric

func (*GetBestSearcherValidationMetricResponse) ProtoMessage

func (*GetBestSearcherValidationMetricResponse) ProtoReflect

func (*GetBestSearcherValidationMetricResponse) Reset

func (*GetBestSearcherValidationMetricResponse) String

type GetCheckpointRequest

type GetCheckpointRequest struct {

	// The uuid for the requested checkpoint.
	CheckpointUuid string `protobuf:"bytes,1,opt,name=checkpoint_uuid,json=checkpointUuid,proto3" json:"checkpoint_uuid,omitempty"`
	// contains filtered or unexported fields
}

Get the requested checkpoint.

func (*GetCheckpointRequest) Descriptor deprecated

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

Deprecated: Use GetCheckpointRequest.ProtoReflect.Descriptor instead.

func (*GetCheckpointRequest) GetCheckpointUuid

func (x *GetCheckpointRequest) GetCheckpointUuid() string

func (*GetCheckpointRequest) ProtoMessage

func (*GetCheckpointRequest) ProtoMessage()

func (*GetCheckpointRequest) ProtoReflect

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

func (*GetCheckpointRequest) Reset

func (x *GetCheckpointRequest) Reset()

func (*GetCheckpointRequest) String

func (x *GetCheckpointRequest) String() string

type GetCheckpointResponse

type GetCheckpointResponse struct {

	// The requested checkpoint.
	Checkpoint *checkpointv1.Checkpoint `protobuf:"bytes,1,opt,name=checkpoint,proto3" json:"checkpoint,omitempty"`
	// contains filtered or unexported fields
}

Response to GetCheckpointRequest.

func (*GetCheckpointResponse) Descriptor deprecated

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

Deprecated: Use GetCheckpointResponse.ProtoReflect.Descriptor instead.

func (*GetCheckpointResponse) GetCheckpoint

func (x *GetCheckpointResponse) GetCheckpoint() *checkpointv1.Checkpoint

func (*GetCheckpointResponse) ProtoMessage

func (*GetCheckpointResponse) ProtoMessage()

func (*GetCheckpointResponse) ProtoReflect

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

func (*GetCheckpointResponse) Reset

func (x *GetCheckpointResponse) Reset()

func (*GetCheckpointResponse) String

func (x *GetCheckpointResponse) String() string

type GetCommandRequest

type GetCommandRequest struct {

	// The id of the command.
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

Get the requested command.

func (*GetCommandRequest) Descriptor deprecated

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

Deprecated: Use GetCommandRequest.ProtoReflect.Descriptor instead.

func (*GetCommandRequest) GetCommandId

func (x *GetCommandRequest) GetCommandId() string

func (*GetCommandRequest) ProtoMessage

func (*GetCommandRequest) ProtoMessage()

func (*GetCommandRequest) ProtoReflect

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

func (*GetCommandRequest) Reset

func (x *GetCommandRequest) Reset()

func (*GetCommandRequest) String

func (x *GetCommandRequest) String() string

type GetCommandResponse

type GetCommandResponse struct {

	// The requested command.
	Command *commandv1.Command `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	// The command config.
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Response to GetCommandRequest.

func (*GetCommandResponse) Descriptor deprecated

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

Deprecated: Use GetCommandResponse.ProtoReflect.Descriptor instead.

func (*GetCommandResponse) GetCommand

func (x *GetCommandResponse) GetCommand() *commandv1.Command

func (*GetCommandResponse) GetConfig

func (x *GetCommandResponse) GetConfig() *_struct.Struct

func (*GetCommandResponse) ProtoMessage

func (*GetCommandResponse) ProtoMessage()

func (*GetCommandResponse) ProtoReflect

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

func (*GetCommandResponse) Reset

func (x *GetCommandResponse) Reset()

func (*GetCommandResponse) String

func (x *GetCommandResponse) String() string

type GetCommandsRequest

type GetCommandsRequest struct {

	// Sort commands by the given field.
	SortBy GetCommandsRequest_SortBy `` /* 129-byte string literal not displayed */
	// Order commands in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of commands before returning results. Negative values
	// denote number of commands to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of commands. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit commands to those that are owned by users with the specified
	// usernames.
	Users []string `protobuf:"bytes,5,rep,name=users,proto3" json:"users,omitempty"`
	// Limit commands to those that are owned by users with the specified userIds.
	UserIds []int32 `protobuf:"varint,6,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// Limit commands to those within a specific workspace, or 0 for all
	// accessible workspaces.
	WorkspaceId int32 `protobuf:"varint,7,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Get a list of commands.

func (*GetCommandsRequest) Descriptor deprecated

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

Deprecated: Use GetCommandsRequest.ProtoReflect.Descriptor instead.

func (*GetCommandsRequest) GetLimit

func (x *GetCommandsRequest) GetLimit() int32

func (*GetCommandsRequest) GetOffset

func (x *GetCommandsRequest) GetOffset() int32

func (*GetCommandsRequest) GetOrderBy

func (x *GetCommandsRequest) GetOrderBy() OrderBy

func (*GetCommandsRequest) GetSortBy

func (*GetCommandsRequest) GetUserIds

func (x *GetCommandsRequest) GetUserIds() []int32

func (*GetCommandsRequest) GetUsers

func (x *GetCommandsRequest) GetUsers() []string

func (*GetCommandsRequest) GetWorkspaceId

func (x *GetCommandsRequest) GetWorkspaceId() int32

func (*GetCommandsRequest) ProtoMessage

func (*GetCommandsRequest) ProtoMessage()

func (*GetCommandsRequest) ProtoReflect

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

func (*GetCommandsRequest) Reset

func (x *GetCommandsRequest) Reset()

func (*GetCommandsRequest) String

func (x *GetCommandsRequest) String() string

type GetCommandsRequest_SortBy

type GetCommandsRequest_SortBy int32

Sorts commands by the given field.

const (
	// Returns commands in an unsorted list.
	GetCommandsRequest_SORT_BY_UNSPECIFIED GetCommandsRequest_SortBy = 0
	// Returns commands sorted by id.
	GetCommandsRequest_SORT_BY_ID GetCommandsRequest_SortBy = 1
	// Returns commands sorted by description.
	GetCommandsRequest_SORT_BY_DESCRIPTION GetCommandsRequest_SortBy = 2
	// Return commands sorted by start time.
	GetCommandsRequest_SORT_BY_START_TIME GetCommandsRequest_SortBy = 4
	// Return commands sorted by workspace_id.
	GetCommandsRequest_SORT_BY_WORKSPACE_ID GetCommandsRequest_SortBy = 5
)

func (GetCommandsRequest_SortBy) Descriptor

func (GetCommandsRequest_SortBy) Enum

func (GetCommandsRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetCommandsRequest_SortBy.Descriptor instead.

func (GetCommandsRequest_SortBy) Number

func (GetCommandsRequest_SortBy) String

func (x GetCommandsRequest_SortBy) String() string

func (GetCommandsRequest_SortBy) Type

type GetCommandsResponse

type GetCommandsResponse struct {

	// The list of returned commands.
	Commands []*commandv1.Command `protobuf:"bytes,1,rep,name=commands,proto3" json:"commands,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetCommandsRequest.

func (*GetCommandsResponse) Descriptor deprecated

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

Deprecated: Use GetCommandsResponse.ProtoReflect.Descriptor instead.

func (*GetCommandsResponse) GetCommands

func (x *GetCommandsResponse) GetCommands() []*commandv1.Command

func (*GetCommandsResponse) GetPagination

func (x *GetCommandsResponse) GetPagination() *Pagination

func (*GetCommandsResponse) ProtoMessage

func (*GetCommandsResponse) ProtoMessage()

func (*GetCommandsResponse) ProtoReflect

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

func (*GetCommandsResponse) Reset

func (x *GetCommandsResponse) Reset()

func (*GetCommandsResponse) String

func (x *GetCommandsResponse) String() string

type GetCurrentTrialSearcherOperationRequest

type GetCurrentTrialSearcherOperationRequest struct {

	// The id of the trial.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// contains filtered or unexported fields
}

Retrieves the current searcher operation.

func (*GetCurrentTrialSearcherOperationRequest) Descriptor deprecated

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

Deprecated: Use GetCurrentTrialSearcherOperationRequest.ProtoReflect.Descriptor instead.

func (*GetCurrentTrialSearcherOperationRequest) GetTrialId

func (*GetCurrentTrialSearcherOperationRequest) ProtoMessage

func (*GetCurrentTrialSearcherOperationRequest) ProtoReflect

func (*GetCurrentTrialSearcherOperationRequest) Reset

func (*GetCurrentTrialSearcherOperationRequest) String

type GetCurrentTrialSearcherOperationResponse

type GetCurrentTrialSearcherOperationResponse struct {

	// The current searcher operation.
	Op *experimentv1.TrialOperation `protobuf:"bytes,1,opt,name=op,proto3" json:"op,omitempty"`
	// The status of the searcher operation.
	Completed bool `protobuf:"varint,2,opt,name=completed,proto3" json:"completed,omitempty"`
	// contains filtered or unexported fields
}

Response to GetCurrentTrialSearcherOperationRequest

func (*GetCurrentTrialSearcherOperationResponse) Descriptor deprecated

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

Deprecated: Use GetCurrentTrialSearcherOperationResponse.ProtoReflect.Descriptor instead.

func (*GetCurrentTrialSearcherOperationResponse) GetCompleted

func (*GetCurrentTrialSearcherOperationResponse) GetOp

func (*GetCurrentTrialSearcherOperationResponse) ProtoMessage

func (*GetCurrentTrialSearcherOperationResponse) ProtoReflect

func (*GetCurrentTrialSearcherOperationResponse) Reset

func (*GetCurrentTrialSearcherOperationResponse) String

type GetExperimentCheckpointsRequest

type GetExperimentCheckpointsRequest struct {

	// The experiment id.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Sort checkpoints by the given field.
	//
	// Types that are assignable to SortBy:
	//
	//	*GetExperimentCheckpointsRequest_SortByAttr
	//	*GetExperimentCheckpointsRequest_SortByMetric
	SortBy isGetExperimentCheckpointsRequest_SortBy `protobuf_oneof:"sort_by"`
	// Order checkpoints in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,4,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of checkpoints before returning results. Negative values
	// denote number of checkpoints to skip from the end before returning results.
	Offset int32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of checkpoints. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit the checkpoints to those that match the states.
	States []checkpointv1.State `protobuf:"varint,7,rep,packed,name=states,proto3,enum=determined.checkpoint.v1.State" json:"states,omitempty"`
	// contains filtered or unexported fields
}

Get a list of checkpoints for an experiment.

func (*GetExperimentCheckpointsRequest) Descriptor deprecated

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

Deprecated: Use GetExperimentCheckpointsRequest.ProtoReflect.Descriptor instead.

func (*GetExperimentCheckpointsRequest) GetId

func (*GetExperimentCheckpointsRequest) GetLimit

func (x *GetExperimentCheckpointsRequest) GetLimit() int32

func (*GetExperimentCheckpointsRequest) GetOffset

func (x *GetExperimentCheckpointsRequest) GetOffset() int32

func (*GetExperimentCheckpointsRequest) GetOrderBy

func (x *GetExperimentCheckpointsRequest) GetOrderBy() OrderBy

func (*GetExperimentCheckpointsRequest) GetSortBy

func (m *GetExperimentCheckpointsRequest) GetSortBy() isGetExperimentCheckpointsRequest_SortBy

func (*GetExperimentCheckpointsRequest) GetSortByAttr

func (*GetExperimentCheckpointsRequest) GetSortByMetric

func (x *GetExperimentCheckpointsRequest) GetSortByMetric() string

func (*GetExperimentCheckpointsRequest) GetStates

func (*GetExperimentCheckpointsRequest) ProtoMessage

func (*GetExperimentCheckpointsRequest) ProtoMessage()

func (*GetExperimentCheckpointsRequest) ProtoReflect

func (*GetExperimentCheckpointsRequest) Reset

func (*GetExperimentCheckpointsRequest) String

type GetExperimentCheckpointsRequest_SortByAttr

type GetExperimentCheckpointsRequest_SortByAttr struct {
	// Sort by preset checkpoint attribute.
	SortByAttr checkpointv1.SortBy `protobuf:"varint,2,opt,name=sort_by_attr,json=sortByAttr,proto3,enum=determined.checkpoint.v1.SortBy,oneof"`
}

type GetExperimentCheckpointsRequest_SortByMetric

type GetExperimentCheckpointsRequest_SortByMetric struct {
	// Sort by custom validation metric name.
	SortByMetric string `protobuf:"bytes,3,opt,name=sort_by_metric,json=sortByMetric,proto3,oneof"`
}

type GetExperimentCheckpointsResponse

type GetExperimentCheckpointsResponse struct {

	// The list of returned checkpoints.
	Checkpoints []*checkpointv1.Checkpoint `protobuf:"bytes,1,rep,name=checkpoints,proto3" json:"checkpoints,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetExperimentCheckpointsRequest.

func (*GetExperimentCheckpointsResponse) Descriptor deprecated

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

Deprecated: Use GetExperimentCheckpointsResponse.ProtoReflect.Descriptor instead.

func (*GetExperimentCheckpointsResponse) GetCheckpoints

func (*GetExperimentCheckpointsResponse) GetPagination

func (x *GetExperimentCheckpointsResponse) GetPagination() *Pagination

func (*GetExperimentCheckpointsResponse) ProtoMessage

func (*GetExperimentCheckpointsResponse) ProtoMessage()

func (*GetExperimentCheckpointsResponse) ProtoReflect

func (*GetExperimentCheckpointsResponse) Reset

func (*GetExperimentCheckpointsResponse) String

type GetExperimentLabelsRequest

type GetExperimentLabelsRequest struct {

	// Filter experiments by project.
	ProjectId int32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

Get a list of experiment labels.

func (*GetExperimentLabelsRequest) Descriptor deprecated

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

Deprecated: Use GetExperimentLabelsRequest.ProtoReflect.Descriptor instead.

func (*GetExperimentLabelsRequest) GetProjectId

func (x *GetExperimentLabelsRequest) GetProjectId() int32

func (*GetExperimentLabelsRequest) ProtoMessage

func (*GetExperimentLabelsRequest) ProtoMessage()

func (*GetExperimentLabelsRequest) ProtoReflect

func (*GetExperimentLabelsRequest) Reset

func (x *GetExperimentLabelsRequest) Reset()

func (*GetExperimentLabelsRequest) String

func (x *GetExperimentLabelsRequest) String() string

type GetExperimentLabelsResponse

type GetExperimentLabelsResponse struct {

	// The list of labels used across all experiments.
	Labels []string `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

Response to GetExperimentsLabelsRequest.

func (*GetExperimentLabelsResponse) Descriptor deprecated

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

Deprecated: Use GetExperimentLabelsResponse.ProtoReflect.Descriptor instead.

func (*GetExperimentLabelsResponse) GetLabels

func (x *GetExperimentLabelsResponse) GetLabels() []string

func (*GetExperimentLabelsResponse) ProtoMessage

func (*GetExperimentLabelsResponse) ProtoMessage()

func (*GetExperimentLabelsResponse) ProtoReflect

func (*GetExperimentLabelsResponse) Reset

func (x *GetExperimentLabelsResponse) Reset()

func (*GetExperimentLabelsResponse) String

func (x *GetExperimentLabelsResponse) String() string

type GetExperimentRequest

type GetExperimentRequest struct {

	// The id of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// contains filtered or unexported fields
}

Get a single experiment.

func (*GetExperimentRequest) Descriptor deprecated

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

Deprecated: Use GetExperimentRequest.ProtoReflect.Descriptor instead.

func (*GetExperimentRequest) GetExperimentId

func (x *GetExperimentRequest) GetExperimentId() int32

func (*GetExperimentRequest) ProtoMessage

func (*GetExperimentRequest) ProtoMessage()

func (*GetExperimentRequest) ProtoReflect

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

func (*GetExperimentRequest) Reset

func (x *GetExperimentRequest) Reset()

func (*GetExperimentRequest) String

func (x *GetExperimentRequest) String() string

type GetExperimentResponse

type GetExperimentResponse struct {

	// The requested experiment.
	Experiment *experimentv1.Experiment `protobuf:"bytes,1,opt,name=experiment,proto3" json:"experiment,omitempty"`
	// Associated job summary.
	JobSummary *jobv1.JobSummary `protobuf:"bytes,3,opt,name=job_summary,json=jobSummary,proto3" json:"job_summary,omitempty"`
	// contains filtered or unexported fields
}

Response to GetExperimentRequest.

func (*GetExperimentResponse) Descriptor deprecated

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

Deprecated: Use GetExperimentResponse.ProtoReflect.Descriptor instead.

func (*GetExperimentResponse) GetExperiment

func (x *GetExperimentResponse) GetExperiment() *experimentv1.Experiment

func (*GetExperimentResponse) GetJobSummary

func (x *GetExperimentResponse) GetJobSummary() *jobv1.JobSummary

func (*GetExperimentResponse) ProtoMessage

func (*GetExperimentResponse) ProtoMessage()

func (*GetExperimentResponse) ProtoReflect

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

func (*GetExperimentResponse) Reset

func (x *GetExperimentResponse) Reset()

func (*GetExperimentResponse) String

func (x *GetExperimentResponse) String() string

type GetExperimentTrialsRequest

type GetExperimentTrialsRequest struct {

	// Sort trials by the given field.
	SortBy GetExperimentTrialsRequest_SortBy `` /* 137-byte string literal not displayed */
	// Order trials in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of trials before returning results. Negative values
	// denote number of trials to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of trials. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit trials to those that match the provided state.
	States []experimentv1.State `protobuf:"varint,5,rep,packed,name=states,proto3,enum=determined.experiment.v1.State" json:"states,omitempty"`
	// Limit trials to those that are owned by the specified experiments.
	ExperimentId int32 `protobuf:"varint,6,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// contains filtered or unexported fields
}

Get the list of trials for an experiment.

func (*GetExperimentTrialsRequest) Descriptor deprecated

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

Deprecated: Use GetExperimentTrialsRequest.ProtoReflect.Descriptor instead.

func (*GetExperimentTrialsRequest) GetExperimentId

func (x *GetExperimentTrialsRequest) GetExperimentId() int32

func (*GetExperimentTrialsRequest) GetLimit

func (x *GetExperimentTrialsRequest) GetLimit() int32

func (*GetExperimentTrialsRequest) GetOffset

func (x *GetExperimentTrialsRequest) GetOffset() int32

func (*GetExperimentTrialsRequest) GetOrderBy

func (x *GetExperimentTrialsRequest) GetOrderBy() OrderBy

func (*GetExperimentTrialsRequest) GetSortBy

func (*GetExperimentTrialsRequest) GetStates

func (*GetExperimentTrialsRequest) ProtoMessage

func (*GetExperimentTrialsRequest) ProtoMessage()

func (*GetExperimentTrialsRequest) ProtoReflect

func (*GetExperimentTrialsRequest) Reset

func (x *GetExperimentTrialsRequest) Reset()

func (*GetExperimentTrialsRequest) String

func (x *GetExperimentTrialsRequest) String() string

type GetExperimentTrialsRequest_SortBy

type GetExperimentTrialsRequest_SortBy int32

Sorts trials by the given field.

const (
	// Returns trials in an unsorted list.
	GetExperimentTrialsRequest_SORT_BY_UNSPECIFIED GetExperimentTrialsRequest_SortBy = 0
	// Returns trials sorted by id.
	GetExperimentTrialsRequest_SORT_BY_ID GetExperimentTrialsRequest_SortBy = 1
	// Return trials sorted by start time.
	GetExperimentTrialsRequest_SORT_BY_START_TIME GetExperimentTrialsRequest_SortBy = 4
	// Return trials sorted by end time. Trials without end times are
	// returned after trials that are.
	GetExperimentTrialsRequest_SORT_BY_END_TIME GetExperimentTrialsRequest_SortBy = 5
	// Return trials sorted by state.
	GetExperimentTrialsRequest_SORT_BY_STATE GetExperimentTrialsRequest_SortBy = 6
	// Return the trials sorted by the best metric so far, where the metric is
	// specified by `searcher.metric` in the experiment configuration.
	GetExperimentTrialsRequest_SORT_BY_BEST_VALIDATION_METRIC GetExperimentTrialsRequest_SortBy = 7
	// Return the trials sorted by the latest metric so far, where the metric is
	// specified by `searcher.metric` in the experiment configuration.
	GetExperimentTrialsRequest_SORT_BY_LATEST_VALIDATION_METRIC GetExperimentTrialsRequest_SortBy = 8
	// Return the trials sorted by the number of batches completed.
	GetExperimentTrialsRequest_SORT_BY_BATCHES_PROCESSED GetExperimentTrialsRequest_SortBy = 9
	// Return the trials sorted by the total duration.
	GetExperimentTrialsRequest_SORT_BY_DURATION GetExperimentTrialsRequest_SortBy = 10
	// Return the trials sorted by the number of restarts.
	GetExperimentTrialsRequest_SORT_BY_RESTARTS GetExperimentTrialsRequest_SortBy = 11
	// Return the trials sorted by checkpoint size.
	GetExperimentTrialsRequest_SORT_BY_CHECKPOINT_SIZE GetExperimentTrialsRequest_SortBy = 12
)

func (GetExperimentTrialsRequest_SortBy) Descriptor

func (GetExperimentTrialsRequest_SortBy) Enum

func (GetExperimentTrialsRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetExperimentTrialsRequest_SortBy.Descriptor instead.

func (GetExperimentTrialsRequest_SortBy) Number

func (GetExperimentTrialsRequest_SortBy) String

func (GetExperimentTrialsRequest_SortBy) Type

type GetExperimentTrialsResponse

type GetExperimentTrialsResponse struct {

	// The list of returned trials.
	Trials []*trialv1.Trial `protobuf:"bytes,1,rep,name=trials,proto3" json:"trials,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetExperimentTrialsRequest.

func (*GetExperimentTrialsResponse) Descriptor deprecated

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

Deprecated: Use GetExperimentTrialsResponse.ProtoReflect.Descriptor instead.

func (*GetExperimentTrialsResponse) GetPagination

func (x *GetExperimentTrialsResponse) GetPagination() *Pagination

func (*GetExperimentTrialsResponse) GetTrials

func (x *GetExperimentTrialsResponse) GetTrials() []*trialv1.Trial

func (*GetExperimentTrialsResponse) ProtoMessage

func (*GetExperimentTrialsResponse) ProtoMessage()

func (*GetExperimentTrialsResponse) ProtoReflect

func (*GetExperimentTrialsResponse) Reset

func (x *GetExperimentTrialsResponse) Reset()

func (*GetExperimentTrialsResponse) String

func (x *GetExperimentTrialsResponse) String() string

type GetExperimentValidationHistoryRequest

type GetExperimentValidationHistoryRequest struct {

	// The id of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// contains filtered or unexported fields
}

Get the validation history for the requested experiment. The validation history is a time ordered list of the historical best validations.

func (*GetExperimentValidationHistoryRequest) Descriptor deprecated

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

Deprecated: Use GetExperimentValidationHistoryRequest.ProtoReflect.Descriptor instead.

func (*GetExperimentValidationHistoryRequest) GetExperimentId

func (x *GetExperimentValidationHistoryRequest) GetExperimentId() int32

func (*GetExperimentValidationHistoryRequest) ProtoMessage

func (*GetExperimentValidationHistoryRequest) ProtoMessage()

func (*GetExperimentValidationHistoryRequest) ProtoReflect

func (*GetExperimentValidationHistoryRequest) Reset

func (*GetExperimentValidationHistoryRequest) String

type GetExperimentValidationHistoryResponse

type GetExperimentValidationHistoryResponse struct {

	// validation_history is a collection of zero or more validation metrics for
	// an experiment, describing the best metrics as they were reported through
	// the lifetime of an experiment. The historical list of best validations.
	ValidationHistory []*experimentv1.ValidationHistoryEntry `protobuf:"bytes,1,rep,name=validation_history,json=validationHistory,proto3" json:"validation_history,omitempty"`
	// contains filtered or unexported fields
}

Response to GetExperimentValidationHistoryRequest.

func (*GetExperimentValidationHistoryResponse) Descriptor deprecated

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

Deprecated: Use GetExperimentValidationHistoryResponse.ProtoReflect.Descriptor instead.

func (*GetExperimentValidationHistoryResponse) GetValidationHistory

func (*GetExperimentValidationHistoryResponse) ProtoMessage

func (*GetExperimentValidationHistoryResponse) ProtoReflect

func (*GetExperimentValidationHistoryResponse) Reset

func (*GetExperimentValidationHistoryResponse) String

type GetExperimentsRequest

type GetExperimentsRequest struct {

	// Sort experiments by the given field.
	SortBy GetExperimentsRequest_SortBy `` /* 132-byte string literal not displayed */
	// Order experiments in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of experiments before returning results. Negative values
	// denote number of experiments to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of experiments.
	// 0 or Unspecified - returns a default of 100.
	// -1               - returns everything.
	// -2               - returns pagination info but no experiments.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit experiments to those that match the description.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// Limit experiments to those that match the name.
	Name string `protobuf:"bytes,10,opt,name=name,proto3" json:"name,omitempty"`
	// Limit experiments to those that match the provided labels.
	Labels []string `protobuf:"bytes,6,rep,name=labels,proto3" json:"labels,omitempty"`
	// Limit experiments to those that are archived.
	Archived *wrappers.BoolValue `protobuf:"bytes,7,opt,name=archived,proto3" json:"archived,omitempty"`
	// Limit experiments to those that match the provided state.
	States []experimentv1.State `protobuf:"varint,8,rep,packed,name=states,proto3,enum=determined.experiment.v1.State" json:"states,omitempty"`
	// Limit experiments to those that are owned by users with the specified
	// usernames.
	Users []string `protobuf:"bytes,9,rep,name=users,proto3" json:"users,omitempty"`
	// Limit experiments to those that are owned by users with the specified
	// userIds.
	UserIds []int32 `protobuf:"varint,11,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// Limit experiments to those within a specified project, or 0 for all
	// projects.
	ProjectId int32 `protobuf:"varint,12,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// filtering by experiment ids
	ExperimentIdFilter *commonv1.Int32FieldFilter `protobuf:"bytes,13,opt,name=experiment_id_filter,json=experimentIdFilter,proto3" json:"experiment_id_filter,omitempty"`
	// whether to surface trial specific data from the best trial
	ShowTrialData bool `protobuf:"varint,14,opt,name=show_trial_data,json=showTrialData,proto3" json:"show_trial_data,omitempty"`
	// contains filtered or unexported fields
}

Get a list of experiments.

func (*GetExperimentsRequest) Descriptor deprecated

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

Deprecated: Use GetExperimentsRequest.ProtoReflect.Descriptor instead.

func (*GetExperimentsRequest) GetArchived

func (x *GetExperimentsRequest) GetArchived() *wrappers.BoolValue

func (*GetExperimentsRequest) GetDescription

func (x *GetExperimentsRequest) GetDescription() string

func (*GetExperimentsRequest) GetExperimentIdFilter

func (x *GetExperimentsRequest) GetExperimentIdFilter() *commonv1.Int32FieldFilter

func (*GetExperimentsRequest) GetLabels

func (x *GetExperimentsRequest) GetLabels() []string

func (*GetExperimentsRequest) GetLimit

func (x *GetExperimentsRequest) GetLimit() int32

func (*GetExperimentsRequest) GetName

func (x *GetExperimentsRequest) GetName() string

func (*GetExperimentsRequest) GetOffset

func (x *GetExperimentsRequest) GetOffset() int32

func (*GetExperimentsRequest) GetOrderBy

func (x *GetExperimentsRequest) GetOrderBy() OrderBy

func (*GetExperimentsRequest) GetProjectId

func (x *GetExperimentsRequest) GetProjectId() int32

func (*GetExperimentsRequest) GetShowTrialData

func (x *GetExperimentsRequest) GetShowTrialData() bool

func (*GetExperimentsRequest) GetSortBy

func (*GetExperimentsRequest) GetStates

func (x *GetExperimentsRequest) GetStates() []experimentv1.State

func (*GetExperimentsRequest) GetUserIds

func (x *GetExperimentsRequest) GetUserIds() []int32

func (*GetExperimentsRequest) GetUsers

func (x *GetExperimentsRequest) GetUsers() []string

func (*GetExperimentsRequest) ProtoMessage

func (*GetExperimentsRequest) ProtoMessage()

func (*GetExperimentsRequest) ProtoReflect

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

func (*GetExperimentsRequest) Reset

func (x *GetExperimentsRequest) Reset()

func (*GetExperimentsRequest) String

func (x *GetExperimentsRequest) String() string

type GetExperimentsRequest_SortBy

type GetExperimentsRequest_SortBy int32

Sorts experiments by the given field.

const (
	// Returns experiments in an unsorted list.
	GetExperimentsRequest_SORT_BY_UNSPECIFIED GetExperimentsRequest_SortBy = 0
	// Returns experiments sorted by id.
	GetExperimentsRequest_SORT_BY_ID GetExperimentsRequest_SortBy = 1
	// Returns experiments sorted by description.
	GetExperimentsRequest_SORT_BY_DESCRIPTION GetExperimentsRequest_SortBy = 2
	// Return experiments sorted by start time.
	GetExperimentsRequest_SORT_BY_START_TIME GetExperimentsRequest_SortBy = 4
	// Return experiments sorted by end time. Experiments without end_time are
	// returned after the ones with end_time.
	GetExperimentsRequest_SORT_BY_END_TIME GetExperimentsRequest_SortBy = 5
	// Return experiments sorted by state.
	GetExperimentsRequest_SORT_BY_STATE GetExperimentsRequest_SortBy = 6
	// Return experiments sorted by number of trials.
	GetExperimentsRequest_SORT_BY_NUM_TRIALS GetExperimentsRequest_SortBy = 8
	// Return experiments sorted by progress.
	GetExperimentsRequest_SORT_BY_PROGRESS GetExperimentsRequest_SortBy = 9
	// Return experiments sorted by user.
	GetExperimentsRequest_SORT_BY_USER GetExperimentsRequest_SortBy = 10
	// Returns experiments sorted by name.
	GetExperimentsRequest_SORT_BY_NAME GetExperimentsRequest_SortBy = 11
	// Returns experiments sorted by originating model.
	GetExperimentsRequest_SORT_BY_FORKED_FROM GetExperimentsRequest_SortBy = 12
	// Returns experiments sorted by resource pool.
	GetExperimentsRequest_SORT_BY_RESOURCE_POOL GetExperimentsRequest_SortBy = 13
	// Returns experiments sorted by project.
	GetExperimentsRequest_SORT_BY_PROJECT_ID GetExperimentsRequest_SortBy = 14
	// Returns experiments sorted by checkpoint size.
	GetExperimentsRequest_SORT_BY_CHECKPOINT_SIZE GetExperimentsRequest_SortBy = 15
	// Returns experiments sorted by checkpoint count.
	GetExperimentsRequest_SORT_BY_CHECKPOINT_COUNT GetExperimentsRequest_SortBy = 16
	// Returns experiments sorted by searcher metric value..
	GetExperimentsRequest_SORT_BY_SEARCHER_METRIC_VAL GetExperimentsRequest_SortBy = 17
)

func (GetExperimentsRequest_SortBy) Descriptor

func (GetExperimentsRequest_SortBy) Enum

func (GetExperimentsRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetExperimentsRequest_SortBy.Descriptor instead.

func (GetExperimentsRequest_SortBy) Number

func (GetExperimentsRequest_SortBy) String

func (GetExperimentsRequest_SortBy) Type

type GetExperimentsResponse

type GetExperimentsResponse struct {

	// The list of returned experiments.
	Experiments []*experimentv1.Experiment `protobuf:"bytes,1,rep,name=experiments,proto3" json:"experiments,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetExperimentsRequest.

func (*GetExperimentsResponse) Descriptor deprecated

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

Deprecated: Use GetExperimentsResponse.ProtoReflect.Descriptor instead.

func (*GetExperimentsResponse) GetExperiments

func (x *GetExperimentsResponse) GetExperiments() []*experimentv1.Experiment

func (*GetExperimentsResponse) GetPagination

func (x *GetExperimentsResponse) GetPagination() *Pagination

func (*GetExperimentsResponse) ProtoMessage

func (*GetExperimentsResponse) ProtoMessage()

func (*GetExperimentsResponse) ProtoReflect

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

func (*GetExperimentsResponse) Reset

func (x *GetExperimentsResponse) Reset()

func (*GetExperimentsResponse) String

func (x *GetExperimentsResponse) String() string

type GetGroupRequest

type GetGroupRequest struct {

	// The id of the group to return.
	GroupId int32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

GetGroupRequest is the body of the request for the call to get a group by id.

func (*GetGroupRequest) Descriptor deprecated

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

Deprecated: Use GetGroupRequest.ProtoReflect.Descriptor instead.

func (*GetGroupRequest) GetGroupId

func (x *GetGroupRequest) GetGroupId() int32

func (*GetGroupRequest) ProtoMessage

func (*GetGroupRequest) ProtoMessage()

func (*GetGroupRequest) ProtoReflect

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

func (*GetGroupRequest) Reset

func (x *GetGroupRequest) Reset()

func (*GetGroupRequest) String

func (x *GetGroupRequest) String() string

type GetGroupResponse

type GetGroupResponse struct {

	// The group info
	Group *groupv1.GroupDetails `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

GetGroupResponse is the body of the response for the call to get a group by id.

func (*GetGroupResponse) Descriptor deprecated

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

Deprecated: Use GetGroupResponse.ProtoReflect.Descriptor instead.

func (*GetGroupResponse) GetGroup

func (x *GetGroupResponse) GetGroup() *groupv1.GroupDetails

func (*GetGroupResponse) ProtoMessage

func (*GetGroupResponse) ProtoMessage()

func (*GetGroupResponse) ProtoReflect

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

func (*GetGroupResponse) Reset

func (x *GetGroupResponse) Reset()

func (*GetGroupResponse) String

func (x *GetGroupResponse) String() string

type GetGroupsAndUsersAssignedToWorkspaceRequest

type GetGroupsAndUsersAssignedToWorkspaceRequest struct {

	// ID of workspace getting groups and users.
	WorkspaceId int32 `protobuf:"varint,1,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// Name of groups and users to search by. Name filters by group name for
	// groups. Name filters by display name then username if display name is null
	// for users.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request object for GetGroupsAndUsersAssignedToWorkspace.

func (*GetGroupsAndUsersAssignedToWorkspaceRequest) Descriptor deprecated

Deprecated: Use GetGroupsAndUsersAssignedToWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*GetGroupsAndUsersAssignedToWorkspaceRequest) GetName

func (*GetGroupsAndUsersAssignedToWorkspaceRequest) GetWorkspaceId

func (*GetGroupsAndUsersAssignedToWorkspaceRequest) ProtoMessage

func (*GetGroupsAndUsersAssignedToWorkspaceRequest) ProtoReflect

func (*GetGroupsAndUsersAssignedToWorkspaceRequest) Reset

func (*GetGroupsAndUsersAssignedToWorkspaceRequest) String

type GetGroupsAndUsersAssignedToWorkspaceResponse

type GetGroupsAndUsersAssignedToWorkspaceResponse struct {

	// Groups with a role assigned to the given workspace scope.
	// Contains user membership of each group.
	Groups []*groupv1.GroupDetails `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// Only contains users assigned directly to roles on the workspace scope.
	UsersAssignedDirectly []*userv1.User `` /* 126-byte string literal not displayed */
	// Roles assigned to workspace with associations between
	// groups and users_assigned_directly with roles.
	Assignments []*rbacv1.RoleWithAssignments `protobuf:"bytes,3,rep,name=assignments,proto3" json:"assignments,omitempty"`
	// contains filtered or unexported fields
}

Response object for GetGroupsAndUsersAssignedToWorkspace.

func (*GetGroupsAndUsersAssignedToWorkspaceResponse) Descriptor deprecated

Deprecated: Use GetGroupsAndUsersAssignedToWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*GetGroupsAndUsersAssignedToWorkspaceResponse) GetAssignments

func (*GetGroupsAndUsersAssignedToWorkspaceResponse) GetGroups

func (*GetGroupsAndUsersAssignedToWorkspaceResponse) GetUsersAssignedDirectly

func (x *GetGroupsAndUsersAssignedToWorkspaceResponse) GetUsersAssignedDirectly() []*userv1.User

func (*GetGroupsAndUsersAssignedToWorkspaceResponse) ProtoMessage

func (*GetGroupsAndUsersAssignedToWorkspaceResponse) ProtoReflect

func (*GetGroupsAndUsersAssignedToWorkspaceResponse) Reset

func (*GetGroupsAndUsersAssignedToWorkspaceResponse) String

type GetGroupsRequest

type GetGroupsRequest struct {

	// The id of the user to use to find groups to which the user belongs.
	UserId int32 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The group name to use when searching.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Skip the number of groups before returning results. Negative values
	// denote number of groups to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of groups. Required and must be must be <= 500.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

GetGroupsRequest is the body of the request for the call to search for groups.

func (*GetGroupsRequest) Descriptor deprecated

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

Deprecated: Use GetGroupsRequest.ProtoReflect.Descriptor instead.

func (*GetGroupsRequest) GetLimit

func (x *GetGroupsRequest) GetLimit() int32

func (*GetGroupsRequest) GetName

func (x *GetGroupsRequest) GetName() string

func (*GetGroupsRequest) GetOffset

func (x *GetGroupsRequest) GetOffset() int32

func (*GetGroupsRequest) GetUserId

func (x *GetGroupsRequest) GetUserId() int32

func (*GetGroupsRequest) ProtoMessage

func (*GetGroupsRequest) ProtoMessage()

func (*GetGroupsRequest) ProtoReflect

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

func (*GetGroupsRequest) Reset

func (x *GetGroupsRequest) Reset()

func (*GetGroupsRequest) String

func (x *GetGroupsRequest) String() string

type GetGroupsResponse

type GetGroupsResponse struct {

	// The found groups
	Groups []*groupv1.GroupSearchResult `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

GetGroupsResponse is the body of the response for the call to search for groups.

func (*GetGroupsResponse) Descriptor deprecated

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

Deprecated: Use GetGroupsResponse.ProtoReflect.Descriptor instead.

func (*GetGroupsResponse) GetGroups

func (x *GetGroupsResponse) GetGroups() []*groupv1.GroupSearchResult

func (*GetGroupsResponse) GetPagination

func (x *GetGroupsResponse) GetPagination() *Pagination

func (*GetGroupsResponse) ProtoMessage

func (*GetGroupsResponse) ProtoMessage()

func (*GetGroupsResponse) ProtoReflect

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

func (*GetGroupsResponse) Reset

func (x *GetGroupsResponse) Reset()

func (*GetGroupsResponse) String

func (x *GetGroupsResponse) String() string

type GetJobQueueStatsRequest

type GetJobQueueStatsRequest struct {

	// Filter the results based on a set of resource pools.
	ResourcePools []string `protobuf:"bytes,1,rep,name=resource_pools,json=resourcePools,proto3" json:"resource_pools,omitempty"`
	// contains filtered or unexported fields
}

Get job stats.

func (*GetJobQueueStatsRequest) Descriptor deprecated

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

Deprecated: Use GetJobQueueStatsRequest.ProtoReflect.Descriptor instead.

func (*GetJobQueueStatsRequest) GetResourcePools

func (x *GetJobQueueStatsRequest) GetResourcePools() []string

func (*GetJobQueueStatsRequest) ProtoMessage

func (*GetJobQueueStatsRequest) ProtoMessage()

func (*GetJobQueueStatsRequest) ProtoReflect

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

func (*GetJobQueueStatsRequest) Reset

func (x *GetJobQueueStatsRequest) Reset()

func (*GetJobQueueStatsRequest) String

func (x *GetJobQueueStatsRequest) String() string

type GetJobQueueStatsResponse

type GetJobQueueStatsResponse struct {

	// List of queue stats per resource pool.
	Results []*RPQueueStat `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Response to GetJobQueueStatsRequest.

func (*GetJobQueueStatsResponse) Descriptor deprecated

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

Deprecated: Use GetJobQueueStatsResponse.ProtoReflect.Descriptor instead.

func (*GetJobQueueStatsResponse) GetResults

func (x *GetJobQueueStatsResponse) GetResults() []*RPQueueStat

func (*GetJobQueueStatsResponse) ProtoMessage

func (*GetJobQueueStatsResponse) ProtoMessage()

func (*GetJobQueueStatsResponse) ProtoReflect

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

func (*GetJobQueueStatsResponse) Reset

func (x *GetJobQueueStatsResponse) Reset()

func (*GetJobQueueStatsResponse) String

func (x *GetJobQueueStatsResponse) String() string

type GetJobsRequest

type GetJobsRequest struct {

	// Pagination offset.
	Offset int32 `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"`
	// Pagination limit.
	Limit int32 `protobuf:"varint,11,opt,name=limit,proto3" json:"limit,omitempty"`
	// The target resource-pool for agent resource manager.
	ResourcePool string `protobuf:"bytes,2,opt,name=resource_pool,json=resourcePool,proto3" json:"resource_pool,omitempty"`
	// Order results in either ascending or descending order by the number of
	// jobs ahead.
	OrderBy OrderBy `protobuf:"varint,3,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Filter to jobs with states among those given.
	States []jobv1.State `protobuf:"varint,4,rep,packed,name=states,proto3,enum=determined.job.v1.State" json:"states,omitempty"`
	// contains filtered or unexported fields
}

Get a list of jobs sorted by number of jobs ahead & job ID.

func (*GetJobsRequest) Descriptor deprecated

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

Deprecated: Use GetJobsRequest.ProtoReflect.Descriptor instead.

func (*GetJobsRequest) GetLimit

func (x *GetJobsRequest) GetLimit() int32

func (*GetJobsRequest) GetOffset

func (x *GetJobsRequest) GetOffset() int32

func (*GetJobsRequest) GetOrderBy

func (x *GetJobsRequest) GetOrderBy() OrderBy

func (*GetJobsRequest) GetResourcePool

func (x *GetJobsRequest) GetResourcePool() string

func (*GetJobsRequest) GetStates

func (x *GetJobsRequest) GetStates() []jobv1.State

func (*GetJobsRequest) ProtoMessage

func (*GetJobsRequest) ProtoMessage()

func (*GetJobsRequest) ProtoReflect

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

func (*GetJobsRequest) Reset

func (x *GetJobsRequest) Reset()

func (*GetJobsRequest) String

func (x *GetJobsRequest) String() string

type GetJobsResponse

type GetJobsResponse struct {

	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// List of the request jobs.
	Jobs []*jobv1.Job `protobuf:"bytes,2,rep,name=jobs,proto3" json:"jobs,omitempty"`
	// contains filtered or unexported fields
}

Response to GetJobsRequest.

func (*GetJobsResponse) Descriptor deprecated

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

Deprecated: Use GetJobsResponse.ProtoReflect.Descriptor instead.

func (*GetJobsResponse) GetJobs

func (x *GetJobsResponse) GetJobs() []*jobv1.Job

func (*GetJobsResponse) GetPagination

func (x *GetJobsResponse) GetPagination() *Pagination

func (*GetJobsResponse) ProtoMessage

func (*GetJobsResponse) ProtoMessage()

func (*GetJobsResponse) ProtoReflect

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

func (*GetJobsResponse) Reset

func (x *GetJobsResponse) Reset()

func (*GetJobsResponse) String

func (x *GetJobsResponse) String() string

type GetJobsV2Request

type GetJobsV2Request struct {

	// Pagination offset.
	Offset int32 `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"`
	// Pagination limit.
	Limit int32 `protobuf:"varint,11,opt,name=limit,proto3" json:"limit,omitempty"`
	// The target resource-pool for agent resource manager.
	ResourcePool string `protobuf:"bytes,2,opt,name=resource_pool,json=resourcePool,proto3" json:"resource_pool,omitempty"`
	// Order results in either ascending or descending order by the number of
	// jobs ahead.
	OrderBy OrderBy `protobuf:"varint,3,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Filter to jobs with states among those given.
	States []jobv1.State `protobuf:"varint,4,rep,packed,name=states,proto3,enum=determined.job.v1.State" json:"states,omitempty"`
	// contains filtered or unexported fields
}

Get a list of jobs sorted by number of jobs ahead & job ID.

func (*GetJobsV2Request) Descriptor deprecated

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

Deprecated: Use GetJobsV2Request.ProtoReflect.Descriptor instead.

func (*GetJobsV2Request) GetLimit

func (x *GetJobsV2Request) GetLimit() int32

func (*GetJobsV2Request) GetOffset

func (x *GetJobsV2Request) GetOffset() int32

func (*GetJobsV2Request) GetOrderBy

func (x *GetJobsV2Request) GetOrderBy() OrderBy

func (*GetJobsV2Request) GetResourcePool

func (x *GetJobsV2Request) GetResourcePool() string

func (*GetJobsV2Request) GetStates

func (x *GetJobsV2Request) GetStates() []jobv1.State

func (*GetJobsV2Request) ProtoMessage

func (*GetJobsV2Request) ProtoMessage()

func (*GetJobsV2Request) ProtoReflect

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

func (*GetJobsV2Request) Reset

func (x *GetJobsV2Request) Reset()

func (*GetJobsV2Request) String

func (x *GetJobsV2Request) String() string

type GetJobsV2Response

type GetJobsV2Response struct {

	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// List of the requested jobs.
	Jobs []*jobv1.RBACJob `protobuf:"bytes,2,rep,name=jobs,proto3" json:"jobs,omitempty"`
	// contains filtered or unexported fields
}

Response to GetJobsV2Request.

func (*GetJobsV2Response) Descriptor deprecated

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

Deprecated: Use GetJobsV2Response.ProtoReflect.Descriptor instead.

func (*GetJobsV2Response) GetJobs

func (x *GetJobsV2Response) GetJobs() []*jobv1.RBACJob

func (*GetJobsV2Response) GetPagination

func (x *GetJobsV2Response) GetPagination() *Pagination

func (*GetJobsV2Response) ProtoMessage

func (*GetJobsV2Response) ProtoMessage()

func (*GetJobsV2Response) ProtoReflect

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

func (*GetJobsV2Response) Reset

func (x *GetJobsV2Response) Reset()

func (*GetJobsV2Response) String

func (x *GetJobsV2Response) String() string

type GetMasterConfigRequest

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

Get master config.

func (*GetMasterConfigRequest) Descriptor deprecated

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

Deprecated: Use GetMasterConfigRequest.ProtoReflect.Descriptor instead.

func (*GetMasterConfigRequest) ProtoMessage

func (*GetMasterConfigRequest) ProtoMessage()

func (*GetMasterConfigRequest) ProtoReflect

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

func (*GetMasterConfigRequest) Reset

func (x *GetMasterConfigRequest) Reset()

func (*GetMasterConfigRequest) String

func (x *GetMasterConfigRequest) String() string

type GetMasterConfigResponse

type GetMasterConfigResponse struct {

	// The config file loaded by the master.
	Config *_struct.Struct `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Response to GetMasterRequest.

func (*GetMasterConfigResponse) Descriptor deprecated

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

Deprecated: Use GetMasterConfigResponse.ProtoReflect.Descriptor instead.

func (*GetMasterConfigResponse) GetConfig

func (x *GetMasterConfigResponse) GetConfig() *_struct.Struct

func (*GetMasterConfigResponse) ProtoMessage

func (*GetMasterConfigResponse) ProtoMessage()

func (*GetMasterConfigResponse) ProtoReflect

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

func (*GetMasterConfigResponse) Reset

func (x *GetMasterConfigResponse) Reset()

func (*GetMasterConfigResponse) String

func (x *GetMasterConfigResponse) String() string

type GetMasterRequest

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

Get master information.

func (*GetMasterRequest) Descriptor deprecated

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

Deprecated: Use GetMasterRequest.ProtoReflect.Descriptor instead.

func (*GetMasterRequest) ProtoMessage

func (*GetMasterRequest) ProtoMessage()

func (*GetMasterRequest) ProtoReflect

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

func (*GetMasterRequest) Reset

func (x *GetMasterRequest) Reset()

func (*GetMasterRequest) String

func (x *GetMasterRequest) String() string

type GetMasterResponse

type GetMasterResponse struct {

	// The current version of the master.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// The current instance id of the master.
	MasterId string `protobuf:"bytes,2,opt,name=master_id,json=masterId,proto3" json:"master_id,omitempty"`
	// The global cluster id of the master.
	ClusterId string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// The cluster name.
	ClusterName string `protobuf:"bytes,4,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"`
	// Telemetry status.
	TelemetryEnabled bool `protobuf:"varint,5,opt,name=telemetry_enabled,json=telemetryEnabled,proto3" json:"telemetry_enabled,omitempty"`
	// SSO providers.
	SsoProviders []*SSOProvider `protobuf:"bytes,6,rep,name=sso_providers,json=ssoProviders,proto3" json:"sso_providers,omitempty"`
	// Redirect for starting internal sessions..
	ExternalLoginUri string `protobuf:"bytes,7,opt,name=external_login_uri,json=externalLoginUri,proto3" json:"external_login_uri,omitempty"`
	// Redirect for ending external sessions.
	ExternalLogoutUri string `protobuf:"bytes,8,opt,name=external_logout_uri,json=externalLogoutUri,proto3" json:"external_logout_uri,omitempty"`
	// Branding style to use on front-end.
	Branding string `protobuf:"bytes,9,opt,name=branding,proto3" json:"branding,omitempty"`
	// Feature flag for RBAC and user groups.
	RbacEnabled bool `protobuf:"varint,10,opt,name=rbac_enabled,json=rbacEnabled,proto3" json:"rbac_enabled,omitempty"`
	// What kind of product offering the cluster is part of, if any
	Product GetMasterResponse_Product `protobuf:"varint,11,opt,name=product,proto3,enum=determined.api.v1.GetMasterResponse_Product" json:"product,omitempty"`
	// List of features that is on.
	FeatureSwitches []string `protobuf:"bytes,12,rep,name=feature_switches,json=featureSwitches,proto3" json:"feature_switches,omitempty"`
	// Feature flag for user management.
	UserManagementEnabled bool `` /* 128-byte string literal not displayed */
	// Feature flag for strict job queue control.
	StrictJobQueueControl bool `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response to GetMasterRequest.

func (*GetMasterResponse) Descriptor deprecated

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

Deprecated: Use GetMasterResponse.ProtoReflect.Descriptor instead.

func (*GetMasterResponse) GetBranding

func (x *GetMasterResponse) GetBranding() string

func (*GetMasterResponse) GetClusterId

func (x *GetMasterResponse) GetClusterId() string

func (*GetMasterResponse) GetClusterName

func (x *GetMasterResponse) GetClusterName() string

func (*GetMasterResponse) GetExternalLoginUri

func (x *GetMasterResponse) GetExternalLoginUri() string

func (*GetMasterResponse) GetExternalLogoutUri

func (x *GetMasterResponse) GetExternalLogoutUri() string

func (*GetMasterResponse) GetFeatureSwitches

func (x *GetMasterResponse) GetFeatureSwitches() []string

func (*GetMasterResponse) GetMasterId

func (x *GetMasterResponse) GetMasterId() string

func (*GetMasterResponse) GetProduct

func (*GetMasterResponse) GetRbacEnabled

func (x *GetMasterResponse) GetRbacEnabled() bool

func (*GetMasterResponse) GetSsoProviders

func (x *GetMasterResponse) GetSsoProviders() []*SSOProvider

func (*GetMasterResponse) GetStrictJobQueueControl

func (x *GetMasterResponse) GetStrictJobQueueControl() bool

func (*GetMasterResponse) GetTelemetryEnabled

func (x *GetMasterResponse) GetTelemetryEnabled() bool

func (*GetMasterResponse) GetUserManagementEnabled

func (x *GetMasterResponse) GetUserManagementEnabled() bool

func (*GetMasterResponse) GetVersion

func (x *GetMasterResponse) GetVersion() string

func (*GetMasterResponse) ProtoMessage

func (*GetMasterResponse) ProtoMessage()

func (*GetMasterResponse) ProtoReflect

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

func (*GetMasterResponse) Reset

func (x *GetMasterResponse) Reset()

func (*GetMasterResponse) String

func (x *GetMasterResponse) String() string

type GetMasterResponse_Product

type GetMasterResponse_Product int32

Different kinds of Determined Cloud offerings

const (
	// Not a Cloud Community offering
	GetMasterResponse_PRODUCT_UNSPECIFIED GetMasterResponse_Product = 0
	// Determined Cloud, Community Edition
	GetMasterResponse_PRODUCT_COMMUNITY GetMasterResponse_Product = 1
)

func (GetMasterResponse_Product) Descriptor

func (GetMasterResponse_Product) Enum

func (GetMasterResponse_Product) EnumDescriptor deprecated

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

Deprecated: Use GetMasterResponse_Product.Descriptor instead.

func (GetMasterResponse_Product) Number

func (GetMasterResponse_Product) String

func (x GetMasterResponse_Product) String() string

func (GetMasterResponse_Product) Type

type GetMeRequest

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

Get the requested current user.

func (*GetMeRequest) Descriptor deprecated

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

Deprecated: Use GetMeRequest.ProtoReflect.Descriptor instead.

func (*GetMeRequest) ProtoMessage

func (*GetMeRequest) ProtoMessage()

func (*GetMeRequest) ProtoReflect

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

func (*GetMeRequest) Reset

func (x *GetMeRequest) Reset()

func (*GetMeRequest) String

func (x *GetMeRequest) String() string

type GetMeResponse

type GetMeResponse struct {

	// The requested user.
	User *userv1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

Response to GetMeRequest.

func (*GetMeResponse) Descriptor deprecated

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

Deprecated: Use GetMeResponse.ProtoReflect.Descriptor instead.

func (*GetMeResponse) GetUser

func (x *GetMeResponse) GetUser() *userv1.User

func (*GetMeResponse) ProtoMessage

func (*GetMeResponse) ProtoMessage()

func (*GetMeResponse) ProtoReflect

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

func (*GetMeResponse) Reset

func (x *GetMeResponse) Reset()

func (*GetMeResponse) String

func (x *GetMeResponse) String() string

type GetMetricsRequest

type GetMetricsRequest struct {

	// Trial IDs to get metrics for.
	TrialIds []int32 `protobuf:"varint,1,rep,packed,name=trial_ids,json=trialIds,proto3" json:"trial_ids,omitempty"`
	// The group of metrics to get eg 'training', 'validation', etc.
	Group string `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

Stream training metrics.

func (*GetMetricsRequest) Descriptor deprecated

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

Deprecated: Use GetMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetMetricsRequest) GetGroup

func (x *GetMetricsRequest) GetGroup() string

func (*GetMetricsRequest) GetTrialIds

func (x *GetMetricsRequest) GetTrialIds() []int32

func (*GetMetricsRequest) ProtoMessage

func (*GetMetricsRequest) ProtoMessage()

func (*GetMetricsRequest) ProtoReflect

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

func (*GetMetricsRequest) Reset

func (x *GetMetricsRequest) Reset()

func (*GetMetricsRequest) String

func (x *GetMetricsRequest) String() string

type GetMetricsResponse

type GetMetricsResponse struct {

	// Metric response.
	Metrics []*trialv1.MetricsReport `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

Response to GetMetricsRequest.

func (*GetMetricsResponse) Descriptor deprecated

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

Deprecated: Use GetMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetMetricsResponse) GetMetrics

func (x *GetMetricsResponse) GetMetrics() []*trialv1.MetricsReport

func (*GetMetricsResponse) ProtoMessage

func (*GetMetricsResponse) ProtoMessage()

func (*GetMetricsResponse) ProtoReflect

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

func (*GetMetricsResponse) Reset

func (x *GetMetricsResponse) Reset()

func (*GetMetricsResponse) String

func (x *GetMetricsResponse) String() string

type GetModelDefFileRequest

type GetModelDefFileRequest struct {

	// The id of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// The path of file.
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

Request to get a file of model definition.

func (*GetModelDefFileRequest) Descriptor deprecated

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

Deprecated: Use GetModelDefFileRequest.ProtoReflect.Descriptor instead.

func (*GetModelDefFileRequest) GetExperimentId

func (x *GetModelDefFileRequest) GetExperimentId() int32

func (*GetModelDefFileRequest) GetPath

func (x *GetModelDefFileRequest) GetPath() string

func (*GetModelDefFileRequest) ProtoMessage

func (*GetModelDefFileRequest) ProtoMessage()

func (*GetModelDefFileRequest) ProtoReflect

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

func (*GetModelDefFileRequest) Reset

func (x *GetModelDefFileRequest) Reset()

func (*GetModelDefFileRequest) String

func (x *GetModelDefFileRequest) String() string

type GetModelDefFileResponse

type GetModelDefFileResponse struct {

	// Content of file.
	File []byte `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

Response to GetModelDefFileRequest.

func (*GetModelDefFileResponse) Descriptor deprecated

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

Deprecated: Use GetModelDefFileResponse.ProtoReflect.Descriptor instead.

func (*GetModelDefFileResponse) GetFile

func (x *GetModelDefFileResponse) GetFile() []byte

func (*GetModelDefFileResponse) ProtoMessage

func (*GetModelDefFileResponse) ProtoMessage()

func (*GetModelDefFileResponse) ProtoReflect

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

func (*GetModelDefFileResponse) Reset

func (x *GetModelDefFileResponse) Reset()

func (*GetModelDefFileResponse) String

func (x *GetModelDefFileResponse) String() string

type GetModelDefRequest

type GetModelDefRequest struct {

	// The id of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// contains filtered or unexported fields
}

Request for an experiment model definition.

func (*GetModelDefRequest) Descriptor deprecated

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

Deprecated: Use GetModelDefRequest.ProtoReflect.Descriptor instead.

func (*GetModelDefRequest) GetExperimentId

func (x *GetModelDefRequest) GetExperimentId() int32

func (*GetModelDefRequest) ProtoMessage

func (*GetModelDefRequest) ProtoMessage()

func (*GetModelDefRequest) ProtoReflect

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

func (*GetModelDefRequest) Reset

func (x *GetModelDefRequest) Reset()

func (*GetModelDefRequest) String

func (x *GetModelDefRequest) String() string

type GetModelDefResponse

type GetModelDefResponse struct {

	// The base64-encoded, gzipped, tarball.
	B64Tgz string `protobuf:"bytes,1,opt,name=b64_tgz,json=b64Tgz,proto3" json:"b64_tgz,omitempty"`
	// contains filtered or unexported fields
}

Response to GetModelDefRequest.

func (*GetModelDefResponse) Descriptor deprecated

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

Deprecated: Use GetModelDefResponse.ProtoReflect.Descriptor instead.

func (*GetModelDefResponse) GetB64Tgz

func (x *GetModelDefResponse) GetB64Tgz() string

func (*GetModelDefResponse) ProtoMessage

func (*GetModelDefResponse) ProtoMessage()

func (*GetModelDefResponse) ProtoReflect

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

func (*GetModelDefResponse) Reset

func (x *GetModelDefResponse) Reset()

func (*GetModelDefResponse) String

func (x *GetModelDefResponse) String() string

type GetModelDefTreeRequest

type GetModelDefTreeRequest struct {

	// The id of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// contains filtered or unexported fields
}

Request to get model definition file tree of an experiment.

func (*GetModelDefTreeRequest) Descriptor deprecated

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

Deprecated: Use GetModelDefTreeRequest.ProtoReflect.Descriptor instead.

func (*GetModelDefTreeRequest) GetExperimentId

func (x *GetModelDefTreeRequest) GetExperimentId() int32

func (*GetModelDefTreeRequest) ProtoMessage

func (*GetModelDefTreeRequest) ProtoMessage()

func (*GetModelDefTreeRequest) ProtoReflect

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

func (*GetModelDefTreeRequest) Reset

func (x *GetModelDefTreeRequest) Reset()

func (*GetModelDefTreeRequest) String

func (x *GetModelDefTreeRequest) String() string

type GetModelDefTreeResponse

type GetModelDefTreeResponse struct {

	// File tree of an experiment.
	Files []*experimentv1.FileNode `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

Response to GetModelDefTreeRequest.

func (*GetModelDefTreeResponse) Descriptor deprecated

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

Deprecated: Use GetModelDefTreeResponse.ProtoReflect.Descriptor instead.

func (*GetModelDefTreeResponse) GetFiles

func (*GetModelDefTreeResponse) ProtoMessage

func (*GetModelDefTreeResponse) ProtoMessage()

func (*GetModelDefTreeResponse) ProtoReflect

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

func (*GetModelDefTreeResponse) Reset

func (x *GetModelDefTreeResponse) Reset()

func (*GetModelDefTreeResponse) String

func (x *GetModelDefTreeResponse) String() string

type GetModelLabelsRequest

type GetModelLabelsRequest struct {

	// Optional workspace ID to limit query for model tags.
	WorkspaceId *int32 `protobuf:"varint,1,opt,name=workspace_id,json=workspaceId,proto3,oneof" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Get a list of model labels.

func (*GetModelLabelsRequest) Descriptor deprecated

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

Deprecated: Use GetModelLabelsRequest.ProtoReflect.Descriptor instead.

func (*GetModelLabelsRequest) GetWorkspaceId

func (x *GetModelLabelsRequest) GetWorkspaceId() int32

func (*GetModelLabelsRequest) ProtoMessage

func (*GetModelLabelsRequest) ProtoMessage()

func (*GetModelLabelsRequest) ProtoReflect

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

func (*GetModelLabelsRequest) Reset

func (x *GetModelLabelsRequest) Reset()

func (*GetModelLabelsRequest) String

func (x *GetModelLabelsRequest) String() string

type GetModelLabelsResponse

type GetModelLabelsResponse struct {

	// List of labels used across all models.
	Labels []string `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

Response to GetModelLabelsRequest.

func (*GetModelLabelsResponse) Descriptor deprecated

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

Deprecated: Use GetModelLabelsResponse.ProtoReflect.Descriptor instead.

func (*GetModelLabelsResponse) GetLabels

func (x *GetModelLabelsResponse) GetLabels() []string

func (*GetModelLabelsResponse) ProtoMessage

func (*GetModelLabelsResponse) ProtoMessage()

func (*GetModelLabelsResponse) ProtoReflect

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

func (*GetModelLabelsResponse) Reset

func (x *GetModelLabelsResponse) Reset()

func (*GetModelLabelsResponse) String

func (x *GetModelLabelsResponse) String() string

type GetModelRequest

type GetModelRequest struct {

	// The name of the model.
	ModelName string `protobuf:"bytes,2,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// contains filtered or unexported fields
}

Get the requested model.

func (*GetModelRequest) Descriptor deprecated

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

Deprecated: Use GetModelRequest.ProtoReflect.Descriptor instead.

func (*GetModelRequest) GetModelName

func (x *GetModelRequest) GetModelName() string

func (*GetModelRequest) ProtoMessage

func (*GetModelRequest) ProtoMessage()

func (*GetModelRequest) ProtoReflect

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

func (*GetModelRequest) Reset

func (x *GetModelRequest) Reset()

func (*GetModelRequest) String

func (x *GetModelRequest) String() string

type GetModelResponse

type GetModelResponse struct {

	// The model requested.
	Model *modelv1.Model `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

Response to GetModelRequest.

func (*GetModelResponse) Descriptor deprecated

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

Deprecated: Use GetModelResponse.ProtoReflect.Descriptor instead.

func (*GetModelResponse) GetModel

func (x *GetModelResponse) GetModel() *modelv1.Model

func (*GetModelResponse) ProtoMessage

func (*GetModelResponse) ProtoMessage()

func (*GetModelResponse) ProtoReflect

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

func (*GetModelResponse) Reset

func (x *GetModelResponse) Reset()

func (*GetModelResponse) String

func (x *GetModelResponse) String() string

type GetModelVersionRequest

type GetModelVersionRequest struct {

	// The name of the model.
	ModelName string `protobuf:"bytes,3,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// Sequential model version number.
	ModelVersionNum int32 `protobuf:"varint,2,opt,name=model_version_num,json=modelVersionNum,proto3" json:"model_version_num,omitempty"`
	// contains filtered or unexported fields
}

Request for a version of a model in the registry.

func (*GetModelVersionRequest) Descriptor deprecated

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

Deprecated: Use GetModelVersionRequest.ProtoReflect.Descriptor instead.

func (*GetModelVersionRequest) GetModelName

func (x *GetModelVersionRequest) GetModelName() string

func (*GetModelVersionRequest) GetModelVersionNum

func (x *GetModelVersionRequest) GetModelVersionNum() int32

func (*GetModelVersionRequest) ProtoMessage

func (*GetModelVersionRequest) ProtoMessage()

func (*GetModelVersionRequest) ProtoReflect

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

func (*GetModelVersionRequest) Reset

func (x *GetModelVersionRequest) Reset()

func (*GetModelVersionRequest) String

func (x *GetModelVersionRequest) String() string

type GetModelVersionResponse

type GetModelVersionResponse struct {

	// The model version requested.
	ModelVersion *modelv1.ModelVersion `protobuf:"bytes,1,opt,name=model_version,json=modelVersion,proto3" json:"model_version,omitempty"`
	// contains filtered or unexported fields
}

Response for GetModelVersionRequest.

func (*GetModelVersionResponse) Descriptor deprecated

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

Deprecated: Use GetModelVersionResponse.ProtoReflect.Descriptor instead.

func (*GetModelVersionResponse) GetModelVersion

func (x *GetModelVersionResponse) GetModelVersion() *modelv1.ModelVersion

func (*GetModelVersionResponse) ProtoMessage

func (*GetModelVersionResponse) ProtoMessage()

func (*GetModelVersionResponse) ProtoReflect

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

func (*GetModelVersionResponse) Reset

func (x *GetModelVersionResponse) Reset()

func (*GetModelVersionResponse) String

func (x *GetModelVersionResponse) String() string

type GetModelVersionsRequest

type GetModelVersionsRequest struct {

	// Sort the model versions by the given field.
	SortBy GetModelVersionsRequest_SortBy `` /* 134-byte string literal not displayed */
	// Order model versions in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of model versions before returning results. Negative values
	// denote number of models to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of model versions. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// The name of the model.
	ModelName string `protobuf:"bytes,6,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// contains filtered or unexported fields
}

Get a list of versions of the requested model.

func (*GetModelVersionsRequest) Descriptor deprecated

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

Deprecated: Use GetModelVersionsRequest.ProtoReflect.Descriptor instead.

func (*GetModelVersionsRequest) GetLimit

func (x *GetModelVersionsRequest) GetLimit() int32

func (*GetModelVersionsRequest) GetModelName

func (x *GetModelVersionsRequest) GetModelName() string

func (*GetModelVersionsRequest) GetOffset

func (x *GetModelVersionsRequest) GetOffset() int32

func (*GetModelVersionsRequest) GetOrderBy

func (x *GetModelVersionsRequest) GetOrderBy() OrderBy

func (*GetModelVersionsRequest) GetSortBy

func (*GetModelVersionsRequest) ProtoMessage

func (*GetModelVersionsRequest) ProtoMessage()

func (*GetModelVersionsRequest) ProtoReflect

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

func (*GetModelVersionsRequest) Reset

func (x *GetModelVersionsRequest) Reset()

func (*GetModelVersionsRequest) String

func (x *GetModelVersionsRequest) String() string

type GetModelVersionsRequest_SortBy

type GetModelVersionsRequest_SortBy int32

Sort models by the given field.

const (
	// Returns model versions in an unsorted list.
	GetModelVersionsRequest_SORT_BY_UNSPECIFIED GetModelVersionsRequest_SortBy = 0
	// Returns model versions sorted by version number.
	GetModelVersionsRequest_SORT_BY_VERSION GetModelVersionsRequest_SortBy = 3
	// Returns model versions sorted by creation_time.
	GetModelVersionsRequest_SORT_BY_CREATION_TIME GetModelVersionsRequest_SortBy = 4
)

func (GetModelVersionsRequest_SortBy) Descriptor

func (GetModelVersionsRequest_SortBy) Enum

func (GetModelVersionsRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetModelVersionsRequest_SortBy.Descriptor instead.

func (GetModelVersionsRequest_SortBy) Number

func (GetModelVersionsRequest_SortBy) String

func (GetModelVersionsRequest_SortBy) Type

type GetModelVersionsResponse

type GetModelVersionsResponse struct {

	// The model requested.
	Model *modelv1.Model `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// The list of returned model versions.
	ModelVersions []*modelv1.ModelVersion `protobuf:"bytes,2,rep,name=model_versions,json=modelVersions,proto3" json:"model_versions,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response for GetModelVersionRequest.

func (*GetModelVersionsResponse) Descriptor deprecated

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

Deprecated: Use GetModelVersionsResponse.ProtoReflect.Descriptor instead.

func (*GetModelVersionsResponse) GetModel

func (x *GetModelVersionsResponse) GetModel() *modelv1.Model

func (*GetModelVersionsResponse) GetModelVersions

func (x *GetModelVersionsResponse) GetModelVersions() []*modelv1.ModelVersion

func (*GetModelVersionsResponse) GetPagination

func (x *GetModelVersionsResponse) GetPagination() *Pagination

func (*GetModelVersionsResponse) ProtoMessage

func (*GetModelVersionsResponse) ProtoMessage()

func (*GetModelVersionsResponse) ProtoReflect

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

func (*GetModelVersionsResponse) Reset

func (x *GetModelVersionsResponse) Reset()

func (*GetModelVersionsResponse) String

func (x *GetModelVersionsResponse) String() string

type GetModelsRequest

type GetModelsRequest struct {

	// Sort the models by the given field.
	SortBy GetModelsRequest_SortBy `` /* 127-byte string literal not displayed */
	// Order models in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of models before returning results. Negative values
	// denote number of models to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of models. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit the models to those matching or partially-matching the name.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// Limit the models to those matching or partially-matching the description.
	Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	// Limit the models to those with the following labels.
	Labels []string `protobuf:"bytes,7,rep,name=labels,proto3" json:"labels,omitempty"`
	// Limit to unarchived models only.
	Archived *wrappers.BoolValue `protobuf:"bytes,8,opt,name=archived,proto3" json:"archived,omitempty"`
	// Limit the models to those made by the users with the following usernames.
	Users []string `protobuf:"bytes,9,rep,name=users,proto3" json:"users,omitempty"`
	// Limit models to those that belong to the following workspace names.
	WorkspaceNames []string `protobuf:"bytes,12,rep,name=workspace_names,json=workspaceNames,proto3" json:"workspace_names,omitempty"`
	// Limit the models to those made by the users with the following userIds.
	UserIds []int32 `protobuf:"varint,11,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// Limit the models to this model id.
	Id int32 `protobuf:"varint,10,opt,name=id,proto3" json:"id,omitempty"`
	// Limit models to those that belong to the following workspace ids.
	WorkspaceIds []int32 `protobuf:"varint,13,rep,packed,name=workspace_ids,json=workspaceIds,proto3" json:"workspace_ids,omitempty"`
	// contains filtered or unexported fields
}

Get a list of models.

func (*GetModelsRequest) Descriptor deprecated

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

Deprecated: Use GetModelsRequest.ProtoReflect.Descriptor instead.

func (*GetModelsRequest) GetArchived

func (x *GetModelsRequest) GetArchived() *wrappers.BoolValue

func (*GetModelsRequest) GetDescription

func (x *GetModelsRequest) GetDescription() string

func (*GetModelsRequest) GetId

func (x *GetModelsRequest) GetId() int32

func (*GetModelsRequest) GetLabels

func (x *GetModelsRequest) GetLabels() []string

func (*GetModelsRequest) GetLimit

func (x *GetModelsRequest) GetLimit() int32

func (*GetModelsRequest) GetName

func (x *GetModelsRequest) GetName() string

func (*GetModelsRequest) GetOffset

func (x *GetModelsRequest) GetOffset() int32

func (*GetModelsRequest) GetOrderBy

func (x *GetModelsRequest) GetOrderBy() OrderBy

func (*GetModelsRequest) GetSortBy

func (*GetModelsRequest) GetUserIds

func (x *GetModelsRequest) GetUserIds() []int32

func (*GetModelsRequest) GetUsers

func (x *GetModelsRequest) GetUsers() []string

func (*GetModelsRequest) GetWorkspaceIds

func (x *GetModelsRequest) GetWorkspaceIds() []int32

func (*GetModelsRequest) GetWorkspaceNames

func (x *GetModelsRequest) GetWorkspaceNames() []string

func (*GetModelsRequest) ProtoMessage

func (*GetModelsRequest) ProtoMessage()

func (*GetModelsRequest) ProtoReflect

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

func (*GetModelsRequest) Reset

func (x *GetModelsRequest) Reset()

func (*GetModelsRequest) String

func (x *GetModelsRequest) String() string

type GetModelsRequest_SortBy

type GetModelsRequest_SortBy int32

Sort models by the given field.

const (
	// Returns models in an unsorted list.
	GetModelsRequest_SORT_BY_UNSPECIFIED GetModelsRequest_SortBy = 0
	// Returns models sorted by name.
	GetModelsRequest_SORT_BY_NAME GetModelsRequest_SortBy = 1
	// Returns models sorted by description.
	GetModelsRequest_SORT_BY_DESCRIPTION GetModelsRequest_SortBy = 2
	// Returns models sorted by creation time.
	GetModelsRequest_SORT_BY_CREATION_TIME GetModelsRequest_SortBy = 4
	// Returns models sorted by last updated time.
	GetModelsRequest_SORT_BY_LAST_UPDATED_TIME GetModelsRequest_SortBy = 5
	// Returns models sorted by number of version.
	GetModelsRequest_SORT_BY_NUM_VERSIONS GetModelsRequest_SortBy = 6
	// Returns models sorted by workspace name.
	GetModelsRequest_SORT_BY_WORKSPACE GetModelsRequest_SortBy = 7
)

func (GetModelsRequest_SortBy) Descriptor

func (GetModelsRequest_SortBy) Enum

func (GetModelsRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetModelsRequest_SortBy.Descriptor instead.

func (GetModelsRequest_SortBy) Number

func (GetModelsRequest_SortBy) String

func (x GetModelsRequest_SortBy) String() string

func (GetModelsRequest_SortBy) Type

type GetModelsResponse

type GetModelsResponse struct {

	// The list of returned models.
	Models []*modelv1.Model `protobuf:"bytes,1,rep,name=models,proto3" json:"models,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetModelsRequest.

func (*GetModelsResponse) Descriptor deprecated

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

Deprecated: Use GetModelsResponse.ProtoReflect.Descriptor instead.

func (*GetModelsResponse) GetModels

func (x *GetModelsResponse) GetModels() []*modelv1.Model

func (*GetModelsResponse) GetPagination

func (x *GetModelsResponse) GetPagination() *Pagination

func (*GetModelsResponse) ProtoMessage

func (*GetModelsResponse) ProtoMessage()

func (*GetModelsResponse) ProtoReflect

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

func (*GetModelsResponse) Reset

func (x *GetModelsResponse) Reset()

func (*GetModelsResponse) String

func (x *GetModelsResponse) String() string

type GetNotebookRequest

type GetNotebookRequest struct {

	// The id of the notebook.
	NotebookId string `protobuf:"bytes,1,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	// contains filtered or unexported fields
}

Get the requested notebook.

func (*GetNotebookRequest) Descriptor deprecated

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

Deprecated: Use GetNotebookRequest.ProtoReflect.Descriptor instead.

func (*GetNotebookRequest) GetNotebookId

func (x *GetNotebookRequest) GetNotebookId() string

func (*GetNotebookRequest) ProtoMessage

func (*GetNotebookRequest) ProtoMessage()

func (*GetNotebookRequest) ProtoReflect

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

func (*GetNotebookRequest) Reset

func (x *GetNotebookRequest) Reset()

func (*GetNotebookRequest) String

func (x *GetNotebookRequest) String() string

type GetNotebookResponse

type GetNotebookResponse struct {

	// The requested notebook.
	Notebook *notebookv1.Notebook `protobuf:"bytes,1,opt,name=notebook,proto3" json:"notebook,omitempty"`
	// The notebook config.
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Response to GetNotebookRequest.

func (*GetNotebookResponse) Descriptor deprecated

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

Deprecated: Use GetNotebookResponse.ProtoReflect.Descriptor instead.

func (*GetNotebookResponse) GetConfig

func (x *GetNotebookResponse) GetConfig() *_struct.Struct

func (*GetNotebookResponse) GetNotebook

func (x *GetNotebookResponse) GetNotebook() *notebookv1.Notebook

func (*GetNotebookResponse) ProtoMessage

func (*GetNotebookResponse) ProtoMessage()

func (*GetNotebookResponse) ProtoReflect

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

func (*GetNotebookResponse) Reset

func (x *GetNotebookResponse) Reset()

func (*GetNotebookResponse) String

func (x *GetNotebookResponse) String() string

type GetNotebooksRequest

type GetNotebooksRequest struct {

	// Sort notebooks by the given field.
	SortBy GetNotebooksRequest_SortBy `` /* 130-byte string literal not displayed */
	// Order notebooks in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of notebooks before returning results. Negative values
	// denote number of notebooks to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of notebooks. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit notebooks to those that are owned by users with the specified
	// usernames.
	Users []string `protobuf:"bytes,5,rep,name=users,proto3" json:"users,omitempty"`
	// Limit notebooks to those that are owned by users with the specified
	// userIds.
	UserIds []int32 `protobuf:"varint,6,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// Limit to those within a specified workspace, or 0 for all
	// accessible workspaces.
	WorkspaceId int32 `protobuf:"varint,12,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Get a list of notebooks.

func (*GetNotebooksRequest) Descriptor deprecated

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

Deprecated: Use GetNotebooksRequest.ProtoReflect.Descriptor instead.

func (*GetNotebooksRequest) GetLimit

func (x *GetNotebooksRequest) GetLimit() int32

func (*GetNotebooksRequest) GetOffset

func (x *GetNotebooksRequest) GetOffset() int32

func (*GetNotebooksRequest) GetOrderBy

func (x *GetNotebooksRequest) GetOrderBy() OrderBy

func (*GetNotebooksRequest) GetSortBy

func (*GetNotebooksRequest) GetUserIds

func (x *GetNotebooksRequest) GetUserIds() []int32

func (*GetNotebooksRequest) GetUsers

func (x *GetNotebooksRequest) GetUsers() []string

func (*GetNotebooksRequest) GetWorkspaceId

func (x *GetNotebooksRequest) GetWorkspaceId() int32

func (*GetNotebooksRequest) ProtoMessage

func (*GetNotebooksRequest) ProtoMessage()

func (*GetNotebooksRequest) ProtoReflect

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

func (*GetNotebooksRequest) Reset

func (x *GetNotebooksRequest) Reset()

func (*GetNotebooksRequest) String

func (x *GetNotebooksRequest) String() string

type GetNotebooksRequest_SortBy

type GetNotebooksRequest_SortBy int32

Sorts notebooks by the given field.

const (
	// Returns notebooks in an unsorted list.
	GetNotebooksRequest_SORT_BY_UNSPECIFIED GetNotebooksRequest_SortBy = 0
	// Returns notebooks sorted by id.
	GetNotebooksRequest_SORT_BY_ID GetNotebooksRequest_SortBy = 1
	// Returns notebooks sorted by description.
	GetNotebooksRequest_SORT_BY_DESCRIPTION GetNotebooksRequest_SortBy = 2
	// Return notebooks sorted by start time.
	GetNotebooksRequest_SORT_BY_START_TIME GetNotebooksRequest_SortBy = 4
	// Return notebooks sorted by workspace_id
	GetNotebooksRequest_SORT_BY_WORKSPACE_ID GetNotebooksRequest_SortBy = 5
)

func (GetNotebooksRequest_SortBy) Descriptor

func (GetNotebooksRequest_SortBy) Enum

func (GetNotebooksRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetNotebooksRequest_SortBy.Descriptor instead.

func (GetNotebooksRequest_SortBy) Number

func (GetNotebooksRequest_SortBy) String

func (GetNotebooksRequest_SortBy) Type

type GetNotebooksResponse

type GetNotebooksResponse struct {

	// The list of returned notebooks.
	Notebooks []*notebookv1.Notebook `protobuf:"bytes,1,rep,name=notebooks,proto3" json:"notebooks,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetNotebooksRequest.

func (*GetNotebooksResponse) Descriptor deprecated

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

Deprecated: Use GetNotebooksResponse.ProtoReflect.Descriptor instead.

func (*GetNotebooksResponse) GetNotebooks

func (x *GetNotebooksResponse) GetNotebooks() []*notebookv1.Notebook

func (*GetNotebooksResponse) GetPagination

func (x *GetNotebooksResponse) GetPagination() *Pagination

func (*GetNotebooksResponse) ProtoMessage

func (*GetNotebooksResponse) ProtoMessage()

func (*GetNotebooksResponse) ProtoReflect

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

func (*GetNotebooksResponse) Reset

func (x *GetNotebooksResponse) Reset()

func (*GetNotebooksResponse) String

func (x *GetNotebooksResponse) String() string

type GetPermissionsSummaryRequest

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

List all permissions for the current user in all parts of the cluster.

func (*GetPermissionsSummaryRequest) Descriptor deprecated

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

Deprecated: Use GetPermissionsSummaryRequest.ProtoReflect.Descriptor instead.

func (*GetPermissionsSummaryRequest) ProtoMessage

func (*GetPermissionsSummaryRequest) ProtoMessage()

func (*GetPermissionsSummaryRequest) ProtoReflect

func (*GetPermissionsSummaryRequest) Reset

func (x *GetPermissionsSummaryRequest) Reset()

func (*GetPermissionsSummaryRequest) String

type GetPermissionsSummaryResponse

type GetPermissionsSummaryResponse struct {

	// A group of roles in cluster and other scopes.
	Roles []*rbacv1.Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// Lists of assignments for the cluster and other scopes.
	Assignments []*rbacv1.RoleAssignmentSummary `protobuf:"bytes,2,rep,name=assignments,proto3" json:"assignments,omitempty"`
	// contains filtered or unexported fields
}

Response to GetPermissionsSummaryRequest.

func (*GetPermissionsSummaryResponse) Descriptor deprecated

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

Deprecated: Use GetPermissionsSummaryResponse.ProtoReflect.Descriptor instead.

func (*GetPermissionsSummaryResponse) GetAssignments

func (*GetPermissionsSummaryResponse) GetRoles

func (x *GetPermissionsSummaryResponse) GetRoles() []*rbacv1.Role

func (*GetPermissionsSummaryResponse) ProtoMessage

func (*GetPermissionsSummaryResponse) ProtoMessage()

func (*GetPermissionsSummaryResponse) ProtoReflect

func (*GetPermissionsSummaryResponse) Reset

func (x *GetPermissionsSummaryResponse) Reset()

func (*GetPermissionsSummaryResponse) String

type GetProjectColumnsRequest

type GetProjectColumnsRequest struct {

	// The id of the project.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for experiment list columns

func (*GetProjectColumnsRequest) Descriptor deprecated

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

Deprecated: Use GetProjectColumnsRequest.ProtoReflect.Descriptor instead.

func (*GetProjectColumnsRequest) GetId

func (x *GetProjectColumnsRequest) GetId() int32

func (*GetProjectColumnsRequest) ProtoMessage

func (*GetProjectColumnsRequest) ProtoMessage()

func (*GetProjectColumnsRequest) ProtoReflect

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

func (*GetProjectColumnsRequest) Reset

func (x *GetProjectColumnsRequest) Reset()

func (*GetProjectColumnsRequest) String

func (x *GetProjectColumnsRequest) String() string

type GetProjectColumnsResponse

type GetProjectColumnsResponse struct {

	// List of columns.
	Columns []*projectv1.ProjectColumn `protobuf:"bytes,4,rep,name=columns,proto3" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

Response for experiment list columns

func (*GetProjectColumnsResponse) Descriptor deprecated

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

Deprecated: Use GetProjectColumnsResponse.ProtoReflect.Descriptor instead.

func (*GetProjectColumnsResponse) GetColumns

func (*GetProjectColumnsResponse) ProtoMessage

func (*GetProjectColumnsResponse) ProtoMessage()

func (*GetProjectColumnsResponse) ProtoReflect

func (*GetProjectColumnsResponse) Reset

func (x *GetProjectColumnsResponse) Reset()

func (*GetProjectColumnsResponse) String

func (x *GetProjectColumnsResponse) String() string

type GetProjectNumericMetricsRangeRequest

type GetProjectNumericMetricsRangeRequest struct {

	// The id of the project.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for experiment list metrics ranges

func (*GetProjectNumericMetricsRangeRequest) Descriptor deprecated

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

Deprecated: Use GetProjectNumericMetricsRangeRequest.ProtoReflect.Descriptor instead.

func (*GetProjectNumericMetricsRangeRequest) GetId

func (*GetProjectNumericMetricsRangeRequest) ProtoMessage

func (*GetProjectNumericMetricsRangeRequest) ProtoMessage()

func (*GetProjectNumericMetricsRangeRequest) ProtoReflect

func (*GetProjectNumericMetricsRangeRequest) Reset

func (*GetProjectNumericMetricsRangeRequest) String

type GetProjectNumericMetricsRangeResponse

type GetProjectNumericMetricsRangeResponse struct {

	// List of ranges.
	Ranges []*projectv1.MetricsRange `protobuf:"bytes,1,rep,name=ranges,proto3" json:"ranges,omitempty"`
	// contains filtered or unexported fields
}

Response for experiment list metrics ranges

func (*GetProjectNumericMetricsRangeResponse) Descriptor deprecated

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

Deprecated: Use GetProjectNumericMetricsRangeResponse.ProtoReflect.Descriptor instead.

func (*GetProjectNumericMetricsRangeResponse) GetRanges

func (*GetProjectNumericMetricsRangeResponse) ProtoMessage

func (*GetProjectNumericMetricsRangeResponse) ProtoMessage()

func (*GetProjectNumericMetricsRangeResponse) ProtoReflect

func (*GetProjectNumericMetricsRangeResponse) Reset

func (*GetProjectNumericMetricsRangeResponse) String

type GetProjectRequest

type GetProjectRequest struct {

	// The id of the project.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Get the requested project.

func (*GetProjectRequest) Descriptor deprecated

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

Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.

func (*GetProjectRequest) GetId

func (x *GetProjectRequest) GetId() int32

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) ProtoReflect

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

func (*GetProjectRequest) Reset

func (x *GetProjectRequest) Reset()

func (*GetProjectRequest) String

func (x *GetProjectRequest) String() string

type GetProjectResponse

type GetProjectResponse struct {

	// The project requested.
	Project *projectv1.Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

Response to GetProjectRequest.

func (*GetProjectResponse) Descriptor deprecated

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

Deprecated: Use GetProjectResponse.ProtoReflect.Descriptor instead.

func (*GetProjectResponse) GetProject

func (x *GetProjectResponse) GetProject() *projectv1.Project

func (*GetProjectResponse) ProtoMessage

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) ProtoReflect

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

func (*GetProjectResponse) Reset

func (x *GetProjectResponse) Reset()

func (*GetProjectResponse) String

func (x *GetProjectResponse) String() string

type GetProjectsByUserActivityRequest

type GetProjectsByUserActivityRequest struct {

	// Limit number of project entries
	Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

Get projects based on user activity.

func (*GetProjectsByUserActivityRequest) Descriptor deprecated

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

Deprecated: Use GetProjectsByUserActivityRequest.ProtoReflect.Descriptor instead.

func (*GetProjectsByUserActivityRequest) GetLimit

func (*GetProjectsByUserActivityRequest) ProtoMessage

func (*GetProjectsByUserActivityRequest) ProtoMessage()

func (*GetProjectsByUserActivityRequest) ProtoReflect

func (*GetProjectsByUserActivityRequest) Reset

func (*GetProjectsByUserActivityRequest) String

type GetProjectsByUserActivityResponse

type GetProjectsByUserActivityResponse struct {

	// A list of projects
	Projects []*projectv1.Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

Response to GetProjectsByUserActivityRequest.

func (*GetProjectsByUserActivityResponse) Descriptor deprecated

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

Deprecated: Use GetProjectsByUserActivityResponse.ProtoReflect.Descriptor instead.

func (*GetProjectsByUserActivityResponse) GetProjects

func (*GetProjectsByUserActivityResponse) ProtoMessage

func (*GetProjectsByUserActivityResponse) ProtoMessage()

func (*GetProjectsByUserActivityResponse) ProtoReflect

func (*GetProjectsByUserActivityResponse) Reset

func (*GetProjectsByUserActivityResponse) String

type GetResourcePoolsRequest

type GetResourcePoolsRequest struct {

	// Skip the number of resource pools before returning results. Negative values
	// denote number of resource pools to skip from the end before returning
	// results.
	Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of resource pools. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// Indicate whether or not to return unbound pools only.
	Unbound bool `protobuf:"varint,3,opt,name=unbound,proto3" json:"unbound,omitempty"`
	// contains filtered or unexported fields
}

Get the list of resource pools from the cluster.

func (*GetResourcePoolsRequest) Descriptor deprecated

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

Deprecated: Use GetResourcePoolsRequest.ProtoReflect.Descriptor instead.

func (*GetResourcePoolsRequest) GetLimit

func (x *GetResourcePoolsRequest) GetLimit() int32

func (*GetResourcePoolsRequest) GetOffset

func (x *GetResourcePoolsRequest) GetOffset() int32

func (*GetResourcePoolsRequest) GetUnbound

func (x *GetResourcePoolsRequest) GetUnbound() bool

func (*GetResourcePoolsRequest) ProtoMessage

func (*GetResourcePoolsRequest) ProtoMessage()

func (*GetResourcePoolsRequest) ProtoReflect

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

func (*GetResourcePoolsRequest) Reset

func (x *GetResourcePoolsRequest) Reset()

func (*GetResourcePoolsRequest) String

func (x *GetResourcePoolsRequest) String() string

type GetResourcePoolsResponse

type GetResourcePoolsResponse struct {

	// The list of returned resource pools.
	ResourcePools []*resourcepoolv1.ResourcePool `protobuf:"bytes,1,rep,name=resource_pools,json=resourcePools,proto3" json:"resource_pools,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetResourcePoolsRequest.

func (*GetResourcePoolsResponse) Descriptor deprecated

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

Deprecated: Use GetResourcePoolsResponse.ProtoReflect.Descriptor instead.

func (*GetResourcePoolsResponse) GetPagination

func (x *GetResourcePoolsResponse) GetPagination() *Pagination

func (*GetResourcePoolsResponse) GetResourcePools

func (x *GetResourcePoolsResponse) GetResourcePools() []*resourcepoolv1.ResourcePool

func (*GetResourcePoolsResponse) ProtoMessage

func (*GetResourcePoolsResponse) ProtoMessage()

func (*GetResourcePoolsResponse) ProtoReflect

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

func (*GetResourcePoolsResponse) Reset

func (x *GetResourcePoolsResponse) Reset()

func (*GetResourcePoolsResponse) String

func (x *GetResourcePoolsResponse) String() string

type GetRolesAssignedToGroupRequest

type GetRolesAssignedToGroupRequest struct {

	// The id of the group to search for role assignments for
	GroupId int32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

Request object for GetRolesAssignedToGroup

func (*GetRolesAssignedToGroupRequest) Descriptor deprecated

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

Deprecated: Use GetRolesAssignedToGroupRequest.ProtoReflect.Descriptor instead.

func (*GetRolesAssignedToGroupRequest) GetGroupId

func (x *GetRolesAssignedToGroupRequest) GetGroupId() int32

func (*GetRolesAssignedToGroupRequest) ProtoMessage

func (*GetRolesAssignedToGroupRequest) ProtoMessage()

func (*GetRolesAssignedToGroupRequest) ProtoReflect

func (*GetRolesAssignedToGroupRequest) Reset

func (x *GetRolesAssignedToGroupRequest) Reset()

func (*GetRolesAssignedToGroupRequest) String

type GetRolesAssignedToGroupResponse

type GetRolesAssignedToGroupResponse struct {

	// The roles assigned to the requested groups.
	Roles []*rbacv1.Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// What scope each role is assigned to.
	Assignments []*rbacv1.RoleAssignmentSummary `protobuf:"bytes,2,rep,name=assignments,proto3" json:"assignments,omitempty"`
	// contains filtered or unexported fields
}

Response object for GetRolesAssignedToGroup

func (*GetRolesAssignedToGroupResponse) Descriptor deprecated

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

Deprecated: Use GetRolesAssignedToGroupResponse.ProtoReflect.Descriptor instead.

func (*GetRolesAssignedToGroupResponse) GetAssignments

func (*GetRolesAssignedToGroupResponse) GetRoles

func (x *GetRolesAssignedToGroupResponse) GetRoles() []*rbacv1.Role

func (*GetRolesAssignedToGroupResponse) ProtoMessage

func (*GetRolesAssignedToGroupResponse) ProtoMessage()

func (*GetRolesAssignedToGroupResponse) ProtoReflect

func (*GetRolesAssignedToGroupResponse) Reset

func (*GetRolesAssignedToGroupResponse) String

type GetRolesAssignedToUserRequest

type GetRolesAssignedToUserRequest struct {

	// The id of the user to search for role assignments for
	UserId int32 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

Request object for GetRolesAssignedToUser

func (*GetRolesAssignedToUserRequest) Descriptor deprecated

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

Deprecated: Use GetRolesAssignedToUserRequest.ProtoReflect.Descriptor instead.

func (*GetRolesAssignedToUserRequest) GetUserId

func (x *GetRolesAssignedToUserRequest) GetUserId() int32

func (*GetRolesAssignedToUserRequest) ProtoMessage

func (*GetRolesAssignedToUserRequest) ProtoMessage()

func (*GetRolesAssignedToUserRequest) ProtoReflect

func (*GetRolesAssignedToUserRequest) Reset

func (x *GetRolesAssignedToUserRequest) Reset()

func (*GetRolesAssignedToUserRequest) String

type GetRolesAssignedToUserResponse

type GetRolesAssignedToUserResponse struct {

	// The roles assigned to the requested user with assignment information.
	Roles []*rbacv1.RoleWithAssignments `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

Response object for GetRolesAssignedToUser

func (*GetRolesAssignedToUserResponse) Descriptor deprecated

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

Deprecated: Use GetRolesAssignedToUserResponse.ProtoReflect.Descriptor instead.

func (*GetRolesAssignedToUserResponse) GetRoles

func (*GetRolesAssignedToUserResponse) ProtoMessage

func (*GetRolesAssignedToUserResponse) ProtoMessage()

func (*GetRolesAssignedToUserResponse) ProtoReflect

func (*GetRolesAssignedToUserResponse) Reset

func (x *GetRolesAssignedToUserResponse) Reset()

func (*GetRolesAssignedToUserResponse) String

type GetRolesByIDRequest

type GetRolesByIDRequest struct {

	// The ids of the roles to be returned
	RoleIds []int32 `protobuf:"varint,1,rep,packed,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	// contains filtered or unexported fields
}

Request object for GetRolesByID

func (*GetRolesByIDRequest) Descriptor deprecated

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

Deprecated: Use GetRolesByIDRequest.ProtoReflect.Descriptor instead.

func (*GetRolesByIDRequest) GetRoleIds

func (x *GetRolesByIDRequest) GetRoleIds() []int32

func (*GetRolesByIDRequest) ProtoMessage

func (*GetRolesByIDRequest) ProtoMessage()

func (*GetRolesByIDRequest) ProtoReflect

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

func (*GetRolesByIDRequest) Reset

func (x *GetRolesByIDRequest) Reset()

func (*GetRolesByIDRequest) String

func (x *GetRolesByIDRequest) String() string

type GetRolesByIDResponse

type GetRolesByIDResponse struct {

	// The roles requested
	Roles []*rbacv1.RoleWithAssignments `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

Response object for GetRolesByID

func (*GetRolesByIDResponse) Descriptor deprecated

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

Deprecated: Use GetRolesByIDResponse.ProtoReflect.Descriptor instead.

func (*GetRolesByIDResponse) GetRoles

func (*GetRolesByIDResponse) ProtoMessage

func (*GetRolesByIDResponse) ProtoMessage()

func (*GetRolesByIDResponse) ProtoReflect

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

func (*GetRolesByIDResponse) Reset

func (x *GetRolesByIDResponse) Reset()

func (*GetRolesByIDResponse) String

func (x *GetRolesByIDResponse) String() string

type GetSearcherEventsRequest

type GetSearcherEventsRequest struct {

	// The ID of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// contains filtered or unexported fields
}

Request to get the list of searcher events.

func (*GetSearcherEventsRequest) Descriptor deprecated

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

Deprecated: Use GetSearcherEventsRequest.ProtoReflect.Descriptor instead.

func (*GetSearcherEventsRequest) GetExperimentId

func (x *GetSearcherEventsRequest) GetExperimentId() int32

func (*GetSearcherEventsRequest) ProtoMessage

func (*GetSearcherEventsRequest) ProtoMessage()

func (*GetSearcherEventsRequest) ProtoReflect

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

func (*GetSearcherEventsRequest) Reset

func (x *GetSearcherEventsRequest) Reset()

func (*GetSearcherEventsRequest) String

func (x *GetSearcherEventsRequest) String() string

type GetSearcherEventsResponse

type GetSearcherEventsResponse struct {

	// The list of events in the queue.
	SearcherEvents []*experimentv1.SearcherEvent `protobuf:"bytes,1,rep,name=searcher_events,json=searcherEvents,proto3" json:"searcher_events,omitempty"`
	// contains filtered or unexported fields
}

Response to GetSearcherEventsRequest.

func (*GetSearcherEventsResponse) Descriptor deprecated

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

Deprecated: Use GetSearcherEventsResponse.ProtoReflect.Descriptor instead.

func (*GetSearcherEventsResponse) GetSearcherEvents

func (x *GetSearcherEventsResponse) GetSearcherEvents() []*experimentv1.SearcherEvent

func (*GetSearcherEventsResponse) ProtoMessage

func (*GetSearcherEventsResponse) ProtoMessage()

func (*GetSearcherEventsResponse) ProtoReflect

func (*GetSearcherEventsResponse) Reset

func (x *GetSearcherEventsResponse) Reset()

func (*GetSearcherEventsResponse) String

func (x *GetSearcherEventsResponse) String() string

type GetShellRequest

type GetShellRequest struct {

	// The id of the shell.
	ShellId string `protobuf:"bytes,1,opt,name=shell_id,json=shellId,proto3" json:"shell_id,omitempty"`
	// contains filtered or unexported fields
}

Get the requested shell.

func (*GetShellRequest) Descriptor deprecated

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

Deprecated: Use GetShellRequest.ProtoReflect.Descriptor instead.

func (*GetShellRequest) GetShellId

func (x *GetShellRequest) GetShellId() string

func (*GetShellRequest) ProtoMessage

func (*GetShellRequest) ProtoMessage()

func (*GetShellRequest) ProtoReflect

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

func (*GetShellRequest) Reset

func (x *GetShellRequest) Reset()

func (*GetShellRequest) String

func (x *GetShellRequest) String() string

type GetShellResponse

type GetShellResponse struct {

	// The requested shell.
	Shell *shellv1.Shell `protobuf:"bytes,1,opt,name=shell,proto3" json:"shell,omitempty"`
	// The shell config.
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Response to GetShellRequest.

func (*GetShellResponse) Descriptor deprecated

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

Deprecated: Use GetShellResponse.ProtoReflect.Descriptor instead.

func (*GetShellResponse) GetConfig

func (x *GetShellResponse) GetConfig() *_struct.Struct

func (*GetShellResponse) GetShell

func (x *GetShellResponse) GetShell() *shellv1.Shell

func (*GetShellResponse) ProtoMessage

func (*GetShellResponse) ProtoMessage()

func (*GetShellResponse) ProtoReflect

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

func (*GetShellResponse) Reset

func (x *GetShellResponse) Reset()

func (*GetShellResponse) String

func (x *GetShellResponse) String() string

type GetShellsRequest

type GetShellsRequest struct {

	// Sort shells by the given field.
	SortBy GetShellsRequest_SortBy `` /* 127-byte string literal not displayed */
	// Order shells in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of shells before returning results. Negative values
	// denote number of shells to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of shells. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit shells to those that are owned by users with the specified usernames.
	Users []string `protobuf:"bytes,5,rep,name=users,proto3" json:"users,omitempty"`
	// Limit shells to those that are owned by users with the specified userIds.
	UserIds []int32 `protobuf:"varint,6,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// Limit to those within a specified workspace, or 0 for all
	// accessible workspaces.
	WorkspaceId int32 `protobuf:"varint,7,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Get a list of shells.

func (*GetShellsRequest) Descriptor deprecated

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

Deprecated: Use GetShellsRequest.ProtoReflect.Descriptor instead.

func (*GetShellsRequest) GetLimit

func (x *GetShellsRequest) GetLimit() int32

func (*GetShellsRequest) GetOffset

func (x *GetShellsRequest) GetOffset() int32

func (*GetShellsRequest) GetOrderBy

func (x *GetShellsRequest) GetOrderBy() OrderBy

func (*GetShellsRequest) GetSortBy

func (*GetShellsRequest) GetUserIds

func (x *GetShellsRequest) GetUserIds() []int32

func (*GetShellsRequest) GetUsers

func (x *GetShellsRequest) GetUsers() []string

func (*GetShellsRequest) GetWorkspaceId

func (x *GetShellsRequest) GetWorkspaceId() int32

func (*GetShellsRequest) ProtoMessage

func (*GetShellsRequest) ProtoMessage()

func (*GetShellsRequest) ProtoReflect

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

func (*GetShellsRequest) Reset

func (x *GetShellsRequest) Reset()

func (*GetShellsRequest) String

func (x *GetShellsRequest) String() string

type GetShellsRequest_SortBy

type GetShellsRequest_SortBy int32

Sorts shells by the given field.

const (
	// Returns shells in an unsorted list.
	GetShellsRequest_SORT_BY_UNSPECIFIED GetShellsRequest_SortBy = 0
	// Returns shells sorted by id.
	GetShellsRequest_SORT_BY_ID GetShellsRequest_SortBy = 1
	// Returns shells sorted by description.
	GetShellsRequest_SORT_BY_DESCRIPTION GetShellsRequest_SortBy = 2
	// Return shells sorted by start time.
	GetShellsRequest_SORT_BY_START_TIME GetShellsRequest_SortBy = 4
	// Return shells sorted by workspace_id.
	GetShellsRequest_SORT_BY_WORKSPACE_ID GetShellsRequest_SortBy = 5
)

func (GetShellsRequest_SortBy) Descriptor

func (GetShellsRequest_SortBy) Enum

func (GetShellsRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetShellsRequest_SortBy.Descriptor instead.

func (GetShellsRequest_SortBy) Number

func (GetShellsRequest_SortBy) String

func (x GetShellsRequest_SortBy) String() string

func (GetShellsRequest_SortBy) Type

type GetShellsResponse

type GetShellsResponse struct {

	// The list of returned shells.
	Shells []*shellv1.Shell `protobuf:"bytes,1,rep,name=shells,proto3" json:"shells,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetShellsRequest.

func (*GetShellsResponse) Descriptor deprecated

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

Deprecated: Use GetShellsResponse.ProtoReflect.Descriptor instead.

func (*GetShellsResponse) GetPagination

func (x *GetShellsResponse) GetPagination() *Pagination

func (*GetShellsResponse) GetShells

func (x *GetShellsResponse) GetShells() []*shellv1.Shell

func (*GetShellsResponse) ProtoMessage

func (*GetShellsResponse) ProtoMessage()

func (*GetShellsResponse) ProtoReflect

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

func (*GetShellsResponse) Reset

func (x *GetShellsResponse) Reset()

func (*GetShellsResponse) String

func (x *GetShellsResponse) String() string

type GetSlotRequest

type GetSlotRequest struct {

	// The id of the agent.
	AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	// The id of the slot.
	SlotId string `protobuf:"bytes,2,opt,name=slot_id,json=slotId,proto3" json:"slot_id,omitempty"`
	// contains filtered or unexported fields
}

Get the requested slot for the agent with the given id.

func (*GetSlotRequest) Descriptor deprecated

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

Deprecated: Use GetSlotRequest.ProtoReflect.Descriptor instead.

func (*GetSlotRequest) GetAgentId

func (x *GetSlotRequest) GetAgentId() string

func (*GetSlotRequest) GetSlotId

func (x *GetSlotRequest) GetSlotId() string

func (*GetSlotRequest) ProtoMessage

func (*GetSlotRequest) ProtoMessage()

func (*GetSlotRequest) ProtoReflect

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

func (*GetSlotRequest) Reset

func (x *GetSlotRequest) Reset()

func (*GetSlotRequest) String

func (x *GetSlotRequest) String() string

type GetSlotResponse

type GetSlotResponse struct {

	// The requested slot.
	Slot *agentv1.Slot `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

Response to GetSlotRequest.

func (*GetSlotResponse) Descriptor deprecated

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

Deprecated: Use GetSlotResponse.ProtoReflect.Descriptor instead.

func (*GetSlotResponse) GetSlot

func (x *GetSlotResponse) GetSlot() *agentv1.Slot

func (*GetSlotResponse) ProtoMessage

func (*GetSlotResponse) ProtoMessage()

func (*GetSlotResponse) ProtoReflect

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

func (*GetSlotResponse) Reset

func (x *GetSlotResponse) Reset()

func (*GetSlotResponse) String

func (x *GetSlotResponse) String() string

type GetSlotsRequest

type GetSlotsRequest struct {

	// The id of the agent.
	AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	// contains filtered or unexported fields
}

Get the set of slots for the agent with the given id.

func (*GetSlotsRequest) Descriptor deprecated

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

Deprecated: Use GetSlotsRequest.ProtoReflect.Descriptor instead.

func (*GetSlotsRequest) GetAgentId

func (x *GetSlotsRequest) GetAgentId() string

func (*GetSlotsRequest) ProtoMessage

func (*GetSlotsRequest) ProtoMessage()

func (*GetSlotsRequest) ProtoReflect

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

func (*GetSlotsRequest) Reset

func (x *GetSlotsRequest) Reset()

func (*GetSlotsRequest) String

func (x *GetSlotsRequest) String() string

type GetSlotsResponse

type GetSlotsResponse struct {

	// The requested slots.
	Slots []*agentv1.Slot `protobuf:"bytes,1,rep,name=slots,proto3" json:"slots,omitempty"`
	// contains filtered or unexported fields
}

Response to GetSlotsRequest.

func (*GetSlotsResponse) Descriptor deprecated

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

Deprecated: Use GetSlotsResponse.ProtoReflect.Descriptor instead.

func (*GetSlotsResponse) GetSlots

func (x *GetSlotsResponse) GetSlots() []*agentv1.Slot

func (*GetSlotsResponse) ProtoMessage

func (*GetSlotsResponse) ProtoMessage()

func (*GetSlotsResponse) ProtoReflect

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

func (*GetSlotsResponse) Reset

func (x *GetSlotsResponse) Reset()

func (*GetSlotsResponse) String

func (x *GetSlotsResponse) String() string

type GetTaskAcceleratorDataRequest

type GetTaskAcceleratorDataRequest struct {

	// The id of the task.
	TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

Get the accelerator data for each allocation associated with a task.

func (*GetTaskAcceleratorDataRequest) Descriptor deprecated

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

Deprecated: Use GetTaskAcceleratorDataRequest.ProtoReflect.Descriptor instead.

func (*GetTaskAcceleratorDataRequest) GetTaskId

func (x *GetTaskAcceleratorDataRequest) GetTaskId() string

func (*GetTaskAcceleratorDataRequest) ProtoMessage

func (*GetTaskAcceleratorDataRequest) ProtoMessage()

func (*GetTaskAcceleratorDataRequest) ProtoReflect

func (*GetTaskAcceleratorDataRequest) Reset

func (x *GetTaskAcceleratorDataRequest) Reset()

func (*GetTaskAcceleratorDataRequest) String

type GetTaskAcceleratorDataResponse

type GetTaskAcceleratorDataResponse struct {

	// The accelerator data for each allocation associated with the task.
	AcceleratorData []*AcceleratorData `protobuf:"bytes,1,rep,name=accelerator_data,json=acceleratorData,proto3" json:"accelerator_data,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTaskAcceleratorDataResponse

func (*GetTaskAcceleratorDataResponse) Descriptor deprecated

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

Deprecated: Use GetTaskAcceleratorDataResponse.ProtoReflect.Descriptor instead.

func (*GetTaskAcceleratorDataResponse) GetAcceleratorData

func (x *GetTaskAcceleratorDataResponse) GetAcceleratorData() []*AcceleratorData

func (*GetTaskAcceleratorDataResponse) ProtoMessage

func (*GetTaskAcceleratorDataResponse) ProtoMessage()

func (*GetTaskAcceleratorDataResponse) ProtoReflect

func (*GetTaskAcceleratorDataResponse) Reset

func (x *GetTaskAcceleratorDataResponse) Reset()

func (*GetTaskAcceleratorDataResponse) String

type GetTaskContextDirectoryRequest

type GetTaskContextDirectoryRequest struct {

	// The id of the experiment.
	TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

Request for an task's context directory.

func (*GetTaskContextDirectoryRequest) Descriptor deprecated

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

Deprecated: Use GetTaskContextDirectoryRequest.ProtoReflect.Descriptor instead.

func (*GetTaskContextDirectoryRequest) GetTaskId

func (x *GetTaskContextDirectoryRequest) GetTaskId() string

func (*GetTaskContextDirectoryRequest) ProtoMessage

func (*GetTaskContextDirectoryRequest) ProtoMessage()

func (*GetTaskContextDirectoryRequest) ProtoReflect

func (*GetTaskContextDirectoryRequest) Reset

func (x *GetTaskContextDirectoryRequest) Reset()

func (*GetTaskContextDirectoryRequest) String

type GetTaskContextDirectoryResponse

type GetTaskContextDirectoryResponse struct {

	// The base64-encoded, gzipped, tarball.
	B64Tgz string `protobuf:"bytes,1,opt,name=b64_tgz,json=b64Tgz,proto3" json:"b64_tgz,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTaskContextDirectoryRequest.

func (*GetTaskContextDirectoryResponse) Descriptor deprecated

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

Deprecated: Use GetTaskContextDirectoryResponse.ProtoReflect.Descriptor instead.

func (*GetTaskContextDirectoryResponse) GetB64Tgz

func (x *GetTaskContextDirectoryResponse) GetB64Tgz() string

func (*GetTaskContextDirectoryResponse) ProtoMessage

func (*GetTaskContextDirectoryResponse) ProtoMessage()

func (*GetTaskContextDirectoryResponse) ProtoReflect

func (*GetTaskContextDirectoryResponse) Reset

func (*GetTaskContextDirectoryResponse) String

type GetTaskRequest

type GetTaskRequest struct {

	// The requested task id.
	TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

Get the requested task.

func (*GetTaskRequest) Descriptor deprecated

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

Deprecated: Use GetTaskRequest.ProtoReflect.Descriptor instead.

func (*GetTaskRequest) GetTaskId

func (x *GetTaskRequest) GetTaskId() string

func (*GetTaskRequest) ProtoMessage

func (*GetTaskRequest) ProtoMessage()

func (*GetTaskRequest) ProtoReflect

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

func (*GetTaskRequest) Reset

func (x *GetTaskRequest) Reset()

func (*GetTaskRequest) String

func (x *GetTaskRequest) String() string

type GetTaskResponse

type GetTaskResponse struct {

	// The requested task.
	Task *taskv1.Task `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTaskRequest.

func (*GetTaskResponse) Descriptor deprecated

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

Deprecated: Use GetTaskResponse.ProtoReflect.Descriptor instead.

func (*GetTaskResponse) GetTask

func (x *GetTaskResponse) GetTask() *taskv1.Task

func (*GetTaskResponse) ProtoMessage

func (*GetTaskResponse) ProtoMessage()

func (*GetTaskResponse) ProtoReflect

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

func (*GetTaskResponse) Reset

func (x *GetTaskResponse) Reset()

func (*GetTaskResponse) String

func (x *GetTaskResponse) String() string

type GetTasksRequest

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

Request the information of all tasks.

func (*GetTasksRequest) Descriptor deprecated

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

Deprecated: Use GetTasksRequest.ProtoReflect.Descriptor instead.

func (*GetTasksRequest) ProtoMessage

func (*GetTasksRequest) ProtoMessage()

func (*GetTasksRequest) ProtoReflect

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

func (*GetTasksRequest) Reset

func (x *GetTasksRequest) Reset()

func (*GetTasksRequest) String

func (x *GetTasksRequest) String() string

type GetTasksResponse

type GetTasksResponse struct {

	// Information about a task for external display.
	AllocationIdToSummary map[string]*taskv1.AllocationSummary `` /* 216-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response to GetTasksRequest.

func (*GetTasksResponse) Descriptor deprecated

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

Deprecated: Use GetTasksResponse.ProtoReflect.Descriptor instead.

func (*GetTasksResponse) GetAllocationIdToSummary

func (x *GetTasksResponse) GetAllocationIdToSummary() map[string]*taskv1.AllocationSummary

func (*GetTasksResponse) ProtoMessage

func (*GetTasksResponse) ProtoMessage()

func (*GetTasksResponse) ProtoReflect

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

func (*GetTasksResponse) Reset

func (x *GetTasksResponse) Reset()

func (*GetTasksResponse) String

func (x *GetTasksResponse) String() string

type GetTelemetryRequest

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

Get telemetry information.

func (*GetTelemetryRequest) Descriptor deprecated

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

Deprecated: Use GetTelemetryRequest.ProtoReflect.Descriptor instead.

func (*GetTelemetryRequest) ProtoMessage

func (*GetTelemetryRequest) ProtoMessage()

func (*GetTelemetryRequest) ProtoReflect

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

func (*GetTelemetryRequest) Reset

func (x *GetTelemetryRequest) Reset()

func (*GetTelemetryRequest) String

func (x *GetTelemetryRequest) String() string

type GetTelemetryResponse

type GetTelemetryResponse struct {

	// Whether telemetry is enabled or not.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// The key used for analytics in the UI.
	SegmentKey string `protobuf:"bytes,2,opt,name=segment_key,json=segmentKey,proto3" json:"segment_key,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTelemetryRequest.

func (*GetTelemetryResponse) Descriptor deprecated

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

Deprecated: Use GetTelemetryResponse.ProtoReflect.Descriptor instead.

func (*GetTelemetryResponse) GetEnabled

func (x *GetTelemetryResponse) GetEnabled() bool

func (*GetTelemetryResponse) GetSegmentKey

func (x *GetTelemetryResponse) GetSegmentKey() string

func (*GetTelemetryResponse) ProtoMessage

func (*GetTelemetryResponse) ProtoMessage()

func (*GetTelemetryResponse) ProtoReflect

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

func (*GetTelemetryResponse) Reset

func (x *GetTelemetryResponse) Reset()

func (*GetTelemetryResponse) String

func (x *GetTelemetryResponse) String() string

type GetTemplateRequest

type GetTemplateRequest struct {

	// The id of the template.
	TemplateName string `protobuf:"bytes,1,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	// contains filtered or unexported fields
}

Get the requested template.

func (*GetTemplateRequest) Descriptor deprecated

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

Deprecated: Use GetTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetTemplateRequest) GetTemplateName

func (x *GetTemplateRequest) GetTemplateName() string

func (*GetTemplateRequest) ProtoMessage

func (*GetTemplateRequest) ProtoMessage()

func (*GetTemplateRequest) ProtoReflect

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

func (*GetTemplateRequest) Reset

func (x *GetTemplateRequest) Reset()

func (*GetTemplateRequest) String

func (x *GetTemplateRequest) String() string

type GetTemplateResponse

type GetTemplateResponse struct {

	// The requested template.
	Template *templatev1.Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTemplateRequest.

func (*GetTemplateResponse) Descriptor deprecated

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

Deprecated: Use GetTemplateResponse.ProtoReflect.Descriptor instead.

func (*GetTemplateResponse) GetTemplate

func (x *GetTemplateResponse) GetTemplate() *templatev1.Template

func (*GetTemplateResponse) ProtoMessage

func (*GetTemplateResponse) ProtoMessage()

func (*GetTemplateResponse) ProtoReflect

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

func (*GetTemplateResponse) Reset

func (x *GetTemplateResponse) Reset()

func (*GetTemplateResponse) String

func (x *GetTemplateResponse) String() string

type GetTemplatesRequest

type GetTemplatesRequest struct {

	// Sort templates by the given field.
	SortBy GetTemplatesRequest_SortBy `` /* 130-byte string literal not displayed */
	// Order templates in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of templates before returning results. Negative values
	// denote number of templates to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of templates. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit templates to those that match the name.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Get a list of templates.

func (*GetTemplatesRequest) Descriptor deprecated

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

Deprecated: Use GetTemplatesRequest.ProtoReflect.Descriptor instead.

func (*GetTemplatesRequest) GetLimit

func (x *GetTemplatesRequest) GetLimit() int32

func (*GetTemplatesRequest) GetName

func (x *GetTemplatesRequest) GetName() string

func (*GetTemplatesRequest) GetOffset

func (x *GetTemplatesRequest) GetOffset() int32

func (*GetTemplatesRequest) GetOrderBy

func (x *GetTemplatesRequest) GetOrderBy() OrderBy

func (*GetTemplatesRequest) GetSortBy

func (*GetTemplatesRequest) ProtoMessage

func (*GetTemplatesRequest) ProtoMessage()

func (*GetTemplatesRequest) ProtoReflect

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

func (*GetTemplatesRequest) Reset

func (x *GetTemplatesRequest) Reset()

func (*GetTemplatesRequest) String

func (x *GetTemplatesRequest) String() string

type GetTemplatesRequest_SortBy

type GetTemplatesRequest_SortBy int32

Sorts templates by the given field.

const (
	// Returns templates in an unsorted list.
	GetTemplatesRequest_SORT_BY_UNSPECIFIED GetTemplatesRequest_SortBy = 0
	// Returns templates sorted by name.
	GetTemplatesRequest_SORT_BY_NAME GetTemplatesRequest_SortBy = 1
)

func (GetTemplatesRequest_SortBy) Descriptor

func (GetTemplatesRequest_SortBy) Enum

func (GetTemplatesRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetTemplatesRequest_SortBy.Descriptor instead.

func (GetTemplatesRequest_SortBy) Number

func (GetTemplatesRequest_SortBy) String

func (GetTemplatesRequest_SortBy) Type

type GetTemplatesResponse

type GetTemplatesResponse struct {

	// the list of requested templates.
	Templates []*templatev1.Template `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTemplatesRequest.

func (*GetTemplatesResponse) Descriptor deprecated

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

Deprecated: Use GetTemplatesResponse.ProtoReflect.Descriptor instead.

func (*GetTemplatesResponse) GetPagination

func (x *GetTemplatesResponse) GetPagination() *Pagination

func (*GetTemplatesResponse) GetTemplates

func (x *GetTemplatesResponse) GetTemplates() []*templatev1.Template

func (*GetTemplatesResponse) ProtoMessage

func (*GetTemplatesResponse) ProtoMessage()

func (*GetTemplatesResponse) ProtoReflect

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

func (*GetTemplatesResponse) Reset

func (x *GetTemplatesResponse) Reset()

func (*GetTemplatesResponse) String

func (x *GetTemplatesResponse) String() string

type GetTensorboardRequest

type GetTensorboardRequest struct {

	// The id of the tensorboard.
	TensorboardId string `protobuf:"bytes,1,opt,name=tensorboard_id,json=tensorboardId,proto3" json:"tensorboard_id,omitempty"`
	// contains filtered or unexported fields
}

Get the requested tensorboard.

func (*GetTensorboardRequest) Descriptor deprecated

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

Deprecated: Use GetTensorboardRequest.ProtoReflect.Descriptor instead.

func (*GetTensorboardRequest) GetTensorboardId

func (x *GetTensorboardRequest) GetTensorboardId() string

func (*GetTensorboardRequest) ProtoMessage

func (*GetTensorboardRequest) ProtoMessage()

func (*GetTensorboardRequest) ProtoReflect

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

func (*GetTensorboardRequest) Reset

func (x *GetTensorboardRequest) Reset()

func (*GetTensorboardRequest) String

func (x *GetTensorboardRequest) String() string

type GetTensorboardResponse

type GetTensorboardResponse struct {

	// The requested tensorboard.
	Tensorboard *tensorboardv1.Tensorboard `protobuf:"bytes,1,opt,name=tensorboard,proto3" json:"tensorboard,omitempty"`
	// The config;
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTensorboardRequest.

func (*GetTensorboardResponse) Descriptor deprecated

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

Deprecated: Use GetTensorboardResponse.ProtoReflect.Descriptor instead.

func (*GetTensorboardResponse) GetConfig

func (x *GetTensorboardResponse) GetConfig() *_struct.Struct

func (*GetTensorboardResponse) GetTensorboard

func (x *GetTensorboardResponse) GetTensorboard() *tensorboardv1.Tensorboard

func (*GetTensorboardResponse) ProtoMessage

func (*GetTensorboardResponse) ProtoMessage()

func (*GetTensorboardResponse) ProtoReflect

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

func (*GetTensorboardResponse) Reset

func (x *GetTensorboardResponse) Reset()

func (*GetTensorboardResponse) String

func (x *GetTensorboardResponse) String() string

type GetTensorboardsRequest

type GetTensorboardsRequest struct {

	// Sort tensorboards by the given field.
	SortBy GetTensorboardsRequest_SortBy `` /* 133-byte string literal not displayed */
	// Order tensorboards in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of tensorboards before returning results. Negative values
	// denote number of tensorboards to skip from the end before returning
	// results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of tensorboards. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit tensorboards to those that are owned by users with the specified
	// usernames.
	Users []string `protobuf:"bytes,5,rep,name=users,proto3" json:"users,omitempty"`
	// Limit tensorboards to those that are owned by users with the specified
	// userIds.
	UserIds []int32 `protobuf:"varint,6,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// Limit tensorboards to those that are in a specific workspace, or 0 for
	// all accessible workspaces.
	WorkspaceId int32 `protobuf:"varint,7,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Get a list of tensorboards.

func (*GetTensorboardsRequest) Descriptor deprecated

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

Deprecated: Use GetTensorboardsRequest.ProtoReflect.Descriptor instead.

func (*GetTensorboardsRequest) GetLimit

func (x *GetTensorboardsRequest) GetLimit() int32

func (*GetTensorboardsRequest) GetOffset

func (x *GetTensorboardsRequest) GetOffset() int32

func (*GetTensorboardsRequest) GetOrderBy

func (x *GetTensorboardsRequest) GetOrderBy() OrderBy

func (*GetTensorboardsRequest) GetSortBy

func (*GetTensorboardsRequest) GetUserIds

func (x *GetTensorboardsRequest) GetUserIds() []int32

func (*GetTensorboardsRequest) GetUsers

func (x *GetTensorboardsRequest) GetUsers() []string

func (*GetTensorboardsRequest) GetWorkspaceId

func (x *GetTensorboardsRequest) GetWorkspaceId() int32

func (*GetTensorboardsRequest) ProtoMessage

func (*GetTensorboardsRequest) ProtoMessage()

func (*GetTensorboardsRequest) ProtoReflect

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

func (*GetTensorboardsRequest) Reset

func (x *GetTensorboardsRequest) Reset()

func (*GetTensorboardsRequest) String

func (x *GetTensorboardsRequest) String() string

type GetTensorboardsRequest_SortBy

type GetTensorboardsRequest_SortBy int32

Sorts tensorboards by the given field.

const (
	// Returns tensorboards in an unsorted list.
	GetTensorboardsRequest_SORT_BY_UNSPECIFIED GetTensorboardsRequest_SortBy = 0
	// Returns tensorboards sorted by id.
	GetTensorboardsRequest_SORT_BY_ID GetTensorboardsRequest_SortBy = 1
	// Returns tensorboards sorted by description.
	GetTensorboardsRequest_SORT_BY_DESCRIPTION GetTensorboardsRequest_SortBy = 2
	// Return tensorboards sorted by start time.
	GetTensorboardsRequest_SORT_BY_START_TIME GetTensorboardsRequest_SortBy = 4
	// Return tensorboards sorted by workspace_id.
	GetTensorboardsRequest_SORT_BY_WORKSPACE_ID GetTensorboardsRequest_SortBy = 5
)

func (GetTensorboardsRequest_SortBy) Descriptor

func (GetTensorboardsRequest_SortBy) Enum

func (GetTensorboardsRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetTensorboardsRequest_SortBy.Descriptor instead.

func (GetTensorboardsRequest_SortBy) Number

func (GetTensorboardsRequest_SortBy) String

func (GetTensorboardsRequest_SortBy) Type

type GetTensorboardsResponse

type GetTensorboardsResponse struct {

	// The list of returned tensorboards.
	Tensorboards []*tensorboardv1.Tensorboard `protobuf:"bytes,1,rep,name=tensorboards,proto3" json:"tensorboards,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTensorboardsRequest.

func (*GetTensorboardsResponse) Descriptor deprecated

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

Deprecated: Use GetTensorboardsResponse.ProtoReflect.Descriptor instead.

func (*GetTensorboardsResponse) GetPagination

func (x *GetTensorboardsResponse) GetPagination() *Pagination

func (*GetTensorboardsResponse) GetTensorboards

func (x *GetTensorboardsResponse) GetTensorboards() []*tensorboardv1.Tensorboard

func (*GetTensorboardsResponse) ProtoMessage

func (*GetTensorboardsResponse) ProtoMessage()

func (*GetTensorboardsResponse) ProtoReflect

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

func (*GetTensorboardsResponse) Reset

func (x *GetTensorboardsResponse) Reset()

func (*GetTensorboardsResponse) String

func (x *GetTensorboardsResponse) String() string

type GetTrainingMetricsRequest

type GetTrainingMetricsRequest struct {

	// Trial IDs to get metrics for.
	TrialIds []int32 `protobuf:"varint,1,rep,packed,name=trial_ids,json=trialIds,proto3" json:"trial_ids,omitempty"`
	// contains filtered or unexported fields
}

Stream training metrics.

func (*GetTrainingMetricsRequest) Descriptor deprecated

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

Deprecated: Use GetTrainingMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetTrainingMetricsRequest) GetTrialIds

func (x *GetTrainingMetricsRequest) GetTrialIds() []int32

func (*GetTrainingMetricsRequest) ProtoMessage

func (*GetTrainingMetricsRequest) ProtoMessage()

func (*GetTrainingMetricsRequest) ProtoReflect

func (*GetTrainingMetricsRequest) Reset

func (x *GetTrainingMetricsRequest) Reset()

func (*GetTrainingMetricsRequest) String

func (x *GetTrainingMetricsRequest) String() string

type GetTrainingMetricsResponse

type GetTrainingMetricsResponse struct {

	// Metric response.
	Metrics []*trialv1.MetricsReport `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTrainingMetricsRequest.

func (*GetTrainingMetricsResponse) Descriptor deprecated

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

Deprecated: Use GetTrainingMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetTrainingMetricsResponse) GetMetrics

func (*GetTrainingMetricsResponse) ProtoMessage

func (*GetTrainingMetricsResponse) ProtoMessage()

func (*GetTrainingMetricsResponse) ProtoReflect

func (*GetTrainingMetricsResponse) Reset

func (x *GetTrainingMetricsResponse) Reset()

func (*GetTrainingMetricsResponse) String

func (x *GetTrainingMetricsResponse) String() string

type GetTrialCheckpointsRequest

type GetTrialCheckpointsRequest struct {

	// The trial id.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Sort checkpoints by the given field.
	//
	// Types that are assignable to SortBy:
	//
	//	*GetTrialCheckpointsRequest_SortByAttr
	//	*GetTrialCheckpointsRequest_SortByMetric
	SortBy isGetTrialCheckpointsRequest_SortBy `protobuf_oneof:"sort_by"`
	// Order checkpoints in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,4,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of checkpoints before returning results. Negative values
	// denote number of checkpoints to skip from the end before returning results.
	Offset int32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of checkpoints. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit the checkpoints to those that match the states.
	States []checkpointv1.State `protobuf:"varint,7,rep,packed,name=states,proto3,enum=determined.checkpoint.v1.State" json:"states,omitempty"`
	// contains filtered or unexported fields
}

Get a list of checkpoints for a trial.

func (*GetTrialCheckpointsRequest) Descriptor deprecated

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

Deprecated: Use GetTrialCheckpointsRequest.ProtoReflect.Descriptor instead.

func (*GetTrialCheckpointsRequest) GetId

func (x *GetTrialCheckpointsRequest) GetId() int32

func (*GetTrialCheckpointsRequest) GetLimit

func (x *GetTrialCheckpointsRequest) GetLimit() int32

func (*GetTrialCheckpointsRequest) GetOffset

func (x *GetTrialCheckpointsRequest) GetOffset() int32

func (*GetTrialCheckpointsRequest) GetOrderBy

func (x *GetTrialCheckpointsRequest) GetOrderBy() OrderBy

func (*GetTrialCheckpointsRequest) GetSortBy

func (m *GetTrialCheckpointsRequest) GetSortBy() isGetTrialCheckpointsRequest_SortBy

func (*GetTrialCheckpointsRequest) GetSortByAttr

func (x *GetTrialCheckpointsRequest) GetSortByAttr() checkpointv1.SortBy

func (*GetTrialCheckpointsRequest) GetSortByMetric

func (x *GetTrialCheckpointsRequest) GetSortByMetric() string

func (*GetTrialCheckpointsRequest) GetStates

func (*GetTrialCheckpointsRequest) ProtoMessage

func (*GetTrialCheckpointsRequest) ProtoMessage()

func (*GetTrialCheckpointsRequest) ProtoReflect

func (*GetTrialCheckpointsRequest) Reset

func (x *GetTrialCheckpointsRequest) Reset()

func (*GetTrialCheckpointsRequest) String

func (x *GetTrialCheckpointsRequest) String() string

type GetTrialCheckpointsRequest_SortByAttr

type GetTrialCheckpointsRequest_SortByAttr struct {
	// Sort by preset checkpoint attribute.
	SortByAttr checkpointv1.SortBy `protobuf:"varint,2,opt,name=sort_by_attr,json=sortByAttr,proto3,enum=determined.checkpoint.v1.SortBy,oneof"`
}

type GetTrialCheckpointsRequest_SortByMetric

type GetTrialCheckpointsRequest_SortByMetric struct {
	// Sort by custom validation metric name.
	SortByMetric string `protobuf:"bytes,3,opt,name=sort_by_metric,json=sortByMetric,proto3,oneof"`
}

type GetTrialCheckpointsResponse

type GetTrialCheckpointsResponse struct {

	// The list of returned checkpoints.
	Checkpoints []*checkpointv1.Checkpoint `protobuf:"bytes,1,rep,name=checkpoints,proto3" json:"checkpoints,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTrialCheckpointsRequest.

func (*GetTrialCheckpointsResponse) Descriptor deprecated

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

Deprecated: Use GetTrialCheckpointsResponse.ProtoReflect.Descriptor instead.

func (*GetTrialCheckpointsResponse) GetCheckpoints

func (x *GetTrialCheckpointsResponse) GetCheckpoints() []*checkpointv1.Checkpoint

func (*GetTrialCheckpointsResponse) GetPagination

func (x *GetTrialCheckpointsResponse) GetPagination() *Pagination

func (*GetTrialCheckpointsResponse) ProtoMessage

func (*GetTrialCheckpointsResponse) ProtoMessage()

func (*GetTrialCheckpointsResponse) ProtoReflect

func (*GetTrialCheckpointsResponse) Reset

func (x *GetTrialCheckpointsResponse) Reset()

func (*GetTrialCheckpointsResponse) String

func (x *GetTrialCheckpointsResponse) String() string

type GetTrialMetricsByCheckpointRequest

type GetTrialMetricsByCheckpointRequest struct {

	// UUID of the checkpoint.
	CheckpointUuid string `protobuf:"bytes,1,opt,name=checkpoint_uuid,json=checkpointUuid,proto3" json:"checkpoint_uuid,omitempty"`
	// Type of the TrialSourceInfo
	TrialSourceInfoType *trialv1.TrialSourceInfoType `` /* 174-byte string literal not displayed */
	// Metric Group string ("training", "validation", or anything else) (nil means
	// all groups)
	MetricGroup *string `protobuf:"bytes,3,opt,name=metric_group,json=metricGroup,proto3,oneof" json:"metric_group,omitempty"`
	// contains filtered or unexported fields
}

Request for all metrics related to a given checkpoint

func (*GetTrialMetricsByCheckpointRequest) Descriptor deprecated

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

Deprecated: Use GetTrialMetricsByCheckpointRequest.ProtoReflect.Descriptor instead.

func (*GetTrialMetricsByCheckpointRequest) GetCheckpointUuid

func (x *GetTrialMetricsByCheckpointRequest) GetCheckpointUuid() string

func (*GetTrialMetricsByCheckpointRequest) GetMetricGroup

func (x *GetTrialMetricsByCheckpointRequest) GetMetricGroup() string

func (*GetTrialMetricsByCheckpointRequest) GetTrialSourceInfoType

func (*GetTrialMetricsByCheckpointRequest) ProtoMessage

func (*GetTrialMetricsByCheckpointRequest) ProtoMessage()

func (*GetTrialMetricsByCheckpointRequest) ProtoReflect

func (*GetTrialMetricsByCheckpointRequest) Reset

func (*GetTrialMetricsByCheckpointRequest) String

type GetTrialMetricsByCheckpointResponse

type GetTrialMetricsByCheckpointResponse struct {

	// All the related trials and their metrics
	Metrics []*trialv1.MetricsReport `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

Response for all metrics related to a given checkpoint

func (*GetTrialMetricsByCheckpointResponse) Descriptor deprecated

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

Deprecated: Use GetTrialMetricsByCheckpointResponse.ProtoReflect.Descriptor instead.

func (*GetTrialMetricsByCheckpointResponse) GetMetrics

func (*GetTrialMetricsByCheckpointResponse) ProtoMessage

func (*GetTrialMetricsByCheckpointResponse) ProtoMessage()

func (*GetTrialMetricsByCheckpointResponse) ProtoReflect

func (*GetTrialMetricsByCheckpointResponse) Reset

func (*GetTrialMetricsByCheckpointResponse) String

type GetTrialMetricsByModelVersionRequest

type GetTrialMetricsByModelVersionRequest struct {

	// The name of the model associated with the model version.
	ModelName string `protobuf:"bytes,1,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// Sequential model version number.
	ModelVersionNum int32 `protobuf:"varint,2,opt,name=model_version_num,json=modelVersionNum,proto3" json:"model_version_num,omitempty"`
	// Type of the TrialSourceInfo
	TrialSourceInfoType *trialv1.TrialSourceInfoType `` /* 174-byte string literal not displayed */
	// Metric Group string ("training", "validation", or anything else) (nil means
	// all groups)
	MetricGroup *string `protobuf:"bytes,4,opt,name=metric_group,json=metricGroup,proto3,oneof" json:"metric_group,omitempty"`
	// contains filtered or unexported fields
}

Request for all metrics related to a given model version

func (*GetTrialMetricsByModelVersionRequest) Descriptor deprecated

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

Deprecated: Use GetTrialMetricsByModelVersionRequest.ProtoReflect.Descriptor instead.

func (*GetTrialMetricsByModelVersionRequest) GetMetricGroup

func (x *GetTrialMetricsByModelVersionRequest) GetMetricGroup() string

func (*GetTrialMetricsByModelVersionRequest) GetModelName

func (x *GetTrialMetricsByModelVersionRequest) GetModelName() string

func (*GetTrialMetricsByModelVersionRequest) GetModelVersionNum

func (x *GetTrialMetricsByModelVersionRequest) GetModelVersionNum() int32

func (*GetTrialMetricsByModelVersionRequest) GetTrialSourceInfoType

func (*GetTrialMetricsByModelVersionRequest) ProtoMessage

func (*GetTrialMetricsByModelVersionRequest) ProtoMessage()

func (*GetTrialMetricsByModelVersionRequest) ProtoReflect

func (*GetTrialMetricsByModelVersionRequest) Reset

func (*GetTrialMetricsByModelVersionRequest) String

type GetTrialMetricsByModelVersionResponse

type GetTrialMetricsByModelVersionResponse struct {

	// All the related trials and their metrics
	Metrics []*trialv1.MetricsReport `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

Response for all metrics related to a given checkpoint

func (*GetTrialMetricsByModelVersionResponse) Descriptor deprecated

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

Deprecated: Use GetTrialMetricsByModelVersionResponse.ProtoReflect.Descriptor instead.

func (*GetTrialMetricsByModelVersionResponse) GetMetrics

func (*GetTrialMetricsByModelVersionResponse) ProtoMessage

func (*GetTrialMetricsByModelVersionResponse) ProtoMessage()

func (*GetTrialMetricsByModelVersionResponse) ProtoReflect

func (*GetTrialMetricsByModelVersionResponse) Reset

func (*GetTrialMetricsByModelVersionResponse) String

type GetTrialProfilerAvailableSeriesRequest

type GetTrialProfilerAvailableSeriesRequest struct {

	// The requested trial's id.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// Continue streaming labels until the trial stops. Defaults to False.
	Follow bool `protobuf:"varint,2,opt,name=follow,proto3" json:"follow,omitempty"`
	// contains filtered or unexported fields
}

Stream distinct available profiler metric label sets.

func (*GetTrialProfilerAvailableSeriesRequest) Descriptor deprecated

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

Deprecated: Use GetTrialProfilerAvailableSeriesRequest.ProtoReflect.Descriptor instead.

func (*GetTrialProfilerAvailableSeriesRequest) GetFollow

func (*GetTrialProfilerAvailableSeriesRequest) GetTrialId

func (*GetTrialProfilerAvailableSeriesRequest) ProtoMessage

func (*GetTrialProfilerAvailableSeriesRequest) ProtoReflect

func (*GetTrialProfilerAvailableSeriesRequest) Reset

func (*GetTrialProfilerAvailableSeriesRequest) String

type GetTrialProfilerAvailableSeriesResponse

type GetTrialProfilerAvailableSeriesResponse struct {

	// The labels for the series.
	Labels []*trialv1.TrialProfilerMetricLabels `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

Response to TrialProfilerAvailableSeriesRequest.

func (*GetTrialProfilerAvailableSeriesResponse) Descriptor deprecated

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

Deprecated: Use GetTrialProfilerAvailableSeriesResponse.ProtoReflect.Descriptor instead.

func (*GetTrialProfilerAvailableSeriesResponse) GetLabels

func (*GetTrialProfilerAvailableSeriesResponse) ProtoMessage

func (*GetTrialProfilerAvailableSeriesResponse) ProtoReflect

func (*GetTrialProfilerAvailableSeriesResponse) Reset

func (*GetTrialProfilerAvailableSeriesResponse) String

type GetTrialProfilerMetricsRequest

type GetTrialProfilerMetricsRequest struct {

	// The labels for the series requested.
	Labels *trialv1.TrialProfilerMetricLabels `protobuf:"bytes,1,opt,name=labels,proto3" json:"labels,omitempty"`
	// Continue streaming metrics until the trial stops. Defaults to False.
	Follow bool `protobuf:"varint,2,opt,name=follow,proto3" json:"follow,omitempty"`
	// contains filtered or unexported fields
}

Stream trial profiler metrics.

func (*GetTrialProfilerMetricsRequest) Descriptor deprecated

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

Deprecated: Use GetTrialProfilerMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetTrialProfilerMetricsRequest) GetFollow

func (x *GetTrialProfilerMetricsRequest) GetFollow() bool

func (*GetTrialProfilerMetricsRequest) GetLabels

func (*GetTrialProfilerMetricsRequest) ProtoMessage

func (*GetTrialProfilerMetricsRequest) ProtoMessage()

func (*GetTrialProfilerMetricsRequest) ProtoReflect

func (*GetTrialProfilerMetricsRequest) Reset

func (x *GetTrialProfilerMetricsRequest) Reset()

func (*GetTrialProfilerMetricsRequest) String

type GetTrialProfilerMetricsResponse

type GetTrialProfilerMetricsResponse struct {

	// A batch matching the series requested.
	Batch *trialv1.TrialProfilerMetricsBatch `protobuf:"bytes,1,opt,name=batch,proto3" json:"batch,omitempty"`
	// contains filtered or unexported fields
}

Response to TrialProfilerMetricsResponse

func (*GetTrialProfilerMetricsResponse) Descriptor deprecated

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

Deprecated: Use GetTrialProfilerMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetTrialProfilerMetricsResponse) GetBatch

func (*GetTrialProfilerMetricsResponse) ProtoMessage

func (*GetTrialProfilerMetricsResponse) ProtoMessage()

func (*GetTrialProfilerMetricsResponse) ProtoReflect

func (*GetTrialProfilerMetricsResponse) Reset

func (*GetTrialProfilerMetricsResponse) String

type GetTrialRequest

type GetTrialRequest struct {

	// The requested trial's id.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// contains filtered or unexported fields
}

Get trial details.

func (*GetTrialRequest) Descriptor deprecated

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

Deprecated: Use GetTrialRequest.ProtoReflect.Descriptor instead.

func (*GetTrialRequest) GetTrialId

func (x *GetTrialRequest) GetTrialId() int32

func (*GetTrialRequest) ProtoMessage

func (*GetTrialRequest) ProtoMessage()

func (*GetTrialRequest) ProtoReflect

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

func (*GetTrialRequest) Reset

func (x *GetTrialRequest) Reset()

func (*GetTrialRequest) String

func (x *GetTrialRequest) String() string

type GetTrialResponse

type GetTrialResponse struct {

	// The requested trial.
	Trial *trialv1.Trial `protobuf:"bytes,1,opt,name=trial,proto3" json:"trial,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTrialRequest.

func (*GetTrialResponse) Descriptor deprecated

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

Deprecated: Use GetTrialResponse.ProtoReflect.Descriptor instead.

func (*GetTrialResponse) GetTrial

func (x *GetTrialResponse) GetTrial() *trialv1.Trial

func (*GetTrialResponse) ProtoMessage

func (*GetTrialResponse) ProtoMessage()

func (*GetTrialResponse) ProtoReflect

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

func (*GetTrialResponse) Reset

func (x *GetTrialResponse) Reset()

func (*GetTrialResponse) String

func (x *GetTrialResponse) String() string

type GetTrialWorkloadsRequest

type GetTrialWorkloadsRequest struct {

	// Order workloads in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,1,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of workloads before returning results. Negative values
	// denote number of workloads to skip from the end before returning results.
	Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of workloads. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit workloads to those that are owned by the specified trial.
	TrialId int32 `protobuf:"varint,4,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// Sort workloads by batches, a training metric, or a validation metric.
	SortKey string `protobuf:"bytes,5,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// Filter workloads with validation and/or checkpoint information.
	Filter GetTrialWorkloadsRequest_FilterOption `` /* 127-byte string literal not displayed */
	// Include per-batch metrics.
	IncludeBatchMetrics bool `protobuf:"varint,7,opt,name=include_batch_metrics,json=includeBatchMetrics,proto3" json:"include_batch_metrics,omitempty"`
	// When sorting workloads by sort_key, specify training or validation form of
	// a metric.
	//
	// Deprecated: Do not use.
	MetricType MetricType `` /* 126-byte string literal not displayed */
	// Metric group (training, validation, etc).
	Group string `protobuf:"bytes,9,opt,name=group,proto3" json:"group,omitempty"`
	// Remove deleted checkpoints.
	RemoveDeletedCheckpoints bool `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

Get the list of workloads for a trial.

func (*GetTrialWorkloadsRequest) Descriptor deprecated

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

Deprecated: Use GetTrialWorkloadsRequest.ProtoReflect.Descriptor instead.

func (*GetTrialWorkloadsRequest) GetFilter

func (*GetTrialWorkloadsRequest) GetGroup

func (x *GetTrialWorkloadsRequest) GetGroup() string

func (*GetTrialWorkloadsRequest) GetIncludeBatchMetrics

func (x *GetTrialWorkloadsRequest) GetIncludeBatchMetrics() bool

func (*GetTrialWorkloadsRequest) GetLimit

func (x *GetTrialWorkloadsRequest) GetLimit() int32

func (*GetTrialWorkloadsRequest) GetMetricType deprecated

func (x *GetTrialWorkloadsRequest) GetMetricType() MetricType

Deprecated: Do not use.

func (*GetTrialWorkloadsRequest) GetOffset

func (x *GetTrialWorkloadsRequest) GetOffset() int32

func (*GetTrialWorkloadsRequest) GetOrderBy

func (x *GetTrialWorkloadsRequest) GetOrderBy() OrderBy

func (*GetTrialWorkloadsRequest) GetRemoveDeletedCheckpoints

func (x *GetTrialWorkloadsRequest) GetRemoveDeletedCheckpoints() bool

func (*GetTrialWorkloadsRequest) GetSortKey

func (x *GetTrialWorkloadsRequest) GetSortKey() string

func (*GetTrialWorkloadsRequest) GetTrialId

func (x *GetTrialWorkloadsRequest) GetTrialId() int32

func (*GetTrialWorkloadsRequest) ProtoMessage

func (*GetTrialWorkloadsRequest) ProtoMessage()

func (*GetTrialWorkloadsRequest) ProtoReflect

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

func (*GetTrialWorkloadsRequest) Reset

func (x *GetTrialWorkloadsRequest) Reset()

func (*GetTrialWorkloadsRequest) String

func (x *GetTrialWorkloadsRequest) String() string

type GetTrialWorkloadsRequest_FilterOption

type GetTrialWorkloadsRequest_FilterOption int32

Filter workloads with training, validation, and checkpoint information.

const (
	// Any workload.
	GetTrialWorkloadsRequest_FILTER_OPTION_UNSPECIFIED GetTrialWorkloadsRequest_FilterOption = 0
	// Only workloads with an associated checkpoint.
	GetTrialWorkloadsRequest_FILTER_OPTION_CHECKPOINT GetTrialWorkloadsRequest_FilterOption = 1
	// Only validation workloads.
	GetTrialWorkloadsRequest_FILTER_OPTION_VALIDATION GetTrialWorkloadsRequest_FilterOption = 2
	// Only validation workloads or ones with an associated checkpoint.
	GetTrialWorkloadsRequest_FILTER_OPTION_CHECKPOINT_OR_VALIDATION GetTrialWorkloadsRequest_FilterOption = 3
)

func (GetTrialWorkloadsRequest_FilterOption) Descriptor

func (GetTrialWorkloadsRequest_FilterOption) Enum

func (GetTrialWorkloadsRequest_FilterOption) EnumDescriptor deprecated

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

Deprecated: Use GetTrialWorkloadsRequest_FilterOption.Descriptor instead.

func (GetTrialWorkloadsRequest_FilterOption) Number

func (GetTrialWorkloadsRequest_FilterOption) String

func (GetTrialWorkloadsRequest_FilterOption) Type

type GetTrialWorkloadsResponse

type GetTrialWorkloadsResponse struct {

	// The list of returned workloads.
	Workloads []*WorkloadContainer `protobuf:"bytes,1,rep,name=workloads,proto3" json:"workloads,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTrialWorkloadsRequest.

func (*GetTrialWorkloadsResponse) Descriptor deprecated

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

Deprecated: Use GetTrialWorkloadsResponse.ProtoReflect.Descriptor instead.

func (*GetTrialWorkloadsResponse) GetPagination

func (x *GetTrialWorkloadsResponse) GetPagination() *Pagination

func (*GetTrialWorkloadsResponse) GetWorkloads

func (x *GetTrialWorkloadsResponse) GetWorkloads() []*WorkloadContainer

func (*GetTrialWorkloadsResponse) ProtoMessage

func (*GetTrialWorkloadsResponse) ProtoMessage()

func (*GetTrialWorkloadsResponse) ProtoReflect

func (*GetTrialWorkloadsResponse) Reset

func (x *GetTrialWorkloadsResponse) Reset()

func (*GetTrialWorkloadsResponse) String

func (x *GetTrialWorkloadsResponse) String() string

type GetUserByUsernameRequest

type GetUserByUsernameRequest struct {

	// The string of the username.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

Get the requested user by username.

func (*GetUserByUsernameRequest) Descriptor deprecated

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

Deprecated: Use GetUserByUsernameRequest.ProtoReflect.Descriptor instead.

func (*GetUserByUsernameRequest) GetUsername

func (x *GetUserByUsernameRequest) GetUsername() string

func (*GetUserByUsernameRequest) ProtoMessage

func (*GetUserByUsernameRequest) ProtoMessage()

func (*GetUserByUsernameRequest) ProtoReflect

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

func (*GetUserByUsernameRequest) Reset

func (x *GetUserByUsernameRequest) Reset()

func (*GetUserByUsernameRequest) String

func (x *GetUserByUsernameRequest) String() string

type GetUserByUsernameResponse

type GetUserByUsernameResponse struct {

	// The requested user.
	User *userv1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

Response to GetUserByUsernameRequest.

func (*GetUserByUsernameResponse) Descriptor deprecated

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

Deprecated: Use GetUserByUsernameResponse.ProtoReflect.Descriptor instead.

func (*GetUserByUsernameResponse) GetUser

func (x *GetUserByUsernameResponse) GetUser() *userv1.User

func (*GetUserByUsernameResponse) ProtoMessage

func (*GetUserByUsernameResponse) ProtoMessage()

func (*GetUserByUsernameResponse) ProtoReflect

func (*GetUserByUsernameResponse) Reset

func (x *GetUserByUsernameResponse) Reset()

func (*GetUserByUsernameResponse) String

func (x *GetUserByUsernameResponse) String() string

type GetUserRequest

type GetUserRequest struct {

	// The id of the user.
	UserId int32 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

Get the requested user by user id.

func (*GetUserRequest) Descriptor deprecated

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

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) GetUserId

func (x *GetUserRequest) GetUserId() int32

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect

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

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

type GetUserResponse

type GetUserResponse struct {

	// The requested user.
	User *userv1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

Response to GetUserRequest.

func (*GetUserResponse) Descriptor deprecated

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

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetUser

func (x *GetUserResponse) GetUser() *userv1.User

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

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

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

type GetUserSettingRequest

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

Get user settings.

func (*GetUserSettingRequest) Descriptor deprecated

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

Deprecated: Use GetUserSettingRequest.ProtoReflect.Descriptor instead.

func (*GetUserSettingRequest) ProtoMessage

func (*GetUserSettingRequest) ProtoMessage()

func (*GetUserSettingRequest) ProtoReflect

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

func (*GetUserSettingRequest) Reset

func (x *GetUserSettingRequest) Reset()

func (*GetUserSettingRequest) String

func (x *GetUserSettingRequest) String() string

type GetUserSettingResponse

type GetUserSettingResponse struct {

	// List of user settings.
	Settings []*userv1.UserWebSetting `protobuf:"bytes,1,rep,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

Response to GetUserSettingRequest.

func (*GetUserSettingResponse) Descriptor deprecated

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

Deprecated: Use GetUserSettingResponse.ProtoReflect.Descriptor instead.

func (*GetUserSettingResponse) GetSettings

func (x *GetUserSettingResponse) GetSettings() []*userv1.UserWebSetting

func (*GetUserSettingResponse) ProtoMessage

func (*GetUserSettingResponse) ProtoMessage()

func (*GetUserSettingResponse) ProtoReflect

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

func (*GetUserSettingResponse) Reset

func (x *GetUserSettingResponse) Reset()

func (*GetUserSettingResponse) String

func (x *GetUserSettingResponse) String() string

type GetUsersRequest

type GetUsersRequest struct {

	// Sort users by the given field.
	SortBy GetUsersRequest_SortBy `` /* 126-byte string literal not displayed */
	// Order users in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of projects before returning results. Negative values
	// denote number of projects to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of projects. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Filter by username or display name.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// Filter by status.
	Active *bool `protobuf:"varint,6,opt,name=active,proto3,oneof" json:"active,omitempty"`
	// Filter by roles.
	Admin *bool `protobuf:"varint,7,opt,name=admin,proto3,oneof" json:"admin,omitempty"`
	// Filter by roles id assigned directly to user for EE.
	RoleIdAssignedDirectlyToUser []int32 `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

Get a list of users.

func (*GetUsersRequest) Descriptor deprecated

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

Deprecated: Use GetUsersRequest.ProtoReflect.Descriptor instead.

func (*GetUsersRequest) GetActive

func (x *GetUsersRequest) GetActive() bool

func (*GetUsersRequest) GetAdmin

func (x *GetUsersRequest) GetAdmin() bool

func (*GetUsersRequest) GetLimit

func (x *GetUsersRequest) GetLimit() int32

func (*GetUsersRequest) GetName

func (x *GetUsersRequest) GetName() string

func (*GetUsersRequest) GetOffset

func (x *GetUsersRequest) GetOffset() int32

func (*GetUsersRequest) GetOrderBy

func (x *GetUsersRequest) GetOrderBy() OrderBy

func (*GetUsersRequest) GetRoleIdAssignedDirectlyToUser

func (x *GetUsersRequest) GetRoleIdAssignedDirectlyToUser() []int32

func (*GetUsersRequest) GetSortBy

func (x *GetUsersRequest) GetSortBy() GetUsersRequest_SortBy

func (*GetUsersRequest) ProtoMessage

func (*GetUsersRequest) ProtoMessage()

func (*GetUsersRequest) ProtoReflect

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

func (*GetUsersRequest) Reset

func (x *GetUsersRequest) Reset()

func (*GetUsersRequest) String

func (x *GetUsersRequest) String() string

type GetUsersRequest_SortBy

type GetUsersRequest_SortBy int32

Sort users by the given field.

const (
	// Returns users in an unsorted list.
	GetUsersRequest_SORT_BY_UNSPECIFIED GetUsersRequest_SortBy = 0
	// Returns users sorted by display name.
	GetUsersRequest_SORT_BY_DISPLAY_NAME GetUsersRequest_SortBy = 1
	// Returns users sorted by user name.
	GetUsersRequest_SORT_BY_USER_NAME GetUsersRequest_SortBy = 2
	// Returns users sorted by if they are admin.
	GetUsersRequest_SORT_BY_ADMIN GetUsersRequest_SortBy = 3
	// Returns users sorted by if they are active.
	GetUsersRequest_SORT_BY_ACTIVE GetUsersRequest_SortBy = 4
	// Returns users sorted by modified time.
	GetUsersRequest_SORT_BY_MODIFIED_TIME GetUsersRequest_SortBy = 5
	// Returns users sorted by username unless display name exist.
	GetUsersRequest_SORT_BY_NAME GetUsersRequest_SortBy = 6
	// Returns users sorted by last authenticated time.
	GetUsersRequest_SORT_BY_LAST_AUTH_TIME GetUsersRequest_SortBy = 7
)

func (GetUsersRequest_SortBy) Descriptor

func (GetUsersRequest_SortBy) Enum

func (GetUsersRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetUsersRequest_SortBy.Descriptor instead.

func (GetUsersRequest_SortBy) Number

func (GetUsersRequest_SortBy) String

func (x GetUsersRequest_SortBy) String() string

func (GetUsersRequest_SortBy) Type

type GetUsersResponse

type GetUsersResponse struct {

	// The list of requested users.
	Users []*userv1.User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetUsersRequest.

func (*GetUsersResponse) Descriptor deprecated

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

Deprecated: Use GetUsersResponse.ProtoReflect.Descriptor instead.

func (*GetUsersResponse) GetPagination

func (x *GetUsersResponse) GetPagination() *Pagination

func (*GetUsersResponse) GetUsers

func (x *GetUsersResponse) GetUsers() []*userv1.User

func (*GetUsersResponse) ProtoMessage

func (*GetUsersResponse) ProtoMessage()

func (*GetUsersResponse) ProtoReflect

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

func (*GetUsersResponse) Reset

func (x *GetUsersResponse) Reset()

func (*GetUsersResponse) String

func (x *GetUsersResponse) String() string

type GetValidationMetricsRequest

type GetValidationMetricsRequest struct {

	// Trial IDs to get metrics for.
	TrialIds []int32 `protobuf:"varint,1,rep,packed,name=trial_ids,json=trialIds,proto3" json:"trial_ids,omitempty"`
	// contains filtered or unexported fields
}

Stream validation metrics.

func (*GetValidationMetricsRequest) Descriptor deprecated

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

Deprecated: Use GetValidationMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetValidationMetricsRequest) GetTrialIds

func (x *GetValidationMetricsRequest) GetTrialIds() []int32

func (*GetValidationMetricsRequest) ProtoMessage

func (*GetValidationMetricsRequest) ProtoMessage()

func (*GetValidationMetricsRequest) ProtoReflect

func (*GetValidationMetricsRequest) Reset

func (x *GetValidationMetricsRequest) Reset()

func (*GetValidationMetricsRequest) String

func (x *GetValidationMetricsRequest) String() string

type GetValidationMetricsResponse

type GetValidationMetricsResponse struct {

	// Metric response.
	Metrics []*trialv1.MetricsReport `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

Response to GetTrainingMetricsRequest.

func (*GetValidationMetricsResponse) Descriptor deprecated

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

Deprecated: Use GetValidationMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetValidationMetricsResponse) GetMetrics

func (*GetValidationMetricsResponse) ProtoMessage

func (*GetValidationMetricsResponse) ProtoMessage()

func (*GetValidationMetricsResponse) ProtoReflect

func (*GetValidationMetricsResponse) Reset

func (x *GetValidationMetricsResponse) Reset()

func (*GetValidationMetricsResponse) String

type GetWebhookRequest

type GetWebhookRequest struct {

	// The id of the webhook.
	WebhookId int32 `protobuf:"varint,1,opt,name=webhook_id,json=webhookId,proto3" json:"webhook_id,omitempty"`
	// contains filtered or unexported fields
}

Get a single webhook.

func (*GetWebhookRequest) Descriptor deprecated

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

Deprecated: Use GetWebhookRequest.ProtoReflect.Descriptor instead.

func (*GetWebhookRequest) GetWebhookId

func (x *GetWebhookRequest) GetWebhookId() int32

func (*GetWebhookRequest) ProtoMessage

func (*GetWebhookRequest) ProtoMessage()

func (*GetWebhookRequest) ProtoReflect

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

func (*GetWebhookRequest) Reset

func (x *GetWebhookRequest) Reset()

func (*GetWebhookRequest) String

func (x *GetWebhookRequest) String() string

type GetWebhookResponse

type GetWebhookResponse struct {

	// The requested Webhook.
	Webhook *webhookv1.Webhook `protobuf:"bytes,1,opt,name=webhook,proto3" json:"webhook,omitempty"`
	// contains filtered or unexported fields
}

Response to GetWebhookRequest.

func (*GetWebhookResponse) Descriptor deprecated

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

Deprecated: Use GetWebhookResponse.ProtoReflect.Descriptor instead.

func (*GetWebhookResponse) GetWebhook

func (x *GetWebhookResponse) GetWebhook() *webhookv1.Webhook

func (*GetWebhookResponse) ProtoMessage

func (*GetWebhookResponse) ProtoMessage()

func (*GetWebhookResponse) ProtoReflect

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

func (*GetWebhookResponse) Reset

func (x *GetWebhookResponse) Reset()

func (*GetWebhookResponse) String

func (x *GetWebhookResponse) String() string

type GetWebhooksRequest

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

Get a list of webhooks.

func (*GetWebhooksRequest) Descriptor deprecated

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

Deprecated: Use GetWebhooksRequest.ProtoReflect.Descriptor instead.

func (*GetWebhooksRequest) ProtoMessage

func (*GetWebhooksRequest) ProtoMessage()

func (*GetWebhooksRequest) ProtoReflect

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

func (*GetWebhooksRequest) Reset

func (x *GetWebhooksRequest) Reset()

func (*GetWebhooksRequest) String

func (x *GetWebhooksRequest) String() string

type GetWebhooksResponse

type GetWebhooksResponse struct {

	// The list of returned webhooks.
	Webhooks []*webhookv1.Webhook `protobuf:"bytes,1,rep,name=webhooks,proto3" json:"webhooks,omitempty"`
	// contains filtered or unexported fields
}

Response to GetWebhooksRequest.

func (*GetWebhooksResponse) Descriptor deprecated

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

Deprecated: Use GetWebhooksResponse.ProtoReflect.Descriptor instead.

func (*GetWebhooksResponse) GetWebhooks

func (x *GetWebhooksResponse) GetWebhooks() []*webhookv1.Webhook

func (*GetWebhooksResponse) ProtoMessage

func (*GetWebhooksResponse) ProtoMessage()

func (*GetWebhooksResponse) ProtoReflect

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

func (*GetWebhooksResponse) Reset

func (x *GetWebhooksResponse) Reset()

func (*GetWebhooksResponse) String

func (x *GetWebhooksResponse) String() string

type GetWorkspaceProjectsRequest

type GetWorkspaceProjectsRequest struct {

	// Sort the projects by the given field.
	SortBy GetWorkspaceProjectsRequest_SortBy `` /* 138-byte string literal not displayed */
	// Order projects in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of projects before returning results. Negative values
	// denote number of projects to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of projects. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// The id of the workspace.
	// When id is set to 0, return all projects across the all workspaces.
	Id int32 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"`
	// Limit the projects to those matching the name.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// Limit the projects to those with an archived status.
	Archived *wrappers.BoolValue `protobuf:"bytes,7,opt,name=archived,proto3" json:"archived,omitempty"`
	// Limit the projects to those from particular users, by usernames.
	Users []string `protobuf:"bytes,8,rep,name=users,proto3" json:"users,omitempty"`
	// Limit the projects to those from particular users, by userIds.
	UserIds []int32 `protobuf:"varint,9,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

Get a list of projects associated with a workspace.

func (*GetWorkspaceProjectsRequest) Descriptor deprecated

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

Deprecated: Use GetWorkspaceProjectsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspaceProjectsRequest) GetArchived

func (*GetWorkspaceProjectsRequest) GetId

func (*GetWorkspaceProjectsRequest) GetLimit

func (x *GetWorkspaceProjectsRequest) GetLimit() int32

func (*GetWorkspaceProjectsRequest) GetName

func (x *GetWorkspaceProjectsRequest) GetName() string

func (*GetWorkspaceProjectsRequest) GetOffset

func (x *GetWorkspaceProjectsRequest) GetOffset() int32

func (*GetWorkspaceProjectsRequest) GetOrderBy

func (x *GetWorkspaceProjectsRequest) GetOrderBy() OrderBy

func (*GetWorkspaceProjectsRequest) GetSortBy

func (*GetWorkspaceProjectsRequest) GetUserIds

func (x *GetWorkspaceProjectsRequest) GetUserIds() []int32

func (*GetWorkspaceProjectsRequest) GetUsers

func (x *GetWorkspaceProjectsRequest) GetUsers() []string

func (*GetWorkspaceProjectsRequest) ProtoMessage

func (*GetWorkspaceProjectsRequest) ProtoMessage()

func (*GetWorkspaceProjectsRequest) ProtoReflect

func (*GetWorkspaceProjectsRequest) Reset

func (x *GetWorkspaceProjectsRequest) Reset()

func (*GetWorkspaceProjectsRequest) String

func (x *GetWorkspaceProjectsRequest) String() string

type GetWorkspaceProjectsRequest_SortBy

type GetWorkspaceProjectsRequest_SortBy int32

Sort associated projects by the given field.

const (
	// Returns projects in an unsorted list.
	GetWorkspaceProjectsRequest_SORT_BY_UNSPECIFIED GetWorkspaceProjectsRequest_SortBy = 0
	// Returns projects sorted by time that they were created.
	GetWorkspaceProjectsRequest_SORT_BY_CREATION_TIME GetWorkspaceProjectsRequest_SortBy = 1
	// Returns projects sorted by most recent start of an experiment.
	GetWorkspaceProjectsRequest_SORT_BY_LAST_EXPERIMENT_START_TIME GetWorkspaceProjectsRequest_SortBy = 2
	// Returns projects sorted by name.
	GetWorkspaceProjectsRequest_SORT_BY_NAME GetWorkspaceProjectsRequest_SortBy = 3
	// Returns projects sorted by description.
	GetWorkspaceProjectsRequest_SORT_BY_DESCRIPTION GetWorkspaceProjectsRequest_SortBy = 4
	// Returns projects sorted by ID.
	GetWorkspaceProjectsRequest_SORT_BY_ID GetWorkspaceProjectsRequest_SortBy = 5
)

func (GetWorkspaceProjectsRequest_SortBy) Descriptor

func (GetWorkspaceProjectsRequest_SortBy) Enum

func (GetWorkspaceProjectsRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetWorkspaceProjectsRequest_SortBy.Descriptor instead.

func (GetWorkspaceProjectsRequest_SortBy) Number

func (GetWorkspaceProjectsRequest_SortBy) String

func (GetWorkspaceProjectsRequest_SortBy) Type

type GetWorkspaceProjectsResponse

type GetWorkspaceProjectsResponse struct {

	// The projects associated with the workspace.
	Projects []*projectv1.Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetWorkspaceProjectsRequest.

func (*GetWorkspaceProjectsResponse) Descriptor deprecated

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

Deprecated: Use GetWorkspaceProjectsResponse.ProtoReflect.Descriptor instead.

func (*GetWorkspaceProjectsResponse) GetPagination

func (x *GetWorkspaceProjectsResponse) GetPagination() *Pagination

func (*GetWorkspaceProjectsResponse) GetProjects

func (x *GetWorkspaceProjectsResponse) GetProjects() []*projectv1.Project

func (*GetWorkspaceProjectsResponse) ProtoMessage

func (*GetWorkspaceProjectsResponse) ProtoMessage()

func (*GetWorkspaceProjectsResponse) ProtoReflect

func (*GetWorkspaceProjectsResponse) Reset

func (x *GetWorkspaceProjectsResponse) Reset()

func (*GetWorkspaceProjectsResponse) String

type GetWorkspaceRequest

type GetWorkspaceRequest struct {

	// The id of the workspace.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Get the requested workspace.

func (*GetWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use GetWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspaceRequest) GetId

func (x *GetWorkspaceRequest) GetId() int32

func (*GetWorkspaceRequest) ProtoMessage

func (*GetWorkspaceRequest) ProtoMessage()

func (*GetWorkspaceRequest) ProtoReflect

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

func (*GetWorkspaceRequest) Reset

func (x *GetWorkspaceRequest) Reset()

func (*GetWorkspaceRequest) String

func (x *GetWorkspaceRequest) String() string

type GetWorkspaceResponse

type GetWorkspaceResponse struct {

	// The workspace requested.
	Workspace *workspacev1.Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

Response to GetWorkspaceRequest.

func (*GetWorkspaceResponse) Descriptor deprecated

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

Deprecated: Use GetWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*GetWorkspaceResponse) GetWorkspace

func (x *GetWorkspaceResponse) GetWorkspace() *workspacev1.Workspace

func (*GetWorkspaceResponse) ProtoMessage

func (*GetWorkspaceResponse) ProtoMessage()

func (*GetWorkspaceResponse) ProtoReflect

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

func (*GetWorkspaceResponse) Reset

func (x *GetWorkspaceResponse) Reset()

func (*GetWorkspaceResponse) String

func (x *GetWorkspaceResponse) String() string

type GetWorkspacesRequest

type GetWorkspacesRequest struct {

	// Sort the workspaces by the given field.
	SortBy GetWorkspacesRequest_SortBy `` /* 131-byte string literal not displayed */
	// Order workspaces in either ascending or descending order.
	OrderBy OrderBy `protobuf:"varint,2,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Skip the number of workspaces before returning results. Negative values
	// denote number of workspaces to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of workspaces. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Limit the workspaces to those matching the name (case insensitive).
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// Limit the workspaces to those with an archived status.
	Archived *wrappers.BoolValue `protobuf:"bytes,6,opt,name=archived,proto3" json:"archived,omitempty"`
	// Limit the workspaces to those from particular users, by usernames.
	Users []string `protobuf:"bytes,7,rep,name=users,proto3" json:"users,omitempty"`
	// Limit the workspaces to those from particular users, by userIds.
	UserIds []int32 `protobuf:"varint,9,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// Limit the workspaces to those with pinned status by the current user.
	Pinned *wrappers.BoolValue `protobuf:"bytes,8,opt,name=pinned,proto3" json:"pinned,omitempty"`
	// Limit the workspaces to those matching the name (case sensitive).
	NameCaseSensitive string `protobuf:"bytes,10,opt,name=name_case_sensitive,json=nameCaseSensitive,proto3" json:"name_case_sensitive,omitempty"`
	// contains filtered or unexported fields
}

Get a list of workspaces.

func (*GetWorkspacesRequest) Descriptor deprecated

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

Deprecated: Use GetWorkspacesRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspacesRequest) GetArchived

func (x *GetWorkspacesRequest) GetArchived() *wrappers.BoolValue

func (*GetWorkspacesRequest) GetLimit

func (x *GetWorkspacesRequest) GetLimit() int32

func (*GetWorkspacesRequest) GetName

func (x *GetWorkspacesRequest) GetName() string

func (*GetWorkspacesRequest) GetNameCaseSensitive

func (x *GetWorkspacesRequest) GetNameCaseSensitive() string

func (*GetWorkspacesRequest) GetOffset

func (x *GetWorkspacesRequest) GetOffset() int32

func (*GetWorkspacesRequest) GetOrderBy

func (x *GetWorkspacesRequest) GetOrderBy() OrderBy

func (*GetWorkspacesRequest) GetPinned

func (x *GetWorkspacesRequest) GetPinned() *wrappers.BoolValue

func (*GetWorkspacesRequest) GetSortBy

func (*GetWorkspacesRequest) GetUserIds

func (x *GetWorkspacesRequest) GetUserIds() []int32

func (*GetWorkspacesRequest) GetUsers

func (x *GetWorkspacesRequest) GetUsers() []string

func (*GetWorkspacesRequest) ProtoMessage

func (*GetWorkspacesRequest) ProtoMessage()

func (*GetWorkspacesRequest) ProtoReflect

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

func (*GetWorkspacesRequest) Reset

func (x *GetWorkspacesRequest) Reset()

func (*GetWorkspacesRequest) String

func (x *GetWorkspacesRequest) String() string

type GetWorkspacesRequest_SortBy

type GetWorkspacesRequest_SortBy int32

Sort workspaces by the given field.

const (
	// Returns workspaces in an unsorted list.
	GetWorkspacesRequest_SORT_BY_UNSPECIFIED GetWorkspacesRequest_SortBy = 0
	// Returns workspaces sorted by id.
	GetWorkspacesRequest_SORT_BY_ID GetWorkspacesRequest_SortBy = 1
	// Returns workspaces sorted by name.
	GetWorkspacesRequest_SORT_BY_NAME GetWorkspacesRequest_SortBy = 2
)

func (GetWorkspacesRequest_SortBy) Descriptor

func (GetWorkspacesRequest_SortBy) Enum

func (GetWorkspacesRequest_SortBy) EnumDescriptor deprecated

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

Deprecated: Use GetWorkspacesRequest_SortBy.Descriptor instead.

func (GetWorkspacesRequest_SortBy) Number

func (GetWorkspacesRequest_SortBy) String

func (GetWorkspacesRequest_SortBy) Type

type GetWorkspacesResponse

type GetWorkspacesResponse struct {

	// The list of returned workspaces.
	Workspaces []*workspacev1.Workspace `protobuf:"bytes,1,rep,name=workspaces,proto3" json:"workspaces,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to GetWorkspacesRequest.

func (*GetWorkspacesResponse) Descriptor deprecated

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

Deprecated: Use GetWorkspacesResponse.ProtoReflect.Descriptor instead.

func (*GetWorkspacesResponse) GetPagination

func (x *GetWorkspacesResponse) GetPagination() *Pagination

func (*GetWorkspacesResponse) GetWorkspaces

func (x *GetWorkspacesResponse) GetWorkspaces() []*workspacev1.Workspace

func (*GetWorkspacesResponse) ProtoMessage

func (*GetWorkspacesResponse) ProtoMessage()

func (*GetWorkspacesResponse) ProtoReflect

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

func (*GetWorkspacesResponse) Reset

func (x *GetWorkspacesResponse) Reset()

func (*GetWorkspacesResponse) String

func (x *GetWorkspacesResponse) String() string

type IdleNotebookRequest

type IdleNotebookRequest struct {

	// The id of the notebook.
	NotebookId string `protobuf:"bytes,1,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	// The value of idle timeout
	Idle bool `protobuf:"varint,2,opt,name=idle,proto3" json:"idle,omitempty"`
	// contains filtered or unexported fields
}

Kill the requested notebook if idle.

func (*IdleNotebookRequest) Descriptor deprecated

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

Deprecated: Use IdleNotebookRequest.ProtoReflect.Descriptor instead.

func (*IdleNotebookRequest) GetIdle

func (x *IdleNotebookRequest) GetIdle() bool

func (*IdleNotebookRequest) GetNotebookId

func (x *IdleNotebookRequest) GetNotebookId() string

func (*IdleNotebookRequest) ProtoMessage

func (*IdleNotebookRequest) ProtoMessage()

func (*IdleNotebookRequest) ProtoReflect

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

func (*IdleNotebookRequest) Reset

func (x *IdleNotebookRequest) Reset()

func (*IdleNotebookRequest) String

func (x *IdleNotebookRequest) String() string

type IdleNotebookResponse

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

Response to IdleNotebookRequest.

func (*IdleNotebookResponse) Descriptor deprecated

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

Deprecated: Use IdleNotebookResponse.ProtoReflect.Descriptor instead.

func (*IdleNotebookResponse) ProtoMessage

func (*IdleNotebookResponse) ProtoMessage()

func (*IdleNotebookResponse) ProtoReflect

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

func (*IdleNotebookResponse) Reset

func (x *IdleNotebookResponse) Reset()

func (*IdleNotebookResponse) String

func (x *IdleNotebookResponse) String() string

type KillCommandRequest

type KillCommandRequest struct {

	// The id of the command.
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

Kill the requested command.

func (*KillCommandRequest) Descriptor deprecated

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

Deprecated: Use KillCommandRequest.ProtoReflect.Descriptor instead.

func (*KillCommandRequest) GetCommandId

func (x *KillCommandRequest) GetCommandId() string

func (*KillCommandRequest) ProtoMessage

func (*KillCommandRequest) ProtoMessage()

func (*KillCommandRequest) ProtoReflect

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

func (*KillCommandRequest) Reset

func (x *KillCommandRequest) Reset()

func (*KillCommandRequest) String

func (x *KillCommandRequest) String() string

type KillCommandResponse

type KillCommandResponse struct {

	// The requested command.
	Command *commandv1.Command `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	// contains filtered or unexported fields
}

Response to KillCommandRequest.

func (*KillCommandResponse) Descriptor deprecated

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

Deprecated: Use KillCommandResponse.ProtoReflect.Descriptor instead.

func (*KillCommandResponse) GetCommand

func (x *KillCommandResponse) GetCommand() *commandv1.Command

func (*KillCommandResponse) ProtoMessage

func (*KillCommandResponse) ProtoMessage()

func (*KillCommandResponse) ProtoReflect

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

func (*KillCommandResponse) Reset

func (x *KillCommandResponse) Reset()

func (*KillCommandResponse) String

func (x *KillCommandResponse) String() string

type KillExperimentRequest

type KillExperimentRequest struct {

	// The experiment id.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Kill an experiment.

func (*KillExperimentRequest) Descriptor deprecated

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

Deprecated: Use KillExperimentRequest.ProtoReflect.Descriptor instead.

func (*KillExperimentRequest) GetId

func (x *KillExperimentRequest) GetId() int32

func (*KillExperimentRequest) ProtoMessage

func (*KillExperimentRequest) ProtoMessage()

func (*KillExperimentRequest) ProtoReflect

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

func (*KillExperimentRequest) Reset

func (x *KillExperimentRequest) Reset()

func (*KillExperimentRequest) String

func (x *KillExperimentRequest) String() string

type KillExperimentResponse

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

Response to KillExperimentRequest.

func (*KillExperimentResponse) Descriptor deprecated

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

Deprecated: Use KillExperimentResponse.ProtoReflect.Descriptor instead.

func (*KillExperimentResponse) ProtoMessage

func (*KillExperimentResponse) ProtoMessage()

func (*KillExperimentResponse) ProtoReflect

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

func (*KillExperimentResponse) Reset

func (x *KillExperimentResponse) Reset()

func (*KillExperimentResponse) String

func (x *KillExperimentResponse) String() string

type KillExperimentsRequest

type KillExperimentsRequest struct {

	// Selecting experiments by id.
	ExperimentIds []int32 `protobuf:"varint,1,rep,packed,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"`
	// Targets all experiments matching filters.
	Filters *BulkExperimentFilters `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Kill multiple experiments.

func (*KillExperimentsRequest) Descriptor deprecated

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

Deprecated: Use KillExperimentsRequest.ProtoReflect.Descriptor instead.

func (*KillExperimentsRequest) GetExperimentIds

func (x *KillExperimentsRequest) GetExperimentIds() []int32

func (*KillExperimentsRequest) GetFilters

func (*KillExperimentsRequest) ProtoMessage

func (*KillExperimentsRequest) ProtoMessage()

func (*KillExperimentsRequest) ProtoReflect

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

func (*KillExperimentsRequest) Reset

func (x *KillExperimentsRequest) Reset()

func (*KillExperimentsRequest) String

func (x *KillExperimentsRequest) String() string

type KillExperimentsResponse

type KillExperimentsResponse struct {

	// Details on success or error for each experiment.
	Results []*ExperimentActionResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Response to KillExperimentsRequest.

func (*KillExperimentsResponse) Descriptor deprecated

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

Deprecated: Use KillExperimentsResponse.ProtoReflect.Descriptor instead.

func (*KillExperimentsResponse) GetResults

func (*KillExperimentsResponse) ProtoMessage

func (*KillExperimentsResponse) ProtoMessage()

func (*KillExperimentsResponse) ProtoReflect

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

func (*KillExperimentsResponse) Reset

func (x *KillExperimentsResponse) Reset()

func (*KillExperimentsResponse) String

func (x *KillExperimentsResponse) String() string

type KillNotebookRequest

type KillNotebookRequest struct {

	// The id of the notebook.
	NotebookId string `protobuf:"bytes,1,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	// contains filtered or unexported fields
}

Kill the requested notebook.

func (*KillNotebookRequest) Descriptor deprecated

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

Deprecated: Use KillNotebookRequest.ProtoReflect.Descriptor instead.

func (*KillNotebookRequest) GetNotebookId

func (x *KillNotebookRequest) GetNotebookId() string

func (*KillNotebookRequest) ProtoMessage

func (*KillNotebookRequest) ProtoMessage()

func (*KillNotebookRequest) ProtoReflect

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

func (*KillNotebookRequest) Reset

func (x *KillNotebookRequest) Reset()

func (*KillNotebookRequest) String

func (x *KillNotebookRequest) String() string

type KillNotebookResponse

type KillNotebookResponse struct {

	// The requested notebook.
	Notebook *notebookv1.Notebook `protobuf:"bytes,1,opt,name=notebook,proto3" json:"notebook,omitempty"`
	// contains filtered or unexported fields
}

Response to KillNotebookRequest.

func (*KillNotebookResponse) Descriptor deprecated

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

Deprecated: Use KillNotebookResponse.ProtoReflect.Descriptor instead.

func (*KillNotebookResponse) GetNotebook

func (x *KillNotebookResponse) GetNotebook() *notebookv1.Notebook

func (*KillNotebookResponse) ProtoMessage

func (*KillNotebookResponse) ProtoMessage()

func (*KillNotebookResponse) ProtoReflect

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

func (*KillNotebookResponse) Reset

func (x *KillNotebookResponse) Reset()

func (*KillNotebookResponse) String

func (x *KillNotebookResponse) String() string

type KillShellRequest

type KillShellRequest struct {

	// The id of the shell.
	ShellId string `protobuf:"bytes,1,opt,name=shell_id,json=shellId,proto3" json:"shell_id,omitempty"`
	// contains filtered or unexported fields
}

Kill the requested shell.

func (*KillShellRequest) Descriptor deprecated

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

Deprecated: Use KillShellRequest.ProtoReflect.Descriptor instead.

func (*KillShellRequest) GetShellId

func (x *KillShellRequest) GetShellId() string

func (*KillShellRequest) ProtoMessage

func (*KillShellRequest) ProtoMessage()

func (*KillShellRequest) ProtoReflect

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

func (*KillShellRequest) Reset

func (x *KillShellRequest) Reset()

func (*KillShellRequest) String

func (x *KillShellRequest) String() string

type KillShellResponse

type KillShellResponse struct {

	// The requested shell.
	Shell *shellv1.Shell `protobuf:"bytes,1,opt,name=shell,proto3" json:"shell,omitempty"`
	// contains filtered or unexported fields
}

Response to KillShellRequest.

func (*KillShellResponse) Descriptor deprecated

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

Deprecated: Use KillShellResponse.ProtoReflect.Descriptor instead.

func (*KillShellResponse) GetShell

func (x *KillShellResponse) GetShell() *shellv1.Shell

func (*KillShellResponse) ProtoMessage

func (*KillShellResponse) ProtoMessage()

func (*KillShellResponse) ProtoReflect

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

func (*KillShellResponse) Reset

func (x *KillShellResponse) Reset()

func (*KillShellResponse) String

func (x *KillShellResponse) String() string

type KillTensorboardRequest

type KillTensorboardRequest struct {

	// The id of the tensorboard.
	TensorboardId string `protobuf:"bytes,1,opt,name=tensorboard_id,json=tensorboardId,proto3" json:"tensorboard_id,omitempty"`
	// contains filtered or unexported fields
}

Kill the requested tensorboard.

func (*KillTensorboardRequest) Descriptor deprecated

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

Deprecated: Use KillTensorboardRequest.ProtoReflect.Descriptor instead.

func (*KillTensorboardRequest) GetTensorboardId

func (x *KillTensorboardRequest) GetTensorboardId() string

func (*KillTensorboardRequest) ProtoMessage

func (*KillTensorboardRequest) ProtoMessage()

func (*KillTensorboardRequest) ProtoReflect

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

func (*KillTensorboardRequest) Reset

func (x *KillTensorboardRequest) Reset()

func (*KillTensorboardRequest) String

func (x *KillTensorboardRequest) String() string

type KillTensorboardResponse

type KillTensorboardResponse struct {

	// The requested tensorboard.
	Tensorboard *tensorboardv1.Tensorboard `protobuf:"bytes,1,opt,name=tensorboard,proto3" json:"tensorboard,omitempty"`
	// contains filtered or unexported fields
}

Response to KillTensorboardRequest.

func (*KillTensorboardResponse) Descriptor deprecated

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

Deprecated: Use KillTensorboardResponse.ProtoReflect.Descriptor instead.

func (*KillTensorboardResponse) GetTensorboard

func (x *KillTensorboardResponse) GetTensorboard() *tensorboardv1.Tensorboard

func (*KillTensorboardResponse) ProtoMessage

func (*KillTensorboardResponse) ProtoMessage()

func (*KillTensorboardResponse) ProtoReflect

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

func (*KillTensorboardResponse) Reset

func (x *KillTensorboardResponse) Reset()

func (*KillTensorboardResponse) String

func (x *KillTensorboardResponse) String() string

type KillTrialRequest

type KillTrialRequest struct {

	// The trial id
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Kill an trial.

func (*KillTrialRequest) Descriptor deprecated

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

Deprecated: Use KillTrialRequest.ProtoReflect.Descriptor instead.

func (*KillTrialRequest) GetId

func (x *KillTrialRequest) GetId() int32

func (*KillTrialRequest) ProtoMessage

func (*KillTrialRequest) ProtoMessage()

func (*KillTrialRequest) ProtoReflect

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

func (*KillTrialRequest) Reset

func (x *KillTrialRequest) Reset()

func (*KillTrialRequest) String

func (x *KillTrialRequest) String() string

type KillTrialResponse

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

Response to KillTrialRequest.

func (*KillTrialResponse) Descriptor deprecated

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

Deprecated: Use KillTrialResponse.ProtoReflect.Descriptor instead.

func (*KillTrialResponse) ProtoMessage

func (*KillTrialResponse) ProtoMessage()

func (*KillTrialResponse) ProtoReflect

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

func (*KillTrialResponse) Reset

func (x *KillTrialResponse) Reset()

func (*KillTrialResponse) String

func (x *KillTrialResponse) String() string

type LaunchCommandRequest

type LaunchCommandRequest struct {

	// Command config (JSON).
	Config *_struct.Struct `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// Template name.
	TemplateName string `protobuf:"bytes,2,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	// The files to run with the command.
	Files []*utilv1.File `protobuf:"bytes,3,rep,name=files,proto3" json:"files,omitempty"`
	// Additional data.
	Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// Workspace ID. Defaults to the 'Uncategorized' workspace if not specified.
	WorkspaceId int32 `protobuf:"varint,5,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Request to launch a command.

func (*LaunchCommandRequest) Descriptor deprecated

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

Deprecated: Use LaunchCommandRequest.ProtoReflect.Descriptor instead.

func (*LaunchCommandRequest) GetConfig

func (x *LaunchCommandRequest) GetConfig() *_struct.Struct

func (*LaunchCommandRequest) GetData

func (x *LaunchCommandRequest) GetData() []byte

func (*LaunchCommandRequest) GetFiles

func (x *LaunchCommandRequest) GetFiles() []*utilv1.File

func (*LaunchCommandRequest) GetTemplateName

func (x *LaunchCommandRequest) GetTemplateName() string

func (*LaunchCommandRequest) GetWorkspaceId

func (x *LaunchCommandRequest) GetWorkspaceId() int32

func (*LaunchCommandRequest) ProtoMessage

func (*LaunchCommandRequest) ProtoMessage()

func (*LaunchCommandRequest) ProtoReflect

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

func (*LaunchCommandRequest) Reset

func (x *LaunchCommandRequest) Reset()

func (*LaunchCommandRequest) String

func (x *LaunchCommandRequest) String() string

type LaunchCommandResponse

type LaunchCommandResponse struct {

	// The requested command.
	Command *commandv1.Command `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	// The config;
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// If the requested slots exceeded the current max available.
	Warnings []LaunchWarning `protobuf:"varint,3,rep,packed,name=warnings,proto3,enum=determined.api.v1.LaunchWarning" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

Response to LaunchCommandRequest.

func (*LaunchCommandResponse) Descriptor deprecated

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

Deprecated: Use LaunchCommandResponse.ProtoReflect.Descriptor instead.

func (*LaunchCommandResponse) GetCommand

func (x *LaunchCommandResponse) GetCommand() *commandv1.Command

func (*LaunchCommandResponse) GetConfig

func (x *LaunchCommandResponse) GetConfig() *_struct.Struct

func (*LaunchCommandResponse) GetWarnings

func (x *LaunchCommandResponse) GetWarnings() []LaunchWarning

func (*LaunchCommandResponse) ProtoMessage

func (*LaunchCommandResponse) ProtoMessage()

func (*LaunchCommandResponse) ProtoReflect

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

func (*LaunchCommandResponse) Reset

func (x *LaunchCommandResponse) Reset()

func (*LaunchCommandResponse) String

func (x *LaunchCommandResponse) String() string

type LaunchNotebookRequest

type LaunchNotebookRequest struct {

	// Notebook config (JSON).
	Config *_struct.Struct `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// Template name.
	TemplateName string `protobuf:"bytes,2,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	// The files to run with the command.
	Files []*utilv1.File `protobuf:"bytes,3,rep,name=files,proto3" json:"files,omitempty"`
	// Preview a launching request without actually creating a Notebook.
	Preview bool `protobuf:"varint,4,opt,name=preview,proto3" json:"preview,omitempty"`
	// Workspace ID. Defaults to 'Uncategorized' workspace if not specified.
	WorkspaceId int32 `protobuf:"varint,5,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Request to launch a notebook.

func (*LaunchNotebookRequest) Descriptor deprecated

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

Deprecated: Use LaunchNotebookRequest.ProtoReflect.Descriptor instead.

func (*LaunchNotebookRequest) GetConfig

func (x *LaunchNotebookRequest) GetConfig() *_struct.Struct

func (*LaunchNotebookRequest) GetFiles

func (x *LaunchNotebookRequest) GetFiles() []*utilv1.File

func (*LaunchNotebookRequest) GetPreview

func (x *LaunchNotebookRequest) GetPreview() bool

func (*LaunchNotebookRequest) GetTemplateName

func (x *LaunchNotebookRequest) GetTemplateName() string

func (*LaunchNotebookRequest) GetWorkspaceId

func (x *LaunchNotebookRequest) GetWorkspaceId() int32

func (*LaunchNotebookRequest) ProtoMessage

func (*LaunchNotebookRequest) ProtoMessage()

func (*LaunchNotebookRequest) ProtoReflect

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

func (*LaunchNotebookRequest) Reset

func (x *LaunchNotebookRequest) Reset()

func (*LaunchNotebookRequest) String

func (x *LaunchNotebookRequest) String() string

type LaunchNotebookResponse

type LaunchNotebookResponse struct {

	// The requested notebook.
	Notebook *notebookv1.Notebook `protobuf:"bytes,1,opt,name=notebook,proto3" json:"notebook,omitempty"`
	// The config;
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// List of any related warnings.
	Warnings []LaunchWarning `protobuf:"varint,3,rep,packed,name=warnings,proto3,enum=determined.api.v1.LaunchWarning" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

Response to LaunchNotebookRequest.

func (*LaunchNotebookResponse) Descriptor deprecated

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

Deprecated: Use LaunchNotebookResponse.ProtoReflect.Descriptor instead.

func (*LaunchNotebookResponse) GetConfig

func (x *LaunchNotebookResponse) GetConfig() *_struct.Struct

func (*LaunchNotebookResponse) GetNotebook

func (x *LaunchNotebookResponse) GetNotebook() *notebookv1.Notebook

func (*LaunchNotebookResponse) GetWarnings

func (x *LaunchNotebookResponse) GetWarnings() []LaunchWarning

func (*LaunchNotebookResponse) ProtoMessage

func (*LaunchNotebookResponse) ProtoMessage()

func (*LaunchNotebookResponse) ProtoReflect

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

func (*LaunchNotebookResponse) Reset

func (x *LaunchNotebookResponse) Reset()

func (*LaunchNotebookResponse) String

func (x *LaunchNotebookResponse) String() string

type LaunchShellRequest

type LaunchShellRequest struct {

	// Shell config (JSON).
	Config *_struct.Struct `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// Template name.
	TemplateName string `protobuf:"bytes,2,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	// The files to run with the command.
	Files []*utilv1.File `protobuf:"bytes,3,rep,name=files,proto3" json:"files,omitempty"`
	// Additional data.
	Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// Workspace ID. Defaults to 'Uncategorized' workspace if not specified.
	WorkspaceId int32 `protobuf:"varint,5,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Request to launch a shell.

func (*LaunchShellRequest) Descriptor deprecated

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

Deprecated: Use LaunchShellRequest.ProtoReflect.Descriptor instead.

func (*LaunchShellRequest) GetConfig

func (x *LaunchShellRequest) GetConfig() *_struct.Struct

func (*LaunchShellRequest) GetData

func (x *LaunchShellRequest) GetData() []byte

func (*LaunchShellRequest) GetFiles

func (x *LaunchShellRequest) GetFiles() []*utilv1.File

func (*LaunchShellRequest) GetTemplateName

func (x *LaunchShellRequest) GetTemplateName() string

func (*LaunchShellRequest) GetWorkspaceId

func (x *LaunchShellRequest) GetWorkspaceId() int32

func (*LaunchShellRequest) ProtoMessage

func (*LaunchShellRequest) ProtoMessage()

func (*LaunchShellRequest) ProtoReflect

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

func (*LaunchShellRequest) Reset

func (x *LaunchShellRequest) Reset()

func (*LaunchShellRequest) String

func (x *LaunchShellRequest) String() string

type LaunchShellResponse

type LaunchShellResponse struct {

	// The requested shell.
	Shell *shellv1.Shell `protobuf:"bytes,1,opt,name=shell,proto3" json:"shell,omitempty"`
	// The config;
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// List of any related warnings.
	Warnings []LaunchWarning `protobuf:"varint,3,rep,packed,name=warnings,proto3,enum=determined.api.v1.LaunchWarning" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

Response to LaunchShellRequest.

func (*LaunchShellResponse) Descriptor deprecated

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

Deprecated: Use LaunchShellResponse.ProtoReflect.Descriptor instead.

func (*LaunchShellResponse) GetConfig

func (x *LaunchShellResponse) GetConfig() *_struct.Struct

func (*LaunchShellResponse) GetShell

func (x *LaunchShellResponse) GetShell() *shellv1.Shell

func (*LaunchShellResponse) GetWarnings

func (x *LaunchShellResponse) GetWarnings() []LaunchWarning

func (*LaunchShellResponse) ProtoMessage

func (*LaunchShellResponse) ProtoMessage()

func (*LaunchShellResponse) ProtoReflect

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

func (*LaunchShellResponse) Reset

func (x *LaunchShellResponse) Reset()

func (*LaunchShellResponse) String

func (x *LaunchShellResponse) String() string

type LaunchTensorboardRequest

type LaunchTensorboardRequest struct {

	// List of source experiment ids.
	ExperimentIds []int32 `protobuf:"varint,1,rep,packed,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"`
	// List of source trial ids.
	TrialIds []int32 `protobuf:"varint,2,rep,packed,name=trial_ids,json=trialIds,proto3" json:"trial_ids,omitempty"`
	// Tensorboard config (JSON).
	Config *_struct.Struct `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
	// Tensorboard template name.
	TemplateName string `protobuf:"bytes,4,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	// The files to run with the command.
	Files []*utilv1.File `protobuf:"bytes,5,rep,name=files,proto3" json:"files,omitempty"`
	// Workspace in which to launch tensorboard. Defaults to 'Uncategorized'.
	WorkspaceId int32 `protobuf:"varint,6,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// Targets all experiments matching filters.
	Filters *BulkExperimentFilters `protobuf:"bytes,7,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Request to launch a tensorboard.

func (*LaunchTensorboardRequest) Descriptor deprecated

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

Deprecated: Use LaunchTensorboardRequest.ProtoReflect.Descriptor instead.

func (*LaunchTensorboardRequest) GetConfig

func (x *LaunchTensorboardRequest) GetConfig() *_struct.Struct

func (*LaunchTensorboardRequest) GetExperimentIds

func (x *LaunchTensorboardRequest) GetExperimentIds() []int32

func (*LaunchTensorboardRequest) GetFiles

func (x *LaunchTensorboardRequest) GetFiles() []*utilv1.File

func (*LaunchTensorboardRequest) GetFilters

func (*LaunchTensorboardRequest) GetTemplateName

func (x *LaunchTensorboardRequest) GetTemplateName() string

func (*LaunchTensorboardRequest) GetTrialIds

func (x *LaunchTensorboardRequest) GetTrialIds() []int32

func (*LaunchTensorboardRequest) GetWorkspaceId

func (x *LaunchTensorboardRequest) GetWorkspaceId() int32

func (*LaunchTensorboardRequest) ProtoMessage

func (*LaunchTensorboardRequest) ProtoMessage()

func (*LaunchTensorboardRequest) ProtoReflect

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

func (*LaunchTensorboardRequest) Reset

func (x *LaunchTensorboardRequest) Reset()

func (*LaunchTensorboardRequest) String

func (x *LaunchTensorboardRequest) String() string

type LaunchTensorboardResponse

type LaunchTensorboardResponse struct {

	// The requested tensorboard.
	Tensorboard *tensorboardv1.Tensorboard `protobuf:"bytes,1,opt,name=tensorboard,proto3" json:"tensorboard,omitempty"`
	// The config;
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// List of any related warnings.
	Warnings []LaunchWarning `protobuf:"varint,3,rep,packed,name=warnings,proto3,enum=determined.api.v1.LaunchWarning" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

Response to LaunchTensorboardRequest.

func (*LaunchTensorboardResponse) Descriptor deprecated

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

Deprecated: Use LaunchTensorboardResponse.ProtoReflect.Descriptor instead.

func (*LaunchTensorboardResponse) GetConfig

func (x *LaunchTensorboardResponse) GetConfig() *_struct.Struct

func (*LaunchTensorboardResponse) GetTensorboard

func (*LaunchTensorboardResponse) GetWarnings

func (x *LaunchTensorboardResponse) GetWarnings() []LaunchWarning

func (*LaunchTensorboardResponse) ProtoMessage

func (*LaunchTensorboardResponse) ProtoMessage()

func (*LaunchTensorboardResponse) ProtoReflect

func (*LaunchTensorboardResponse) Reset

func (x *LaunchTensorboardResponse) Reset()

func (*LaunchTensorboardResponse) String

func (x *LaunchTensorboardResponse) String() string

type LaunchWarning

type LaunchWarning int32

Enum values for warnings when launching commands.

const (
	// Default value
	LaunchWarning_LAUNCH_WARNING_UNSPECIFIED LaunchWarning = 0
	// For a default webhook
	LaunchWarning_LAUNCH_WARNING_CURRENT_SLOTS_EXCEEDED LaunchWarning = 1
)

func (LaunchWarning) Descriptor

func (LaunchWarning) Enum

func (x LaunchWarning) Enum() *LaunchWarning

func (LaunchWarning) EnumDescriptor deprecated

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

Deprecated: Use LaunchWarning.Descriptor instead.

func (LaunchWarning) Number

func (LaunchWarning) String

func (x LaunchWarning) String() string

func (LaunchWarning) Type

type ListRPsBoundToWorkspaceRequest

type ListRPsBoundToWorkspaceRequest struct {

	// Workspace ID.
	WorkspaceId int32 `protobuf:"varint,1,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// The offset to use with pagination
	Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// The maximum number of results to return
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

List the resource pools bound to a workspace.

func (*ListRPsBoundToWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use ListRPsBoundToWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*ListRPsBoundToWorkspaceRequest) GetLimit

func (x *ListRPsBoundToWorkspaceRequest) GetLimit() int32

func (*ListRPsBoundToWorkspaceRequest) GetOffset

func (x *ListRPsBoundToWorkspaceRequest) GetOffset() int32

func (*ListRPsBoundToWorkspaceRequest) GetWorkspaceId

func (x *ListRPsBoundToWorkspaceRequest) GetWorkspaceId() int32

func (*ListRPsBoundToWorkspaceRequest) ProtoMessage

func (*ListRPsBoundToWorkspaceRequest) ProtoMessage()

func (*ListRPsBoundToWorkspaceRequest) ProtoReflect

func (*ListRPsBoundToWorkspaceRequest) Reset

func (x *ListRPsBoundToWorkspaceRequest) Reset()

func (*ListRPsBoundToWorkspaceRequest) String

type ListRPsBoundToWorkspaceResponse

type ListRPsBoundToWorkspaceResponse struct {

	// List of resource pools bound to the workspace.
	ResourcePools []string `protobuf:"bytes,1,rep,name=resource_pools,json=resourcePools,proto3" json:"resource_pools,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to ListWorkspaceRPsRequest.

func (*ListRPsBoundToWorkspaceResponse) Descriptor deprecated

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

Deprecated: Use ListRPsBoundToWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*ListRPsBoundToWorkspaceResponse) GetPagination

func (x *ListRPsBoundToWorkspaceResponse) GetPagination() *Pagination

func (*ListRPsBoundToWorkspaceResponse) GetResourcePools

func (x *ListRPsBoundToWorkspaceResponse) GetResourcePools() []string

func (*ListRPsBoundToWorkspaceResponse) ProtoMessage

func (*ListRPsBoundToWorkspaceResponse) ProtoMessage()

func (*ListRPsBoundToWorkspaceResponse) ProtoReflect

func (*ListRPsBoundToWorkspaceResponse) Reset

func (*ListRPsBoundToWorkspaceResponse) String

type ListRolesRequest

type ListRolesRequest struct {

	// the offset for pagination.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// the limit for pagination.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

ListRolesRequest is the body of the request for the call to search for a role.

func (*ListRolesRequest) Descriptor deprecated

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

Deprecated: Use ListRolesRequest.ProtoReflect.Descriptor instead.

func (*ListRolesRequest) GetLimit

func (x *ListRolesRequest) GetLimit() int32

func (*ListRolesRequest) GetOffset

func (x *ListRolesRequest) GetOffset() int32

func (*ListRolesRequest) ProtoMessage

func (*ListRolesRequest) ProtoMessage()

func (*ListRolesRequest) ProtoReflect

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

func (*ListRolesRequest) Reset

func (x *ListRolesRequest) Reset()

func (*ListRolesRequest) String

func (x *ListRolesRequest) String() string

type ListRolesResponse

type ListRolesResponse struct {

	// a set of roles and all assignments belonging to it.
	Roles []*rbacv1.Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// pagination information.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

ListRolesResponse is the body of the response for the call to search for a role.

func (*ListRolesResponse) Descriptor deprecated

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

Deprecated: Use ListRolesResponse.ProtoReflect.Descriptor instead.

func (*ListRolesResponse) GetPagination

func (x *ListRolesResponse) GetPagination() *Pagination

func (*ListRolesResponse) GetRoles

func (x *ListRolesResponse) GetRoles() []*rbacv1.Role

func (*ListRolesResponse) ProtoMessage

func (*ListRolesResponse) ProtoMessage()

func (*ListRolesResponse) ProtoReflect

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

func (*ListRolesResponse) Reset

func (x *ListRolesResponse) Reset()

func (*ListRolesResponse) String

func (x *ListRolesResponse) String() string

type ListWorkspacesBoundToRPRequest

type ListWorkspacesBoundToRPRequest struct {

	// Resource pool name.
	ResourcePoolName string `protobuf:"bytes,1,opt,name=resource_pool_name,json=resourcePoolName,proto3" json:"resource_pool_name,omitempty"`
	// The offset to use with pagination
	Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// The maximum number of results to return
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

List all the workspaces bound to the RP.

func (*ListWorkspacesBoundToRPRequest) Descriptor deprecated

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

Deprecated: Use ListWorkspacesBoundToRPRequest.ProtoReflect.Descriptor instead.

func (*ListWorkspacesBoundToRPRequest) GetLimit

func (x *ListWorkspacesBoundToRPRequest) GetLimit() int32

func (*ListWorkspacesBoundToRPRequest) GetOffset

func (x *ListWorkspacesBoundToRPRequest) GetOffset() int32

func (*ListWorkspacesBoundToRPRequest) GetResourcePoolName

func (x *ListWorkspacesBoundToRPRequest) GetResourcePoolName() string

func (*ListWorkspacesBoundToRPRequest) ProtoMessage

func (*ListWorkspacesBoundToRPRequest) ProtoMessage()

func (*ListWorkspacesBoundToRPRequest) ProtoReflect

func (*ListWorkspacesBoundToRPRequest) Reset

func (x *ListWorkspacesBoundToRPRequest) Reset()

func (*ListWorkspacesBoundToRPRequest) String

type ListWorkspacesBoundToRPResponse

type ListWorkspacesBoundToRPResponse struct {

	// List of workspace IDs.
	WorkspaceIds []int32 `protobuf:"varint,1,rep,packed,name=workspace_ids,json=workspaceIds,proto3" json:"workspace_ids,omitempty"`
	// Pagination information of the full dataset.
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response to ListWorkspacesBoundToRPRequest.

func (*ListWorkspacesBoundToRPResponse) Descriptor deprecated

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

Deprecated: Use ListWorkspacesBoundToRPResponse.ProtoReflect.Descriptor instead.

func (*ListWorkspacesBoundToRPResponse) GetPagination

func (x *ListWorkspacesBoundToRPResponse) GetPagination() *Pagination

func (*ListWorkspacesBoundToRPResponse) GetWorkspaceIds

func (x *ListWorkspacesBoundToRPResponse) GetWorkspaceIds() []int32

func (*ListWorkspacesBoundToRPResponse) ProtoMessage

func (*ListWorkspacesBoundToRPResponse) ProtoMessage()

func (*ListWorkspacesBoundToRPResponse) ProtoReflect

func (*ListWorkspacesBoundToRPResponse) Reset

func (*ListWorkspacesBoundToRPResponse) String

type LoginRequest

type LoginRequest struct {

	// The username of the user.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// The password of the user.
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// Indicate whether the provided password is pre-salted & hashed or not.
	IsHashed bool `protobuf:"varint,3,opt,name=is_hashed,json=isHashed,proto3" json:"is_hashed,omitempty"`
	// contains filtered or unexported fields
}

Login the user.

func (*LoginRequest) Descriptor deprecated

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

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetIsHashed

func (x *LoginRequest) GetIsHashed() bool

func (*LoginRequest) GetPassword

func (x *LoginRequest) GetPassword() string

func (*LoginRequest) GetUsername

func (x *LoginRequest) GetUsername() string

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 {

	// The token to be used when sending results.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// The logged in user.
	User *userv1.User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

Response to LoginRequest.

func (*LoginResponse) Descriptor deprecated

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

Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.

func (*LoginResponse) GetToken

func (x *LoginResponse) GetToken() string

func (*LoginResponse) GetUser

func (x *LoginResponse) GetUser() *userv1.User

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 LogoutRequest

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

Logout the user.

func (*LogoutRequest) Descriptor deprecated

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

Deprecated: Use LogoutRequest.ProtoReflect.Descriptor instead.

func (*LogoutRequest) ProtoMessage

func (*LogoutRequest) ProtoMessage()

func (*LogoutRequest) ProtoReflect

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

func (*LogoutRequest) Reset

func (x *LogoutRequest) Reset()

func (*LogoutRequest) String

func (x *LogoutRequest) String() string

type LogoutResponse

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

Response to LogoutRequest.

func (*LogoutResponse) Descriptor deprecated

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

Deprecated: Use LogoutResponse.ProtoReflect.Descriptor instead.

func (*LogoutResponse) ProtoMessage

func (*LogoutResponse) ProtoMessage()

func (*LogoutResponse) ProtoReflect

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

func (*LogoutResponse) Reset

func (x *LogoutResponse) Reset()

func (*LogoutResponse) String

func (x *LogoutResponse) String() string

type MarkAllocationResourcesDaemonRequest

type MarkAllocationResourcesDaemonRequest struct {

	// The id of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// The id of the clump of resources to mark as daemon.
	ResourcesId string `protobuf:"bytes,2,opt,name=resources_id,json=resourcesId,proto3" json:"resources_id,omitempty"`
	// contains filtered or unexported fields
}

Mark some reservation as a daemon.

func (*MarkAllocationResourcesDaemonRequest) Descriptor deprecated

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

Deprecated: Use MarkAllocationResourcesDaemonRequest.ProtoReflect.Descriptor instead.

func (*MarkAllocationResourcesDaemonRequest) GetAllocationId

func (x *MarkAllocationResourcesDaemonRequest) GetAllocationId() string

func (*MarkAllocationResourcesDaemonRequest) GetResourcesId

func (x *MarkAllocationResourcesDaemonRequest) GetResourcesId() string

func (*MarkAllocationResourcesDaemonRequest) ProtoMessage

func (*MarkAllocationResourcesDaemonRequest) ProtoMessage()

func (*MarkAllocationResourcesDaemonRequest) ProtoReflect

func (*MarkAllocationResourcesDaemonRequest) Reset

func (*MarkAllocationResourcesDaemonRequest) String

type MarkAllocationResourcesDaemonResponse

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

Response to MarkAllocationResourcesDaemonRequest.

func (*MarkAllocationResourcesDaemonResponse) Descriptor deprecated

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

Deprecated: Use MarkAllocationResourcesDaemonResponse.ProtoReflect.Descriptor instead.

func (*MarkAllocationResourcesDaemonResponse) ProtoMessage

func (*MarkAllocationResourcesDaemonResponse) ProtoMessage()

func (*MarkAllocationResourcesDaemonResponse) ProtoReflect

func (*MarkAllocationResourcesDaemonResponse) Reset

func (*MarkAllocationResourcesDaemonResponse) String

type MasterLogsRequest

type MasterLogsRequest struct {

	// Skip the number of master logs before returning results. Negative values
	// denote number of master logs to skip from the end before returning results.
	Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// Limit the number of master logs. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Continue following logs until the master stops or the limit is reached.
	Follow bool `protobuf:"varint,5,opt,name=follow,proto3" json:"follow,omitempty"`
	// contains filtered or unexported fields
}

Stream master logs.

func (*MasterLogsRequest) Descriptor deprecated

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

Deprecated: Use MasterLogsRequest.ProtoReflect.Descriptor instead.

func (*MasterLogsRequest) GetFollow

func (x *MasterLogsRequest) GetFollow() bool

func (*MasterLogsRequest) GetLimit

func (x *MasterLogsRequest) GetLimit() int32

func (*MasterLogsRequest) GetOffset

func (x *MasterLogsRequest) GetOffset() int32

func (*MasterLogsRequest) ProtoMessage

func (*MasterLogsRequest) ProtoMessage()

func (*MasterLogsRequest) ProtoReflect

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

func (*MasterLogsRequest) Reset

func (x *MasterLogsRequest) Reset()

func (*MasterLogsRequest) String

func (x *MasterLogsRequest) String() string

type MasterLogsResponse

type MasterLogsResponse struct {

	// The log entry.
	LogEntry *logv1.LogEntry `protobuf:"bytes,1,opt,name=log_entry,json=logEntry,proto3" json:"log_entry,omitempty"`
	// contains filtered or unexported fields
}

Response to MasterLogsRequest.

func (*MasterLogsResponse) Descriptor deprecated

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

Deprecated: Use MasterLogsResponse.ProtoReflect.Descriptor instead.

func (*MasterLogsResponse) GetLogEntry

func (x *MasterLogsResponse) GetLogEntry() *logv1.LogEntry

func (*MasterLogsResponse) ProtoMessage

func (*MasterLogsResponse) ProtoMessage()

func (*MasterLogsResponse) ProtoReflect

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

func (*MasterLogsResponse) Reset

func (x *MasterLogsResponse) Reset()

func (*MasterLogsResponse) String

func (x *MasterLogsResponse) String() string

type MetricBatchesRequest

type MetricBatchesRequest struct {

	// The id of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// A metric name.
	MetricName string `protobuf:"bytes,2,opt,name=metric_name,json=metricName,proto3" json:"metric_name,omitempty"`
	// The type of metric.
	//
	// Deprecated: Do not use.
	MetricType MetricType `` /* 126-byte string literal not displayed */
	// Metric group (training, validation, etc).
	Group string `protobuf:"bytes,5,opt,name=group,proto3" json:"group,omitempty"`
	// Seconds to wait when polling for updates.
	PeriodSeconds int32 `protobuf:"varint,4,opt,name=period_seconds,json=periodSeconds,proto3" json:"period_seconds,omitempty"`
	// contains filtered or unexported fields
}

Request the milestones (in batches processed) at which a metric is recorded by an experiment.

func (*MetricBatchesRequest) Descriptor deprecated

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

Deprecated: Use MetricBatchesRequest.ProtoReflect.Descriptor instead.

func (*MetricBatchesRequest) GetExperimentId

func (x *MetricBatchesRequest) GetExperimentId() int32

func (*MetricBatchesRequest) GetGroup

func (x *MetricBatchesRequest) GetGroup() string

func (*MetricBatchesRequest) GetMetricName

func (x *MetricBatchesRequest) GetMetricName() string

func (*MetricBatchesRequest) GetMetricType deprecated

func (x *MetricBatchesRequest) GetMetricType() MetricType

Deprecated: Do not use.

func (*MetricBatchesRequest) GetPeriodSeconds

func (x *MetricBatchesRequest) GetPeriodSeconds() int32

func (*MetricBatchesRequest) ProtoMessage

func (*MetricBatchesRequest) ProtoMessage()

func (*MetricBatchesRequest) ProtoReflect

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

func (*MetricBatchesRequest) Reset

func (x *MetricBatchesRequest) Reset()

func (*MetricBatchesRequest) String

func (x *MetricBatchesRequest) String() string

type MetricBatchesResponse

type MetricBatchesResponse struct {

	// Milestones (in batches processed) at which the specified metric is
	// recorded.
	Batches []int32 `protobuf:"varint,1,rep,packed,name=batches,proto3" json:"batches,omitempty"`
	// contains filtered or unexported fields
}

Response to MetricBatchesRequest.

func (*MetricBatchesResponse) Descriptor deprecated

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

Deprecated: Use MetricBatchesResponse.ProtoReflect.Descriptor instead.

func (*MetricBatchesResponse) GetBatches

func (x *MetricBatchesResponse) GetBatches() []int32

func (*MetricBatchesResponse) ProtoMessage

func (*MetricBatchesResponse) ProtoMessage()

func (*MetricBatchesResponse) ProtoReflect

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

func (*MetricBatchesResponse) Reset

func (x *MetricBatchesResponse) Reset()

func (*MetricBatchesResponse) String

func (x *MetricBatchesResponse) String() string

type MetricType

type MetricType int32

To distinguish the different categories of metrics.

const (
	// Zero-value (not allowed).
	MetricType_METRIC_TYPE_UNSPECIFIED MetricType = 0
	// For metrics emitted during training.
	MetricType_METRIC_TYPE_TRAINING MetricType = 1
	// For metrics emitted during validation.
	MetricType_METRIC_TYPE_VALIDATION MetricType = 2
)

func (MetricType) Descriptor

func (MetricType) Descriptor() protoreflect.EnumDescriptor

func (MetricType) Enum

func (x MetricType) Enum() *MetricType

func (MetricType) EnumDescriptor deprecated

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

Deprecated: Use MetricType.Descriptor instead.

func (MetricType) Number

func (x MetricType) Number() protoreflect.EnumNumber

func (MetricType) String

func (x MetricType) String() string

func (MetricType) Type

type MoveExperimentRequest

type MoveExperimentRequest struct {

	// The id of the experiment being moved.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// The id of the new parent project.
	DestinationProjectId int32 `protobuf:"varint,2,opt,name=destination_project_id,json=destinationProjectId,proto3" json:"destination_project_id,omitempty"`
	// contains filtered or unexported fields
}

Request to move an experiment into a project.

func (*MoveExperimentRequest) Descriptor deprecated

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

Deprecated: Use MoveExperimentRequest.ProtoReflect.Descriptor instead.

func (*MoveExperimentRequest) GetDestinationProjectId

func (x *MoveExperimentRequest) GetDestinationProjectId() int32

func (*MoveExperimentRequest) GetExperimentId

func (x *MoveExperimentRequest) GetExperimentId() int32

func (*MoveExperimentRequest) ProtoMessage

func (*MoveExperimentRequest) ProtoMessage()

func (*MoveExperimentRequest) ProtoReflect

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

func (*MoveExperimentRequest) Reset

func (x *MoveExperimentRequest) Reset()

func (*MoveExperimentRequest) String

func (x *MoveExperimentRequest) String() string

type MoveExperimentResponse

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

Response to MoveExperimentRequest.

func (*MoveExperimentResponse) Descriptor deprecated

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

Deprecated: Use MoveExperimentResponse.ProtoReflect.Descriptor instead.

func (*MoveExperimentResponse) ProtoMessage

func (*MoveExperimentResponse) ProtoMessage()

func (*MoveExperimentResponse) ProtoReflect

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

func (*MoveExperimentResponse) Reset

func (x *MoveExperimentResponse) Reset()

func (*MoveExperimentResponse) String

func (x *MoveExperimentResponse) String() string

type MoveExperimentsRequest

type MoveExperimentsRequest struct {

	// The ids of the experiments being moved.
	ExperimentIds []int32 `protobuf:"varint,1,rep,packed,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"`
	// The id of the new parent project.
	DestinationProjectId int32 `protobuf:"varint,2,opt,name=destination_project_id,json=destinationProjectId,proto3" json:"destination_project_id,omitempty"`
	// Targets all experiments matching filters.
	Filters *BulkExperimentFilters `protobuf:"bytes,3,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Request to move an experiment into a project.

func (*MoveExperimentsRequest) Descriptor deprecated

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

Deprecated: Use MoveExperimentsRequest.ProtoReflect.Descriptor instead.

func (*MoveExperimentsRequest) GetDestinationProjectId

func (x *MoveExperimentsRequest) GetDestinationProjectId() int32

func (*MoveExperimentsRequest) GetExperimentIds

func (x *MoveExperimentsRequest) GetExperimentIds() []int32

func (*MoveExperimentsRequest) GetFilters

func (*MoveExperimentsRequest) ProtoMessage

func (*MoveExperimentsRequest) ProtoMessage()

func (*MoveExperimentsRequest) ProtoReflect

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

func (*MoveExperimentsRequest) Reset

func (x *MoveExperimentsRequest) Reset()

func (*MoveExperimentsRequest) String

func (x *MoveExperimentsRequest) String() string

type MoveExperimentsResponse

type MoveExperimentsResponse struct {

	// Details on success or error for each experiment.
	Results []*ExperimentActionResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Response to MoveExperimentsRequest.

func (*MoveExperimentsResponse) Descriptor deprecated

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

Deprecated: Use MoveExperimentsResponse.ProtoReflect.Descriptor instead.

func (*MoveExperimentsResponse) GetResults

func (*MoveExperimentsResponse) ProtoMessage

func (*MoveExperimentsResponse) ProtoMessage()

func (*MoveExperimentsResponse) ProtoReflect

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

func (*MoveExperimentsResponse) Reset

func (x *MoveExperimentsResponse) Reset()

func (*MoveExperimentsResponse) String

func (x *MoveExperimentsResponse) String() string

type MoveModelRequest

type MoveModelRequest struct {

	// The target model name.
	ModelName string `protobuf:"bytes,1,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// The workspace id that the model will be stored.
	DestinationWorkspaceId int32 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request to move a model to a workspace.

func (*MoveModelRequest) Descriptor deprecated

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

Deprecated: Use MoveModelRequest.ProtoReflect.Descriptor instead.

func (*MoveModelRequest) GetDestinationWorkspaceId

func (x *MoveModelRequest) GetDestinationWorkspaceId() int32

func (*MoveModelRequest) GetModelName

func (x *MoveModelRequest) GetModelName() string

func (*MoveModelRequest) ProtoMessage

func (*MoveModelRequest) ProtoMessage()

func (*MoveModelRequest) ProtoReflect

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

func (*MoveModelRequest) Reset

func (x *MoveModelRequest) Reset()

func (*MoveModelRequest) String

func (x *MoveModelRequest) String() string

type MoveModelResponse

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

Response to MoveModelRequest

func (*MoveModelResponse) Descriptor deprecated

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

Deprecated: Use MoveModelResponse.ProtoReflect.Descriptor instead.

func (*MoveModelResponse) ProtoMessage

func (*MoveModelResponse) ProtoMessage()

func (*MoveModelResponse) ProtoReflect

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

func (*MoveModelResponse) Reset

func (x *MoveModelResponse) Reset()

func (*MoveModelResponse) String

func (x *MoveModelResponse) String() string

type MoveProjectRequest

type MoveProjectRequest struct {

	// The id of the project being moved.
	ProjectId int32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// The id of the new parent workspace.
	DestinationWorkspaceId int32 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request to move a project into a workspace.

func (*MoveProjectRequest) Descriptor deprecated

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

Deprecated: Use MoveProjectRequest.ProtoReflect.Descriptor instead.

func (*MoveProjectRequest) GetDestinationWorkspaceId

func (x *MoveProjectRequest) GetDestinationWorkspaceId() int32

func (*MoveProjectRequest) GetProjectId

func (x *MoveProjectRequest) GetProjectId() int32

func (*MoveProjectRequest) ProtoMessage

func (*MoveProjectRequest) ProtoMessage()

func (*MoveProjectRequest) ProtoReflect

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

func (*MoveProjectRequest) Reset

func (x *MoveProjectRequest) Reset()

func (*MoveProjectRequest) String

func (x *MoveProjectRequest) String() string

type MoveProjectResponse

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

Response to MoveProjectRequest.

func (*MoveProjectResponse) Descriptor deprecated

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

Deprecated: Use MoveProjectResponse.ProtoReflect.Descriptor instead.

func (*MoveProjectResponse) ProtoMessage

func (*MoveProjectResponse) ProtoMessage()

func (*MoveProjectResponse) ProtoReflect

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

func (*MoveProjectResponse) Reset

func (x *MoveProjectResponse) Reset()

func (*MoveProjectResponse) String

func (x *MoveProjectResponse) String() string

type NotifyContainerRunningRequest

type NotifyContainerRunningRequest struct {

	// The ID of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// The UUID of the participant in a notify container running message.
	RequestUuid string `protobuf:"bytes,2,opt,name=request_uuid,json=requestUuid,proto3" json:"request_uuid,omitempty"`
	// The number of process to wait for.
	NumPeers int32 `protobuf:"varint,3,opt,name=num_peers,json=numPeers,proto3" json:"num_peers,omitempty"`
	// The container's rank.
	Rank int32 `protobuf:"varint,4,opt,name=rank,proto3" json:"rank,omitempty"`
	// The name of the node who sent the request
	NodeName string `protobuf:"bytes,5,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	// The data from this process.
	Data *_struct.Struct `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

Arguments to a notify container running.

func (*NotifyContainerRunningRequest) Descriptor deprecated

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

Deprecated: Use NotifyContainerRunningRequest.ProtoReflect.Descriptor instead.

func (*NotifyContainerRunningRequest) GetAllocationId

func (x *NotifyContainerRunningRequest) GetAllocationId() string

func (*NotifyContainerRunningRequest) GetData

func (*NotifyContainerRunningRequest) GetNodeName

func (x *NotifyContainerRunningRequest) GetNodeName() string

func (*NotifyContainerRunningRequest) GetNumPeers

func (x *NotifyContainerRunningRequest) GetNumPeers() int32

func (*NotifyContainerRunningRequest) GetRank

func (x *NotifyContainerRunningRequest) GetRank() int32

func (*NotifyContainerRunningRequest) GetRequestUuid

func (x *NotifyContainerRunningRequest) GetRequestUuid() string

func (*NotifyContainerRunningRequest) ProtoMessage

func (*NotifyContainerRunningRequest) ProtoMessage()

func (*NotifyContainerRunningRequest) ProtoReflect

func (*NotifyContainerRunningRequest) Reset

func (x *NotifyContainerRunningRequest) Reset()

func (*NotifyContainerRunningRequest) String

type NotifyContainerRunningResponse

type NotifyContainerRunningResponse struct {

	// The data for all the processes.
	Data []*_struct.Struct `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

Response to NotifyContainerRunningResponse

func (*NotifyContainerRunningResponse) Descriptor deprecated

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

Deprecated: Use NotifyContainerRunningResponse.ProtoReflect.Descriptor instead.

func (*NotifyContainerRunningResponse) GetData

func (*NotifyContainerRunningResponse) ProtoMessage

func (*NotifyContainerRunningResponse) ProtoMessage()

func (*NotifyContainerRunningResponse) ProtoReflect

func (*NotifyContainerRunningResponse) Reset

func (x *NotifyContainerRunningResponse) Reset()

func (*NotifyContainerRunningResponse) String

type OrderBy

type OrderBy int32

Order records in either ascending or descending order.

const (
	// Returns records in no specific order.
	OrderBy_ORDER_BY_UNSPECIFIED OrderBy = 0
	// Returns records in ascending order.
	OrderBy_ORDER_BY_ASC OrderBy = 1
	// Returns records in descending order.
	OrderBy_ORDER_BY_DESC OrderBy = 2
)

func (OrderBy) Descriptor

func (OrderBy) Descriptor() protoreflect.EnumDescriptor

func (OrderBy) Enum

func (x OrderBy) Enum() *OrderBy

func (OrderBy) EnumDescriptor deprecated

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

Deprecated: Use OrderBy.Descriptor instead.

func (OrderBy) Number

func (x OrderBy) Number() protoreflect.EnumNumber

func (OrderBy) String

func (x OrderBy) String() string

func (OrderBy) Type

func (OrderBy) Type() protoreflect.EnumType

type OverwriteRPWorkspaceBindingsRequest

type OverwriteRPWorkspaceBindingsRequest struct {

	// The resource pool name.
	ResourcePoolName string `protobuf:"bytes,1,opt,name=resource_pool_name,json=resourcePoolName,proto3" json:"resource_pool_name,omitempty"`
	// The new workspace IDs to bind to the resource_pool.
	WorkspaceIds []int32 `protobuf:"varint,2,rep,packed,name=workspace_ids,json=workspaceIds,proto3" json:"workspace_ids,omitempty"`
	// The new workspace names to bind to the resource_pool.
	WorkspaceNames []string `protobuf:"bytes,3,rep,name=workspace_names,json=workspaceNames,proto3" json:"workspace_names,omitempty"`
	// contains filtered or unexported fields
}

Overwrite and replace the workspaces bound to an RP request.

func (*OverwriteRPWorkspaceBindingsRequest) Descriptor deprecated

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

Deprecated: Use OverwriteRPWorkspaceBindingsRequest.ProtoReflect.Descriptor instead.

func (*OverwriteRPWorkspaceBindingsRequest) GetResourcePoolName

func (x *OverwriteRPWorkspaceBindingsRequest) GetResourcePoolName() string

func (*OverwriteRPWorkspaceBindingsRequest) GetWorkspaceIds

func (x *OverwriteRPWorkspaceBindingsRequest) GetWorkspaceIds() []int32

func (*OverwriteRPWorkspaceBindingsRequest) GetWorkspaceNames

func (x *OverwriteRPWorkspaceBindingsRequest) GetWorkspaceNames() []string

func (*OverwriteRPWorkspaceBindingsRequest) ProtoMessage

func (*OverwriteRPWorkspaceBindingsRequest) ProtoMessage()

func (*OverwriteRPWorkspaceBindingsRequest) ProtoReflect

func (*OverwriteRPWorkspaceBindingsRequest) Reset

func (*OverwriteRPWorkspaceBindingsRequest) String

type OverwriteRPWorkspaceBindingsResponse

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

Overwrite and replace the workspaces bound to an RP response.

func (*OverwriteRPWorkspaceBindingsResponse) Descriptor deprecated

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

Deprecated: Use OverwriteRPWorkspaceBindingsResponse.ProtoReflect.Descriptor instead.

func (*OverwriteRPWorkspaceBindingsResponse) ProtoMessage

func (*OverwriteRPWorkspaceBindingsResponse) ProtoMessage()

func (*OverwriteRPWorkspaceBindingsResponse) ProtoReflect

func (*OverwriteRPWorkspaceBindingsResponse) Reset

func (*OverwriteRPWorkspaceBindingsResponse) String

type Pagination

type Pagination struct {

	// The number of records skipped before returning results.
	Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	// The amount of records limited in the results.
	Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// The index of the first record in the dataset.
	StartIndex int32 `protobuf:"varint,3,opt,name=start_index,json=startIndex,proto3" json:"start_index,omitempty"`
	// The index+1 of the last record in the dataset.
	EndIndex int32 `protobuf:"varint,4,opt,name=end_index,json=endIndex,proto3" json:"end_index,omitempty"`
	// The total number of values that match the filter.
	Total int32 `protobuf:"varint,5,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

Pagination provides information about the offset, limit, and total number of records returned in the results.

func (*Pagination) Descriptor deprecated

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

Deprecated: Use Pagination.ProtoReflect.Descriptor instead.

func (*Pagination) GetEndIndex

func (x *Pagination) GetEndIndex() int32

func (*Pagination) GetLimit

func (x *Pagination) GetLimit() int32

func (*Pagination) GetOffset

func (x *Pagination) GetOffset() int32

func (*Pagination) GetStartIndex

func (x *Pagination) GetStartIndex() int32

func (*Pagination) GetTotal

func (x *Pagination) GetTotal() int32

func (*Pagination) ProtoMessage

func (*Pagination) ProtoMessage()

func (*Pagination) ProtoReflect

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

func (*Pagination) Reset

func (x *Pagination) Reset()

func (*Pagination) String

func (x *Pagination) String() string

type PatchCheckpointsRequest

type PatchCheckpointsRequest struct {

	// List of checkpoints to patch.
	Checkpoints []*checkpointv1.PatchCheckpoint `protobuf:"bytes,1,rep,name=checkpoints,proto3" json:"checkpoints,omitempty"`
	// contains filtered or unexported fields
}

Request to patch database info about a checkpoint.

func (*PatchCheckpointsRequest) Descriptor deprecated

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

Deprecated: Use PatchCheckpointsRequest.ProtoReflect.Descriptor instead.

func (*PatchCheckpointsRequest) GetCheckpoints

func (x *PatchCheckpointsRequest) GetCheckpoints() []*checkpointv1.PatchCheckpoint

func (*PatchCheckpointsRequest) ProtoMessage

func (*PatchCheckpointsRequest) ProtoMessage()

func (*PatchCheckpointsRequest) ProtoReflect

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

func (*PatchCheckpointsRequest) Reset

func (x *PatchCheckpointsRequest) Reset()

func (*PatchCheckpointsRequest) String

func (x *PatchCheckpointsRequest) String() string

type PatchCheckpointsResponse

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

Intentionally don't send the updated response for performance reasons.

func (*PatchCheckpointsResponse) Descriptor deprecated

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

Deprecated: Use PatchCheckpointsResponse.ProtoReflect.Descriptor instead.

func (*PatchCheckpointsResponse) ProtoMessage

func (*PatchCheckpointsResponse) ProtoMessage()

func (*PatchCheckpointsResponse) ProtoReflect

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

func (*PatchCheckpointsResponse) Reset

func (x *PatchCheckpointsResponse) Reset()

func (*PatchCheckpointsResponse) String

func (x *PatchCheckpointsResponse) String() string

type PatchExperimentRequest

type PatchExperimentRequest struct {

	// Patched experiment attributes.
	Experiment *experimentv1.PatchExperiment `protobuf:"bytes,2,opt,name=experiment,proto3" json:"experiment,omitempty"`
	// contains filtered or unexported fields
}

Patch an experiment by providing the updated attributes. Only description, label, name, and notes fields will be updated through this endpoint, and others will be ignored.

func (*PatchExperimentRequest) Descriptor deprecated

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

Deprecated: Use PatchExperimentRequest.ProtoReflect.Descriptor instead.

func (*PatchExperimentRequest) GetExperiment

func (*PatchExperimentRequest) ProtoMessage

func (*PatchExperimentRequest) ProtoMessage()

func (*PatchExperimentRequest) ProtoReflect

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

func (*PatchExperimentRequest) Reset

func (x *PatchExperimentRequest) Reset()

func (*PatchExperimentRequest) String

func (x *PatchExperimentRequest) String() string

type PatchExperimentResponse

type PatchExperimentResponse struct {

	// Patched experiment.
	Experiment *experimentv1.Experiment `protobuf:"bytes,1,opt,name=experiment,proto3" json:"experiment,omitempty"`
	// contains filtered or unexported fields
}

Response to PatchExperimentRequest.

func (*PatchExperimentResponse) Descriptor deprecated

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

Deprecated: Use PatchExperimentResponse.ProtoReflect.Descriptor instead.

func (*PatchExperimentResponse) GetExperiment

func (x *PatchExperimentResponse) GetExperiment() *experimentv1.Experiment

func (*PatchExperimentResponse) ProtoMessage

func (*PatchExperimentResponse) ProtoMessage()

func (*PatchExperimentResponse) ProtoReflect

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

func (*PatchExperimentResponse) Reset

func (x *PatchExperimentResponse) Reset()

func (*PatchExperimentResponse) String

func (x *PatchExperimentResponse) String() string

type PatchMasterConfigRequest

type PatchMasterConfigRequest struct {

	// The new config that the user wants to patch into the master config.
	Config *masterv1.Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// The fields from the master config that the user wants to patch.
	FieldMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

Patch master config.

func (*PatchMasterConfigRequest) Descriptor deprecated

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

Deprecated: Use PatchMasterConfigRequest.ProtoReflect.Descriptor instead.

func (*PatchMasterConfigRequest) GetConfig

func (x *PatchMasterConfigRequest) GetConfig() *masterv1.Config

func (*PatchMasterConfigRequest) GetFieldMask

func (x *PatchMasterConfigRequest) GetFieldMask() *field_mask.FieldMask

func (*PatchMasterConfigRequest) ProtoMessage

func (*PatchMasterConfigRequest) ProtoMessage()

func (*PatchMasterConfigRequest) ProtoReflect

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

func (*PatchMasterConfigRequest) Reset

func (x *PatchMasterConfigRequest) Reset()

func (*PatchMasterConfigRequest) String

func (x *PatchMasterConfigRequest) String() string

type PatchMasterConfigResponse

type PatchMasterConfigResponse struct {

	// The config file loaded by the master.
	Config *_struct.Struct `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Response to PatchMasterConfigRequest.

func (*PatchMasterConfigResponse) Descriptor deprecated

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

Deprecated: Use PatchMasterConfigResponse.ProtoReflect.Descriptor instead.

func (*PatchMasterConfigResponse) GetConfig

func (x *PatchMasterConfigResponse) GetConfig() *_struct.Struct

func (*PatchMasterConfigResponse) ProtoMessage

func (*PatchMasterConfigResponse) ProtoMessage()

func (*PatchMasterConfigResponse) ProtoReflect

func (*PatchMasterConfigResponse) Reset

func (x *PatchMasterConfigResponse) Reset()

func (*PatchMasterConfigResponse) String

func (x *PatchMasterConfigResponse) String() string

type PatchModelRequest

type PatchModelRequest struct {

	// The model desired model fields and values.
	Model *modelv1.PatchModel `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// The name of the model being updated.
	ModelName string `protobuf:"bytes,3,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// contains filtered or unexported fields
}

Request for updating a model in the registry.

func (*PatchModelRequest) Descriptor deprecated

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

Deprecated: Use PatchModelRequest.ProtoReflect.Descriptor instead.

func (*PatchModelRequest) GetModel

func (x *PatchModelRequest) GetModel() *modelv1.PatchModel

func (*PatchModelRequest) GetModelName

func (x *PatchModelRequest) GetModelName() string

func (*PatchModelRequest) ProtoMessage

func (*PatchModelRequest) ProtoMessage()

func (*PatchModelRequest) ProtoReflect

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

func (*PatchModelRequest) Reset

func (x *PatchModelRequest) Reset()

func (*PatchModelRequest) String

func (x *PatchModelRequest) String() string

type PatchModelResponse

type PatchModelResponse struct {

	// The model created.
	Model *modelv1.Model `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

Response to PatchModelRequest.

func (*PatchModelResponse) Descriptor deprecated

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

Deprecated: Use PatchModelResponse.ProtoReflect.Descriptor instead.

func (*PatchModelResponse) GetModel

func (x *PatchModelResponse) GetModel() *modelv1.Model

func (*PatchModelResponse) ProtoMessage

func (*PatchModelResponse) ProtoMessage()

func (*PatchModelResponse) ProtoReflect

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

func (*PatchModelResponse) Reset

func (x *PatchModelResponse) Reset()

func (*PatchModelResponse) String

func (x *PatchModelResponse) String() string

type PatchModelVersionRequest

type PatchModelVersionRequest struct {

	// The name of the model being updated.
	ModelName string `protobuf:"bytes,4,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// Patch payload.
	ModelVersion *modelv1.PatchModelVersion `protobuf:"bytes,2,opt,name=model_version,json=modelVersion,proto3" json:"model_version,omitempty"`
	// The model version number being updated.
	ModelVersionNum int32 `protobuf:"varint,3,opt,name=model_version_num,json=modelVersionNum,proto3" json:"model_version_num,omitempty"`
	// contains filtered or unexported fields
}

Request for updating a model version in the registry.

func (*PatchModelVersionRequest) Descriptor deprecated

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

Deprecated: Use PatchModelVersionRequest.ProtoReflect.Descriptor instead.

func (*PatchModelVersionRequest) GetModelName

func (x *PatchModelVersionRequest) GetModelName() string

func (*PatchModelVersionRequest) GetModelVersion

func (x *PatchModelVersionRequest) GetModelVersion() *modelv1.PatchModelVersion

func (*PatchModelVersionRequest) GetModelVersionNum

func (x *PatchModelVersionRequest) GetModelVersionNum() int32

func (*PatchModelVersionRequest) ProtoMessage

func (*PatchModelVersionRequest) ProtoMessage()

func (*PatchModelVersionRequest) ProtoReflect

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

func (*PatchModelVersionRequest) Reset

func (x *PatchModelVersionRequest) Reset()

func (*PatchModelVersionRequest) String

func (x *PatchModelVersionRequest) String() string

type PatchModelVersionResponse

type PatchModelVersionResponse struct {

	// The model version created.
	ModelVersion *modelv1.ModelVersion `protobuf:"bytes,1,opt,name=model_version,json=modelVersion,proto3" json:"model_version,omitempty"`
	// contains filtered or unexported fields
}

Response to PatchModelVersionRequest.

func (*PatchModelVersionResponse) Descriptor deprecated

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

Deprecated: Use PatchModelVersionResponse.ProtoReflect.Descriptor instead.

func (*PatchModelVersionResponse) GetModelVersion

func (x *PatchModelVersionResponse) GetModelVersion() *modelv1.ModelVersion

func (*PatchModelVersionResponse) ProtoMessage

func (*PatchModelVersionResponse) ProtoMessage()

func (*PatchModelVersionResponse) ProtoReflect

func (*PatchModelVersionResponse) Reset

func (x *PatchModelVersionResponse) Reset()

func (*PatchModelVersionResponse) String

func (x *PatchModelVersionResponse) String() string

type PatchProjectRequest

type PatchProjectRequest struct {

	// The id of the project.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// The desired project fields and values to update.
	Project *projectv1.PatchProject `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

Request for updating a project.

func (*PatchProjectRequest) Descriptor deprecated

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

Deprecated: Use PatchProjectRequest.ProtoReflect.Descriptor instead.

func (*PatchProjectRequest) GetId

func (x *PatchProjectRequest) GetId() int32

func (*PatchProjectRequest) GetProject

func (x *PatchProjectRequest) GetProject() *projectv1.PatchProject

func (*PatchProjectRequest) ProtoMessage

func (*PatchProjectRequest) ProtoMessage()

func (*PatchProjectRequest) ProtoReflect

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

func (*PatchProjectRequest) Reset

func (x *PatchProjectRequest) Reset()

func (*PatchProjectRequest) String

func (x *PatchProjectRequest) String() string

type PatchProjectResponse

type PatchProjectResponse struct {

	// The updated project.
	Project *projectv1.Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

Response to PatchProjectRequest.

func (*PatchProjectResponse) Descriptor deprecated

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

Deprecated: Use PatchProjectResponse.ProtoReflect.Descriptor instead.

func (*PatchProjectResponse) GetProject

func (x *PatchProjectResponse) GetProject() *projectv1.Project

func (*PatchProjectResponse) ProtoMessage

func (*PatchProjectResponse) ProtoMessage()

func (*PatchProjectResponse) ProtoReflect

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

func (*PatchProjectResponse) Reset

func (x *PatchProjectResponse) Reset()

func (*PatchProjectResponse) String

func (x *PatchProjectResponse) String() string

type PatchTemplateConfigRequest

type PatchTemplateConfigRequest struct {

	// The name of the template.
	TemplateName string `protobuf:"bytes,1,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	// The template value.
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Patch the template with the given id.

func (*PatchTemplateConfigRequest) Descriptor deprecated

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

Deprecated: Use PatchTemplateConfigRequest.ProtoReflect.Descriptor instead.

func (*PatchTemplateConfigRequest) GetConfig

func (x *PatchTemplateConfigRequest) GetConfig() *_struct.Struct

func (*PatchTemplateConfigRequest) GetTemplateName

func (x *PatchTemplateConfigRequest) GetTemplateName() string

func (*PatchTemplateConfigRequest) ProtoMessage

func (*PatchTemplateConfigRequest) ProtoMessage()

func (*PatchTemplateConfigRequest) ProtoReflect

func (*PatchTemplateConfigRequest) Reset

func (x *PatchTemplateConfigRequest) Reset()

func (*PatchTemplateConfigRequest) String

func (x *PatchTemplateConfigRequest) String() string

type PatchTemplateConfigResponse

type PatchTemplateConfigResponse struct {

	// The updated template.
	Template *templatev1.Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

Response to PatchTemplateConfigRequest.

func (*PatchTemplateConfigResponse) Descriptor deprecated

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

Deprecated: Use PatchTemplateConfigResponse.ProtoReflect.Descriptor instead.

func (*PatchTemplateConfigResponse) GetTemplate

func (*PatchTemplateConfigResponse) ProtoMessage

func (*PatchTemplateConfigResponse) ProtoMessage()

func (*PatchTemplateConfigResponse) ProtoReflect

func (*PatchTemplateConfigResponse) Reset

func (x *PatchTemplateConfigResponse) Reset()

func (*PatchTemplateConfigResponse) String

func (x *PatchTemplateConfigResponse) String() string

type PatchTrialRequest

type PatchTrialRequest struct {

	// Trial id.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// The state of the trial.
	State *trialv1.State `protobuf:"varint,2,opt,name=state,proto3,enum=determined.trial.v1.State,oneof" json:"state,omitempty"`
	// contains filtered or unexported fields
}

Patch a trial.

func (*PatchTrialRequest) Descriptor deprecated

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

Deprecated: Use PatchTrialRequest.ProtoReflect.Descriptor instead.

func (*PatchTrialRequest) GetState

func (x *PatchTrialRequest) GetState() trialv1.State

func (*PatchTrialRequest) GetTrialId

func (x *PatchTrialRequest) GetTrialId() int32

func (*PatchTrialRequest) ProtoMessage

func (*PatchTrialRequest) ProtoMessage()

func (*PatchTrialRequest) ProtoReflect

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

func (*PatchTrialRequest) Reset

func (x *PatchTrialRequest) Reset()

func (*PatchTrialRequest) String

func (x *PatchTrialRequest) String() string

type PatchTrialResponse

type PatchTrialResponse struct {

	// The requested trial.
	Trial *trialv1.Trial `protobuf:"bytes,1,opt,name=trial,proto3" json:"trial,omitempty"`
	// contains filtered or unexported fields
}

Response to PatchTrialRequest.

func (*PatchTrialResponse) Descriptor deprecated

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

Deprecated: Use PatchTrialResponse.ProtoReflect.Descriptor instead.

func (*PatchTrialResponse) GetTrial

func (x *PatchTrialResponse) GetTrial() *trialv1.Trial

func (*PatchTrialResponse) ProtoMessage

func (*PatchTrialResponse) ProtoMessage()

func (*PatchTrialResponse) ProtoReflect

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

func (*PatchTrialResponse) Reset

func (x *PatchTrialResponse) Reset()

func (*PatchTrialResponse) String

func (x *PatchTrialResponse) String() string

type PatchUserRequest

type PatchUserRequest struct {

	// The id of the user.
	UserId int32 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The updated user.
	User *userv1.PatchUser `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

Edit fields for a user.

func (*PatchUserRequest) Descriptor deprecated

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

Deprecated: Use PatchUserRequest.ProtoReflect.Descriptor instead.

func (*PatchUserRequest) GetUser

func (x *PatchUserRequest) GetUser() *userv1.PatchUser

func (*PatchUserRequest) GetUserId

func (x *PatchUserRequest) GetUserId() int32

func (*PatchUserRequest) ProtoMessage

func (*PatchUserRequest) ProtoMessage()

func (*PatchUserRequest) ProtoReflect

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

func (*PatchUserRequest) Reset

func (x *PatchUserRequest) Reset()

func (*PatchUserRequest) String

func (x *PatchUserRequest) String() string

type PatchUserResponse

type PatchUserResponse struct {

	// The updated user.
	User *userv1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

Response to PatchUserRequest.

func (*PatchUserResponse) Descriptor deprecated

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

Deprecated: Use PatchUserResponse.ProtoReflect.Descriptor instead.

func (*PatchUserResponse) GetUser

func (x *PatchUserResponse) GetUser() *userv1.User

func (*PatchUserResponse) ProtoMessage

func (*PatchUserResponse) ProtoMessage()

func (*PatchUserResponse) ProtoReflect

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

func (*PatchUserResponse) Reset

func (x *PatchUserResponse) Reset()

func (*PatchUserResponse) String

func (x *PatchUserResponse) String() string

type PatchUsersRequest

type PatchUsersRequest struct {

	// A list of user IDs to update.
	UserIds []int32 `protobuf:"varint,1,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// Intended status (true to activate, false to deactivate).
	Activate bool `protobuf:"varint,2,opt,name=activate,proto3" json:"activate,omitempty"`
	// Option to filter to users with these properties.
	Filters *UserFilters `protobuf:"bytes,3,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Update activation status for multiple users.

func (*PatchUsersRequest) Descriptor deprecated

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

Deprecated: Use PatchUsersRequest.ProtoReflect.Descriptor instead.

func (*PatchUsersRequest) GetActivate

func (x *PatchUsersRequest) GetActivate() bool

func (*PatchUsersRequest) GetFilters

func (x *PatchUsersRequest) GetFilters() *UserFilters

func (*PatchUsersRequest) GetUserIds

func (x *PatchUsersRequest) GetUserIds() []int32

func (*PatchUsersRequest) ProtoMessage

func (*PatchUsersRequest) ProtoMessage()

func (*PatchUsersRequest) ProtoReflect

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

func (*PatchUsersRequest) Reset

func (x *PatchUsersRequest) Reset()

func (*PatchUsersRequest) String

func (x *PatchUsersRequest) String() string

type PatchUsersResponse

type PatchUsersResponse struct {

	// Details on success or error for each user.
	Results []*UserActionResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Response to PatchUsersRequest.

func (*PatchUsersResponse) Descriptor deprecated

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

Deprecated: Use PatchUsersResponse.ProtoReflect.Descriptor instead.

func (*PatchUsersResponse) GetResults

func (x *PatchUsersResponse) GetResults() []*UserActionResult

func (*PatchUsersResponse) ProtoMessage

func (*PatchUsersResponse) ProtoMessage()

func (*PatchUsersResponse) ProtoReflect

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

func (*PatchUsersResponse) Reset

func (x *PatchUsersResponse) Reset()

func (*PatchUsersResponse) String

func (x *PatchUsersResponse) String() string

type PatchWorkspaceRequest

type PatchWorkspaceRequest struct {

	// The id of the workspace.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// The desired workspace fields and values to update.
	Workspace *workspacev1.PatchWorkspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

Request for updating a workspace.

func (*PatchWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use PatchWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*PatchWorkspaceRequest) GetId

func (x *PatchWorkspaceRequest) GetId() int32

func (*PatchWorkspaceRequest) GetWorkspace

func (*PatchWorkspaceRequest) ProtoMessage

func (*PatchWorkspaceRequest) ProtoMessage()

func (*PatchWorkspaceRequest) ProtoReflect

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

func (*PatchWorkspaceRequest) Reset

func (x *PatchWorkspaceRequest) Reset()

func (*PatchWorkspaceRequest) String

func (x *PatchWorkspaceRequest) String() string

type PatchWorkspaceResponse

type PatchWorkspaceResponse struct {

	// The updated workspace.
	Workspace *workspacev1.Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

Response to PatchWorkspaceRequest.

func (*PatchWorkspaceResponse) Descriptor deprecated

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

Deprecated: Use PatchWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*PatchWorkspaceResponse) GetWorkspace

func (x *PatchWorkspaceResponse) GetWorkspace() *workspacev1.Workspace

func (*PatchWorkspaceResponse) ProtoMessage

func (*PatchWorkspaceResponse) ProtoMessage()

func (*PatchWorkspaceResponse) ProtoReflect

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

func (*PatchWorkspaceResponse) Reset

func (x *PatchWorkspaceResponse) Reset()

func (*PatchWorkspaceResponse) String

func (x *PatchWorkspaceResponse) String() string

type PauseExperimentRequest

type PauseExperimentRequest struct {

	// The experiment id.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Pause an experiment.

func (*PauseExperimentRequest) Descriptor deprecated

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

Deprecated: Use PauseExperimentRequest.ProtoReflect.Descriptor instead.

func (*PauseExperimentRequest) GetId

func (x *PauseExperimentRequest) GetId() int32

func (*PauseExperimentRequest) ProtoMessage

func (*PauseExperimentRequest) ProtoMessage()

func (*PauseExperimentRequest) ProtoReflect

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

func (*PauseExperimentRequest) Reset

func (x *PauseExperimentRequest) Reset()

func (*PauseExperimentRequest) String

func (x *PauseExperimentRequest) String() string

type PauseExperimentResponse

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

Response to PauseExperimentRequest.

func (*PauseExperimentResponse) Descriptor deprecated

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

Deprecated: Use PauseExperimentResponse.ProtoReflect.Descriptor instead.

func (*PauseExperimentResponse) ProtoMessage

func (*PauseExperimentResponse) ProtoMessage()

func (*PauseExperimentResponse) ProtoReflect

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

func (*PauseExperimentResponse) Reset

func (x *PauseExperimentResponse) Reset()

func (*PauseExperimentResponse) String

func (x *PauseExperimentResponse) String() string

type PauseExperimentsRequest

type PauseExperimentsRequest struct {

	// Selecting experiments by id.
	ExperimentIds []int32 `protobuf:"varint,1,rep,packed,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"`
	// Targets all experiments matching filters.
	Filters *BulkExperimentFilters `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Pause multiple experiments.

func (*PauseExperimentsRequest) Descriptor deprecated

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

Deprecated: Use PauseExperimentsRequest.ProtoReflect.Descriptor instead.

func (*PauseExperimentsRequest) GetExperimentIds

func (x *PauseExperimentsRequest) GetExperimentIds() []int32

func (*PauseExperimentsRequest) GetFilters

func (*PauseExperimentsRequest) ProtoMessage

func (*PauseExperimentsRequest) ProtoMessage()

func (*PauseExperimentsRequest) ProtoReflect

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

func (*PauseExperimentsRequest) Reset

func (x *PauseExperimentsRequest) Reset()

func (*PauseExperimentsRequest) String

func (x *PauseExperimentsRequest) String() string

type PauseExperimentsResponse

type PauseExperimentsResponse struct {

	// Details on success or error for each experiment.
	Results []*ExperimentActionResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Response to PauseExperimentsRequest.

func (*PauseExperimentsResponse) Descriptor deprecated

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

Deprecated: Use PauseExperimentsResponse.ProtoReflect.Descriptor instead.

func (*PauseExperimentsResponse) GetResults

func (*PauseExperimentsResponse) ProtoMessage

func (*PauseExperimentsResponse) ProtoMessage()

func (*PauseExperimentsResponse) ProtoReflect

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

func (*PauseExperimentsResponse) Reset

func (x *PauseExperimentsResponse) Reset()

func (*PauseExperimentsResponse) String

func (x *PauseExperimentsResponse) String() string

type PinWorkspaceRequest

type PinWorkspaceRequest struct {

	// The id of the workspace.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for pinning a workspace.

func (*PinWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use PinWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*PinWorkspaceRequest) GetId

func (x *PinWorkspaceRequest) GetId() int32

func (*PinWorkspaceRequest) ProtoMessage

func (*PinWorkspaceRequest) ProtoMessage()

func (*PinWorkspaceRequest) ProtoReflect

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

func (*PinWorkspaceRequest) Reset

func (x *PinWorkspaceRequest) Reset()

func (*PinWorkspaceRequest) String

func (x *PinWorkspaceRequest) String() string

type PinWorkspaceResponse

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

Response to PinWorkspaceRequest.

func (*PinWorkspaceResponse) Descriptor deprecated

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

Deprecated: Use PinWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*PinWorkspaceResponse) ProtoMessage

func (*PinWorkspaceResponse) ProtoMessage()

func (*PinWorkspaceResponse) ProtoReflect

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

func (*PinWorkspaceResponse) Reset

func (x *PinWorkspaceResponse) Reset()

func (*PinWorkspaceResponse) String

func (x *PinWorkspaceResponse) String() string

type PostAllocationAcceleratorDataRequest

type PostAllocationAcceleratorDataRequest struct {

	// The id of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// The accelerator data used by the allocation.
	AcceleratorData *AcceleratorData `protobuf:"bytes,2,opt,name=accelerator_data,json=acceleratorData,proto3" json:"accelerator_data,omitempty"`
	// contains filtered or unexported fields
}

Set the accelerator data for some allocation.

func (*PostAllocationAcceleratorDataRequest) Descriptor deprecated

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

Deprecated: Use PostAllocationAcceleratorDataRequest.ProtoReflect.Descriptor instead.

func (*PostAllocationAcceleratorDataRequest) GetAcceleratorData

func (x *PostAllocationAcceleratorDataRequest) GetAcceleratorData() *AcceleratorData

func (*PostAllocationAcceleratorDataRequest) GetAllocationId

func (x *PostAllocationAcceleratorDataRequest) GetAllocationId() string

func (*PostAllocationAcceleratorDataRequest) ProtoMessage

func (*PostAllocationAcceleratorDataRequest) ProtoMessage()

func (*PostAllocationAcceleratorDataRequest) ProtoReflect

func (*PostAllocationAcceleratorDataRequest) Reset

func (*PostAllocationAcceleratorDataRequest) String

type PostAllocationAcceleratorDataResponse

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

Response to PostAllocationAcceleratorDataRequest

func (*PostAllocationAcceleratorDataResponse) Descriptor deprecated

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

Deprecated: Use PostAllocationAcceleratorDataResponse.ProtoReflect.Descriptor instead.

func (*PostAllocationAcceleratorDataResponse) ProtoMessage

func (*PostAllocationAcceleratorDataResponse) ProtoMessage()

func (*PostAllocationAcceleratorDataResponse) ProtoReflect

func (*PostAllocationAcceleratorDataResponse) Reset

func (*PostAllocationAcceleratorDataResponse) String

type PostAllocationProxyAddressRequest

type PostAllocationProxyAddressRequest struct {

	// The id of the allocation.
	AllocationId string `protobuf:"bytes,1,opt,name=allocation_id,json=allocationId,proto3" json:"allocation_id,omitempty"`
	// The address of the host where the service is, w.r.t. the master.
	ProxyAddress string `protobuf:"bytes,2,opt,name=proxy_address,json=proxyAddress,proto3" json:"proxy_address,omitempty"`
	// contains filtered or unexported fields
}

Set the proxy address for some allocation.

func (*PostAllocationProxyAddressRequest) Descriptor deprecated

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

Deprecated: Use PostAllocationProxyAddressRequest.ProtoReflect.Descriptor instead.

func (*PostAllocationProxyAddressRequest) GetAllocationId

func (x *PostAllocationProxyAddressRequest) GetAllocationId() string

func (*PostAllocationProxyAddressRequest) GetProxyAddress

func (x *PostAllocationProxyAddressRequest) GetProxyAddress() string

func (*PostAllocationProxyAddressRequest) ProtoMessage

func (*PostAllocationProxyAddressRequest) ProtoMessage()

func (*PostAllocationProxyAddressRequest) ProtoReflect

func (*PostAllocationProxyAddressRequest) Reset

func (*PostAllocationProxyAddressRequest) String

type PostAllocationProxyAddressResponse

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

Response to PostAllocationProxyAddressRequest

func (*PostAllocationProxyAddressResponse) Descriptor deprecated

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

Deprecated: Use PostAllocationProxyAddressResponse.ProtoReflect.Descriptor instead.

func (*PostAllocationProxyAddressResponse) ProtoMessage

func (*PostAllocationProxyAddressResponse) ProtoMessage()

func (*PostAllocationProxyAddressResponse) ProtoReflect

func (*PostAllocationProxyAddressResponse) Reset

func (*PostAllocationProxyAddressResponse) String

type PostCheckpointMetadataRequest

type PostCheckpointMetadataRequest struct {

	// The desired checkpoint fields and values.
	Checkpoint *checkpointv1.Checkpoint `protobuf:"bytes,1,opt,name=checkpoint,proto3" json:"checkpoint,omitempty"`
	// contains filtered or unexported fields
}

Request for updating a checkpoints metadata.

func (*PostCheckpointMetadataRequest) Descriptor deprecated

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

Deprecated: Use PostCheckpointMetadataRequest.ProtoReflect.Descriptor instead.

func (*PostCheckpointMetadataRequest) GetCheckpoint

func (*PostCheckpointMetadataRequest) ProtoMessage

func (*PostCheckpointMetadataRequest) ProtoMessage()

func (*PostCheckpointMetadataRequest) ProtoReflect

func (*PostCheckpointMetadataRequest) Reset

func (x *PostCheckpointMetadataRequest) Reset()

func (*PostCheckpointMetadataRequest) String

type PostCheckpointMetadataResponse

type PostCheckpointMetadataResponse struct {

	// The updated checkpoint.
	Checkpoint *checkpointv1.Checkpoint `protobuf:"bytes,1,opt,name=checkpoint,proto3" json:"checkpoint,omitempty"`
	// contains filtered or unexported fields
}

Response to PostCheckpointRequest.

func (*PostCheckpointMetadataResponse) Descriptor deprecated

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

Deprecated: Use PostCheckpointMetadataResponse.ProtoReflect.Descriptor instead.

func (*PostCheckpointMetadataResponse) GetCheckpoint

func (*PostCheckpointMetadataResponse) ProtoMessage

func (*PostCheckpointMetadataResponse) ProtoMessage()

func (*PostCheckpointMetadataResponse) ProtoReflect

func (*PostCheckpointMetadataResponse) Reset

func (x *PostCheckpointMetadataResponse) Reset()

func (*PostCheckpointMetadataResponse) String

type PostModelRequest

type PostModelRequest struct {

	// The name of the model.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the model.
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// The user-defined metadata of the model.
	Metadata *_struct.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Labels associated with this model.
	Labels []string `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty"`
	// The name of the workspace associated with this model.
	WorkspaceName *string `protobuf:"bytes,5,opt,name=workspace_name,json=workspaceName,proto3,oneof" json:"workspace_name,omitempty"`
	// The id of the workspace associated with this model.
	WorkspaceId *int32 `protobuf:"varint,7,opt,name=workspace_id,json=workspaceId,proto3,oneof" json:"workspace_id,omitempty"`
	// Notes associated with this model.
	Notes string `protobuf:"bytes,6,opt,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

Request for creating a model in the registry.

func (*PostModelRequest) Descriptor deprecated

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

Deprecated: Use PostModelRequest.ProtoReflect.Descriptor instead.

func (*PostModelRequest) GetDescription

func (x *PostModelRequest) GetDescription() string

func (*PostModelRequest) GetLabels

func (x *PostModelRequest) GetLabels() []string

func (*PostModelRequest) GetMetadata

func (x *PostModelRequest) GetMetadata() *_struct.Struct

func (*PostModelRequest) GetName

func (x *PostModelRequest) GetName() string

func (*PostModelRequest) GetNotes

func (x *PostModelRequest) GetNotes() string

func (*PostModelRequest) GetWorkspaceId

func (x *PostModelRequest) GetWorkspaceId() int32

func (*PostModelRequest) GetWorkspaceName

func (x *PostModelRequest) GetWorkspaceName() string

func (*PostModelRequest) ProtoMessage

func (*PostModelRequest) ProtoMessage()

func (*PostModelRequest) ProtoReflect

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

func (*PostModelRequest) Reset

func (x *PostModelRequest) Reset()

func (*PostModelRequest) String

func (x *PostModelRequest) String() string

type PostModelResponse

type PostModelResponse struct {

	// The model created.
	Model *modelv1.Model `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

Response to PostModelRequest.

func (*PostModelResponse) Descriptor deprecated

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

Deprecated: Use PostModelResponse.ProtoReflect.Descriptor instead.

func (*PostModelResponse) GetModel

func (x *PostModelResponse) GetModel() *modelv1.Model

func (*PostModelResponse) ProtoMessage

func (*PostModelResponse) ProtoMessage()

func (*PostModelResponse) ProtoReflect

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

func (*PostModelResponse) Reset

func (x *PostModelResponse) Reset()

func (*PostModelResponse) String

func (x *PostModelResponse) String() string

type PostModelVersionRequest

type PostModelVersionRequest struct {

	// The name of the model to add this version to.
	ModelName string `protobuf:"bytes,8,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// UUID of the checkpoint.
	CheckpointUuid string `protobuf:"bytes,2,opt,name=checkpoint_uuid,json=checkpointUuid,proto3" json:"checkpoint_uuid,omitempty"`
	// User-friendly name for the model version.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// User-written comment for the model version.
	Comment string `protobuf:"bytes,4,opt,name=comment,proto3" json:"comment,omitempty"`
	// The user-defined metadata of the model version.
	Metadata *_struct.Struct `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Labels associated with this model version.
	Labels []string `protobuf:"bytes,6,rep,name=labels,proto3" json:"labels,omitempty"`
	// Notes associated with this model version.
	Notes string `protobuf:"bytes,7,opt,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

Request for creating a model version.

func (*PostModelVersionRequest) Descriptor deprecated

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

Deprecated: Use PostModelVersionRequest.ProtoReflect.Descriptor instead.

func (*PostModelVersionRequest) GetCheckpointUuid

func (x *PostModelVersionRequest) GetCheckpointUuid() string

func (*PostModelVersionRequest) GetComment

func (x *PostModelVersionRequest) GetComment() string

func (*PostModelVersionRequest) GetLabels

func (x *PostModelVersionRequest) GetLabels() []string

func (*PostModelVersionRequest) GetMetadata

func (x *PostModelVersionRequest) GetMetadata() *_struct.Struct

func (*PostModelVersionRequest) GetModelName

func (x *PostModelVersionRequest) GetModelName() string

func (*PostModelVersionRequest) GetName

func (x *PostModelVersionRequest) GetName() string

func (*PostModelVersionRequest) GetNotes

func (x *PostModelVersionRequest) GetNotes() string

func (*PostModelVersionRequest) ProtoMessage

func (*PostModelVersionRequest) ProtoMessage()

func (*PostModelVersionRequest) ProtoReflect

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

func (*PostModelVersionRequest) Reset

func (x *PostModelVersionRequest) Reset()

func (*PostModelVersionRequest) String

func (x *PostModelVersionRequest) String() string

type PostModelVersionResponse

type PostModelVersionResponse struct {

	// The model version requested.
	ModelVersion *modelv1.ModelVersion `protobuf:"bytes,1,opt,name=model_version,json=modelVersion,proto3" json:"model_version,omitempty"`
	// contains filtered or unexported fields
}

Response for PostModelVersionRequest.

func (*PostModelVersionResponse) Descriptor deprecated

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

Deprecated: Use PostModelVersionResponse.ProtoReflect.Descriptor instead.

func (*PostModelVersionResponse) GetModelVersion

func (x *PostModelVersionResponse) GetModelVersion() *modelv1.ModelVersion

func (*PostModelVersionResponse) ProtoMessage

func (*PostModelVersionResponse) ProtoMessage()

func (*PostModelVersionResponse) ProtoReflect

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

func (*PostModelVersionResponse) Reset

func (x *PostModelVersionResponse) Reset()

func (*PostModelVersionResponse) String

func (x *PostModelVersionResponse) String() string

type PostProjectRequest

type PostProjectRequest struct {

	// The name of the project.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Description of the project.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Id of the associated workspace.
	WorkspaceId int32 `protobuf:"varint,4,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Request for creating a project.

func (*PostProjectRequest) Descriptor deprecated

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

Deprecated: Use PostProjectRequest.ProtoReflect.Descriptor instead.

func (*PostProjectRequest) GetDescription

func (x *PostProjectRequest) GetDescription() string

func (*PostProjectRequest) GetName

func (x *PostProjectRequest) GetName() string

func (*PostProjectRequest) GetWorkspaceId

func (x *PostProjectRequest) GetWorkspaceId() int32

func (*PostProjectRequest) ProtoMessage

func (*PostProjectRequest) ProtoMessage()

func (*PostProjectRequest) ProtoReflect

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

func (*PostProjectRequest) Reset

func (x *PostProjectRequest) Reset()

func (*PostProjectRequest) String

func (x *PostProjectRequest) String() string

type PostProjectResponse

type PostProjectResponse struct {

	// The project created.
	Project *projectv1.Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

Response to PostProjectRequest.

func (*PostProjectResponse) Descriptor deprecated

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

Deprecated: Use PostProjectResponse.ProtoReflect.Descriptor instead.

func (*PostProjectResponse) GetProject

func (x *PostProjectResponse) GetProject() *projectv1.Project

func (*PostProjectResponse) ProtoMessage

func (*PostProjectResponse) ProtoMessage()

func (*PostProjectResponse) ProtoReflect

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

func (*PostProjectResponse) Reset

func (x *PostProjectResponse) Reset()

func (*PostProjectResponse) String

func (x *PostProjectResponse) String() string

type PostSearcherOperationsRequest

type PostSearcherOperationsRequest struct {

	// The experiment ID.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// List of operations to submit.
	SearcherOperations []*experimentv1.SearcherOperation `protobuf:"bytes,2,rep,name=searcher_operations,json=searcherOperations,proto3" json:"searcher_operations,omitempty"`
	// The event that triggered the client to send these operations to the master.
	TriggeredByEvent *experimentv1.SearcherEvent `protobuf:"bytes,3,opt,name=triggered_by_event,json=triggeredByEvent,proto3" json:"triggered_by_event,omitempty"`
	// contains filtered or unexported fields
}

Request for sending operations from a custom search method.

func (*PostSearcherOperationsRequest) Descriptor deprecated

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

Deprecated: Use PostSearcherOperationsRequest.ProtoReflect.Descriptor instead.

func (*PostSearcherOperationsRequest) GetExperimentId

func (x *PostSearcherOperationsRequest) GetExperimentId() int32

func (*PostSearcherOperationsRequest) GetSearcherOperations

func (x *PostSearcherOperationsRequest) GetSearcherOperations() []*experimentv1.SearcherOperation

func (*PostSearcherOperationsRequest) GetTriggeredByEvent

func (x *PostSearcherOperationsRequest) GetTriggeredByEvent() *experimentv1.SearcherEvent

func (*PostSearcherOperationsRequest) ProtoMessage

func (*PostSearcherOperationsRequest) ProtoMessage()

func (*PostSearcherOperationsRequest) ProtoReflect

func (*PostSearcherOperationsRequest) Reset

func (x *PostSearcherOperationsRequest) Reset()

func (*PostSearcherOperationsRequest) String

type PostSearcherOperationsResponse

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

Response to PostSearcherOperationsResponse.

func (*PostSearcherOperationsResponse) Descriptor deprecated

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

Deprecated: Use PostSearcherOperationsResponse.ProtoReflect.Descriptor instead.

func (*PostSearcherOperationsResponse) ProtoMessage

func (*PostSearcherOperationsResponse) ProtoMessage()

func (*PostSearcherOperationsResponse) ProtoReflect

func (*PostSearcherOperationsResponse) Reset

func (x *PostSearcherOperationsResponse) Reset()

func (*PostSearcherOperationsResponse) String

type PostTaskLogsRequest

type PostTaskLogsRequest struct {

	// The logs to persist.
	Logs []*taskv1.TaskLog `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"`
	// contains filtered or unexported fields
}

Request to PostTaskLogs.

func (*PostTaskLogsRequest) Descriptor deprecated

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

Deprecated: Use PostTaskLogsRequest.ProtoReflect.Descriptor instead.

func (*PostTaskLogsRequest) GetLogs

func (x *PostTaskLogsRequest) GetLogs() []*taskv1.TaskLog

func (*PostTaskLogsRequest) ProtoMessage

func (*PostTaskLogsRequest) ProtoMessage()

func (*PostTaskLogsRequest) ProtoReflect

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

func (*PostTaskLogsRequest) Reset

func (x *PostTaskLogsRequest) Reset()

func (*PostTaskLogsRequest) String

func (x *PostTaskLogsRequest) String() string

type PostTaskLogsResponse

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

Response to PostTaskLogs.

func (*PostTaskLogsResponse) Descriptor deprecated

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

Deprecated: Use PostTaskLogsResponse.ProtoReflect.Descriptor instead.

func (*PostTaskLogsResponse) ProtoMessage

func (*PostTaskLogsResponse) ProtoMessage()

func (*PostTaskLogsResponse) ProtoReflect

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

func (*PostTaskLogsResponse) Reset

func (x *PostTaskLogsResponse) Reset()

func (*PostTaskLogsResponse) String

func (x *PostTaskLogsResponse) String() string

type PostTemplateRequest

type PostTemplateRequest struct {

	// The template to put.
	Template *templatev1.Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

Post a new template.

func (*PostTemplateRequest) Descriptor deprecated

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

Deprecated: Use PostTemplateRequest.ProtoReflect.Descriptor instead.

func (*PostTemplateRequest) GetTemplate

func (x *PostTemplateRequest) GetTemplate() *templatev1.Template

func (*PostTemplateRequest) ProtoMessage

func (*PostTemplateRequest) ProtoMessage()

func (*PostTemplateRequest) ProtoReflect

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

func (*PostTemplateRequest) Reset

func (x *PostTemplateRequest) Reset()

func (*PostTemplateRequest) String

func (x *PostTemplateRequest) String() string

type PostTemplateResponse

type PostTemplateResponse struct {

	// The created template.
	Template *templatev1.Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

Response to PostTemplateRequest.

func (*PostTemplateResponse) Descriptor deprecated

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

Deprecated: Use PostTemplateResponse.ProtoReflect.Descriptor instead.

func (*PostTemplateResponse) GetTemplate

func (x *PostTemplateResponse) GetTemplate() *templatev1.Template

func (*PostTemplateResponse) ProtoMessage

func (*PostTemplateResponse) ProtoMessage()

func (*PostTemplateResponse) ProtoReflect

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

func (*PostTemplateResponse) Reset

func (x *PostTemplateResponse) Reset()

func (*PostTemplateResponse) String

func (x *PostTemplateResponse) String() string

type PostTrialProfilerMetricsBatchRequest

type PostTrialProfilerMetricsBatchRequest struct {

	// The batches to create.
	Batches []*trialv1.TrialProfilerMetricsBatch `protobuf:"bytes,1,rep,name=batches,proto3" json:"batches,omitempty"`
	// contains filtered or unexported fields
}

Create a batch of trial profiler metrics.

func (*PostTrialProfilerMetricsBatchRequest) Descriptor deprecated

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

Deprecated: Use PostTrialProfilerMetricsBatchRequest.ProtoReflect.Descriptor instead.

func (*PostTrialProfilerMetricsBatchRequest) GetBatches

func (*PostTrialProfilerMetricsBatchRequest) ProtoMessage

func (*PostTrialProfilerMetricsBatchRequest) ProtoMessage()

func (*PostTrialProfilerMetricsBatchRequest) ProtoReflect

func (*PostTrialProfilerMetricsBatchRequest) Reset

func (*PostTrialProfilerMetricsBatchRequest) String

type PostTrialProfilerMetricsBatchResponse

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

Response to PostTrialProfilerMetricsBatchRequest

func (*PostTrialProfilerMetricsBatchResponse) Descriptor deprecated

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

Deprecated: Use PostTrialProfilerMetricsBatchResponse.ProtoReflect.Descriptor instead.

func (*PostTrialProfilerMetricsBatchResponse) ProtoMessage

func (*PostTrialProfilerMetricsBatchResponse) ProtoMessage()

func (*PostTrialProfilerMetricsBatchResponse) ProtoReflect

func (*PostTrialProfilerMetricsBatchResponse) Reset

func (*PostTrialProfilerMetricsBatchResponse) String

type PostTrialRunnerMetadataRequest

type PostTrialRunnerMetadataRequest struct {

	// The id of the trial.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// The state for the trial runner.
	Metadata *trialv1.TrialRunnerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

Partially update the trial metadata.

func (*PostTrialRunnerMetadataRequest) Descriptor deprecated

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

Deprecated: Use PostTrialRunnerMetadataRequest.ProtoReflect.Descriptor instead.

func (*PostTrialRunnerMetadataRequest) GetMetadata

func (*PostTrialRunnerMetadataRequest) GetTrialId

func (x *PostTrialRunnerMetadataRequest) GetTrialId() int32

func (*PostTrialRunnerMetadataRequest) ProtoMessage

func (*PostTrialRunnerMetadataRequest) ProtoMessage()

func (*PostTrialRunnerMetadataRequest) ProtoReflect

func (*PostTrialRunnerMetadataRequest) Reset

func (x *PostTrialRunnerMetadataRequest) Reset()

func (*PostTrialRunnerMetadataRequest) String

type PostTrialRunnerMetadataResponse

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

Response to PatchTrialMetadataRequest

func (*PostTrialRunnerMetadataResponse) Descriptor deprecated

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

Deprecated: Use PostTrialRunnerMetadataResponse.ProtoReflect.Descriptor instead.

func (*PostTrialRunnerMetadataResponse) ProtoMessage

func (*PostTrialRunnerMetadataResponse) ProtoMessage()

func (*PostTrialRunnerMetadataResponse) ProtoReflect

func (*PostTrialRunnerMetadataResponse) Reset

func (*PostTrialRunnerMetadataResponse) String

type PostUserActivityRequest

type PostUserActivityRequest struct {

	// The type of the activity.
	ActivityType userv1.ActivityType `` /* 135-byte string literal not displayed */
	// The type of the entity.
	EntityType userv1.EntityType `` /* 127-byte string literal not displayed */
	// The unique id for the entity
	EntityId int32 `protobuf:"varint,3,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	// contains filtered or unexported fields
}

Update user activity.

func (*PostUserActivityRequest) Descriptor deprecated

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

Deprecated: Use PostUserActivityRequest.ProtoReflect.Descriptor instead.

func (*PostUserActivityRequest) GetActivityType

func (x *PostUserActivityRequest) GetActivityType() userv1.ActivityType

func (*PostUserActivityRequest) GetEntityId

func (x *PostUserActivityRequest) GetEntityId() int32

func (*PostUserActivityRequest) GetEntityType

func (x *PostUserActivityRequest) GetEntityType() userv1.EntityType

func (*PostUserActivityRequest) ProtoMessage

func (*PostUserActivityRequest) ProtoMessage()

func (*PostUserActivityRequest) ProtoReflect

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

func (*PostUserActivityRequest) Reset

func (x *PostUserActivityRequest) Reset()

func (*PostUserActivityRequest) String

func (x *PostUserActivityRequest) String() string

type PostUserActivityResponse

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

Response to PostUserActivityRequest.

func (*PostUserActivityResponse) Descriptor deprecated

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

Deprecated: Use PostUserActivityResponse.ProtoReflect.Descriptor instead.

func (*PostUserActivityResponse) ProtoMessage

func (*PostUserActivityResponse) ProtoMessage()

func (*PostUserActivityResponse) ProtoReflect

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

func (*PostUserActivityResponse) Reset

func (x *PostUserActivityResponse) Reset()

func (*PostUserActivityResponse) String

func (x *PostUserActivityResponse) String() string

type PostUserRequest

type PostUserRequest struct {

	// The user to create.
	User *userv1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// The password of the user.
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// Indicate whether the provided password is pre-salted & hashed or not.
	IsHashed bool `protobuf:"varint,3,opt,name=is_hashed,json=isHashed,proto3" json:"is_hashed,omitempty"`
	// contains filtered or unexported fields
}

Create a new user.

func (*PostUserRequest) Descriptor deprecated

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

Deprecated: Use PostUserRequest.ProtoReflect.Descriptor instead.

func (*PostUserRequest) GetIsHashed

func (x *PostUserRequest) GetIsHashed() bool

func (*PostUserRequest) GetPassword

func (x *PostUserRequest) GetPassword() string

func (*PostUserRequest) GetUser

func (x *PostUserRequest) GetUser() *userv1.User

func (*PostUserRequest) ProtoMessage

func (*PostUserRequest) ProtoMessage()

func (*PostUserRequest) ProtoReflect

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

func (*PostUserRequest) Reset

func (x *PostUserRequest) Reset()

func (*PostUserRequest) String

func (x *PostUserRequest) String() string

type PostUserResponse

type PostUserResponse struct {

	// The created user.
	User *userv1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

Response to PostUserRequest.

func (*PostUserResponse) Descriptor deprecated

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

Deprecated: Use PostUserResponse.ProtoReflect.Descriptor instead.

func (*PostUserResponse) GetUser

func (x *PostUserResponse) GetUser() *userv1.User

func (*PostUserResponse) ProtoMessage

func (*PostUserResponse) ProtoMessage()

func (*PostUserResponse) ProtoReflect

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

func (*PostUserResponse) Reset

func (x *PostUserResponse) Reset()

func (*PostUserResponse) String

func (x *PostUserResponse) String() string

type PostUserSettingRequest

type PostUserSettingRequest struct {

	// Setting key value pair.
	Settings []*userv1.UserWebSetting `protobuf:"bytes,1,rep,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

Update user settings.

func (*PostUserSettingRequest) Descriptor deprecated

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

Deprecated: Use PostUserSettingRequest.ProtoReflect.Descriptor instead.

func (*PostUserSettingRequest) GetSettings

func (x *PostUserSettingRequest) GetSettings() []*userv1.UserWebSetting

func (*PostUserSettingRequest) ProtoMessage

func (*PostUserSettingRequest) ProtoMessage()

func (*PostUserSettingRequest) ProtoReflect

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

func (*PostUserSettingRequest) Reset

func (x *PostUserSettingRequest) Reset()

func (*PostUserSettingRequest) String

func (x *PostUserSettingRequest) String() string

type PostUserSettingResponse

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

Response to PostUserSettingRequest.

func (*PostUserSettingResponse) Descriptor deprecated

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

Deprecated: Use PostUserSettingResponse.ProtoReflect.Descriptor instead.

func (*PostUserSettingResponse) ProtoMessage

func (*PostUserSettingResponse) ProtoMessage()

func (*PostUserSettingResponse) ProtoReflect

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

func (*PostUserSettingResponse) Reset

func (x *PostUserSettingResponse) Reset()

func (*PostUserSettingResponse) String

func (x *PostUserSettingResponse) String() string

type PostWebhookRequest

type PostWebhookRequest struct {

	// The webhook to store.
	Webhook *webhookv1.Webhook `protobuf:"bytes,1,opt,name=webhook,proto3" json:"webhook,omitempty"`
	// contains filtered or unexported fields
}

Request for creating a webhook

func (*PostWebhookRequest) Descriptor deprecated

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

Deprecated: Use PostWebhookRequest.ProtoReflect.Descriptor instead.

func (*PostWebhookRequest) GetWebhook

func (x *PostWebhookRequest) GetWebhook() *webhookv1.Webhook

func (*PostWebhookRequest) ProtoMessage

func (*PostWebhookRequest) ProtoMessage()

func (*PostWebhookRequest) ProtoReflect

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

func (*PostWebhookRequest) Reset

func (x *PostWebhookRequest) Reset()

func (*PostWebhookRequest) String

func (x *PostWebhookRequest) String() string

type PostWebhookResponse

type PostWebhookResponse struct {

	// The webhook created.
	Webhook *webhookv1.Webhook `protobuf:"bytes,1,opt,name=webhook,proto3" json:"webhook,omitempty"`
	// contains filtered or unexported fields
}

Response to PostWebhookRequest.

func (*PostWebhookResponse) Descriptor deprecated

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

Deprecated: Use PostWebhookResponse.ProtoReflect.Descriptor instead.

func (*PostWebhookResponse) GetWebhook

func (x *PostWebhookResponse) GetWebhook() *webhookv1.Webhook

func (*PostWebhookResponse) ProtoMessage

func (*PostWebhookResponse) ProtoMessage()

func (*PostWebhookResponse) ProtoReflect

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

func (*PostWebhookResponse) Reset

func (x *PostWebhookResponse) Reset()

func (*PostWebhookResponse) String

func (x *PostWebhookResponse) String() string

type PostWorkspaceRequest

type PostWorkspaceRequest struct {

	// The name of the workspace.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional agent host uid and gid override.
	AgentUserGroup *userv1.AgentUserGroup `protobuf:"bytes,12,opt,name=agent_user_group,json=agentUserGroup,proto3,oneof" json:"agent_user_group,omitempty"`
	// Optional checkpoint storage config.
	CheckpointStorageConfig *_struct.Struct `` /* 139-byte string literal not displayed */
	// The name of the default compute pool.
	DefaultComputePool string `protobuf:"bytes,14,opt,name=default_compute_pool,json=defaultComputePool,proto3" json:"default_compute_pool,omitempty"`
	// The name of the default aux pool.
	DefaultAuxPool string `protobuf:"bytes,15,opt,name=default_aux_pool,json=defaultAuxPool,proto3" json:"default_aux_pool,omitempty"`
	// contains filtered or unexported fields
}

Request for creating a workspace.

func (*PostWorkspaceRequest) Descriptor deprecated

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

Deprecated: Use PostWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*PostWorkspaceRequest) GetAgentUserGroup

func (x *PostWorkspaceRequest) GetAgentUserGroup() *userv1.AgentUserGroup

func (*PostWorkspaceRequest) GetCheckpointStorageConfig

func (x *PostWorkspaceRequest) GetCheckpointStorageConfig() *_struct.Struct

func (*PostWorkspaceRequest) GetDefaultAuxPool

func (x *PostWorkspaceRequest) GetDefaultAuxPool() string

func (*PostWorkspaceRequest) GetDefaultComputePool

func (x *PostWorkspaceRequest) GetDefaultComputePool() string

func (*PostWorkspaceRequest) GetName

func (x *PostWorkspaceRequest) GetName() string

func (*PostWorkspaceRequest) ProtoMessage

func (*PostWorkspaceRequest) ProtoMessage()

func (*PostWorkspaceRequest) ProtoReflect

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

func (*PostWorkspaceRequest) Reset

func (x *PostWorkspaceRequest) Reset()

func (*PostWorkspaceRequest) String

func (x *PostWorkspaceRequest) String() string

type PostWorkspaceResponse

type PostWorkspaceResponse struct {

	// The workspace created.
	Workspace *workspacev1.Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

Response to PostWorkspaceRequest.

func (*PostWorkspaceResponse) Descriptor deprecated

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

Deprecated: Use PostWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*PostWorkspaceResponse) GetWorkspace

func (x *PostWorkspaceResponse) GetWorkspace() *workspacev1.Workspace

func (*PostWorkspaceResponse) ProtoMessage

func (*PostWorkspaceResponse) ProtoMessage()

func (*PostWorkspaceResponse) ProtoReflect

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

func (*PostWorkspaceResponse) Reset

func (x *PostWorkspaceResponse) Reset()

func (*PostWorkspaceResponse) String

func (x *PostWorkspaceResponse) String() string

type PreviewHPSearchRequest

type PreviewHPSearchRequest struct {

	// The experiment config to simulate.
	Config *_struct.Struct `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// The searcher simulation seed.
	Seed uint32 `protobuf:"varint,2,opt,name=seed,proto3" json:"seed,omitempty"`
	// contains filtered or unexported fields
}

Preview hyperparameter search.

func (*PreviewHPSearchRequest) Descriptor deprecated

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

Deprecated: Use PreviewHPSearchRequest.ProtoReflect.Descriptor instead.

func (*PreviewHPSearchRequest) GetConfig

func (x *PreviewHPSearchRequest) GetConfig() *_struct.Struct

func (*PreviewHPSearchRequest) GetSeed

func (x *PreviewHPSearchRequest) GetSeed() uint32

func (*PreviewHPSearchRequest) ProtoMessage

func (*PreviewHPSearchRequest) ProtoMessage()

func (*PreviewHPSearchRequest) ProtoReflect

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

func (*PreviewHPSearchRequest) Reset

func (x *PreviewHPSearchRequest) Reset()

func (*PreviewHPSearchRequest) String

func (x *PreviewHPSearchRequest) String() string

type PreviewHPSearchResponse

type PreviewHPSearchResponse struct {

	// The resulting simulation.
	Simulation *experimentv1.ExperimentSimulation `protobuf:"bytes,1,opt,name=simulation,proto3" json:"simulation,omitempty"`
	// contains filtered or unexported fields
}

Response to PreviewSearchRequest.

func (*PreviewHPSearchResponse) Descriptor deprecated

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

Deprecated: Use PreviewHPSearchResponse.ProtoReflect.Descriptor instead.

func (*PreviewHPSearchResponse) GetSimulation

func (*PreviewHPSearchResponse) ProtoMessage

func (*PreviewHPSearchResponse) ProtoMessage()

func (*PreviewHPSearchResponse) ProtoReflect

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

func (*PreviewHPSearchResponse) Reset

func (x *PreviewHPSearchResponse) Reset()

func (*PreviewHPSearchResponse) String

func (x *PreviewHPSearchResponse) String() string

type PutExperimentLabelRequest

type PutExperimentLabelRequest struct {

	// The ID of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// The label to add.
	Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	// contains filtered or unexported fields
}

Request for adding a new experiment label.

func (*PutExperimentLabelRequest) Descriptor deprecated

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

Deprecated: Use PutExperimentLabelRequest.ProtoReflect.Descriptor instead.

func (*PutExperimentLabelRequest) GetExperimentId

func (x *PutExperimentLabelRequest) GetExperimentId() int32

func (*PutExperimentLabelRequest) GetLabel

func (x *PutExperimentLabelRequest) GetLabel() string

func (*PutExperimentLabelRequest) ProtoMessage

func (*PutExperimentLabelRequest) ProtoMessage()

func (*PutExperimentLabelRequest) ProtoReflect

func (*PutExperimentLabelRequest) Reset

func (x *PutExperimentLabelRequest) Reset()

func (*PutExperimentLabelRequest) String

func (x *PutExperimentLabelRequest) String() string

type PutExperimentLabelResponse

type PutExperimentLabelResponse struct {

	// The complete list of labels associated with the experiment.
	Labels []string `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

Response to PutExperimentLabelRequest.

func (*PutExperimentLabelResponse) Descriptor deprecated

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

Deprecated: Use PutExperimentLabelResponse.ProtoReflect.Descriptor instead.

func (*PutExperimentLabelResponse) GetLabels

func (x *PutExperimentLabelResponse) GetLabels() []string

func (*PutExperimentLabelResponse) ProtoMessage

func (*PutExperimentLabelResponse) ProtoMessage()

func (*PutExperimentLabelResponse) ProtoReflect

func (*PutExperimentLabelResponse) Reset

func (x *PutExperimentLabelResponse) Reset()

func (*PutExperimentLabelResponse) String

func (x *PutExperimentLabelResponse) String() string

type PutExperimentRequest

type PutExperimentRequest struct {

	// CreateExperimentRequest payload.
	CreateExperimentRequest *CreateExperimentRequest `` /* 132-byte string literal not displayed */
	// External experiment id.
	ExternalExperimentId string `protobuf:"bytes,41,opt,name=external_experiment_id,json=externalExperimentId,proto3" json:"external_experiment_id,omitempty"`
	// contains filtered or unexported fields
}

PutExperimentRequest is CreateExperimentRequest with external_experiment_id field added. Use for unmanaged experiments only.

func (*PutExperimentRequest) Descriptor deprecated

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

Deprecated: Use PutExperimentRequest.ProtoReflect.Descriptor instead.

func (*PutExperimentRequest) GetCreateExperimentRequest

func (x *PutExperimentRequest) GetCreateExperimentRequest() *CreateExperimentRequest

func (*PutExperimentRequest) GetExternalExperimentId

func (x *PutExperimentRequest) GetExternalExperimentId() string

func (*PutExperimentRequest) ProtoMessage

func (*PutExperimentRequest) ProtoMessage()

func (*PutExperimentRequest) ProtoReflect

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

func (*PutExperimentRequest) Reset

func (x *PutExperimentRequest) Reset()

func (*PutExperimentRequest) String

func (x *PutExperimentRequest) String() string

type PutExperimentResponse

type PutExperimentResponse struct {

	// The created experiment.
	Experiment *experimentv1.Experiment `protobuf:"bytes,1,opt,name=experiment,proto3" json:"experiment,omitempty"`
	// The created experiment config.
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // Note: no LaunchWarnings.
	// contains filtered or unexported fields
}

Response to PutExperimentRequest.

func (*PutExperimentResponse) Descriptor deprecated

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

Deprecated: Use PutExperimentResponse.ProtoReflect.Descriptor instead.

func (*PutExperimentResponse) GetConfig

func (x *PutExperimentResponse) GetConfig() *_struct.Struct

func (*PutExperimentResponse) GetExperiment

func (x *PutExperimentResponse) GetExperiment() *experimentv1.Experiment

func (*PutExperimentResponse) ProtoMessage

func (*PutExperimentResponse) ProtoMessage()

func (*PutExperimentResponse) ProtoReflect

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

func (*PutExperimentResponse) Reset

func (x *PutExperimentResponse) Reset()

func (*PutExperimentResponse) String

func (x *PutExperimentResponse) String() string

type PutProjectNotesRequest

type PutProjectNotesRequest struct {

	// The complete list of notes.
	Notes []*projectv1.Note `protobuf:"bytes,1,rep,name=notes,proto3" json:"notes,omitempty"`
	// The id of the project.
	ProjectId int32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

Request for setting project notes.

func (*PutProjectNotesRequest) Descriptor deprecated

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

Deprecated: Use PutProjectNotesRequest.ProtoReflect.Descriptor instead.

func (*PutProjectNotesRequest) GetNotes

func (x *PutProjectNotesRequest) GetNotes() []*projectv1.Note

func (*PutProjectNotesRequest) GetProjectId

func (x *PutProjectNotesRequest) GetProjectId() int32

func (*PutProjectNotesRequest) ProtoMessage

func (*PutProjectNotesRequest) ProtoMessage()

func (*PutProjectNotesRequest) ProtoReflect

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

func (*PutProjectNotesRequest) Reset

func (x *PutProjectNotesRequest) Reset()

func (*PutProjectNotesRequest) String

func (x *PutProjectNotesRequest) String() string

type PutProjectNotesResponse

type PutProjectNotesResponse struct {

	// The complete list of notes on a project.
	Notes []*projectv1.Note `protobuf:"bytes,1,rep,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

Response to PutProjectNotesRequest.

func (*PutProjectNotesResponse) Descriptor deprecated

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

Deprecated: Use PutProjectNotesResponse.ProtoReflect.Descriptor instead.

func (*PutProjectNotesResponse) GetNotes

func (x *PutProjectNotesResponse) GetNotes() []*projectv1.Note

func (*PutProjectNotesResponse) ProtoMessage

func (*PutProjectNotesResponse) ProtoMessage()

func (*PutProjectNotesResponse) ProtoReflect

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

func (*PutProjectNotesResponse) Reset

func (x *PutProjectNotesResponse) Reset()

func (*PutProjectNotesResponse) String

func (x *PutProjectNotesResponse) String() string

type PutTemplateRequest

type PutTemplateRequest struct {

	// The template to put.
	Template *templatev1.Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

Update or create (upsert) the requested template.

func (*PutTemplateRequest) Descriptor deprecated

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

Deprecated: Use PutTemplateRequest.ProtoReflect.Descriptor instead.

func (*PutTemplateRequest) GetTemplate

func (x *PutTemplateRequest) GetTemplate() *templatev1.Template

func (*PutTemplateRequest) ProtoMessage

func (*PutTemplateRequest) ProtoMessage()

func (*PutTemplateRequest) ProtoReflect

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

func (*PutTemplateRequest) Reset

func (x *PutTemplateRequest) Reset()

func (*PutTemplateRequest) String

func (x *PutTemplateRequest) String() string

type PutTemplateResponse

type PutTemplateResponse struct {

	// The updated or created template.
	Template *templatev1.Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

Response to PutTemplateRequest.

func (*PutTemplateResponse) Descriptor deprecated

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

Deprecated: Use PutTemplateResponse.ProtoReflect.Descriptor instead.

func (*PutTemplateResponse) GetTemplate

func (x *PutTemplateResponse) GetTemplate() *templatev1.Template

func (*PutTemplateResponse) ProtoMessage

func (*PutTemplateResponse) ProtoMessage()

func (*PutTemplateResponse) ProtoReflect

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

func (*PutTemplateResponse) Reset

func (x *PutTemplateResponse) Reset()

func (*PutTemplateResponse) String

func (x *PutTemplateResponse) String() string

type PutTrialRequest

type PutTrialRequest struct {

	// CreateTrialRequest payload.
	CreateTrialRequest *CreateTrialRequest `protobuf:"bytes,1,opt,name=create_trial_request,json=createTrialRequest,proto3" json:"create_trial_request,omitempty"`
	// External trial id.
	ExternalTrialId string `protobuf:"bytes,41,opt,name=external_trial_id,json=externalTrialId,proto3" json:"external_trial_id,omitempty"`
	// contains filtered or unexported fields
}

Put a trial.

func (*PutTrialRequest) Descriptor deprecated

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

Deprecated: Use PutTrialRequest.ProtoReflect.Descriptor instead.

func (*PutTrialRequest) GetCreateTrialRequest

func (x *PutTrialRequest) GetCreateTrialRequest() *CreateTrialRequest

func (*PutTrialRequest) GetExternalTrialId

func (x *PutTrialRequest) GetExternalTrialId() string

func (*PutTrialRequest) ProtoMessage

func (*PutTrialRequest) ProtoMessage()

func (*PutTrialRequest) ProtoReflect

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

func (*PutTrialRequest) Reset

func (x *PutTrialRequest) Reset()

func (*PutTrialRequest) String

func (x *PutTrialRequest) String() string

type PutTrialResponse

type PutTrialResponse struct {

	// The requested trial.
	Trial *trialv1.Trial `protobuf:"bytes,1,opt,name=trial,proto3" json:"trial,omitempty"`
	// contains filtered or unexported fields
}

Response to PutTrialRequest.

func (*PutTrialResponse) Descriptor deprecated

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

Deprecated: Use PutTrialResponse.ProtoReflect.Descriptor instead.

func (*PutTrialResponse) GetTrial

func (x *PutTrialResponse) GetTrial() *trialv1.Trial

func (*PutTrialResponse) ProtoMessage

func (*PutTrialResponse) ProtoMessage()

func (*PutTrialResponse) ProtoReflect

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

func (*PutTrialResponse) Reset

func (x *PutTrialResponse) Reset()

func (*PutTrialResponse) String

func (x *PutTrialResponse) String() string

type RPQueueStat

type RPQueueStat struct {

	// Job queue stats.
	Stats *jobv1.QueueStats `protobuf:"bytes,1,opt,name=stats,proto3" json:"stats,omitempty"`
	// Resource pool.
	ResourcePool string `protobuf:"bytes,2,opt,name=resource_pool,json=resourcePool,proto3" json:"resource_pool,omitempty"`
	// Aggregate stats.
	Aggregates []*jobv1.AggregateQueueStats `protobuf:"bytes,3,rep,name=aggregates,proto3" json:"aggregates,omitempty"`
	// contains filtered or unexported fields
}

Job stats for a resource pool.

func (*RPQueueStat) Descriptor deprecated

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

Deprecated: Use RPQueueStat.ProtoReflect.Descriptor instead.

func (*RPQueueStat) GetAggregates

func (x *RPQueueStat) GetAggregates() []*jobv1.AggregateQueueStats

func (*RPQueueStat) GetResourcePool

func (x *RPQueueStat) GetResourcePool() string

func (*RPQueueStat) GetStats

func (x *RPQueueStat) GetStats() *jobv1.QueueStats

func (*RPQueueStat) ProtoMessage

func (*RPQueueStat) ProtoMessage()

func (*RPQueueStat) ProtoReflect

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

func (*RPQueueStat) Reset

func (x *RPQueueStat) Reset()

func (*RPQueueStat) String

func (x *RPQueueStat) String() string

type RemoveAssignmentsRequest

type RemoveAssignmentsRequest struct {

	// the set of groups being removed from a role.
	GroupRoleAssignments []*rbacv1.GroupRoleAssignment `protobuf:"bytes,1,rep,name=group_role_assignments,json=groupRoleAssignments,proto3" json:"group_role_assignments,omitempty"`
	// the set of users being removed from a role.
	UserRoleAssignments []*rbacv1.UserRoleAssignment `protobuf:"bytes,2,rep,name=user_role_assignments,json=userRoleAssignments,proto3" json:"user_role_assignments,omitempty"`
	// contains filtered or unexported fields
}

RemoveAssignmentsRequest is the body of the request for the call to remove a user or group from a role.

func (*RemoveAssignmentsRequest) Descriptor deprecated

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

Deprecated: Use RemoveAssignmentsRequest.ProtoReflect.Descriptor instead.

func (*RemoveAssignmentsRequest) GetGroupRoleAssignments

func (x *RemoveAssignmentsRequest) GetGroupRoleAssignments() []*rbacv1.GroupRoleAssignment

func (*RemoveAssignmentsRequest) GetUserRoleAssignments

func (x *RemoveAssignmentsRequest) GetUserRoleAssignments() []*rbacv1.UserRoleAssignment

func (*RemoveAssignmentsRequest) ProtoMessage

func (*RemoveAssignmentsRequest) ProtoMessage()

func (*RemoveAssignmentsRequest) ProtoReflect

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

func (*RemoveAssignmentsRequest) Reset

func (x *RemoveAssignmentsRequest) Reset()

func (*RemoveAssignmentsRequest) String

func (x *RemoveAssignmentsRequest) String() string

type RemoveAssignmentsResponse

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

RemoveAssignmentsResponse is the body of the response for teh call to remove a user or group from a role.

func (*RemoveAssignmentsResponse) Descriptor deprecated

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

Deprecated: Use RemoveAssignmentsResponse.ProtoReflect.Descriptor instead.

func (*RemoveAssignmentsResponse) ProtoMessage

func (*RemoveAssignmentsResponse) ProtoMessage()

func (*RemoveAssignmentsResponse) ProtoReflect

func (*RemoveAssignmentsResponse) Reset

func (x *RemoveAssignmentsResponse) Reset()

func (*RemoveAssignmentsResponse) String

func (x *RemoveAssignmentsResponse) String() string

type ReportCheckpointRequest

type ReportCheckpointRequest struct {

	// The training metrics to persist.
	Checkpoint *checkpointv1.Checkpoint `protobuf:"bytes,1,opt,name=checkpoint,proto3" json:"checkpoint,omitempty"`
	// contains filtered or unexported fields
}

Report the given checkpoint for the task.

func (*ReportCheckpointRequest) Descriptor deprecated

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

Deprecated: Use ReportCheckpointRequest.ProtoReflect.Descriptor instead.

func (*ReportCheckpointRequest) GetCheckpoint

func (x *ReportCheckpointRequest) GetCheckpoint() *checkpointv1.Checkpoint

func (*ReportCheckpointRequest) ProtoMessage

func (*ReportCheckpointRequest) ProtoMessage()

func (*ReportCheckpointRequest) ProtoReflect

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

func (*ReportCheckpointRequest) Reset

func (x *ReportCheckpointRequest) Reset()

func (*ReportCheckpointRequest) String

func (x *ReportCheckpointRequest) String() string

type ReportCheckpointResponse

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

Response to ReportCheckpointRequest.

func (*ReportCheckpointResponse) Descriptor deprecated

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

Deprecated: Use ReportCheckpointResponse.ProtoReflect.Descriptor instead.

func (*ReportCheckpointResponse) ProtoMessage

func (*ReportCheckpointResponse) ProtoMessage()

func (*ReportCheckpointResponse) ProtoReflect

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

func (*ReportCheckpointResponse) Reset

func (x *ReportCheckpointResponse) Reset()

func (*ReportCheckpointResponse) String

func (x *ReportCheckpointResponse) String() string

type ReportTrialMetricsRequest

type ReportTrialMetricsRequest struct {

	// The metrics to persist.
	Metrics *trialv1.TrialMetrics `protobuf:"bytes,1,opt,name=metrics,proto3" json:"metrics,omitempty"`
	// The type of metrics to persist eg 'training', 'validation', etc.
	Group string `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

Persist the given metrics for the trial.

func (*ReportTrialMetricsRequest) Descriptor deprecated

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

Deprecated: Use ReportTrialMetricsRequest.ProtoReflect.Descriptor instead.

func (*ReportTrialMetricsRequest) GetGroup

func (x *ReportTrialMetricsRequest) GetGroup() string

func (*ReportTrialMetricsRequest) GetMetrics

func (*ReportTrialMetricsRequest) ProtoMessage

func (*ReportTrialMetricsRequest) ProtoMessage()

func (*ReportTrialMetricsRequest) ProtoReflect

func (*ReportTrialMetricsRequest) Reset

func (x *ReportTrialMetricsRequest) Reset()

func (*ReportTrialMetricsRequest) String

func (x *ReportTrialMetricsRequest) String() string

type ReportTrialMetricsResponse

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

Response to ReportTrialMetricsRequest

func (*ReportTrialMetricsResponse) Descriptor deprecated

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

Deprecated: Use ReportTrialMetricsResponse.ProtoReflect.Descriptor instead.

func (*ReportTrialMetricsResponse) ProtoMessage

func (*ReportTrialMetricsResponse) ProtoMessage()

func (*ReportTrialMetricsResponse) ProtoReflect

func (*ReportTrialMetricsResponse) Reset

func (x *ReportTrialMetricsResponse) Reset()

func (*ReportTrialMetricsResponse) String

func (x *ReportTrialMetricsResponse) String() string

type ReportTrialProgressRequest

type ReportTrialProgressRequest struct {

	// The id of the trial.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// Total units completed by the trial, in terms of the unit used to configure
	// the searcher.
	Progress float64 `protobuf:"fixed64,2,opt,name=progress,proto3" json:"progress,omitempty"`
	// contains filtered or unexported fields
}

For bookkeeping, updates the progress of the trial as a percent torwards the training length requested of it by the searcher.

func (*ReportTrialProgressRequest) Descriptor deprecated

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

Deprecated: Use ReportTrialProgressRequest.ProtoReflect.Descriptor instead.

func (*ReportTrialProgressRequest) GetProgress

func (x *ReportTrialProgressRequest) GetProgress() float64

func (*ReportTrialProgressRequest) GetTrialId

func (x *ReportTrialProgressRequest) GetTrialId() int32

func (*ReportTrialProgressRequest) ProtoMessage

func (*ReportTrialProgressRequest) ProtoMessage()

func (*ReportTrialProgressRequest) ProtoReflect

func (*ReportTrialProgressRequest) Reset

func (x *ReportTrialProgressRequest) Reset()

func (*ReportTrialProgressRequest) String

func (x *ReportTrialProgressRequest) String() string

type ReportTrialProgressResponse

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

Response to ReportTrialProgressRequest

func (*ReportTrialProgressResponse) Descriptor deprecated

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

Deprecated: Use ReportTrialProgressResponse.ProtoReflect.Descriptor instead.

func (*ReportTrialProgressResponse) ProtoMessage

func (*ReportTrialProgressResponse) ProtoMessage()

func (*ReportTrialProgressResponse) ProtoReflect

func (*ReportTrialProgressResponse) Reset

func (x *ReportTrialProgressResponse) Reset()

func (*ReportTrialProgressResponse) String

func (x *ReportTrialProgressResponse) String() string

type ReportTrialSearcherEarlyExitRequest

type ReportTrialSearcherEarlyExitRequest struct {

	// The id of the trial.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// The exit reason.
	EarlyExit *trialv1.TrialEarlyExit `protobuf:"bytes,2,opt,name=early_exit,json=earlyExit,proto3" json:"early_exit,omitempty"`
	// contains filtered or unexported fields
}

Report a voluntary, permanent early exit to the searcher.

func (*ReportTrialSearcherEarlyExitRequest) Descriptor deprecated

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

Deprecated: Use ReportTrialSearcherEarlyExitRequest.ProtoReflect.Descriptor instead.

func (*ReportTrialSearcherEarlyExitRequest) GetEarlyExit

func (*ReportTrialSearcherEarlyExitRequest) GetTrialId

func (*ReportTrialSearcherEarlyExitRequest) ProtoMessage

func (*ReportTrialSearcherEarlyExitRequest) ProtoMessage()

func (*ReportTrialSearcherEarlyExitRequest) ProtoReflect

func (*ReportTrialSearcherEarlyExitRequest) Reset

func (*ReportTrialSearcherEarlyExitRequest) String

type ReportTrialSearcherEarlyExitResponse

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

Response to ReportTrialSearcherEarlyExitRequest

func (*ReportTrialSearcherEarlyExitResponse) Descriptor deprecated

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

Deprecated: Use ReportTrialSearcherEarlyExitResponse.ProtoReflect.Descriptor instead.

func (*ReportTrialSearcherEarlyExitResponse) ProtoMessage

func (*ReportTrialSearcherEarlyExitResponse) ProtoMessage()

func (*ReportTrialSearcherEarlyExitResponse) ProtoReflect

func (*ReportTrialSearcherEarlyExitResponse) Reset

func (*ReportTrialSearcherEarlyExitResponse) String

type ReportTrialSourceInfoRequest

type ReportTrialSourceInfoRequest struct {

	// Type of the TrialSourceInfo
	TrialSourceInfo *trialv1.TrialSourceInfo `protobuf:"bytes,1,opt,name=trial_source_info,json=trialSourceInfo,proto3" json:"trial_source_info,omitempty"`
	// contains filtered or unexported fields
}

Create a TrialSourceInfo

func (*ReportTrialSourceInfoRequest) Descriptor deprecated

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

Deprecated: Use ReportTrialSourceInfoRequest.ProtoReflect.Descriptor instead.

func (*ReportTrialSourceInfoRequest) GetTrialSourceInfo

func (x *ReportTrialSourceInfoRequest) GetTrialSourceInfo() *trialv1.TrialSourceInfo

func (*ReportTrialSourceInfoRequest) ProtoMessage

func (*ReportTrialSourceInfoRequest) ProtoMessage()

func (*ReportTrialSourceInfoRequest) ProtoReflect

func (*ReportTrialSourceInfoRequest) Reset

func (x *ReportTrialSourceInfoRequest) Reset()

func (*ReportTrialSourceInfoRequest) String

type ReportTrialSourceInfoResponse

type ReportTrialSourceInfoResponse struct {

	// Trial ID of the created
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// UUID of the checkpoint.
	CheckpointUuid string `protobuf:"bytes,2,opt,name=checkpoint_uuid,json=checkpointUuid,proto3" json:"checkpoint_uuid,omitempty"`
	// contains filtered or unexported fields
}

Response to making a TrialSourceInfo

func (*ReportTrialSourceInfoResponse) Descriptor deprecated

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

Deprecated: Use ReportTrialSourceInfoResponse.ProtoReflect.Descriptor instead.

func (*ReportTrialSourceInfoResponse) GetCheckpointUuid

func (x *ReportTrialSourceInfoResponse) GetCheckpointUuid() string

func (*ReportTrialSourceInfoResponse) GetTrialId

func (x *ReportTrialSourceInfoResponse) GetTrialId() int32

func (*ReportTrialSourceInfoResponse) ProtoMessage

func (*ReportTrialSourceInfoResponse) ProtoMessage()

func (*ReportTrialSourceInfoResponse) ProtoReflect

func (*ReportTrialSourceInfoResponse) Reset

func (x *ReportTrialSourceInfoResponse) Reset()

func (*ReportTrialSourceInfoResponse) String

type ReportTrialTrainingMetricsRequest

type ReportTrialTrainingMetricsRequest struct {

	// The training metrics to persist.
	TrainingMetrics *trialv1.TrialMetrics `protobuf:"bytes,1,opt,name=training_metrics,json=trainingMetrics,proto3" json:"training_metrics,omitempty"`
	// contains filtered or unexported fields
}

Persist the given training metrics for the trial.

func (*ReportTrialTrainingMetricsRequest) Descriptor deprecated

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

Deprecated: Use ReportTrialTrainingMetricsRequest.ProtoReflect.Descriptor instead.

func (*ReportTrialTrainingMetricsRequest) GetTrainingMetrics

func (x *ReportTrialTrainingMetricsRequest) GetTrainingMetrics() *trialv1.TrialMetrics

func (*ReportTrialTrainingMetricsRequest) ProtoMessage

func (*ReportTrialTrainingMetricsRequest) ProtoMessage()

func (*ReportTrialTrainingMetricsRequest) ProtoReflect

func (*ReportTrialTrainingMetricsRequest) Reset

func (*ReportTrialTrainingMetricsRequest) String

type ReportTrialTrainingMetricsResponse

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

Response to ReportTrialTrainingMetricsRequest

func (*ReportTrialTrainingMetricsResponse) Descriptor deprecated

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

Deprecated: Use ReportTrialTrainingMetricsResponse.ProtoReflect.Descriptor instead.

func (*ReportTrialTrainingMetricsResponse) ProtoMessage

func (*ReportTrialTrainingMetricsResponse) ProtoMessage()

func (*ReportTrialTrainingMetricsResponse) ProtoReflect

func (*ReportTrialTrainingMetricsResponse) Reset

func (*ReportTrialTrainingMetricsResponse) String

type ReportTrialValidationMetricsRequest

type ReportTrialValidationMetricsRequest struct {

	// The training metrics to persist.
	ValidationMetrics *trialv1.TrialMetrics `protobuf:"bytes,1,opt,name=validation_metrics,json=validationMetrics,proto3" json:"validation_metrics,omitempty"`
	// contains filtered or unexported fields
}

Persist the given validation metrics for the trial.

func (*ReportTrialValidationMetricsRequest) Descriptor deprecated

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

Deprecated: Use ReportTrialValidationMetricsRequest.ProtoReflect.Descriptor instead.

func (*ReportTrialValidationMetricsRequest) GetValidationMetrics

func (x *ReportTrialValidationMetricsRequest) GetValidationMetrics() *trialv1.TrialMetrics

func (*ReportTrialValidationMetricsRequest) ProtoMessage

func (*ReportTrialValidationMetricsRequest) ProtoMessage()

func (*ReportTrialValidationMetricsRequest) ProtoReflect

func (*ReportTrialValidationMetricsRequest) Reset

func (*ReportTrialValidationMetricsRequest) String

type ReportTrialValidationMetricsResponse

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

Response to ReportTrialValidationMetricsRequest

func (*ReportTrialValidationMetricsResponse) Descriptor deprecated

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

Deprecated: Use ReportTrialValidationMetricsResponse.ProtoReflect.Descriptor instead.

func (*ReportTrialValidationMetricsResponse) ProtoMessage

func (*ReportTrialValidationMetricsResponse) ProtoMessage()

func (*ReportTrialValidationMetricsResponse) ProtoReflect

func (*ReportTrialValidationMetricsResponse) Reset

func (*ReportTrialValidationMetricsResponse) String

type ResetUserSettingRequest

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

Reset user setting.

func (*ResetUserSettingRequest) Descriptor deprecated

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

Deprecated: Use ResetUserSettingRequest.ProtoReflect.Descriptor instead.

func (*ResetUserSettingRequest) ProtoMessage

func (*ResetUserSettingRequest) ProtoMessage()

func (*ResetUserSettingRequest) ProtoReflect

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

func (*ResetUserSettingRequest) Reset

func (x *ResetUserSettingRequest) Reset()

func (*ResetUserSettingRequest) String

func (x *ResetUserSettingRequest) String() string

type ResetUserSettingResponse

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

Response to ResetUserSettingRequest.

func (*ResetUserSettingResponse) Descriptor deprecated

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

Deprecated: Use ResetUserSettingResponse.ProtoReflect.Descriptor instead.

func (*ResetUserSettingResponse) ProtoMessage

func (*ResetUserSettingResponse) ProtoMessage()

func (*ResetUserSettingResponse) ProtoReflect

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

func (*ResetUserSettingResponse) Reset

func (x *ResetUserSettingResponse) Reset()

func (*ResetUserSettingResponse) String

func (x *ResetUserSettingResponse) String() string

type ResourceAllocationAggregatedRequest

type ResourceAllocationAggregatedRequest struct {

	// The first day to consider (the exact time is midnight UTC at the beginning
	// of the day).
	StartDate string `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	// The last day to consider (the exact time is midnight UTC at the end of the
	// day).
	EndDate string `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	// The period over which to perform aggregation.
	Period masterv1.ResourceAllocationAggregationPeriod `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

Get an aggregated view of resource allocation during the given time period.

func (*ResourceAllocationAggregatedRequest) Descriptor deprecated

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

Deprecated: Use ResourceAllocationAggregatedRequest.ProtoReflect.Descriptor instead.

func (*ResourceAllocationAggregatedRequest) GetEndDate

func (*ResourceAllocationAggregatedRequest) GetPeriod

func (*ResourceAllocationAggregatedRequest) GetStartDate

func (x *ResourceAllocationAggregatedRequest) GetStartDate() string

func (*ResourceAllocationAggregatedRequest) ProtoMessage

func (*ResourceAllocationAggregatedRequest) ProtoMessage()

func (*ResourceAllocationAggregatedRequest) ProtoReflect

func (*ResourceAllocationAggregatedRequest) Reset

func (*ResourceAllocationAggregatedRequest) String

type ResourceAllocationAggregatedResponse

type ResourceAllocationAggregatedResponse struct {

	// An entry summarizing one workload.
	ResourceEntries []*masterv1.ResourceAllocationAggregatedEntry `protobuf:"bytes,1,rep,name=resource_entries,json=resourceEntries,proto3" json:"resource_entries,omitempty"`
	// contains filtered or unexported fields
}

Response to ResourceAllocationAggregatedRequest.

func (*ResourceAllocationAggregatedResponse) Descriptor deprecated

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

Deprecated: Use ResourceAllocationAggregatedResponse.ProtoReflect.Descriptor instead.

func (*ResourceAllocationAggregatedResponse) GetResourceEntries

func (*ResourceAllocationAggregatedResponse) ProtoMessage

func (*ResourceAllocationAggregatedResponse) ProtoMessage()

func (*ResourceAllocationAggregatedResponse) ProtoReflect

func (*ResourceAllocationAggregatedResponse) Reset

func (*ResourceAllocationAggregatedResponse) String

type ResourceAllocationRawRequest

type ResourceAllocationRawRequest struct {

	// The start of the period to consider.
	TimestampAfter *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp_after,json=timestampAfter,proto3" json:"timestamp_after,omitempty"`
	// The end of the period to consider.
	TimestampBefore *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp_before,json=timestampBefore,proto3" json:"timestamp_before,omitempty"`
	// contains filtered or unexported fields
}

Get a detailed view of resource allocation during the given time period.

func (*ResourceAllocationRawRequest) Descriptor deprecated

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

Deprecated: Use ResourceAllocationRawRequest.ProtoReflect.Descriptor instead.

func (*ResourceAllocationRawRequest) GetTimestampAfter

func (x *ResourceAllocationRawRequest) GetTimestampAfter() *timestamp.Timestamp

func (*ResourceAllocationRawRequest) GetTimestampBefore

func (x *ResourceAllocationRawRequest) GetTimestampBefore() *timestamp.Timestamp

func (*ResourceAllocationRawRequest) ProtoMessage

func (*ResourceAllocationRawRequest) ProtoMessage()

func (*ResourceAllocationRawRequest) ProtoReflect

func (*ResourceAllocationRawRequest) Reset

func (x *ResourceAllocationRawRequest) Reset()

func (*ResourceAllocationRawRequest) String

type ResourceAllocationRawResponse

type ResourceAllocationRawResponse struct {

	// An entry summarizing one workload.
	ResourceEntries []*masterv1.ResourceAllocationRawEntry `protobuf:"bytes,1,rep,name=resource_entries,json=resourceEntries,proto3" json:"resource_entries,omitempty"`
	// contains filtered or unexported fields
}

Response to ResourceAllocationRawRequest.

func (*ResourceAllocationRawResponse) Descriptor deprecated

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

Deprecated: Use ResourceAllocationRawResponse.ProtoReflect.Descriptor instead.

func (*ResourceAllocationRawResponse) GetResourceEntries

func (*ResourceAllocationRawResponse) ProtoMessage

func (*ResourceAllocationRawResponse) ProtoMessage()

func (*ResourceAllocationRawResponse) ProtoReflect

func (*ResourceAllocationRawResponse) Reset

func (x *ResourceAllocationRawResponse) Reset()

func (*ResourceAllocationRawResponse) String

type SSOProvider

type SSOProvider struct {

	// A descriptive name for this provider.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The URL to use for SSO with this provider.
	SsoUrl string `protobuf:"bytes,2,opt,name=sso_url,json=ssoUrl,proto3" json:"sso_url,omitempty"`
	// contains filtered or unexported fields
}

Describe one SSO provider.

func (*SSOProvider) Descriptor deprecated

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

Deprecated: Use SSOProvider.ProtoReflect.Descriptor instead.

func (*SSOProvider) GetName

func (x *SSOProvider) GetName() string

func (*SSOProvider) GetSsoUrl

func (x *SSOProvider) GetSsoUrl() string

func (*SSOProvider) ProtoMessage

func (*SSOProvider) ProtoMessage()

func (*SSOProvider) ProtoReflect

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

func (*SSOProvider) Reset

func (x *SSOProvider) Reset()

func (*SSOProvider) String

func (x *SSOProvider) String() string

type SearchExperimentExperiment

type SearchExperimentExperiment struct {

	// The experiment in question
	Experiment *experimentv1.Experiment `protobuf:"bytes,1,opt,name=experiment,proto3" json:"experiment,omitempty"`
	// The best performing trial associated with the experiment
	BestTrial *trialv1.Trial `protobuf:"bytes,2,opt,name=best_trial,json=bestTrial,proto3" json:"best_trial,omitempty"`
	// contains filtered or unexported fields
}

combination of experiment and best trial with metrics

func (*SearchExperimentExperiment) Descriptor deprecated

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

Deprecated: Use SearchExperimentExperiment.ProtoReflect.Descriptor instead.

func (*SearchExperimentExperiment) GetBestTrial

func (x *SearchExperimentExperiment) GetBestTrial() *trialv1.Trial

func (*SearchExperimentExperiment) GetExperiment

func (*SearchExperimentExperiment) ProtoMessage

func (*SearchExperimentExperiment) ProtoMessage()

func (*SearchExperimentExperiment) ProtoReflect

func (*SearchExperimentExperiment) Reset

func (x *SearchExperimentExperiment) Reset()

func (*SearchExperimentExperiment) String

func (x *SearchExperimentExperiment) String() string

type SearchExperimentsRequest

type SearchExperimentsRequest struct {

	// ID of the project to look at
	ProjectId *int32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3,oneof" json:"project_id,omitempty"`
	// How many experiments to skip before including in the results
	Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// How many results to show
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// Sort parameters in the format <col1>=(asc|desc),<col2>=(asc|desc)
	Sort *string `protobuf:"bytes,4,opt,name=sort,proto3,oneof" json:"sort,omitempty"`
	// Filter expression
	Filter *string `protobuf:"bytes,5,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Request for searching experiments

func (*SearchExperimentsRequest) Descriptor deprecated

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

Deprecated: Use SearchExperimentsRequest.ProtoReflect.Descriptor instead.

func (*SearchExperimentsRequest) GetFilter

func (x *SearchExperimentsRequest) GetFilter() string

func (*SearchExperimentsRequest) GetLimit

func (x *SearchExperimentsRequest) GetLimit() int32

func (*SearchExperimentsRequest) GetOffset

func (x *SearchExperimentsRequest) GetOffset() int32

func (*SearchExperimentsRequest) GetProjectId

func (x *SearchExperimentsRequest) GetProjectId() int32

func (*SearchExperimentsRequest) GetSort

func (x *SearchExperimentsRequest) GetSort() string

func (*SearchExperimentsRequest) ProtoMessage

func (*SearchExperimentsRequest) ProtoMessage()

func (*SearchExperimentsRequest) ProtoReflect

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

func (*SearchExperimentsRequest) Reset

func (x *SearchExperimentsRequest) Reset()

func (*SearchExperimentsRequest) String

func (x *SearchExperimentsRequest) String() string

type SearchExperimentsResponse

type SearchExperimentsResponse struct {

	// The list of returned experiments.
	Experiments []*SearchExperimentExperiment `protobuf:"bytes,1,rep,name=experiments,proto3" json:"experiments,omitempty"`
	// Pagination information of the full dataset
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Response for searching experiments

func (*SearchExperimentsResponse) Descriptor deprecated

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

Deprecated: Use SearchExperimentsResponse.ProtoReflect.Descriptor instead.

func (*SearchExperimentsResponse) GetExperiments

func (*SearchExperimentsResponse) GetPagination

func (x *SearchExperimentsResponse) GetPagination() *Pagination

func (*SearchExperimentsResponse) ProtoMessage

func (*SearchExperimentsResponse) ProtoMessage()

func (*SearchExperimentsResponse) ProtoReflect

func (*SearchExperimentsResponse) Reset

func (x *SearchExperimentsResponse) Reset()

func (*SearchExperimentsResponse) String

func (x *SearchExperimentsResponse) String() string

type SearchRolesAssignableToScopeRequest

type SearchRolesAssignableToScopeRequest struct {

	// The maximum number of results to return
	Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// The offset to use with pagination
	Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// The id of the workspace to use if searching for a workspace-assignable role
	WorkspaceId *wrappers.Int32Value `protobuf:"bytes,3,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

Request object for SearchRolesAssignableToScope

func (*SearchRolesAssignableToScopeRequest) Descriptor deprecated

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

Deprecated: Use SearchRolesAssignableToScopeRequest.ProtoReflect.Descriptor instead.

func (*SearchRolesAssignableToScopeRequest) GetLimit

func (*SearchRolesAssignableToScopeRequest) GetOffset

func (*SearchRolesAssignableToScopeRequest) GetWorkspaceId

func (*SearchRolesAssignableToScopeRequest) ProtoMessage

func (*SearchRolesAssignableToScopeRequest) ProtoMessage()

func (*SearchRolesAssignableToScopeRequest) ProtoReflect

func (*SearchRolesAssignableToScopeRequest) Reset

func (*SearchRolesAssignableToScopeRequest) String

type SearchRolesAssignableToScopeResponse

type SearchRolesAssignableToScopeResponse struct {

	// pagination information.
	Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// the set of roles and all assignments belonging to it.
	Roles []*rbacv1.Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

Response object for SearchRolesAssignableToScope

func (*SearchRolesAssignableToScopeResponse) Descriptor deprecated

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

Deprecated: Use SearchRolesAssignableToScopeResponse.ProtoReflect.Descriptor instead.

func (*SearchRolesAssignableToScopeResponse) GetPagination

func (*SearchRolesAssignableToScopeResponse) GetRoles

func (*SearchRolesAssignableToScopeResponse) ProtoMessage

func (*SearchRolesAssignableToScopeResponse) ProtoMessage()

func (*SearchRolesAssignableToScopeResponse) ProtoReflect

func (*SearchRolesAssignableToScopeResponse) Reset

func (*SearchRolesAssignableToScopeResponse) String

type SetCommandPriorityRequest

type SetCommandPriorityRequest struct {

	// The id of the command.
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// The new priority.
	Priority int32 `protobuf:"varint,2,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

Set the priority of the requested command.

func (*SetCommandPriorityRequest) Descriptor deprecated

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

Deprecated: Use SetCommandPriorityRequest.ProtoReflect.Descriptor instead.

func (*SetCommandPriorityRequest) GetCommandId

func (x *SetCommandPriorityRequest) GetCommandId() string

func (*SetCommandPriorityRequest) GetPriority

func (x *SetCommandPriorityRequest) GetPriority() int32

func (*SetCommandPriorityRequest) ProtoMessage

func (*SetCommandPriorityRequest) ProtoMessage()

func (*SetCommandPriorityRequest) ProtoReflect

func (*SetCommandPriorityRequest) Reset

func (x *SetCommandPriorityRequest) Reset()

func (*SetCommandPriorityRequest) String

func (x *SetCommandPriorityRequest) String() string

type SetCommandPriorityResponse

type SetCommandPriorityResponse struct {

	// The requested command.
	Command *commandv1.Command `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	// contains filtered or unexported fields
}

Response to SetCommandPriorityRequest.

func (*SetCommandPriorityResponse) Descriptor deprecated

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

Deprecated: Use SetCommandPriorityResponse.ProtoReflect.Descriptor instead.

func (*SetCommandPriorityResponse) GetCommand

func (x *SetCommandPriorityResponse) GetCommand() *commandv1.Command

func (*SetCommandPriorityResponse) ProtoMessage

func (*SetCommandPriorityResponse) ProtoMessage()

func (*SetCommandPriorityResponse) ProtoReflect

func (*SetCommandPriorityResponse) Reset

func (x *SetCommandPriorityResponse) Reset()

func (*SetCommandPriorityResponse) String

func (x *SetCommandPriorityResponse) String() string

type SetNotebookPriorityRequest

type SetNotebookPriorityRequest struct {

	// The id of the notebook.
	NotebookId string `protobuf:"bytes,1,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	// The new priority.
	Priority int32 `protobuf:"varint,2,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

Set the priority of the requested notebook.

func (*SetNotebookPriorityRequest) Descriptor deprecated

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

Deprecated: Use SetNotebookPriorityRequest.ProtoReflect.Descriptor instead.

func (*SetNotebookPriorityRequest) GetNotebookId

func (x *SetNotebookPriorityRequest) GetNotebookId() string

func (*SetNotebookPriorityRequest) GetPriority

func (x *SetNotebookPriorityRequest) GetPriority() int32

func (*SetNotebookPriorityRequest) ProtoMessage

func (*SetNotebookPriorityRequest) ProtoMessage()

func (*SetNotebookPriorityRequest) ProtoReflect

func (*SetNotebookPriorityRequest) Reset

func (x *SetNotebookPriorityRequest) Reset()

func (*SetNotebookPriorityRequest) String

func (x *SetNotebookPriorityRequest) String() string

type SetNotebookPriorityResponse

type SetNotebookPriorityResponse struct {

	// The requested notebook.
	Notebook *notebookv1.Notebook `protobuf:"bytes,1,opt,name=notebook,proto3" json:"notebook,omitempty"`
	// contains filtered or unexported fields
}

Response to SetNotebookPriorityRequest.

func (*SetNotebookPriorityResponse) Descriptor deprecated

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

Deprecated: Use SetNotebookPriorityResponse.ProtoReflect.Descriptor instead.

func (*SetNotebookPriorityResponse) GetNotebook

func (*SetNotebookPriorityResponse) ProtoMessage

func (*SetNotebookPriorityResponse) ProtoMessage()

func (*SetNotebookPriorityResponse) ProtoReflect

func (*SetNotebookPriorityResponse) Reset

func (x *SetNotebookPriorityResponse) Reset()

func (*SetNotebookPriorityResponse) String

func (x *SetNotebookPriorityResponse) String() string

type SetShellPriorityRequest

type SetShellPriorityRequest struct {

	// The id of the shell.
	ShellId string `protobuf:"bytes,1,opt,name=shell_id,json=shellId,proto3" json:"shell_id,omitempty"`
	// The new priority.
	Priority int32 `protobuf:"varint,2,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

Set the priority of the requested shell.

func (*SetShellPriorityRequest) Descriptor deprecated

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

Deprecated: Use SetShellPriorityRequest.ProtoReflect.Descriptor instead.

func (*SetShellPriorityRequest) GetPriority

func (x *SetShellPriorityRequest) GetPriority() int32

func (*SetShellPriorityRequest) GetShellId

func (x *SetShellPriorityRequest) GetShellId() string

func (*SetShellPriorityRequest) ProtoMessage

func (*SetShellPriorityRequest) ProtoMessage()

func (*SetShellPriorityRequest) ProtoReflect

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

func (*SetShellPriorityRequest) Reset

func (x *SetShellPriorityRequest) Reset()

func (*SetShellPriorityRequest) String

func (x *SetShellPriorityRequest) String() string

type SetShellPriorityResponse

type SetShellPriorityResponse struct {

	// The requested shell.
	Shell *shellv1.Shell `protobuf:"bytes,1,opt,name=shell,proto3" json:"shell,omitempty"`
	// contains filtered or unexported fields
}

Response to SetShellPriorityRequest.

func (*SetShellPriorityResponse) Descriptor deprecated

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

Deprecated: Use SetShellPriorityResponse.ProtoReflect.Descriptor instead.

func (*SetShellPriorityResponse) GetShell

func (x *SetShellPriorityResponse) GetShell() *shellv1.Shell

func (*SetShellPriorityResponse) ProtoMessage

func (*SetShellPriorityResponse) ProtoMessage()

func (*SetShellPriorityResponse) ProtoReflect

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

func (*SetShellPriorityResponse) Reset

func (x *SetShellPriorityResponse) Reset()

func (*SetShellPriorityResponse) String

func (x *SetShellPriorityResponse) String() string

type SetTensorboardPriorityRequest

type SetTensorboardPriorityRequest struct {

	// The id of the TensorBoard.
	TensorboardId string `protobuf:"bytes,1,opt,name=tensorboard_id,json=tensorboardId,proto3" json:"tensorboard_id,omitempty"`
	// The new priority.
	Priority int32 `protobuf:"varint,2,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

Set the priority of the requested TensorBoard.

func (*SetTensorboardPriorityRequest) Descriptor deprecated

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

Deprecated: Use SetTensorboardPriorityRequest.ProtoReflect.Descriptor instead.

func (*SetTensorboardPriorityRequest) GetPriority

func (x *SetTensorboardPriorityRequest) GetPriority() int32

func (*SetTensorboardPriorityRequest) GetTensorboardId

func (x *SetTensorboardPriorityRequest) GetTensorboardId() string

func (*SetTensorboardPriorityRequest) ProtoMessage

func (*SetTensorboardPriorityRequest) ProtoMessage()

func (*SetTensorboardPriorityRequest) ProtoReflect

func (*SetTensorboardPriorityRequest) Reset

func (x *SetTensorboardPriorityRequest) Reset()

func (*SetTensorboardPriorityRequest) String

type SetTensorboardPriorityResponse

type SetTensorboardPriorityResponse struct {

	// The requested Tensorboard.
	Tensorboard *tensorboardv1.Tensorboard `protobuf:"bytes,1,opt,name=tensorboard,proto3" json:"tensorboard,omitempty"`
	// contains filtered or unexported fields
}

Response to SetTensorboardPriorityRequest.

func (*SetTensorboardPriorityResponse) Descriptor deprecated

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

Deprecated: Use SetTensorboardPriorityResponse.ProtoReflect.Descriptor instead.

func (*SetTensorboardPriorityResponse) GetTensorboard

func (*SetTensorboardPriorityResponse) ProtoMessage

func (*SetTensorboardPriorityResponse) ProtoMessage()

func (*SetTensorboardPriorityResponse) ProtoReflect

func (*SetTensorboardPriorityResponse) Reset

func (x *SetTensorboardPriorityResponse) Reset()

func (*SetTensorboardPriorityResponse) String

type SetUserPasswordRequest

type SetUserPasswordRequest struct {

	// The id of the user.
	UserId int32 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The password of the user.
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

Set the requested user's passwords.

func (*SetUserPasswordRequest) Descriptor deprecated

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

Deprecated: Use SetUserPasswordRequest.ProtoReflect.Descriptor instead.

func (*SetUserPasswordRequest) GetPassword

func (x *SetUserPasswordRequest) GetPassword() string

func (*SetUserPasswordRequest) GetUserId

func (x *SetUserPasswordRequest) GetUserId() int32

func (*SetUserPasswordRequest) ProtoMessage

func (*SetUserPasswordRequest) ProtoMessage()

func (*SetUserPasswordRequest) ProtoReflect

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

func (*SetUserPasswordRequest) Reset

func (x *SetUserPasswordRequest) Reset()

func (*SetUserPasswordRequest) String

func (x *SetUserPasswordRequest) String() string

type SetUserPasswordResponse

type SetUserPasswordResponse struct {

	// The updated user.
	User *userv1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

Response to SetUserPasswordRequest.

func (*SetUserPasswordResponse) Descriptor deprecated

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

Deprecated: Use SetUserPasswordResponse.ProtoReflect.Descriptor instead.

func (*SetUserPasswordResponse) GetUser

func (x *SetUserPasswordResponse) GetUser() *userv1.User

func (*SetUserPasswordResponse) ProtoMessage

func (*SetUserPasswordResponse) ProtoMessage()

func (*SetUserPasswordResponse) ProtoReflect

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

func (*SetUserPasswordResponse) Reset

func (x *SetUserPasswordResponse) Reset()

func (*SetUserPasswordResponse) String

func (x *SetUserPasswordResponse) String() string

type StartTrialRequest

type StartTrialRequest struct {

	// Trial id.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// Whether resume is allowed.
	Resume bool `protobuf:"varint,2,opt,name=resume,proto3" json:"resume,omitempty"`
	// contains filtered or unexported fields
}

Start a trial.

func (*StartTrialRequest) Descriptor deprecated

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

Deprecated: Use StartTrialRequest.ProtoReflect.Descriptor instead.

func (*StartTrialRequest) GetResume

func (x *StartTrialRequest) GetResume() bool

func (*StartTrialRequest) GetTrialId

func (x *StartTrialRequest) GetTrialId() int32

func (*StartTrialRequest) ProtoMessage

func (*StartTrialRequest) ProtoMessage()

func (*StartTrialRequest) ProtoReflect

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

func (*StartTrialRequest) Reset

func (x *StartTrialRequest) Reset()

func (*StartTrialRequest) String

func (x *StartTrialRequest) String() string

type StartTrialResponse

type StartTrialResponse struct {

	// Trial run id.
	TrialRunId int32 `protobuf:"varint,1,opt,name=trial_run_id,json=trialRunId,proto3" json:"trial_run_id,omitempty"`
	// Latest checkpoint.
	LatestCheckpoint *string `protobuf:"bytes,2,opt,name=latest_checkpoint,json=latestCheckpoint,proto3,oneof" json:"latest_checkpoint,omitempty"`
	// Steps completed.
	StepsCompleted int32 `protobuf:"varint,3,opt,name=steps_completed,json=stepsCompleted,proto3" json:"steps_completed,omitempty"`
	// contains filtered or unexported fields
}

Response to StartTrialRequest.

func (*StartTrialResponse) Descriptor deprecated

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

Deprecated: Use StartTrialResponse.ProtoReflect.Descriptor instead.

func (*StartTrialResponse) GetLatestCheckpoint

func (x *StartTrialResponse) GetLatestCheckpoint() string

func (*StartTrialResponse) GetStepsCompleted

func (x *StartTrialResponse) GetStepsCompleted() int32

func (*StartTrialResponse) GetTrialRunId

func (x *StartTrialResponse) GetTrialRunId() int32

func (*StartTrialResponse) ProtoMessage

func (*StartTrialResponse) ProtoMessage()

func (*StartTrialResponse) ProtoReflect

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

func (*StartTrialResponse) Reset

func (x *StartTrialResponse) Reset()

func (*StartTrialResponse) String

func (x *StartTrialResponse) String() string

type TaskLogsFieldsRequest

type TaskLogsFieldsRequest struct {

	// The ID of the task.
	TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// Continue following fields until the task stops.
	Follow bool `protobuf:"varint,2,opt,name=follow,proto3" json:"follow,omitempty"`
	// contains filtered or unexported fields
}

Stream distinct task log fields.

func (*TaskLogsFieldsRequest) Descriptor deprecated

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

Deprecated: Use TaskLogsFieldsRequest.ProtoReflect.Descriptor instead.

func (*TaskLogsFieldsRequest) GetFollow

func (x *TaskLogsFieldsRequest) GetFollow() bool

func (*TaskLogsFieldsRequest) GetTaskId

func (x *TaskLogsFieldsRequest) GetTaskId() string

func (*TaskLogsFieldsRequest) ProtoMessage

func (*TaskLogsFieldsRequest) ProtoMessage()

func (*TaskLogsFieldsRequest) ProtoReflect

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

func (*TaskLogsFieldsRequest) Reset

func (x *TaskLogsFieldsRequest) Reset()

func (*TaskLogsFieldsRequest) String

func (x *TaskLogsFieldsRequest) String() string

type TaskLogsFieldsResponse

type TaskLogsFieldsResponse struct {

	// The distint allocation IDs present in the logs.
	AllocationIds []string `protobuf:"bytes,1,rep,name=allocation_ids,json=allocationIds,proto3" json:"allocation_ids,omitempty"`
	// The distinct agent IDs present in the logs.
	AgentIds []string `protobuf:"bytes,2,rep,name=agent_ids,json=agentIds,proto3" json:"agent_ids,omitempty"`
	// The distinct container IDs present in the logs.
	ContainerIds []string `protobuf:"bytes,3,rep,name=container_ids,json=containerIds,proto3" json:"container_ids,omitempty"`
	// The distinct rank IDs present in the logs.
	RankIds []int32 `protobuf:"varint,4,rep,packed,name=rank_ids,json=rankIds,proto3" json:"rank_ids,omitempty"`
	// The distinct stdtypes present in the logs.
	Stdtypes []string `protobuf:"bytes,5,rep,name=stdtypes,proto3" json:"stdtypes,omitempty"`
	// The distinct sources present in the logs.
	Sources []string `protobuf:"bytes,6,rep,name=sources,proto3" json:"sources,omitempty"`
	// contains filtered or unexported fields
}

Response to TaskLogsFieldsRequest.

func (*TaskLogsFieldsResponse) Descriptor deprecated

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

Deprecated: Use TaskLogsFieldsResponse.ProtoReflect.Descriptor instead.

func (*TaskLogsFieldsResponse) GetAgentIds

func (x *TaskLogsFieldsResponse) GetAgentIds() []string

func (*TaskLogsFieldsResponse) GetAllocationIds

func (x *TaskLogsFieldsResponse) GetAllocationIds() []string

func (*TaskLogsFieldsResponse) GetContainerIds

func (x *TaskLogsFieldsResponse) GetContainerIds() []string

func (*TaskLogsFieldsResponse) GetRankIds

func (x *TaskLogsFieldsResponse) GetRankIds() []int32

func (*TaskLogsFieldsResponse) GetSources

func (x *TaskLogsFieldsResponse) GetSources() []string

func (*TaskLogsFieldsResponse) GetStdtypes

func (x *TaskLogsFieldsResponse) GetStdtypes() []string

func (*TaskLogsFieldsResponse) ProtoMessage

func (*TaskLogsFieldsResponse) ProtoMessage()

func (*TaskLogsFieldsResponse) ProtoReflect

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

func (*TaskLogsFieldsResponse) Reset

func (x *TaskLogsFieldsResponse) Reset()

func (*TaskLogsFieldsResponse) String

func (x *TaskLogsFieldsResponse) String() string

type TaskLogsRequest

type TaskLogsRequest struct {

	// The id of the task.
	TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// Limit the number of trial logs. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Continue following logs until the trial stops.
	Follow bool `protobuf:"varint,5,opt,name=follow,proto3" json:"follow,omitempty"`
	// Limit the task logs to particular allocations.
	AllocationIds []string `protobuf:"bytes,6,rep,name=allocation_ids,json=allocationIds,proto3" json:"allocation_ids,omitempty"`
	// Limit the trial logs to a subset of agents.
	AgentIds []string `protobuf:"bytes,7,rep,name=agent_ids,json=agentIds,proto3" json:"agent_ids,omitempty"`
	// Limit the trial logs to a subset of containers.
	ContainerIds []string `protobuf:"bytes,8,rep,name=container_ids,json=containerIds,proto3" json:"container_ids,omitempty"`
	// Limit the trial logs to a subset of ranks.
	RankIds []int32 `protobuf:"varint,9,rep,packed,name=rank_ids,json=rankIds,proto3" json:"rank_ids,omitempty"`
	// Limit the trial logs to a subset of agents.
	Levels []logv1.LogLevel `protobuf:"varint,10,rep,packed,name=levels,proto3,enum=determined.log.v1.LogLevel" json:"levels,omitempty"`
	// Limit the trial logs to a subset of output streams.
	Stdtypes []string `protobuf:"bytes,11,rep,name=stdtypes,proto3" json:"stdtypes,omitempty"`
	// Limit the trial logs to a subset of sources.
	Sources []string `protobuf:"bytes,12,rep,name=sources,proto3" json:"sources,omitempty"`
	// Limit the trial logs to ones with a timestamp before a given time.
	TimestampBefore *timestamp.Timestamp `protobuf:"bytes,13,opt,name=timestamp_before,json=timestampBefore,proto3" json:"timestamp_before,omitempty"`
	// Limit the trial logs to ones with a timestamp after a given time.
	TimestampAfter *timestamp.Timestamp `protobuf:"bytes,14,opt,name=timestamp_after,json=timestampAfter,proto3" json:"timestamp_after,omitempty"`
	// Order logs in either ascending or descending order by timestamp.
	OrderBy OrderBy `protobuf:"varint,15,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Search the logs by whether the text contains a substring.
	SearchText string `protobuf:"bytes,16,opt,name=search_text,json=searchText,proto3" json:"search_text,omitempty"`
	// contains filtered or unexported fields
}

Stream task logs.

func (*TaskLogsRequest) Descriptor deprecated

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

Deprecated: Use TaskLogsRequest.ProtoReflect.Descriptor instead.

func (*TaskLogsRequest) GetAgentIds

func (x *TaskLogsRequest) GetAgentIds() []string

func (*TaskLogsRequest) GetAllocationIds

func (x *TaskLogsRequest) GetAllocationIds() []string

func (*TaskLogsRequest) GetContainerIds

func (x *TaskLogsRequest) GetContainerIds() []string

func (*TaskLogsRequest) GetFollow

func (x *TaskLogsRequest) GetFollow() bool

func (*TaskLogsRequest) GetLevels

func (x *TaskLogsRequest) GetLevels() []logv1.LogLevel

func (*TaskLogsRequest) GetLimit

func (x *TaskLogsRequest) GetLimit() int32

func (*TaskLogsRequest) GetOrderBy

func (x *TaskLogsRequest) GetOrderBy() OrderBy

func (*TaskLogsRequest) GetRankIds

func (x *TaskLogsRequest) GetRankIds() []int32

func (*TaskLogsRequest) GetSearchText

func (x *TaskLogsRequest) GetSearchText() string

func (*TaskLogsRequest) GetSources

func (x *TaskLogsRequest) GetSources() []string

func (*TaskLogsRequest) GetStdtypes

func (x *TaskLogsRequest) GetStdtypes() []string

func (*TaskLogsRequest) GetTaskId

func (x *TaskLogsRequest) GetTaskId() string

func (*TaskLogsRequest) GetTimestampAfter

func (x *TaskLogsRequest) GetTimestampAfter() *timestamp.Timestamp

func (*TaskLogsRequest) GetTimestampBefore

func (x *TaskLogsRequest) GetTimestampBefore() *timestamp.Timestamp

func (*TaskLogsRequest) ProtoMessage

func (*TaskLogsRequest) ProtoMessage()

func (*TaskLogsRequest) ProtoReflect

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

func (*TaskLogsRequest) Reset

func (x *TaskLogsRequest) Reset()

func (*TaskLogsRequest) String

func (x *TaskLogsRequest) String() string

type TaskLogsResponse

type TaskLogsResponse struct {

	// The ID of the log.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The timestamp of the log.
	Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// The flat version of the log that UIs have shown historically.
	//
	// Deprecated: Do not use.
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// The level of the log.
	Level logv1.LogLevel `protobuf:"varint,4,opt,name=level,proto3,enum=determined.log.v1.LogLevel" json:"level,omitempty"`
	// The ID of the task.
	TaskId string `protobuf:"bytes,5,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// The ID of the allocation.
	AllocationId *string `protobuf:"bytes,6,opt,name=allocation_id,json=allocationId,proto3,oneof" json:"allocation_id,omitempty"`
	// The agent the logs came from.
	AgentId *string `protobuf:"bytes,7,opt,name=agent_id,json=agentId,proto3,oneof" json:"agent_id,omitempty"`
	// The ID of the container or, in the case of k8s, the pod name.
	ContainerId *string `protobuf:"bytes,8,opt,name=container_id,json=containerId,proto3,oneof" json:"container_id,omitempty"`
	// The rank ID.
	RankId *int32 `protobuf:"varint,9,opt,name=rank_id,json=rankId,proto3,oneof" json:"rank_id,omitempty"`
	// The text of the log entry.
	Log string `protobuf:"bytes,10,opt,name=log,proto3" json:"log,omitempty"`
	// The source of the log entry.
	Source *string `protobuf:"bytes,11,opt,name=source,proto3,oneof" json:"source,omitempty"`
	// The output stream (e.g. stdout, stderr).
	Stdtype *string `protobuf:"bytes,12,opt,name=stdtype,proto3,oneof" json:"stdtype,omitempty"`
	// contains filtered or unexported fields
}

Response to TaskLogsRequest.

func (*TaskLogsResponse) Descriptor deprecated

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

Deprecated: Use TaskLogsResponse.ProtoReflect.Descriptor instead.

func (*TaskLogsResponse) GetAgentId

func (x *TaskLogsResponse) GetAgentId() string

func (*TaskLogsResponse) GetAllocationId

func (x *TaskLogsResponse) GetAllocationId() string

func (*TaskLogsResponse) GetContainerId

func (x *TaskLogsResponse) GetContainerId() string

func (*TaskLogsResponse) GetId

func (x *TaskLogsResponse) GetId() string

func (*TaskLogsResponse) GetLevel

func (x *TaskLogsResponse) GetLevel() logv1.LogLevel

func (*TaskLogsResponse) GetLog

func (x *TaskLogsResponse) GetLog() string

func (*TaskLogsResponse) GetMessage deprecated

func (x *TaskLogsResponse) GetMessage() string

Deprecated: Do not use.

func (*TaskLogsResponse) GetRankId

func (x *TaskLogsResponse) GetRankId() int32

func (*TaskLogsResponse) GetSource

func (x *TaskLogsResponse) GetSource() string

func (*TaskLogsResponse) GetStdtype

func (x *TaskLogsResponse) GetStdtype() string

func (*TaskLogsResponse) GetTaskId

func (x *TaskLogsResponse) GetTaskId() string

func (*TaskLogsResponse) GetTimestamp

func (x *TaskLogsResponse) GetTimestamp() *timestamp.Timestamp

func (*TaskLogsResponse) ProtoMessage

func (*TaskLogsResponse) ProtoMessage()

func (*TaskLogsResponse) ProtoReflect

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

func (*TaskLogsResponse) Reset

func (x *TaskLogsResponse) Reset()

func (*TaskLogsResponse) String

func (x *TaskLogsResponse) String() string

type TestWebhookRequest

type TestWebhookRequest struct {

	// The id of the webhook.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for testing a webhook.

func (*TestWebhookRequest) Descriptor deprecated

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

Deprecated: Use TestWebhookRequest.ProtoReflect.Descriptor instead.

func (*TestWebhookRequest) GetId

func (x *TestWebhookRequest) GetId() int32

func (*TestWebhookRequest) ProtoMessage

func (*TestWebhookRequest) ProtoMessage()

func (*TestWebhookRequest) ProtoReflect

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

func (*TestWebhookRequest) Reset

func (x *TestWebhookRequest) Reset()

func (*TestWebhookRequest) String

func (x *TestWebhookRequest) String() string

type TestWebhookResponse

type TestWebhookResponse struct {

	// Status of test.
	Completed bool `protobuf:"varint,1,opt,name=completed,proto3" json:"completed,omitempty"`
	// contains filtered or unexported fields
}

Response to TestWebhookRequest.

func (*TestWebhookResponse) Descriptor deprecated

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

Deprecated: Use TestWebhookResponse.ProtoReflect.Descriptor instead.

func (*TestWebhookResponse) GetCompleted

func (x *TestWebhookResponse) GetCompleted() bool

func (*TestWebhookResponse) ProtoMessage

func (*TestWebhookResponse) ProtoMessage()

func (*TestWebhookResponse) ProtoReflect

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

func (*TestWebhookResponse) Reset

func (x *TestWebhookResponse) Reset()

func (*TestWebhookResponse) String

func (x *TestWebhookResponse) String() string

type TrialLogsFieldsRequest

type TrialLogsFieldsRequest struct {

	// The ID of the trial.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// Continue following fields until the trial stops.
	Follow bool `protobuf:"varint,2,opt,name=follow,proto3" json:"follow,omitempty"`
	// contains filtered or unexported fields
}

Stream distinct trial log fields.

func (*TrialLogsFieldsRequest) Descriptor deprecated

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

Deprecated: Use TrialLogsFieldsRequest.ProtoReflect.Descriptor instead.

func (*TrialLogsFieldsRequest) GetFollow

func (x *TrialLogsFieldsRequest) GetFollow() bool

func (*TrialLogsFieldsRequest) GetTrialId

func (x *TrialLogsFieldsRequest) GetTrialId() int32

func (*TrialLogsFieldsRequest) ProtoMessage

func (*TrialLogsFieldsRequest) ProtoMessage()

func (*TrialLogsFieldsRequest) ProtoReflect

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

func (*TrialLogsFieldsRequest) Reset

func (x *TrialLogsFieldsRequest) Reset()

func (*TrialLogsFieldsRequest) String

func (x *TrialLogsFieldsRequest) String() string

type TrialLogsFieldsResponse

type TrialLogsFieldsResponse struct {

	// The distinct agent IDs present in the logs.
	AgentIds []string `protobuf:"bytes,1,rep,name=agent_ids,json=agentIds,proto3" json:"agent_ids,omitempty"`
	// The distinct container IDs present in the logs.
	ContainerIds []string `protobuf:"bytes,2,rep,name=container_ids,json=containerIds,proto3" json:"container_ids,omitempty"`
	// The distinct rank IDs present in the logs.
	RankIds []int32 `protobuf:"varint,3,rep,packed,name=rank_ids,json=rankIds,proto3" json:"rank_ids,omitempty"`
	// The distinct stdtypes present in the logs.
	Stdtypes []string `protobuf:"bytes,4,rep,name=stdtypes,proto3" json:"stdtypes,omitempty"`
	// The distinct sources present in the logs.
	Sources []string `protobuf:"bytes,5,rep,name=sources,proto3" json:"sources,omitempty"`
	// contains filtered or unexported fields
}

Response to TrialLogFieldsRequest.

func (*TrialLogsFieldsResponse) Descriptor deprecated

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

Deprecated: Use TrialLogsFieldsResponse.ProtoReflect.Descriptor instead.

func (*TrialLogsFieldsResponse) GetAgentIds

func (x *TrialLogsFieldsResponse) GetAgentIds() []string

func (*TrialLogsFieldsResponse) GetContainerIds

func (x *TrialLogsFieldsResponse) GetContainerIds() []string

func (*TrialLogsFieldsResponse) GetRankIds

func (x *TrialLogsFieldsResponse) GetRankIds() []int32

func (*TrialLogsFieldsResponse) GetSources

func (x *TrialLogsFieldsResponse) GetSources() []string

func (*TrialLogsFieldsResponse) GetStdtypes

func (x *TrialLogsFieldsResponse) GetStdtypes() []string

func (*TrialLogsFieldsResponse) ProtoMessage

func (*TrialLogsFieldsResponse) ProtoMessage()

func (*TrialLogsFieldsResponse) ProtoReflect

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

func (*TrialLogsFieldsResponse) Reset

func (x *TrialLogsFieldsResponse) Reset()

func (*TrialLogsFieldsResponse) String

func (x *TrialLogsFieldsResponse) String() string

type TrialLogsRequest

type TrialLogsRequest struct {

	// The id of the trial.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// Limit the number of trial logs. A value of 0 denotes no limit.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Continue following logs until the trial stops.
	Follow bool `protobuf:"varint,5,opt,name=follow,proto3" json:"follow,omitempty"`
	// Limit the trial logs to a subset of agents.
	AgentIds []string `protobuf:"bytes,6,rep,name=agent_ids,json=agentIds,proto3" json:"agent_ids,omitempty"`
	// Limit the trial logs to a subset of containers.
	ContainerIds []string `protobuf:"bytes,7,rep,name=container_ids,json=containerIds,proto3" json:"container_ids,omitempty"`
	// Limit the trial logs to a subset of ranks.
	RankIds []int32 `protobuf:"varint,8,rep,packed,name=rank_ids,json=rankIds,proto3" json:"rank_ids,omitempty"`
	// Limit the trial logs to a subset of agents.
	Levels []logv1.LogLevel `protobuf:"varint,9,rep,packed,name=levels,proto3,enum=determined.log.v1.LogLevel" json:"levels,omitempty"`
	// Limit the trial logs to a subset of output streams.
	Stdtypes []string `protobuf:"bytes,10,rep,name=stdtypes,proto3" json:"stdtypes,omitempty"`
	// Limit the trial logs to a subset of sources.
	Sources []string `protobuf:"bytes,11,rep,name=sources,proto3" json:"sources,omitempty"`
	// Limit the trial logs to ones with a timestamp before a given time.
	TimestampBefore *timestamp.Timestamp `protobuf:"bytes,12,opt,name=timestamp_before,json=timestampBefore,proto3" json:"timestamp_before,omitempty"`
	// Limit the trial logs to ones with a timestamp after a given time.
	TimestampAfter *timestamp.Timestamp `protobuf:"bytes,13,opt,name=timestamp_after,json=timestampAfter,proto3" json:"timestamp_after,omitempty"`
	// Order logs in either ascending or descending order by timestamp.
	OrderBy OrderBy `protobuf:"varint,14,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// Search the logs by whether the text contains a substring.
	SearchText string `protobuf:"bytes,15,opt,name=search_text,json=searchText,proto3" json:"search_text,omitempty"`
	// contains filtered or unexported fields
}

Stream trial logs.

func (*TrialLogsRequest) Descriptor deprecated

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

Deprecated: Use TrialLogsRequest.ProtoReflect.Descriptor instead.

func (*TrialLogsRequest) GetAgentIds

func (x *TrialLogsRequest) GetAgentIds() []string

func (*TrialLogsRequest) GetContainerIds

func (x *TrialLogsRequest) GetContainerIds() []string

func (*TrialLogsRequest) GetFollow

func (x *TrialLogsRequest) GetFollow() bool

func (*TrialLogsRequest) GetLevels

func (x *TrialLogsRequest) GetLevels() []logv1.LogLevel

func (*TrialLogsRequest) GetLimit

func (x *TrialLogsRequest) GetLimit() int32

func (*TrialLogsRequest) GetOrderBy

func (x *TrialLogsRequest) GetOrderBy() OrderBy

func (*TrialLogsRequest) GetRankIds

func (x *TrialLogsRequest) GetRankIds() []int32

func (*TrialLogsRequest) GetSearchText

func (x *TrialLogsRequest) GetSearchText() string

func (*TrialLogsRequest) GetSources

func (x *TrialLogsRequest) GetSources() []string

func (*TrialLogsRequest) GetStdtypes

func (x *TrialLogsRequest) GetStdtypes() []string

func (*TrialLogsRequest) GetTimestampAfter

func (x *TrialLogsRequest) GetTimestampAfter() *timestamp.Timestamp

func (*TrialLogsRequest) GetTimestampBefore

func (x *TrialLogsRequest) GetTimestampBefore() *timestamp.Timestamp

func (*TrialLogsRequest) GetTrialId

func (x *TrialLogsRequest) GetTrialId() int32

func (*TrialLogsRequest) ProtoMessage

func (*TrialLogsRequest) ProtoMessage()

func (*TrialLogsRequest) ProtoReflect

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

func (*TrialLogsRequest) Reset

func (x *TrialLogsRequest) Reset()

func (*TrialLogsRequest) String

func (x *TrialLogsRequest) String() string

type TrialLogsResponse

type TrialLogsResponse struct {

	// The ID of the trial log.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The timestamp of the log.
	Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// The flat version of the log that UIs have shown historically.
	//
	// Deprecated: Do not use.
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// The level of the log.
	Level logv1.LogLevel `protobuf:"varint,4,opt,name=level,proto3,enum=determined.log.v1.LogLevel" json:"level,omitempty"`
	// The ID of the trial associated with this log entry.
	TrialId int32 `protobuf:"varint,5,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// The ID of the agent that logged this.
	AgentId *string `protobuf:"bytes,6,opt,name=agent_id,json=agentId,proto3,oneof" json:"agent_id,omitempty"`
	// The ID of the container or, in the case of k8s, the pod name.
	ContainerId *string `protobuf:"bytes,7,opt,name=container_id,json=containerId,proto3,oneof" json:"container_id,omitempty"`
	// The rank ID.
	RankId *int32 `protobuf:"varint,8,opt,name=rank_id,json=rankId,proto3,oneof" json:"rank_id,omitempty"`
	// The text of the log entry.
	Log *string `protobuf:"bytes,9,opt,name=log,proto3,oneof" json:"log,omitempty"`
	// The source of the log entry.
	Source *string `protobuf:"bytes,10,opt,name=source,proto3,oneof" json:"source,omitempty"`
	// The output stream (e.g. stdout, stderr).
	Stdtype *string `protobuf:"bytes,11,opt,name=stdtype,proto3,oneof" json:"stdtype,omitempty"`
	// contains filtered or unexported fields
}

Response to TrialLogsRequest.

func (*TrialLogsResponse) Descriptor deprecated

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

Deprecated: Use TrialLogsResponse.ProtoReflect.Descriptor instead.

func (*TrialLogsResponse) GetAgentId

func (x *TrialLogsResponse) GetAgentId() string

func (*TrialLogsResponse) GetContainerId

func (x *TrialLogsResponse) GetContainerId() string

func (*TrialLogsResponse) GetId

func (x *TrialLogsResponse) GetId() string

func (*TrialLogsResponse) GetLevel

func (x *TrialLogsResponse) GetLevel() logv1.LogLevel

func (*TrialLogsResponse) GetLog

func (x *TrialLogsResponse) GetLog() string

func (*TrialLogsResponse) GetMessage deprecated

func (x *TrialLogsResponse) GetMessage() string

Deprecated: Do not use.

func (*TrialLogsResponse) GetRankId

func (x *TrialLogsResponse) GetRankId() int32

func (*TrialLogsResponse) GetSource

func (x *TrialLogsResponse) GetSource() string

func (*TrialLogsResponse) GetStdtype

func (x *TrialLogsResponse) GetStdtype() string

func (*TrialLogsResponse) GetTimestamp

func (x *TrialLogsResponse) GetTimestamp() *timestamp.Timestamp

func (*TrialLogsResponse) GetTrialId

func (x *TrialLogsResponse) GetTrialId() int32

func (*TrialLogsResponse) ProtoMessage

func (*TrialLogsResponse) ProtoMessage()

func (*TrialLogsResponse) ProtoReflect

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

func (*TrialLogsResponse) Reset

func (x *TrialLogsResponse) Reset()

func (*TrialLogsResponse) String

func (x *TrialLogsResponse) String() string

type TrialSorter

type TrialSorter struct {

	// The namespace for the sort field.
	Namespace TrialSorter_Namespace `protobuf:"varint,1,opt,name=namespace,proto3,enum=determined.api.v1.TrialSorter_Namespace" json:"namespace,omitempty"`
	// The name of the sort field.
	Field string `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	// The ordering for the sort.
	OrderBy OrderBy `protobuf:"varint,3,opt,name=order_by,json=orderBy,proto3,enum=determined.api.v1.OrderBy" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Struct to specify a sorting for trials. Used for both determining sort order for returned trials, and for filtering trials by their rank according to sorter

func (*TrialSorter) Descriptor deprecated

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

Deprecated: Use TrialSorter.ProtoReflect.Descriptor instead.

func (*TrialSorter) GetField

func (x *TrialSorter) GetField() string

func (*TrialSorter) GetNamespace

func (x *TrialSorter) GetNamespace() TrialSorter_Namespace

func (*TrialSorter) GetOrderBy

func (x *TrialSorter) GetOrderBy() OrderBy

func (*TrialSorter) ProtoMessage

func (*TrialSorter) ProtoMessage()

func (*TrialSorter) ProtoReflect

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

func (*TrialSorter) Reset

func (x *TrialSorter) Reset()

func (*TrialSorter) String

func (x *TrialSorter) String() string

type TrialSorter_Namespace

type TrialSorter_Namespace int32

Namespace for the sort field. corresponds to the different ways to access in the db

const (
	// Namespace for columns in the trials table
	TrialSorter_NAMESPACE_UNSPECIFIED TrialSorter_Namespace = 0
	// Namespace corrspondings to trials->hparams
	TrialSorter_NAMESPACE_HPARAMS TrialSorter_Namespace = 1
	// Namespace corrspondings to steps->avg_metrics
	TrialSorter_NAMESPACE_TRAINING_METRICS TrialSorter_Namespace = 2
	// Namespace corrspondings to validations->validation_metrics
	TrialSorter_NAMESPACE_VALIDATION_METRICS TrialSorter_Namespace = 3
)

func (TrialSorter_Namespace) Descriptor

func (TrialSorter_Namespace) Enum

func (TrialSorter_Namespace) EnumDescriptor deprecated

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

Deprecated: Use TrialSorter_Namespace.Descriptor instead.

func (TrialSorter_Namespace) Number

func (TrialSorter_Namespace) String

func (x TrialSorter_Namespace) String() string

func (TrialSorter_Namespace) Type

type TrialTag

type TrialTag struct {

	// The actual tag.
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

Tag for trials. Implemented in such a way to allow easy evolvability into/coexistence with key/values tags

func (*TrialTag) Descriptor deprecated

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

Deprecated: Use TrialTag.ProtoReflect.Descriptor instead.

func (*TrialTag) GetKey

func (x *TrialTag) GetKey() string

func (*TrialTag) ProtoMessage

func (*TrialTag) ProtoMessage()

func (*TrialTag) ProtoReflect

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

func (*TrialTag) Reset

func (x *TrialTag) Reset()

func (*TrialTag) String

func (x *TrialTag) String() string

type TrialsSampleRequest

type TrialsSampleRequest struct {

	// The id of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// A metric name.
	MetricName string `protobuf:"bytes,2,opt,name=metric_name,json=metricName,proto3" json:"metric_name,omitempty"`
	// The type of metric.
	//
	// Deprecated: Do not use.
	MetricType MetricType `` /* 126-byte string literal not displayed */
	// Metric group (training, validation, etc).
	Group string `protobuf:"bytes,9,opt,name=group,proto3" json:"group,omitempty"`
	// Maximum number of trials to fetch data for.
	MaxTrials int32 `protobuf:"varint,4,opt,name=max_trials,json=maxTrials,proto3" json:"max_trials,omitempty"`
	// Maximum number of initial / historical data points.
	MaxDatapoints int32 `protobuf:"varint,5,opt,name=max_datapoints,json=maxDatapoints,proto3" json:"max_datapoints,omitempty"`
	// Beginning of window (inclusive) to fetch data for.
	StartBatches int32 `protobuf:"varint,6,opt,name=start_batches,json=startBatches,proto3" json:"start_batches,omitempty"`
	// Ending of window (inclusive) to fetch data for.
	EndBatches int32 `protobuf:"varint,7,opt,name=end_batches,json=endBatches,proto3" json:"end_batches,omitempty"`
	// Seconds to wait when polling for updates.
	PeriodSeconds int32 `protobuf:"varint,8,opt,name=period_seconds,json=periodSeconds,proto3" json:"period_seconds,omitempty"`
	// contains filtered or unexported fields
}

Request a sample of metrics over time for a sample of trials.

func (*TrialsSampleRequest) Descriptor deprecated

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

Deprecated: Use TrialsSampleRequest.ProtoReflect.Descriptor instead.

func (*TrialsSampleRequest) GetEndBatches

func (x *TrialsSampleRequest) GetEndBatches() int32

func (*TrialsSampleRequest) GetExperimentId

func (x *TrialsSampleRequest) GetExperimentId() int32

func (*TrialsSampleRequest) GetGroup

func (x *TrialsSampleRequest) GetGroup() string

func (*TrialsSampleRequest) GetMaxDatapoints

func (x *TrialsSampleRequest) GetMaxDatapoints() int32

func (*TrialsSampleRequest) GetMaxTrials

func (x *TrialsSampleRequest) GetMaxTrials() int32

func (*TrialsSampleRequest) GetMetricName

func (x *TrialsSampleRequest) GetMetricName() string

func (*TrialsSampleRequest) GetMetricType deprecated

func (x *TrialsSampleRequest) GetMetricType() MetricType

Deprecated: Do not use.

func (*TrialsSampleRequest) GetPeriodSeconds

func (x *TrialsSampleRequest) GetPeriodSeconds() int32

func (*TrialsSampleRequest) GetStartBatches

func (x *TrialsSampleRequest) GetStartBatches() int32

func (*TrialsSampleRequest) ProtoMessage

func (*TrialsSampleRequest) ProtoMessage()

func (*TrialsSampleRequest) ProtoReflect

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

func (*TrialsSampleRequest) Reset

func (x *TrialsSampleRequest) Reset()

func (*TrialsSampleRequest) String

func (x *TrialsSampleRequest) String() string

type TrialsSampleResponse

type TrialsSampleResponse struct {

	// A historical or incremental series of data points for the trials.
	Trials []*TrialsSampleResponse_Trial `protobuf:"bytes,1,rep,name=trials,proto3" json:"trials,omitempty"`
	// IDs of trials that are newly included in the data.
	PromotedTrials []int32 `protobuf:"varint,2,rep,packed,name=promoted_trials,json=promotedTrials,proto3" json:"promoted_trials,omitempty"`
	// IDs of trials that are no longer included in the top N trials.
	DemotedTrials []int32 `protobuf:"varint,3,rep,packed,name=demoted_trials,json=demotedTrials,proto3" json:"demoted_trials,omitempty"`
	// contains filtered or unexported fields
}

Response to TrialsSampleRequest

func (*TrialsSampleResponse) Descriptor deprecated

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

Deprecated: Use TrialsSampleResponse.ProtoReflect.Descriptor instead.

func (*TrialsSampleResponse) GetDemotedTrials

func (x *TrialsSampleResponse) GetDemotedTrials() []int32

func (*TrialsSampleResponse) GetPromotedTrials

func (x *TrialsSampleResponse) GetPromotedTrials() []int32

func (*TrialsSampleResponse) GetTrials

func (*TrialsSampleResponse) ProtoMessage

func (*TrialsSampleResponse) ProtoMessage()

func (*TrialsSampleResponse) ProtoReflect

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

func (*TrialsSampleResponse) Reset

func (x *TrialsSampleResponse) Reset()

func (*TrialsSampleResponse) String

func (x *TrialsSampleResponse) String() string

type TrialsSampleResponse_Trial

type TrialsSampleResponse_Trial struct {

	// The id of the trial.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// Hyperparamters values for this specific trial.
	Hparams *_struct.Struct `protobuf:"bytes,2,opt,name=hparams,proto3" json:"hparams,omitempty"`
	// A possibly down-sampled series of metric readings through the progress of
	// the trial.
	Data []*DataPoint `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

Metadata and metrics stream from a trial.

func (*TrialsSampleResponse_Trial) Descriptor deprecated

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

Deprecated: Use TrialsSampleResponse_Trial.ProtoReflect.Descriptor instead.

func (*TrialsSampleResponse_Trial) GetData

func (x *TrialsSampleResponse_Trial) GetData() []*DataPoint

func (*TrialsSampleResponse_Trial) GetHparams

func (x *TrialsSampleResponse_Trial) GetHparams() *_struct.Struct

func (*TrialsSampleResponse_Trial) GetTrialId

func (x *TrialsSampleResponse_Trial) GetTrialId() int32

func (*TrialsSampleResponse_Trial) ProtoMessage

func (*TrialsSampleResponse_Trial) ProtoMessage()

func (*TrialsSampleResponse_Trial) ProtoReflect

func (*TrialsSampleResponse_Trial) Reset

func (x *TrialsSampleResponse_Trial) Reset()

func (*TrialsSampleResponse_Trial) String

func (x *TrialsSampleResponse_Trial) String() string

type TrialsSnapshotRequest

type TrialsSnapshotRequest struct {

	// The id of the experiment.
	ExperimentId int32 `protobuf:"varint,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// A metric name.
	MetricName string `protobuf:"bytes,2,opt,name=metric_name,json=metricName,proto3" json:"metric_name,omitempty"`
	// The type of metric.
	//
	// Deprecated: Do not use.
	MetricType MetricType `` /* 126-byte string literal not displayed */
	// Metric group (training, validation, etc).
	Group string `protobuf:"bytes,7,opt,name=group,proto3" json:"group,omitempty"`
	// The point of progress at which to query metrics.
	BatchesProcessed int32 `protobuf:"varint,4,opt,name=batches_processed,json=batchesProcessed,proto3" json:"batches_processed,omitempty"`
	// A range either side of batches_processed to include near-misses.
	BatchesMargin int32 `protobuf:"varint,5,opt,name=batches_margin,json=batchesMargin,proto3" json:"batches_margin,omitempty"`
	// Seconds to wait when polling for updates.
	PeriodSeconds int32 `protobuf:"varint,6,opt,name=period_seconds,json=periodSeconds,proto3" json:"period_seconds,omitempty"`
	// contains filtered or unexported fields
}

Request metrics from all trials at a point of progress.

func (*TrialsSnapshotRequest) Descriptor deprecated

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

Deprecated: Use TrialsSnapshotRequest.ProtoReflect.Descriptor instead.

func (*TrialsSnapshotRequest) GetBatchesMargin

func (x *TrialsSnapshotRequest) GetBatchesMargin() int32

func (*TrialsSnapshotRequest) GetBatchesProcessed

func (x *TrialsSnapshotRequest) GetBatchesProcessed() int32

func (*TrialsSnapshotRequest) GetExperimentId

func (x *TrialsSnapshotRequest) GetExperimentId() int32

func (*TrialsSnapshotRequest) GetGroup

func (x *TrialsSnapshotRequest) GetGroup() string

func (*TrialsSnapshotRequest) GetMetricName

func (x *TrialsSnapshotRequest) GetMetricName() string

func (*TrialsSnapshotRequest) GetMetricType deprecated

func (x *TrialsSnapshotRequest) GetMetricType() MetricType

Deprecated: Do not use.

func (*TrialsSnapshotRequest) GetPeriodSeconds

func (x *TrialsSnapshotRequest) GetPeriodSeconds() int32

func (*TrialsSnapshotRequest) ProtoMessage

func (*TrialsSnapshotRequest) ProtoMessage()

func (*TrialsSnapshotRequest) ProtoReflect

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

func (*TrialsSnapshotRequest) Reset

func (x *TrialsSnapshotRequest) Reset()

func (*TrialsSnapshotRequest) String

func (x *TrialsSnapshotRequest) String() string

type TrialsSnapshotResponse

type TrialsSnapshotResponse struct {

	// A list of trials.
	Trials []*TrialsSnapshotResponse_Trial `protobuf:"bytes,1,rep,name=trials,proto3" json:"trials,omitempty"`
	// contains filtered or unexported fields
}

Response to TrialsSnapshotRequest

func (*TrialsSnapshotResponse) Descriptor deprecated

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

Deprecated: Use TrialsSnapshotResponse.ProtoReflect.Descriptor instead.

func (*TrialsSnapshotResponse) GetTrials

func (*TrialsSnapshotResponse) ProtoMessage

func (*TrialsSnapshotResponse) ProtoMessage()

func (*TrialsSnapshotResponse) ProtoReflect

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

func (*TrialsSnapshotResponse) Reset

func (x *TrialsSnapshotResponse) Reset()

func (*TrialsSnapshotResponse) String

func (x *TrialsSnapshotResponse) String() string

type TrialsSnapshotResponse_Trial

type TrialsSnapshotResponse_Trial struct {

	// The id of the trial.
	TrialId int32 `protobuf:"varint,1,opt,name=trial_id,json=trialId,proto3" json:"trial_id,omitempty"`
	// A dictionary of hyperparameter values for this trial.
	Hparams *_struct.Struct `protobuf:"bytes,2,opt,name=hparams,proto3" json:"hparams,omitempty"`
	// The value of the metric in this trial at this point.
	Metric float64 `protobuf:"fixed64,3,opt,name=metric,proto3" json:"metric,omitempty"`
	// The number of batches processed for this particular datapoint.
	BatchesProcessed int32 `protobuf:"varint,4,opt,name=batches_processed,json=batchesProcessed,proto3" json:"batches_processed,omitempty"`
	// contains filtered or unexported fields
}

Metric value and metadata for a trial that has progress this far.

func (*TrialsSnapshotResponse_Trial) Descriptor deprecated

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

Deprecated: Use TrialsSnapshotResponse_Trial.ProtoReflect.Descriptor instead.

func (*TrialsSnapshotResponse_Trial) GetBatchesProcessed

func (x *TrialsSnapshotResponse_Trial) GetBatchesProcessed() int32

func (*TrialsSnapshotResponse_Trial) GetHparams

func (x *TrialsSnapshotResponse_Trial) GetHparams() *_struct.Struct

func (*TrialsSnapshotResponse_Trial) GetMetric

func (x *TrialsSnapshotResponse_Trial) GetMetric() float64

func (*TrialsSnapshotResponse_Trial) GetTrialId

func (x *TrialsSnapshotResponse_Trial) GetTrialId() int32

func (*TrialsSnapshotResponse_Trial) ProtoMessage

func (*TrialsSnapshotResponse_Trial) ProtoMessage()

func (*TrialsSnapshotResponse_Trial) ProtoReflect

func (*TrialsSnapshotResponse_Trial) Reset

func (x *TrialsSnapshotResponse_Trial) Reset()

func (*TrialsSnapshotResponse_Trial) String

type UnarchiveExperimentRequest

type UnarchiveExperimentRequest struct {

	// The experiment id.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Unarchive an experiment.

func (*UnarchiveExperimentRequest) Descriptor deprecated

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

Deprecated: Use UnarchiveExperimentRequest.ProtoReflect.Descriptor instead.

func (*UnarchiveExperimentRequest) GetId

func (x *UnarchiveExperimentRequest) GetId() int32

func (*UnarchiveExperimentRequest) ProtoMessage

func (*UnarchiveExperimentRequest) ProtoMessage()

func (*UnarchiveExperimentRequest) ProtoReflect

func (*UnarchiveExperimentRequest) Reset

func (x *UnarchiveExperimentRequest) Reset()

func (*UnarchiveExperimentRequest) String

func (x *UnarchiveExperimentRequest) String() string

type UnarchiveExperimentResponse

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

Response to UnarchiveExperimentRequest.

func (*UnarchiveExperimentResponse) Descriptor deprecated

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

Deprecated: Use UnarchiveExperimentResponse.ProtoReflect.Descriptor instead.

func (*UnarchiveExperimentResponse) ProtoMessage

func (*UnarchiveExperimentResponse) ProtoMessage()

func (*UnarchiveExperimentResponse) ProtoReflect

func (*UnarchiveExperimentResponse) Reset

func (x *UnarchiveExperimentResponse) Reset()

func (*UnarchiveExperimentResponse) String

func (x *UnarchiveExperimentResponse) String() string

type UnarchiveExperimentsRequest

type UnarchiveExperimentsRequest struct {

	// Selecting experiments by id.
	ExperimentIds []int32 `protobuf:"varint,1,rep,packed,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"`
	// Targets all experiments matching filters.
	Filters *BulkExperimentFilters `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Unarchive multiple experiments.

func (*UnarchiveExperimentsRequest) Descriptor deprecated

func (*UnarchiveExperimentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnarchiveExperimentsRequest.ProtoReflect.Descriptor instead.

func (*UnarchiveExperimentsRequest) GetExperimentIds

func (x *UnarchiveExperimentsRequest) GetExperimentIds() []int32

func (*UnarchiveExperimentsRequest) GetFilters

func (*UnarchiveExperimentsRequest) ProtoMessage

func (*UnarchiveExperimentsRequest) ProtoMessage()

func (*UnarchiveExperimentsRequest) ProtoReflect

func (*UnarchiveExperimentsRequest) Reset

func (x *UnarchiveExperimentsRequest) Reset()

func (*UnarchiveExperimentsRequest) String

func (x *UnarchiveExperimentsRequest) String() string

type UnarchiveExperimentsResponse

type UnarchiveExperimentsResponse struct {

	// Details on success or error for each experiment.
	Results []*ExperimentActionResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Response to UnarchiveExperimentsRequest.

func (*UnarchiveExperimentsResponse) Descriptor deprecated

func (*UnarchiveExperimentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnarchiveExperimentsResponse.ProtoReflect.Descriptor instead.

func (*UnarchiveExperimentsResponse) GetResults

func (*UnarchiveExperimentsResponse) ProtoMessage

func (*UnarchiveExperimentsResponse) ProtoMessage()

func (*UnarchiveExperimentsResponse) ProtoReflect

func (*UnarchiveExperimentsResponse) Reset

func (x *UnarchiveExperimentsResponse) Reset()

func (*UnarchiveExperimentsResponse) String

type UnarchiveModelRequest

type UnarchiveModelRequest struct {

	// The name of the model to un-archive.
	ModelName string `protobuf:"bytes,2,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// contains filtered or unexported fields
}

Request for un-archiving a model in the registry.

func (*UnarchiveModelRequest) Descriptor deprecated

func (*UnarchiveModelRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnarchiveModelRequest.ProtoReflect.Descriptor instead.

func (*UnarchiveModelRequest) GetModelName

func (x *UnarchiveModelRequest) GetModelName() string

func (*UnarchiveModelRequest) ProtoMessage

func (*UnarchiveModelRequest) ProtoMessage()

func (*UnarchiveModelRequest) ProtoReflect

func (x *UnarchiveModelRequest) ProtoReflect() protoreflect.Message

func (*UnarchiveModelRequest) Reset

func (x *UnarchiveModelRequest) Reset()

func (*UnarchiveModelRequest) String

func (x *UnarchiveModelRequest) String() string

type UnarchiveModelResponse

type UnarchiveModelResponse struct {
	// contains filtered or unexported fields
}

Response to UnarchiveModelRequest

func (*UnarchiveModelResponse) Descriptor deprecated

func (*UnarchiveModelResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnarchiveModelResponse.ProtoReflect.Descriptor instead.

func (*UnarchiveModelResponse) ProtoMessage

func (*UnarchiveModelResponse) ProtoMessage()

func (*UnarchiveModelResponse) ProtoReflect

func (x *UnarchiveModelResponse) ProtoReflect() protoreflect.Message

func (*UnarchiveModelResponse) Reset

func (x *UnarchiveModelResponse) Reset()

func (*UnarchiveModelResponse) String

func (x *UnarchiveModelResponse) String() string

type UnarchiveProjectRequest

type UnarchiveProjectRequest struct {

	// The id of the project.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for un-archiving a project.

func (*UnarchiveProjectRequest) Descriptor deprecated

func (*UnarchiveProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnarchiveProjectRequest.ProtoReflect.Descriptor instead.

func (*UnarchiveProjectRequest) GetId

func (x *UnarchiveProjectRequest) GetId() int32

func (*UnarchiveProjectRequest) ProtoMessage

func (*UnarchiveProjectRequest) ProtoMessage()

func (*UnarchiveProjectRequest) ProtoReflect

func (x *UnarchiveProjectRequest) ProtoReflect() protoreflect.Message

func (*UnarchiveProjectRequest) Reset

func (x *UnarchiveProjectRequest) Reset()

func (*UnarchiveProjectRequest) String

func (x *UnarchiveProjectRequest) String() string

type UnarchiveProjectResponse

type UnarchiveProjectResponse struct {
	// contains filtered or unexported fields
}

Response to UnarchiveProjectRequest.

func (*UnarchiveProjectResponse) Descriptor deprecated

func (*UnarchiveProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnarchiveProjectResponse.ProtoReflect.Descriptor instead.

func (*UnarchiveProjectResponse) ProtoMessage

func (*UnarchiveProjectResponse) ProtoMessage()

func (*UnarchiveProjectResponse) ProtoReflect

func (x *UnarchiveProjectResponse) ProtoReflect() protoreflect.Message

func (*UnarchiveProjectResponse) Reset

func (x *UnarchiveProjectResponse) Reset()

func (*UnarchiveProjectResponse) String

func (x *UnarchiveProjectResponse) String() string

type UnarchiveWorkspaceRequest

type UnarchiveWorkspaceRequest struct {

	// The id of the workspace.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for un-archiving a workspace.

func (*UnarchiveWorkspaceRequest) Descriptor deprecated

func (*UnarchiveWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnarchiveWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*UnarchiveWorkspaceRequest) GetId

func (x *UnarchiveWorkspaceRequest) GetId() int32

func (*UnarchiveWorkspaceRequest) ProtoMessage

func (*UnarchiveWorkspaceRequest) ProtoMessage()

func (*UnarchiveWorkspaceRequest) ProtoReflect

func (*UnarchiveWorkspaceRequest) Reset

func (x *UnarchiveWorkspaceRequest) Reset()

func (*UnarchiveWorkspaceRequest) String

func (x *UnarchiveWorkspaceRequest) String() string

type UnarchiveWorkspaceResponse

type UnarchiveWorkspaceResponse struct {
	// contains filtered or unexported fields
}

Response to UnarchiveWorkspaceRequest.

func (*UnarchiveWorkspaceResponse) Descriptor deprecated

func (*UnarchiveWorkspaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnarchiveWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*UnarchiveWorkspaceResponse) ProtoMessage

func (*UnarchiveWorkspaceResponse) ProtoMessage()

func (*UnarchiveWorkspaceResponse) ProtoReflect

func (*UnarchiveWorkspaceResponse) Reset

func (x *UnarchiveWorkspaceResponse) Reset()

func (*UnarchiveWorkspaceResponse) String

func (x *UnarchiveWorkspaceResponse) String() string

type UnbindRPFromWorkspaceRequest

type UnbindRPFromWorkspaceRequest struct {

	// The resource pool name.
	ResourcePoolName string `protobuf:"bytes,1,opt,name=resource_pool_name,json=resourcePoolName,proto3" json:"resource_pool_name,omitempty"`
	// The workspace IDs to be unbound.
	WorkspaceIds []int32 `protobuf:"varint,2,rep,packed,name=workspace_ids,json=workspaceIds,proto3" json:"workspace_ids,omitempty"`
	// The workspace names to be unbound.
	WorkspaceNames []string `protobuf:"bytes,3,rep,name=workspace_names,json=workspaceNames,proto3" json:"workspace_names,omitempty"`
	// contains filtered or unexported fields
}

Unbind a resource pool to workspaces.

func (*UnbindRPFromWorkspaceRequest) Descriptor deprecated

func (*UnbindRPFromWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnbindRPFromWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*UnbindRPFromWorkspaceRequest) GetResourcePoolName

func (x *UnbindRPFromWorkspaceRequest) GetResourcePoolName() string

func (*UnbindRPFromWorkspaceRequest) GetWorkspaceIds

func (x *UnbindRPFromWorkspaceRequest) GetWorkspaceIds() []int32

func (*UnbindRPFromWorkspaceRequest) GetWorkspaceNames

func (x *UnbindRPFromWorkspaceRequest) GetWorkspaceNames() []string

func (*UnbindRPFromWorkspaceRequest) ProtoMessage

func (*UnbindRPFromWorkspaceRequest) ProtoMessage()

func (*UnbindRPFromWorkspaceRequest) ProtoReflect

func (*UnbindRPFromWorkspaceRequest) Reset

func (x *UnbindRPFromWorkspaceRequest) Reset()

func (*UnbindRPFromWorkspaceRequest) String

type UnbindRPFromWorkspaceResponse

type UnbindRPFromWorkspaceResponse struct {
	// contains filtered or unexported fields
}

Unbind a resource pool to workspaces response.

func (*UnbindRPFromWorkspaceResponse) Descriptor deprecated

func (*UnbindRPFromWorkspaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnbindRPFromWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*UnbindRPFromWorkspaceResponse) ProtoMessage

func (*UnbindRPFromWorkspaceResponse) ProtoMessage()

func (*UnbindRPFromWorkspaceResponse) ProtoReflect

func (*UnbindRPFromWorkspaceResponse) Reset

func (x *UnbindRPFromWorkspaceResponse) Reset()

func (*UnbindRPFromWorkspaceResponse) String

type UnimplementedDeterminedServer

type UnimplementedDeterminedServer struct {
}

UnimplementedDeterminedServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeterminedServer) ActivateExperiment

func (*UnimplementedDeterminedServer) ActivateExperiments

func (*UnimplementedDeterminedServer) AddProjectNote

func (*UnimplementedDeterminedServer) AllocationAllGather

func (*UnimplementedDeterminedServer) AllocationReady

func (*UnimplementedDeterminedServer) AllocationWaiting

func (*UnimplementedDeterminedServer) ArchiveExperiment

func (*UnimplementedDeterminedServer) ArchiveExperiments

func (*UnimplementedDeterminedServer) ArchiveModel

func (*UnimplementedDeterminedServer) ArchiveProject

func (*UnimplementedDeterminedServer) ArchiveWorkspace

func (*UnimplementedDeterminedServer) AssignRoles

func (*UnimplementedDeterminedServer) BindRPToWorkspace

func (*UnimplementedDeterminedServer) CancelExperiment

func (*UnimplementedDeterminedServer) CancelExperiments

func (*UnimplementedDeterminedServer) CompareTrials

func (*UnimplementedDeterminedServer) ContinueExperiment

func (*UnimplementedDeterminedServer) CreateExperiment

func (*UnimplementedDeterminedServer) CreateGroup

func (*UnimplementedDeterminedServer) CreateTrial

func (*UnimplementedDeterminedServer) CurrentUser

func (*UnimplementedDeterminedServer) DeleteCheckpoints

func (*UnimplementedDeterminedServer) DeleteExperiment

func (*UnimplementedDeterminedServer) DeleteExperiments

func (*UnimplementedDeterminedServer) DeleteGroup

func (*UnimplementedDeterminedServer) DeleteModel

func (*UnimplementedDeterminedServer) DeleteModelVersion

func (*UnimplementedDeterminedServer) DeleteProject

func (*UnimplementedDeterminedServer) DeleteTemplate

func (*UnimplementedDeterminedServer) DeleteWebhook

func (*UnimplementedDeterminedServer) DeleteWorkspace

func (*UnimplementedDeterminedServer) DisableAgent

func (*UnimplementedDeterminedServer) DisableSlot

func (*UnimplementedDeterminedServer) EnableAgent

func (*UnimplementedDeterminedServer) EnableSlot

func (*UnimplementedDeterminedServer) ExpMetricNames

func (*UnimplementedDeterminedServer) GetActiveTasksCount

func (*UnimplementedDeterminedServer) GetAgent

func (*UnimplementedDeterminedServer) GetAgents

func (*UnimplementedDeterminedServer) GetAllocation

func (*UnimplementedDeterminedServer) GetCheckpoint

func (*UnimplementedDeterminedServer) GetCommand

func (*UnimplementedDeterminedServer) GetCommands

func (*UnimplementedDeterminedServer) GetExperiment

func (*UnimplementedDeterminedServer) GetExperimentLabels

func (*UnimplementedDeterminedServer) GetExperimentTrials

func (*UnimplementedDeterminedServer) GetExperiments

func (*UnimplementedDeterminedServer) GetGroup

func (*UnimplementedDeterminedServer) GetGroups

func (*UnimplementedDeterminedServer) GetJobQueueStats

func (*UnimplementedDeterminedServer) GetJobs

func (*UnimplementedDeterminedServer) GetJobsV2

func (*UnimplementedDeterminedServer) GetMaster

func (*UnimplementedDeterminedServer) GetMasterConfig

func (*UnimplementedDeterminedServer) GetMe

func (*UnimplementedDeterminedServer) GetMetrics

func (*UnimplementedDeterminedServer) GetModel

func (*UnimplementedDeterminedServer) GetModelDef

func (*UnimplementedDeterminedServer) GetModelDefFile

func (*UnimplementedDeterminedServer) GetModelDefTree

func (*UnimplementedDeterminedServer) GetModelLabels

func (*UnimplementedDeterminedServer) GetModelVersion

func (*UnimplementedDeterminedServer) GetModelVersions

func (*UnimplementedDeterminedServer) GetModels

func (*UnimplementedDeterminedServer) GetNotebook

func (*UnimplementedDeterminedServer) GetNotebooks

func (*UnimplementedDeterminedServer) GetProject

func (*UnimplementedDeterminedServer) GetProjectColumns

func (*UnimplementedDeterminedServer) GetResourcePools

func (*UnimplementedDeterminedServer) GetRolesByID

func (*UnimplementedDeterminedServer) GetSearcherEvents

func (*UnimplementedDeterminedServer) GetShell

func (*UnimplementedDeterminedServer) GetShells

func (*UnimplementedDeterminedServer) GetSlot

func (*UnimplementedDeterminedServer) GetSlots

func (*UnimplementedDeterminedServer) GetTask

func (*UnimplementedDeterminedServer) GetTasks

func (*UnimplementedDeterminedServer) GetTelemetry

func (*UnimplementedDeterminedServer) GetTemplate

func (*UnimplementedDeterminedServer) GetTemplates

func (*UnimplementedDeterminedServer) GetTensorboard

func (*UnimplementedDeterminedServer) GetTensorboards

func (*UnimplementedDeterminedServer) GetTrial

func (*UnimplementedDeterminedServer) GetTrialCheckpoints

func (*UnimplementedDeterminedServer) GetTrialWorkloads

func (*UnimplementedDeterminedServer) GetUser

func (*UnimplementedDeterminedServer) GetUserByUsername

func (*UnimplementedDeterminedServer) GetUserSetting

func (*UnimplementedDeterminedServer) GetUsers

func (*UnimplementedDeterminedServer) GetWebhooks

func (*UnimplementedDeterminedServer) GetWorkspace

func (*UnimplementedDeterminedServer) GetWorkspaces

func (*UnimplementedDeterminedServer) IdleNotebook

func (*UnimplementedDeterminedServer) KillCommand

func (*UnimplementedDeterminedServer) KillExperiment

func (*UnimplementedDeterminedServer) KillExperiments

func (*UnimplementedDeterminedServer) KillNotebook

func (*UnimplementedDeterminedServer) KillShell

func (*UnimplementedDeterminedServer) KillTensorboard

func (*UnimplementedDeterminedServer) KillTrial

func (*UnimplementedDeterminedServer) LaunchCommand

func (*UnimplementedDeterminedServer) LaunchNotebook

func (*UnimplementedDeterminedServer) LaunchShell

func (*UnimplementedDeterminedServer) LaunchTensorboard

func (*UnimplementedDeterminedServer) ListRoles

func (*UnimplementedDeterminedServer) Login

func (*UnimplementedDeterminedServer) Logout

func (*UnimplementedDeterminedServer) MasterLogs

func (*UnimplementedDeterminedServer) MetricBatches

func (*UnimplementedDeterminedServer) MoveExperiment

func (*UnimplementedDeterminedServer) MoveExperiments

func (*UnimplementedDeterminedServer) MoveModel

func (*UnimplementedDeterminedServer) MoveProject

func (*UnimplementedDeterminedServer) PatchCheckpoints

func (*UnimplementedDeterminedServer) PatchExperiment

func (*UnimplementedDeterminedServer) PatchMasterConfig

func (*UnimplementedDeterminedServer) PatchModel

func (*UnimplementedDeterminedServer) PatchModelVersion

func (*UnimplementedDeterminedServer) PatchProject

func (*UnimplementedDeterminedServer) PatchTemplateConfig

func (*UnimplementedDeterminedServer) PatchTrial

func (*UnimplementedDeterminedServer) PatchUser

func (*UnimplementedDeterminedServer) PatchUsers

func (*UnimplementedDeterminedServer) PatchWorkspace

func (*UnimplementedDeterminedServer) PauseExperiment

func (*UnimplementedDeterminedServer) PauseExperiments

func (*UnimplementedDeterminedServer) PinWorkspace

func (*UnimplementedDeterminedServer) PostModel

func (*UnimplementedDeterminedServer) PostModelVersion

func (*UnimplementedDeterminedServer) PostProject

func (*UnimplementedDeterminedServer) PostTaskLogs

func (*UnimplementedDeterminedServer) PostTemplate

func (*UnimplementedDeterminedServer) PostUser

func (*UnimplementedDeterminedServer) PostUserActivity

func (*UnimplementedDeterminedServer) PostUserSetting

func (*UnimplementedDeterminedServer) PostWebhook

func (*UnimplementedDeterminedServer) PostWorkspace

func (*UnimplementedDeterminedServer) PreviewHPSearch

func (*UnimplementedDeterminedServer) PutExperiment

func (*UnimplementedDeterminedServer) PutExperimentLabel

func (*UnimplementedDeterminedServer) PutProjectNotes

func (*UnimplementedDeterminedServer) PutTemplate

func (*UnimplementedDeterminedServer) PutTrial

func (*UnimplementedDeterminedServer) RemoveAssignments

func (*UnimplementedDeterminedServer) ReportCheckpoint

func (*UnimplementedDeterminedServer) ReportTrialMetrics

func (*UnimplementedDeterminedServer) ReportTrialProgress

func (*UnimplementedDeterminedServer) ResetUserSetting

func (*UnimplementedDeterminedServer) SearchExperiments

func (*UnimplementedDeterminedServer) SetCommandPriority

func (*UnimplementedDeterminedServer) SetNotebookPriority

func (*UnimplementedDeterminedServer) SetShellPriority

func (*UnimplementedDeterminedServer) SetUserPassword

func (*UnimplementedDeterminedServer) StartTrial

func (*UnimplementedDeterminedServer) TaskLogs

func (*UnimplementedDeterminedServer) TaskLogsFields

func (*UnimplementedDeterminedServer) TestWebhook

func (*UnimplementedDeterminedServer) TrialLogs

func (*UnimplementedDeterminedServer) TrialLogsFields

func (*UnimplementedDeterminedServer) TrialsSample

func (*UnimplementedDeterminedServer) TrialsSnapshot

func (*UnimplementedDeterminedServer) UnarchiveExperiment

func (*UnimplementedDeterminedServer) UnarchiveModel

func (*UnimplementedDeterminedServer) UnarchiveProject

func (*UnimplementedDeterminedServer) UnarchiveWorkspace

func (*UnimplementedDeterminedServer) UnpinWorkspace

func (*UnimplementedDeterminedServer) UpdateGroup

func (*UnimplementedDeterminedServer) UpdateJobQueue

type UnpinWorkspaceRequest

type UnpinWorkspaceRequest struct {

	// The id of the workspace.
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for un-pinning a workspace.

func (*UnpinWorkspaceRequest) Descriptor deprecated

func (*UnpinWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnpinWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*UnpinWorkspaceRequest) GetId

func (x *UnpinWorkspaceRequest) GetId() int32

func (*UnpinWorkspaceRequest) ProtoMessage

func (*UnpinWorkspaceRequest) ProtoMessage()

func (*UnpinWorkspaceRequest) ProtoReflect

func (x *UnpinWorkspaceRequest) ProtoReflect() protoreflect.Message

func (*UnpinWorkspaceRequest) Reset

func (x *UnpinWorkspaceRequest) Reset()

func (*UnpinWorkspaceRequest) String

func (x *UnpinWorkspaceRequest) String() string

type UnpinWorkspaceResponse

type UnpinWorkspaceResponse struct {
	// contains filtered or unexported fields
}

Response to UnpinWorkspaceRequest.

func (*UnpinWorkspaceResponse) Descriptor deprecated

func (*UnpinWorkspaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnpinWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*UnpinWorkspaceResponse) ProtoMessage

func (*UnpinWorkspaceResponse) ProtoMessage()

func (*UnpinWorkspaceResponse) ProtoReflect

func (x *UnpinWorkspaceResponse) ProtoReflect() protoreflect.Message

func (*UnpinWorkspaceResponse) Reset

func (x *UnpinWorkspaceResponse) Reset()

func (*UnpinWorkspaceResponse) String

func (x *UnpinWorkspaceResponse) String() string

type UpdateGroupRequest

type UpdateGroupRequest struct {

	// The id of the group
	GroupId int32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The name of the group
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The user ids of users to add to the group
	AddUsers []int32 `protobuf:"varint,3,rep,packed,name=add_users,json=addUsers,proto3" json:"add_users,omitempty"`
	// The user ids of users to delete from the group
	RemoveUsers []int32 `protobuf:"varint,4,rep,packed,name=remove_users,json=removeUsers,proto3" json:"remove_users,omitempty"`
	// contains filtered or unexported fields
}

UpdateGroupRequest is the body of the request for the call to update a group and its members.

func (*UpdateGroupRequest) Descriptor deprecated

func (*UpdateGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateGroupRequest) GetAddUsers

func (x *UpdateGroupRequest) GetAddUsers() []int32

func (*UpdateGroupRequest) GetGroupId

func (x *UpdateGroupRequest) GetGroupId() int32

func (*UpdateGroupRequest) GetName

func (x *UpdateGroupRequest) GetName() string

func (*UpdateGroupRequest) GetRemoveUsers

func (x *UpdateGroupRequest) GetRemoveUsers() []int32

func (*UpdateGroupRequest) ProtoMessage

func (*UpdateGroupRequest) ProtoMessage()

func (*UpdateGroupRequest) ProtoReflect

func (x *UpdateGroupRequest) ProtoReflect() protoreflect.Message

func (*UpdateGroupRequest) Reset

func (x *UpdateGroupRequest) Reset()

func (*UpdateGroupRequest) String

func (x *UpdateGroupRequest) String() string

type UpdateGroupResponse

type UpdateGroupResponse struct {

	// Info about the group after the update succeeded.
	Group *groupv1.GroupDetails `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

UpdateGroupResponse is the body of the response for the call to update a group and its members.

func (*UpdateGroupResponse) Descriptor deprecated

func (*UpdateGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateGroupResponse.ProtoReflect.Descriptor instead.

func (*UpdateGroupResponse) GetGroup

func (x *UpdateGroupResponse) GetGroup() *groupv1.GroupDetails

func (*UpdateGroupResponse) ProtoMessage

func (*UpdateGroupResponse) ProtoMessage()

func (*UpdateGroupResponse) ProtoReflect

func (x *UpdateGroupResponse) ProtoReflect() protoreflect.Message

func (*UpdateGroupResponse) Reset

func (x *UpdateGroupResponse) Reset()

func (*UpdateGroupResponse) String

func (x *UpdateGroupResponse) String() string

type UpdateJobQueueRequest

type UpdateJobQueueRequest struct {

	// List of job queue control requests.
	Updates []*jobv1.QueueControl `protobuf:"bytes,1,rep,name=updates,proto3" json:"updates,omitempty"`
	// contains filtered or unexported fields
}

Request to update the job queue.

func (*UpdateJobQueueRequest) Descriptor deprecated

func (*UpdateJobQueueRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateJobQueueRequest.ProtoReflect.Descriptor instead.

func (*UpdateJobQueueRequest) GetUpdates

func (x *UpdateJobQueueRequest) GetUpdates() []*jobv1.QueueControl

func (*UpdateJobQueueRequest) ProtoMessage

func (*UpdateJobQueueRequest) ProtoMessage()

func (*UpdateJobQueueRequest) ProtoReflect

func (x *UpdateJobQueueRequest) ProtoReflect() protoreflect.Message

func (*UpdateJobQueueRequest) Reset

func (x *UpdateJobQueueRequest) Reset()

func (*UpdateJobQueueRequest) String

func (x *UpdateJobQueueRequest) String() string

type UpdateJobQueueResponse

type UpdateJobQueueResponse struct {
	// contains filtered or unexported fields
}

Response to UpdateJobQueueRequest.

func (*UpdateJobQueueResponse) Descriptor deprecated

func (*UpdateJobQueueResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateJobQueueResponse.ProtoReflect.Descriptor instead.

func (*UpdateJobQueueResponse) ProtoMessage

func (*UpdateJobQueueResponse) ProtoMessage()

func (*UpdateJobQueueResponse) ProtoReflect

func (x *UpdateJobQueueResponse) ProtoReflect() protoreflect.Message

func (*UpdateJobQueueResponse) Reset

func (x *UpdateJobQueueResponse) Reset()

func (*UpdateJobQueueResponse) String

func (x *UpdateJobQueueResponse) String() string

type UserActionResult

type UserActionResult struct {

	// Optional error message.
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// User ID.
	Id int32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Message for results of individual users in a multi-user action.

func (*UserActionResult) Descriptor deprecated

func (*UserActionResult) Descriptor() ([]byte, []int)

Deprecated: Use UserActionResult.ProtoReflect.Descriptor instead.

func (*UserActionResult) GetError

func (x *UserActionResult) GetError() string

func (*UserActionResult) GetId

func (x *UserActionResult) GetId() int32

func (*UserActionResult) ProtoMessage

func (*UserActionResult) ProtoMessage()

func (*UserActionResult) ProtoReflect

func (x *UserActionResult) ProtoReflect() protoreflect.Message

func (*UserActionResult) Reset

func (x *UserActionResult) Reset()

func (*UserActionResult) String

func (x *UserActionResult) String() string

type UserFilters

type UserFilters struct {

	// Case-insensitive partial match of string to username or display name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Matches users with or without an admin flag.
	Admin *bool `protobuf:"varint,2,opt,name=admin,proto3,oneof" json:"admin,omitempty"`
	// contains filtered or unexported fields
}

Options to filter a subset of users.

func (*UserFilters) Descriptor deprecated

func (*UserFilters) Descriptor() ([]byte, []int)

Deprecated: Use UserFilters.ProtoReflect.Descriptor instead.

func (*UserFilters) GetAdmin

func (x *UserFilters) GetAdmin() bool

func (*UserFilters) GetName

func (x *UserFilters) GetName() string

func (*UserFilters) ProtoMessage

func (*UserFilters) ProtoMessage()

func (*UserFilters) ProtoReflect

func (x *UserFilters) ProtoReflect() protoreflect.Message

func (*UserFilters) Reset

func (x *UserFilters) Reset()

func (*UserFilters) String

func (x *UserFilters) String() string

type WorkloadContainer

type WorkloadContainer struct {

	// workload represent one of Determined workloads: training, validation, or
	// checkpoint.
	//
	// Types that are assignable to Workload:
	//
	//	*WorkloadContainer_Training
	//	*WorkloadContainer_Validation
	//	*WorkloadContainer_Checkpoint
	Workload isWorkloadContainer_Workload `protobuf_oneof:"workload"`
	// contains filtered or unexported fields
}

WorkloadContainer is a wrapper for Determined workloads to allow repeated oneof types.

func (*WorkloadContainer) Descriptor deprecated

func (*WorkloadContainer) Descriptor() ([]byte, []int)

Deprecated: Use WorkloadContainer.ProtoReflect.Descriptor instead.

func (*WorkloadContainer) GetCheckpoint

func (x *WorkloadContainer) GetCheckpoint() *trialv1.CheckpointWorkload

func (*WorkloadContainer) GetTraining

func (x *WorkloadContainer) GetTraining() *trialv1.MetricsWorkload

func (*WorkloadContainer) GetValidation

func (x *WorkloadContainer) GetValidation() *trialv1.MetricsWorkload

func (*WorkloadContainer) GetWorkload

func (m *WorkloadContainer) GetWorkload() isWorkloadContainer_Workload

func (*WorkloadContainer) ProtoMessage

func (*WorkloadContainer) ProtoMessage()

func (*WorkloadContainer) ProtoReflect

func (x *WorkloadContainer) ProtoReflect() protoreflect.Message

func (*WorkloadContainer) Reset

func (x *WorkloadContainer) Reset()

func (*WorkloadContainer) String

func (x *WorkloadContainer) String() string

type WorkloadContainer_Checkpoint

type WorkloadContainer_Checkpoint struct {
	// Checkpoint workload.
	Checkpoint *trialv1.CheckpointWorkload `protobuf:"bytes,6,opt,name=checkpoint,proto3,oneof"`
}

type WorkloadContainer_Training

type WorkloadContainer_Training struct {
	// Training workload.
	Training *trialv1.MetricsWorkload `protobuf:"bytes,4,opt,name=training,proto3,oneof"`
}

type WorkloadContainer_Validation

type WorkloadContainer_Validation struct {
	// Validation workload.
	Validation *trialv1.MetricsWorkload `protobuf:"bytes,5,opt,name=validation,proto3,oneof"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL