Documentation ¶
Index ¶
- Variables
- type Template
- func (*Template) Descriptor() ([]byte, []int)deprecated
- func (x *Template) GetConfig() *_struct.Struct
- func (x *Template) GetName() string
- func (x *Template) GetWorkspaceId() int32
- func (*Template) ProtoMessage()
- func (x *Template) ProtoReflect() protoreflect.Message
- func (x *Template) Reset()
- func (x *Template) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_determined_template_v1_template_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Template ¶
type Template struct { // The name of the template. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The template value. Config *_struct.Struct `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"` // The id of the workspace associated with this model. WorkspaceId int32 `protobuf:"varint,5,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"` // contains filtered or unexported fields }
Templates move settings that are shared by many experiments into a single YAML file.
func (*Template) Descriptor
deprecated
func (*Template) GetWorkspaceId ¶
func (*Template) ProtoMessage ¶
func (*Template) ProtoMessage()
func (*Template) ProtoReflect ¶
func (x *Template) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.