Documentation ¶
Overview ¶
Package v1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterDataServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterDataServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DataServiceClient) error
- func RegisterDataServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterDataServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DataServiceServer) error
- func RegisterDataServiceServer(s grpc.ServiceRegistrar, srv DataServiceServer)
- type AddTagsToBinaryDataByFileIDsRequest
- func (*AddTagsToBinaryDataByFileIDsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddTagsToBinaryDataByFileIDsRequest) GetFileIds() []string
- func (x *AddTagsToBinaryDataByFileIDsRequest) GetTags() []string
- func (*AddTagsToBinaryDataByFileIDsRequest) ProtoMessage()
- func (x *AddTagsToBinaryDataByFileIDsRequest) ProtoReflect() protoreflect.Message
- func (x *AddTagsToBinaryDataByFileIDsRequest) Reset()
- func (x *AddTagsToBinaryDataByFileIDsRequest) String() string
- type AddTagsToBinaryDataByFileIDsResponse
- func (*AddTagsToBinaryDataByFileIDsResponse) Descriptor() ([]byte, []int)deprecated
- func (*AddTagsToBinaryDataByFileIDsResponse) ProtoMessage()
- func (x *AddTagsToBinaryDataByFileIDsResponse) ProtoReflect() protoreflect.Message
- func (x *AddTagsToBinaryDataByFileIDsResponse) Reset()
- func (x *AddTagsToBinaryDataByFileIDsResponse) String() string
- type AddTagsToBinaryDataByFilterRequest
- func (*AddTagsToBinaryDataByFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddTagsToBinaryDataByFilterRequest) GetFilter() *Filter
- func (x *AddTagsToBinaryDataByFilterRequest) GetTags() []string
- func (*AddTagsToBinaryDataByFilterRequest) ProtoMessage()
- func (x *AddTagsToBinaryDataByFilterRequest) ProtoReflect() protoreflect.Message
- func (x *AddTagsToBinaryDataByFilterRequest) Reset()
- func (x *AddTagsToBinaryDataByFilterRequest) String() string
- type AddTagsToBinaryDataByFilterResponse
- func (*AddTagsToBinaryDataByFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (*AddTagsToBinaryDataByFilterResponse) ProtoMessage()
- func (x *AddTagsToBinaryDataByFilterResponse) ProtoReflect() protoreflect.Message
- func (x *AddTagsToBinaryDataByFilterResponse) Reset()
- func (x *AddTagsToBinaryDataByFilterResponse) String() string
- type BinaryData
- func (*BinaryData) Descriptor() ([]byte, []int)deprecated
- func (x *BinaryData) GetBinary() []byte
- func (x *BinaryData) GetMetadata() *BinaryMetadata
- func (*BinaryData) ProtoMessage()
- func (x *BinaryData) ProtoReflect() protoreflect.Message
- func (x *BinaryData) Reset()
- func (x *BinaryData) String() string
- type BinaryDataByFilterRequest
- func (*BinaryDataByFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BinaryDataByFilterRequest) GetCountOnly() bool
- func (x *BinaryDataByFilterRequest) GetDataRequest() *DataRequest
- func (x *BinaryDataByFilterRequest) GetIncludeBinary() bool
- func (*BinaryDataByFilterRequest) ProtoMessage()
- func (x *BinaryDataByFilterRequest) ProtoReflect() protoreflect.Message
- func (x *BinaryDataByFilterRequest) Reset()
- func (x *BinaryDataByFilterRequest) String() string
- type BinaryDataByFilterResponse
- func (*BinaryDataByFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BinaryDataByFilterResponse) GetCount() uint64
- func (x *BinaryDataByFilterResponse) GetData() []*BinaryData
- func (x *BinaryDataByFilterResponse) GetLast() string
- func (*BinaryDataByFilterResponse) ProtoMessage()
- func (x *BinaryDataByFilterResponse) ProtoReflect() protoreflect.Message
- func (x *BinaryDataByFilterResponse) Reset()
- func (x *BinaryDataByFilterResponse) String() string
- type BinaryDataByIDsRequest
- func (*BinaryDataByIDsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BinaryDataByIDsRequest) GetFileIds() []string
- func (x *BinaryDataByIDsRequest) GetIncludeBinary() bool
- func (*BinaryDataByIDsRequest) ProtoMessage()
- func (x *BinaryDataByIDsRequest) ProtoReflect() protoreflect.Message
- func (x *BinaryDataByIDsRequest) Reset()
- func (x *BinaryDataByIDsRequest) String() string
- type BinaryDataByIDsResponse
- func (*BinaryDataByIDsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BinaryDataByIDsResponse) GetCount() uint64
- func (x *BinaryDataByIDsResponse) GetData() []*BinaryData
- func (*BinaryDataByIDsResponse) ProtoMessage()
- func (x *BinaryDataByIDsResponse) ProtoReflect() protoreflect.Message
- func (x *BinaryDataByIDsResponse) Reset()
- func (x *BinaryDataByIDsResponse) String() string
- type BinaryMetadata
- func (*BinaryMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *BinaryMetadata) GetCaptureMetadata() *CaptureMetadata
- func (x *BinaryMetadata) GetFileExt() string
- func (x *BinaryMetadata) GetFileName() string
- func (x *BinaryMetadata) GetId() string
- func (x *BinaryMetadata) GetTimeReceived() *timestamppb.Timestamp
- func (x *BinaryMetadata) GetTimeRequested() *timestamppb.Timestamp
- func (x *BinaryMetadata) GetUri() string
- func (*BinaryMetadata) ProtoMessage()
- func (x *BinaryMetadata) ProtoReflect() protoreflect.Message
- func (x *BinaryMetadata) Reset()
- func (x *BinaryMetadata) String() string
- type CaptureInterval
- func (*CaptureInterval) Descriptor() ([]byte, []int)deprecated
- func (x *CaptureInterval) GetEnd() *timestamppb.Timestamp
- func (x *CaptureInterval) GetStart() *timestamppb.Timestamp
- func (*CaptureInterval) ProtoMessage()
- func (x *CaptureInterval) ProtoReflect() protoreflect.Message
- func (x *CaptureInterval) Reset()
- func (x *CaptureInterval) String() string
- type CaptureMetadata
- func (*CaptureMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CaptureMetadata) GetComponentModel() string
- func (x *CaptureMetadata) GetComponentName() string
- func (x *CaptureMetadata) GetComponentType() string
- func (x *CaptureMetadata) GetLocationId() string
- func (x *CaptureMetadata) GetMethodName() string
- func (x *CaptureMetadata) GetMethodParameters() map[string]*anypb.Any
- func (x *CaptureMetadata) GetMimeType() string
- func (x *CaptureMetadata) GetOrgId() string
- func (x *CaptureMetadata) GetPartId() string
- func (x *CaptureMetadata) GetPartName() string
- func (x *CaptureMetadata) GetRobotId() string
- func (x *CaptureMetadata) GetRobotName() string
- func (x *CaptureMetadata) GetTags() []string
- func (*CaptureMetadata) ProtoMessage()
- func (x *CaptureMetadata) ProtoReflect() protoreflect.Message
- func (x *CaptureMetadata) Reset()
- func (x *CaptureMetadata) String() string
- type DataRequest
- func (*DataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DataRequest) GetFilter() *Filter
- func (x *DataRequest) GetLast() string
- func (x *DataRequest) GetLimit() uint64
- func (x *DataRequest) GetSortOrder() Order
- func (*DataRequest) ProtoMessage()
- func (x *DataRequest) ProtoReflect() protoreflect.Message
- func (x *DataRequest) Reset()
- func (x *DataRequest) String() string
- type DataServiceClient
- type DataServiceServer
- type DeleteBinaryDataByFilterRequest
- func (*DeleteBinaryDataByFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBinaryDataByFilterRequest) GetFilter() *Filter
- func (*DeleteBinaryDataByFilterRequest) ProtoMessage()
- func (x *DeleteBinaryDataByFilterRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBinaryDataByFilterRequest) Reset()
- func (x *DeleteBinaryDataByFilterRequest) String() string
- type DeleteBinaryDataByFilterResponse
- func (*DeleteBinaryDataByFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBinaryDataByFilterResponse) GetDeletedCount() uint64
- func (x *DeleteBinaryDataByFilterResponse) GetResult() *Result
- func (*DeleteBinaryDataByFilterResponse) ProtoMessage()
- func (x *DeleteBinaryDataByFilterResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteBinaryDataByFilterResponse) Reset()
- func (x *DeleteBinaryDataByFilterResponse) String() string
- type DeleteBinaryDataByIDsRequest
- func (*DeleteBinaryDataByIDsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBinaryDataByIDsRequest) GetFileIds() []string
- func (*DeleteBinaryDataByIDsRequest) ProtoMessage()
- func (x *DeleteBinaryDataByIDsRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBinaryDataByIDsRequest) Reset()
- func (x *DeleteBinaryDataByIDsRequest) String() string
- type DeleteBinaryDataByIDsResponse
- func (*DeleteBinaryDataByIDsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBinaryDataByIDsResponse) GetDeletedCount() uint64
- func (x *DeleteBinaryDataByIDsResponse) GetResult() *Result
- func (*DeleteBinaryDataByIDsResponse) ProtoMessage()
- func (x *DeleteBinaryDataByIDsResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteBinaryDataByIDsResponse) Reset()
- func (x *DeleteBinaryDataByIDsResponse) String() string
- type DeleteTabularDataByFilterRequest
- func (*DeleteTabularDataByFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTabularDataByFilterRequest) GetFilter() *Filter
- func (*DeleteTabularDataByFilterRequest) ProtoMessage()
- func (x *DeleteTabularDataByFilterRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTabularDataByFilterRequest) Reset()
- func (x *DeleteTabularDataByFilterRequest) String() string
- type DeleteTabularDataByFilterResponse
- func (*DeleteTabularDataByFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTabularDataByFilterResponse) GetDeletedCount() uint64
- func (x *DeleteTabularDataByFilterResponse) GetResult() *Result
- func (*DeleteTabularDataByFilterResponse) ProtoMessage()
- func (x *DeleteTabularDataByFilterResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteTabularDataByFilterResponse) Reset()
- func (x *DeleteTabularDataByFilterResponse) String() string
- type Filter
- func (*Filter) Descriptor() ([]byte, []int)deprecated
- func (x *Filter) GetComponentModel() string
- func (x *Filter) GetComponentName() string
- func (x *Filter) GetComponentType() string
- func (x *Filter) GetInterval() *CaptureInterval
- func (x *Filter) GetLocationIds() []string
- func (x *Filter) GetMethod() string
- func (x *Filter) GetMimeType() []string
- func (x *Filter) GetOrgIds() []string
- func (x *Filter) GetPartId() string
- func (x *Filter) GetPartName() string
- func (x *Filter) GetRobotId() string
- func (x *Filter) GetRobotName() string
- func (x *Filter) GetTags() []stringdeprecated
- func (x *Filter) GetTagsFilter() *TagsFilter
- func (*Filter) ProtoMessage()
- func (x *Filter) ProtoReflect() protoreflect.Message
- func (x *Filter) Reset()
- func (x *Filter) String() string
- type GetTrainingJobRequest
- func (*GetTrainingJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTrainingJobRequest) GetId() string
- func (*GetTrainingJobRequest) ProtoMessage()
- func (x *GetTrainingJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetTrainingJobRequest) Reset()
- func (x *GetTrainingJobRequest) String() string
- type GetTrainingJobResponse
- func (*GetTrainingJobResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTrainingJobResponse) GetId() string
- func (x *GetTrainingJobResponse) GetMetadata() *TrainingJobMetadata
- func (*GetTrainingJobResponse) ProtoMessage()
- func (x *GetTrainingJobResponse) ProtoReflect() protoreflect.Message
- func (x *GetTrainingJobResponse) Reset()
- func (x *GetTrainingJobResponse) String() string
- type ModelType
- type Order
- type RemoveTagsFromBinaryDataByFileIDsRequest
- func (*RemoveTagsFromBinaryDataByFileIDsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveTagsFromBinaryDataByFileIDsRequest) GetFileIds() []string
- func (x *RemoveTagsFromBinaryDataByFileIDsRequest) GetTags() []string
- func (*RemoveTagsFromBinaryDataByFileIDsRequest) ProtoMessage()
- func (x *RemoveTagsFromBinaryDataByFileIDsRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveTagsFromBinaryDataByFileIDsRequest) Reset()
- func (x *RemoveTagsFromBinaryDataByFileIDsRequest) String() string
- type RemoveTagsFromBinaryDataByFileIDsResponse
- func (*RemoveTagsFromBinaryDataByFileIDsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveTagsFromBinaryDataByFileIDsResponse) GetDeletedCount() uint64
- func (*RemoveTagsFromBinaryDataByFileIDsResponse) ProtoMessage()
- func (x *RemoveTagsFromBinaryDataByFileIDsResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveTagsFromBinaryDataByFileIDsResponse) Reset()
- func (x *RemoveTagsFromBinaryDataByFileIDsResponse) String() string
- type RemoveTagsFromBinaryDataByFilterRequest
- func (*RemoveTagsFromBinaryDataByFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveTagsFromBinaryDataByFilterRequest) GetFilter() *Filter
- func (x *RemoveTagsFromBinaryDataByFilterRequest) GetTags() []string
- func (*RemoveTagsFromBinaryDataByFilterRequest) ProtoMessage()
- func (x *RemoveTagsFromBinaryDataByFilterRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveTagsFromBinaryDataByFilterRequest) Reset()
- func (x *RemoveTagsFromBinaryDataByFilterRequest) String() string
- type RemoveTagsFromBinaryDataByFilterResponse
- func (*RemoveTagsFromBinaryDataByFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveTagsFromBinaryDataByFilterResponse) GetDeletedCount() uint64
- func (*RemoveTagsFromBinaryDataByFilterResponse) ProtoMessage()
- func (x *RemoveTagsFromBinaryDataByFilterResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveTagsFromBinaryDataByFilterResponse) Reset()
- func (x *RemoveTagsFromBinaryDataByFilterResponse) String() string
- type Result
- type Status
- type SubmitTrainingJobRequest
- func (*SubmitTrainingJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitTrainingJobRequest) GetFilter() *Filter
- func (x *SubmitTrainingJobRequest) GetModelName() string
- func (x *SubmitTrainingJobRequest) GetModelType() ModelType
- func (x *SubmitTrainingJobRequest) GetModelVersion() string
- func (x *SubmitTrainingJobRequest) GetOrganizationId() string
- func (x *SubmitTrainingJobRequest) GetTags() []string
- func (*SubmitTrainingJobRequest) ProtoMessage()
- func (x *SubmitTrainingJobRequest) ProtoReflect() protoreflect.Message
- func (x *SubmitTrainingJobRequest) Reset()
- func (x *SubmitTrainingJobRequest) String() string
- type SubmitTrainingJobResponse
- func (*SubmitTrainingJobResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitTrainingJobResponse) GetId() string
- func (*SubmitTrainingJobResponse) ProtoMessage()
- func (x *SubmitTrainingJobResponse) ProtoReflect() protoreflect.Message
- func (x *SubmitTrainingJobResponse) Reset()
- func (x *SubmitTrainingJobResponse) String() string
- type TabularData
- func (*TabularData) Descriptor() ([]byte, []int)deprecated
- func (x *TabularData) GetData() *structpb.Struct
- func (x *TabularData) GetMetadataIndex() int32
- func (x *TabularData) GetTimeReceived() *timestamppb.Timestamp
- func (x *TabularData) GetTimeRequested() *timestamppb.Timestamp
- func (*TabularData) ProtoMessage()
- func (x *TabularData) ProtoReflect() protoreflect.Message
- func (x *TabularData) Reset()
- func (x *TabularData) String() string
- type TabularDataByFilterRequest
- func (*TabularDataByFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TabularDataByFilterRequest) GetCountOnly() bool
- func (x *TabularDataByFilterRequest) GetDataRequest() *DataRequest
- func (*TabularDataByFilterRequest) ProtoMessage()
- func (x *TabularDataByFilterRequest) ProtoReflect() protoreflect.Message
- func (x *TabularDataByFilterRequest) Reset()
- func (x *TabularDataByFilterRequest) String() string
- type TabularDataByFilterResponse
- func (*TabularDataByFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TabularDataByFilterResponse) GetCount() int64
- func (x *TabularDataByFilterResponse) GetData() []*TabularData
- func (x *TabularDataByFilterResponse) GetLast() string
- func (x *TabularDataByFilterResponse) GetMetadata() []*CaptureMetadata
- func (x *TabularDataByFilterResponse) GetTotalSizeBytes() uint64
- func (*TabularDataByFilterResponse) ProtoMessage()
- func (x *TabularDataByFilterResponse) ProtoReflect() protoreflect.Message
- func (x *TabularDataByFilterResponse) Reset()
- func (x *TabularDataByFilterResponse) String() string
- type TagsByFilterRequest
- func (*TagsByFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TagsByFilterRequest) GetFilter() *Filter
- func (*TagsByFilterRequest) ProtoMessage()
- func (x *TagsByFilterRequest) ProtoReflect() protoreflect.Message
- func (x *TagsByFilterRequest) Reset()
- func (x *TagsByFilterRequest) String() string
- type TagsByFilterResponse
- func (*TagsByFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TagsByFilterResponse) GetTags() []string
- func (*TagsByFilterResponse) ProtoMessage()
- func (x *TagsByFilterResponse) ProtoReflect() protoreflect.Message
- func (x *TagsByFilterResponse) Reset()
- func (x *TagsByFilterResponse) String() string
- type TagsFilter
- func (*TagsFilter) Descriptor() ([]byte, []int)deprecated
- func (x *TagsFilter) GetTags() []string
- func (x *TagsFilter) GetType() TagsFilterType
- func (*TagsFilter) ProtoMessage()
- func (x *TagsFilter) ProtoReflect() protoreflect.Message
- func (x *TagsFilter) Reset()
- func (x *TagsFilter) String() string
- type TagsFilterType
- func (TagsFilterType) Descriptor() protoreflect.EnumDescriptor
- func (x TagsFilterType) Enum() *TagsFilterType
- func (TagsFilterType) EnumDescriptor() ([]byte, []int)deprecated
- func (x TagsFilterType) Number() protoreflect.EnumNumber
- func (x TagsFilterType) String() string
- func (TagsFilterType) Type() protoreflect.EnumType
- type TrainingJob
- func (*TrainingJob) Descriptor() ([]byte, []int)deprecated
- func (x *TrainingJob) GetId() string
- func (x *TrainingJob) GetMetadata() *TrainingJobMetadata
- func (x *TrainingJob) GetModelMetadata() *structpb.Struct
- func (x *TrainingJob) GetOutputPath() string
- func (x *TrainingJob) GetVertexJobId() string
- func (*TrainingJob) ProtoMessage()
- func (x *TrainingJob) ProtoReflect() protoreflect.Message
- func (x *TrainingJob) Reset()
- func (x *TrainingJob) String() string
- type TrainingJobMetadata
- func (*TrainingJobMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *TrainingJobMetadata) GetCreatedOn() *timestamppb.Timestamp
- func (x *TrainingJobMetadata) GetLastModified() *timestamppb.Timestamp
- func (x *TrainingJobMetadata) GetRequest() *SubmitTrainingJobRequest
- func (x *TrainingJobMetadata) GetStatus() TrainingStatus
- func (x *TrainingJobMetadata) GetSyncedModelId() string
- func (*TrainingJobMetadata) ProtoMessage()
- func (x *TrainingJobMetadata) ProtoReflect() protoreflect.Message
- func (x *TrainingJobMetadata) Reset()
- func (x *TrainingJobMetadata) String() string
- type TrainingStatus
- func (TrainingStatus) Descriptor() protoreflect.EnumDescriptor
- func (x TrainingStatus) Enum() *TrainingStatus
- func (TrainingStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x TrainingStatus) Number() protoreflect.EnumNumber
- func (x TrainingStatus) String() string
- func (TrainingStatus) Type() protoreflect.EnumType
- type UnimplementedDataServiceServer
- func (UnimplementedDataServiceServer) AddTagsToBinaryDataByFileIDs(context.Context, *AddTagsToBinaryDataByFileIDsRequest) (*AddTagsToBinaryDataByFileIDsResponse, error)
- func (UnimplementedDataServiceServer) AddTagsToBinaryDataByFilter(context.Context, *AddTagsToBinaryDataByFilterRequest) (*AddTagsToBinaryDataByFilterResponse, error)
- func (UnimplementedDataServiceServer) BinaryDataByFilter(context.Context, *BinaryDataByFilterRequest) (*BinaryDataByFilterResponse, error)
- func (UnimplementedDataServiceServer) BinaryDataByIDs(context.Context, *BinaryDataByIDsRequest) (*BinaryDataByIDsResponse, error)
- func (UnimplementedDataServiceServer) DeleteBinaryDataByFilter(context.Context, *DeleteBinaryDataByFilterRequest) (*DeleteBinaryDataByFilterResponse, error)
- func (UnimplementedDataServiceServer) DeleteBinaryDataByIDs(context.Context, *DeleteBinaryDataByIDsRequest) (*DeleteBinaryDataByIDsResponse, error)
- func (UnimplementedDataServiceServer) DeleteTabularDataByFilter(context.Context, *DeleteTabularDataByFilterRequest) (*DeleteTabularDataByFilterResponse, error)
- func (UnimplementedDataServiceServer) GetTrainingJob(context.Context, *GetTrainingJobRequest) (*GetTrainingJobResponse, error)
- func (UnimplementedDataServiceServer) RemoveTagsFromBinaryDataByFileIDs(context.Context, *RemoveTagsFromBinaryDataByFileIDsRequest) (*RemoveTagsFromBinaryDataByFileIDsResponse, error)
- func (UnimplementedDataServiceServer) RemoveTagsFromBinaryDataByFilter(context.Context, *RemoveTagsFromBinaryDataByFilterRequest) (*RemoveTagsFromBinaryDataByFilterResponse, error)
- func (UnimplementedDataServiceServer) SubmitTrainingJob(context.Context, *SubmitTrainingJobRequest) (*SubmitTrainingJobResponse, error)
- func (UnimplementedDataServiceServer) TabularDataByFilter(context.Context, *TabularDataByFilterRequest) (*TabularDataByFilterResponse, error)
- func (UnimplementedDataServiceServer) TagsByFilter(context.Context, *TagsByFilterRequest) (*TagsByFilterResponse, error)
- type UnsafeDataServiceServer
Constants ¶
This section is empty.
Variables ¶
var ( Order_name = map[int32]string{ 0: "ORDER_UNSPECIFIED", 1: "ORDER_DESCENDING", 2: "ORDER_ASCENDING", } Order_value = map[string]int32{ "ORDER_UNSPECIFIED": 0, "ORDER_DESCENDING": 1, "ORDER_ASCENDING": 2, } )
Enum value maps for Order.
var ( Status_name = map[int32]string{ 0: "STATUS_UNSPECIFIED", 1: "STATUS_PARTIAL_SUCCESS", 2: "STATUS_SUCCESS", } Status_value = map[string]int32{ "STATUS_UNSPECIFIED": 0, "STATUS_PARTIAL_SUCCESS": 1, "STATUS_SUCCESS": 2, } )
Enum value maps for Status.
var ( TagsFilterType_name = map[int32]string{ 0: "TAGS_FILTER_TYPE_UNSPECIFIED", 1: "TAGS_FILTER_TYPE_MATCH_BY_OR", 2: "TAGS_FILTER_TYPE_TAGGED", 3: "TAGS_FILTER_TYPE_UNTAGGED", } TagsFilterType_value = map[string]int32{ "TAGS_FILTER_TYPE_UNSPECIFIED": 0, "TAGS_FILTER_TYPE_MATCH_BY_OR": 1, "TAGS_FILTER_TYPE_TAGGED": 2, "TAGS_FILTER_TYPE_UNTAGGED": 3, } )
Enum value maps for TagsFilterType.
var ( ModelType_name = map[int32]string{ 0: "MODEL_TYPE_UNSPECIFIED", 1: "MODEL_TYPE_SINGLE_LABEL_CLASSIFICATION", 2: "MODEL_TYPE_MULTI_LABEL_CLASSIFICATION", } ModelType_value = map[string]int32{ "MODEL_TYPE_UNSPECIFIED": 0, "MODEL_TYPE_SINGLE_LABEL_CLASSIFICATION": 1, "MODEL_TYPE_MULTI_LABEL_CLASSIFICATION": 2, } )
Enum value maps for ModelType.
var ( TrainingStatus_name = map[int32]string{ 0: "TRAINING_STATUS_UNSPECIFIED", 1: "TRAINING_STATUS_PENDING", 2: "TRAINING_STATUS_IN_PROGRESS", 3: "TRAINING_STATUS_COMPLETED", 4: "TRAINING_STATUS_FAILED", 5: "TRAINING_STATUS_SUBMITTING", } TrainingStatus_value = map[string]int32{ "TRAINING_STATUS_UNSPECIFIED": 0, "TRAINING_STATUS_PENDING": 1, "TRAINING_STATUS_IN_PROGRESS": 2, "TRAINING_STATUS_COMPLETED": 3, "TRAINING_STATUS_FAILED": 4, "TRAINING_STATUS_SUBMITTING": 5, } )
Enum value maps for TrainingStatus.
var DataService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "viam.app.data.v1.DataService", HandlerType: (*DataServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "TabularDataByFilter", Handler: _DataService_TabularDataByFilter_Handler, }, { MethodName: "BinaryDataByFilter", Handler: _DataService_BinaryDataByFilter_Handler, }, { MethodName: "BinaryDataByIDs", Handler: _DataService_BinaryDataByIDs_Handler, }, { MethodName: "DeleteTabularDataByFilter", Handler: _DataService_DeleteTabularDataByFilter_Handler, }, { MethodName: "DeleteBinaryDataByFilter", Handler: _DataService_DeleteBinaryDataByFilter_Handler, }, { MethodName: "DeleteBinaryDataByIDs", Handler: _DataService_DeleteBinaryDataByIDs_Handler, }, { MethodName: "AddTagsToBinaryDataByFileIDs", Handler: _DataService_AddTagsToBinaryDataByFileIDs_Handler, }, { MethodName: "AddTagsToBinaryDataByFilter", Handler: _DataService_AddTagsToBinaryDataByFilter_Handler, }, { MethodName: "RemoveTagsFromBinaryDataByFileIDs", Handler: _DataService_RemoveTagsFromBinaryDataByFileIDs_Handler, }, { MethodName: "RemoveTagsFromBinaryDataByFilter", Handler: _DataService_RemoveTagsFromBinaryDataByFilter_Handler, }, { MethodName: "TagsByFilter", Handler: _DataService_TagsByFilter_Handler, }, { MethodName: "SubmitTrainingJob", Handler: _DataService_SubmitTrainingJob_Handler, }, { MethodName: "GetTrainingJob", Handler: _DataService_GetTrainingJob_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "app/data/v1/data.proto", }
DataService_ServiceDesc is the grpc.ServiceDesc for DataService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_app_data_v1_data_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDataServiceHandler ¶
func RegisterDataServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterDataServiceHandler registers the http handlers for service DataService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterDataServiceHandlerClient ¶
func RegisterDataServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DataServiceClient) error
RegisterDataServiceHandlerClient registers the http handlers for service DataService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DataServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DataServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DataServiceClient" to call the correct interceptors.
func RegisterDataServiceHandlerFromEndpoint ¶
func RegisterDataServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterDataServiceHandlerFromEndpoint is same as RegisterDataServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterDataServiceHandlerServer ¶
func RegisterDataServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DataServiceServer) error
RegisterDataServiceHandlerServer registers the http handlers for service DataService to "mux". UnaryRPC :call DataServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDataServiceHandlerFromEndpoint instead.
func RegisterDataServiceServer ¶
func RegisterDataServiceServer(s grpc.ServiceRegistrar, srv DataServiceServer)
Types ¶
type AddTagsToBinaryDataByFileIDsRequest ¶ added in v0.1.9
type AddTagsToBinaryDataByFileIDsRequest struct { FileIds []string `protobuf:"bytes,1,rep,name=file_ids,json=fileIds,proto3" json:"file_ids,omitempty"` Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
AddTagsToBinaryDataByFileIDsRequest requests adding all specified tags to each of the files when file IDs are provided
func (*AddTagsToBinaryDataByFileIDsRequest) Descriptor
deprecated
added in
v0.1.9
func (*AddTagsToBinaryDataByFileIDsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddTagsToBinaryDataByFileIDsRequest.ProtoReflect.Descriptor instead.
func (*AddTagsToBinaryDataByFileIDsRequest) GetFileIds ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFileIDsRequest) GetFileIds() []string
func (*AddTagsToBinaryDataByFileIDsRequest) GetTags ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFileIDsRequest) GetTags() []string
func (*AddTagsToBinaryDataByFileIDsRequest) ProtoMessage ¶ added in v0.1.9
func (*AddTagsToBinaryDataByFileIDsRequest) ProtoMessage()
func (*AddTagsToBinaryDataByFileIDsRequest) ProtoReflect ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFileIDsRequest) ProtoReflect() protoreflect.Message
func (*AddTagsToBinaryDataByFileIDsRequest) Reset ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFileIDsRequest) Reset()
func (*AddTagsToBinaryDataByFileIDsRequest) String ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFileIDsRequest) String() string
type AddTagsToBinaryDataByFileIDsResponse ¶ added in v0.1.9
type AddTagsToBinaryDataByFileIDsResponse struct {
// contains filtered or unexported fields
}
func (*AddTagsToBinaryDataByFileIDsResponse) Descriptor
deprecated
added in
v0.1.9
func (*AddTagsToBinaryDataByFileIDsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddTagsToBinaryDataByFileIDsResponse.ProtoReflect.Descriptor instead.
func (*AddTagsToBinaryDataByFileIDsResponse) ProtoMessage ¶ added in v0.1.9
func (*AddTagsToBinaryDataByFileIDsResponse) ProtoMessage()
func (*AddTagsToBinaryDataByFileIDsResponse) ProtoReflect ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFileIDsResponse) ProtoReflect() protoreflect.Message
func (*AddTagsToBinaryDataByFileIDsResponse) Reset ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFileIDsResponse) Reset()
func (*AddTagsToBinaryDataByFileIDsResponse) String ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFileIDsResponse) String() string
type AddTagsToBinaryDataByFilterRequest ¶ added in v0.1.9
type AddTagsToBinaryDataByFilterRequest struct { Filter *Filter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
AddTagsToBinaryDataByFilterRequest requests adding all specified tags to each of the files when a filter is provided
func (*AddTagsToBinaryDataByFilterRequest) Descriptor
deprecated
added in
v0.1.9
func (*AddTagsToBinaryDataByFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddTagsToBinaryDataByFilterRequest.ProtoReflect.Descriptor instead.
func (*AddTagsToBinaryDataByFilterRequest) GetFilter ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFilterRequest) GetFilter() *Filter
func (*AddTagsToBinaryDataByFilterRequest) GetTags ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFilterRequest) GetTags() []string
func (*AddTagsToBinaryDataByFilterRequest) ProtoMessage ¶ added in v0.1.9
func (*AddTagsToBinaryDataByFilterRequest) ProtoMessage()
func (*AddTagsToBinaryDataByFilterRequest) ProtoReflect ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFilterRequest) ProtoReflect() protoreflect.Message
func (*AddTagsToBinaryDataByFilterRequest) Reset ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFilterRequest) Reset()
func (*AddTagsToBinaryDataByFilterRequest) String ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFilterRequest) String() string
type AddTagsToBinaryDataByFilterResponse ¶ added in v0.1.9
type AddTagsToBinaryDataByFilterResponse struct {
// contains filtered or unexported fields
}
func (*AddTagsToBinaryDataByFilterResponse) Descriptor
deprecated
added in
v0.1.9
func (*AddTagsToBinaryDataByFilterResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddTagsToBinaryDataByFilterResponse.ProtoReflect.Descriptor instead.
func (*AddTagsToBinaryDataByFilterResponse) ProtoMessage ¶ added in v0.1.9
func (*AddTagsToBinaryDataByFilterResponse) ProtoMessage()
func (*AddTagsToBinaryDataByFilterResponse) ProtoReflect ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFilterResponse) ProtoReflect() protoreflect.Message
func (*AddTagsToBinaryDataByFilterResponse) Reset ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFilterResponse) Reset()
func (*AddTagsToBinaryDataByFilterResponse) String ¶ added in v0.1.9
func (x *AddTagsToBinaryDataByFilterResponse) String() string
type BinaryData ¶
type BinaryData struct { Binary []byte `protobuf:"bytes,1,opt,name=binary,proto3" json:"binary,omitempty"` Metadata *BinaryMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*BinaryData) Descriptor
deprecated
func (*BinaryData) Descriptor() ([]byte, []int)
Deprecated: Use BinaryData.ProtoReflect.Descriptor instead.
func (*BinaryData) GetBinary ¶
func (x *BinaryData) GetBinary() []byte
func (*BinaryData) GetMetadata ¶ added in v0.1.3
func (x *BinaryData) GetMetadata() *BinaryMetadata
func (*BinaryData) ProtoMessage ¶
func (*BinaryData) ProtoMessage()
func (*BinaryData) ProtoReflect ¶
func (x *BinaryData) ProtoReflect() protoreflect.Message
func (*BinaryData) Reset ¶
func (x *BinaryData) Reset()
func (*BinaryData) String ¶
func (x *BinaryData) String() string
type BinaryDataByFilterRequest ¶
type BinaryDataByFilterRequest struct { DataRequest *DataRequest `protobuf:"bytes,1,opt,name=data_request,json=dataRequest,proto3" json:"data_request,omitempty"` IncludeBinary bool `protobuf:"varint,2,opt,name=include_binary,json=includeBinary,proto3" json:"include_binary,omitempty"` CountOnly bool `protobuf:"varint,3,opt,name=count_only,json=countOnly,proto3" json:"count_only,omitempty"` // contains filtered or unexported fields }
BinaryDataByFilterRequest requests the data and metadata of binary (image + file) data when a filter is provided
func (*BinaryDataByFilterRequest) Descriptor
deprecated
func (*BinaryDataByFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use BinaryDataByFilterRequest.ProtoReflect.Descriptor instead.
func (*BinaryDataByFilterRequest) GetCountOnly ¶
func (x *BinaryDataByFilterRequest) GetCountOnly() bool
func (*BinaryDataByFilterRequest) GetDataRequest ¶
func (x *BinaryDataByFilterRequest) GetDataRequest() *DataRequest
func (*BinaryDataByFilterRequest) GetIncludeBinary ¶
func (x *BinaryDataByFilterRequest) GetIncludeBinary() bool
func (*BinaryDataByFilterRequest) ProtoMessage ¶
func (*BinaryDataByFilterRequest) ProtoMessage()
func (*BinaryDataByFilterRequest) ProtoReflect ¶
func (x *BinaryDataByFilterRequest) ProtoReflect() protoreflect.Message
func (*BinaryDataByFilterRequest) Reset ¶
func (x *BinaryDataByFilterRequest) Reset()
func (*BinaryDataByFilterRequest) String ¶
func (x *BinaryDataByFilterRequest) String() string
type BinaryDataByFilterResponse ¶
type BinaryDataByFilterResponse struct { Data []*BinaryData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` Last string `protobuf:"bytes,3,opt,name=last,proto3" json:"last,omitempty"` // contains filtered or unexported fields }
BinaryDataByFilterResponse provides the data and metadata of binary (image + file) data when a filter is provided
func (*BinaryDataByFilterResponse) Descriptor
deprecated
func (*BinaryDataByFilterResponse) Descriptor() ([]byte, []int)
Deprecated: Use BinaryDataByFilterResponse.ProtoReflect.Descriptor instead.
func (*BinaryDataByFilterResponse) GetCount ¶
func (x *BinaryDataByFilterResponse) GetCount() uint64
func (*BinaryDataByFilterResponse) GetData ¶
func (x *BinaryDataByFilterResponse) GetData() []*BinaryData
func (*BinaryDataByFilterResponse) GetLast ¶ added in v0.1.5
func (x *BinaryDataByFilterResponse) GetLast() string
func (*BinaryDataByFilterResponse) ProtoMessage ¶
func (*BinaryDataByFilterResponse) ProtoMessage()
func (*BinaryDataByFilterResponse) ProtoReflect ¶
func (x *BinaryDataByFilterResponse) ProtoReflect() protoreflect.Message
func (*BinaryDataByFilterResponse) Reset ¶
func (x *BinaryDataByFilterResponse) Reset()
func (*BinaryDataByFilterResponse) String ¶
func (x *BinaryDataByFilterResponse) String() string
type BinaryDataByIDsRequest ¶
type BinaryDataByIDsRequest struct { FileIds []string `protobuf:"bytes,1,rep,name=file_ids,json=fileIds,proto3" json:"file_ids,omitempty"` IncludeBinary bool `protobuf:"varint,2,opt,name=include_binary,json=includeBinary,proto3" json:"include_binary,omitempty"` // by default // contains filtered or unexported fields }
BinaryDataByFilterRequest requests the data and metadata of binary (image + file) data by file ids
func (*BinaryDataByIDsRequest) Descriptor
deprecated
func (*BinaryDataByIDsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BinaryDataByIDsRequest.ProtoReflect.Descriptor instead.
func (*BinaryDataByIDsRequest) GetFileIds ¶
func (x *BinaryDataByIDsRequest) GetFileIds() []string
func (*BinaryDataByIDsRequest) GetIncludeBinary ¶
func (x *BinaryDataByIDsRequest) GetIncludeBinary() bool
func (*BinaryDataByIDsRequest) ProtoMessage ¶
func (*BinaryDataByIDsRequest) ProtoMessage()
func (*BinaryDataByIDsRequest) ProtoReflect ¶
func (x *BinaryDataByIDsRequest) ProtoReflect() protoreflect.Message
func (*BinaryDataByIDsRequest) Reset ¶
func (x *BinaryDataByIDsRequest) Reset()
func (*BinaryDataByIDsRequest) String ¶
func (x *BinaryDataByIDsRequest) String() string
type BinaryDataByIDsResponse ¶
type BinaryDataByIDsResponse struct { Data []*BinaryData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
BinaryDataByIDsResponse provides the data and metadata of binary (image + file) data when a filter is provided
func (*BinaryDataByIDsResponse) Descriptor
deprecated
func (*BinaryDataByIDsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BinaryDataByIDsResponse.ProtoReflect.Descriptor instead.
func (*BinaryDataByIDsResponse) GetCount ¶
func (x *BinaryDataByIDsResponse) GetCount() uint64
func (*BinaryDataByIDsResponse) GetData ¶
func (x *BinaryDataByIDsResponse) GetData() []*BinaryData
func (*BinaryDataByIDsResponse) ProtoMessage ¶
func (*BinaryDataByIDsResponse) ProtoMessage()
func (*BinaryDataByIDsResponse) ProtoReflect ¶
func (x *BinaryDataByIDsResponse) ProtoReflect() protoreflect.Message
func (*BinaryDataByIDsResponse) Reset ¶
func (x *BinaryDataByIDsResponse) Reset()
func (*BinaryDataByIDsResponse) String ¶
func (x *BinaryDataByIDsResponse) String() string
type BinaryMetadata ¶ added in v0.1.3
type BinaryMetadata struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CaptureMetadata *CaptureMetadata `protobuf:"bytes,2,opt,name=capture_metadata,json=captureMetadata,proto3" json:"capture_metadata,omitempty"` TimeRequested *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time_requested,json=timeRequested,proto3" json:"time_requested,omitempty"` TimeReceived *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time_received,json=timeReceived,proto3" json:"time_received,omitempty"` FileName string `protobuf:"bytes,5,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"` FileExt string `protobuf:"bytes,6,opt,name=file_ext,json=fileExt,proto3" json:"file_ext,omitempty"` Uri string `protobuf:"bytes,7,opt,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
func (*BinaryMetadata) Descriptor
deprecated
added in
v0.1.3
func (*BinaryMetadata) Descriptor() ([]byte, []int)
Deprecated: Use BinaryMetadata.ProtoReflect.Descriptor instead.
func (*BinaryMetadata) GetCaptureMetadata ¶ added in v0.1.3
func (x *BinaryMetadata) GetCaptureMetadata() *CaptureMetadata
func (*BinaryMetadata) GetFileExt ¶ added in v0.1.3
func (x *BinaryMetadata) GetFileExt() string
func (*BinaryMetadata) GetFileName ¶ added in v0.1.3
func (x *BinaryMetadata) GetFileName() string
func (*BinaryMetadata) GetId ¶ added in v0.1.3
func (x *BinaryMetadata) GetId() string
func (*BinaryMetadata) GetTimeReceived ¶ added in v0.1.3
func (x *BinaryMetadata) GetTimeReceived() *timestamppb.Timestamp
func (*BinaryMetadata) GetTimeRequested ¶ added in v0.1.3
func (x *BinaryMetadata) GetTimeRequested() *timestamppb.Timestamp
func (*BinaryMetadata) GetUri ¶ added in v0.1.3
func (x *BinaryMetadata) GetUri() string
func (*BinaryMetadata) ProtoMessage ¶ added in v0.1.3
func (*BinaryMetadata) ProtoMessage()
func (*BinaryMetadata) ProtoReflect ¶ added in v0.1.3
func (x *BinaryMetadata) ProtoReflect() protoreflect.Message
func (*BinaryMetadata) Reset ¶ added in v0.1.3
func (x *BinaryMetadata) Reset()
func (*BinaryMetadata) String ¶ added in v0.1.3
func (x *BinaryMetadata) String() string
type CaptureInterval ¶
type CaptureInterval struct { Start *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"` End *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"` // contains filtered or unexported fields }
CaptureInterval describes the start and end time of the capture in this file
func (*CaptureInterval) Descriptor
deprecated
func (*CaptureInterval) Descriptor() ([]byte, []int)
Deprecated: Use CaptureInterval.ProtoReflect.Descriptor instead.
func (*CaptureInterval) GetEnd ¶
func (x *CaptureInterval) GetEnd() *timestamppb.Timestamp
func (*CaptureInterval) GetStart ¶
func (x *CaptureInterval) GetStart() *timestamppb.Timestamp
func (*CaptureInterval) ProtoMessage ¶
func (*CaptureInterval) ProtoMessage()
func (*CaptureInterval) ProtoReflect ¶
func (x *CaptureInterval) ProtoReflect() protoreflect.Message
func (*CaptureInterval) Reset ¶
func (x *CaptureInterval) Reset()
func (*CaptureInterval) String ¶
func (x *CaptureInterval) String() string
type CaptureMetadata ¶
type CaptureMetadata struct { OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` LocationId string `protobuf:"bytes,2,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"` RobotName string `protobuf:"bytes,3,opt,name=robot_name,json=robotName,proto3" json:"robot_name,omitempty"` RobotId string `protobuf:"bytes,4,opt,name=robot_id,json=robotId,proto3" json:"robot_id,omitempty"` PartName string `protobuf:"bytes,5,opt,name=part_name,json=partName,proto3" json:"part_name,omitempty"` PartId string `protobuf:"bytes,6,opt,name=part_id,json=partId,proto3" json:"part_id,omitempty"` ComponentType string `protobuf:"bytes,7,opt,name=component_type,json=componentType,proto3" json:"component_type,omitempty"` ComponentModel string `protobuf:"bytes,8,opt,name=component_model,json=componentModel,proto3" json:"component_model,omitempty"` ComponentName string `protobuf:"bytes,9,opt,name=component_name,json=componentName,proto3" json:"component_name,omitempty"` MethodName string `protobuf:"bytes,10,opt,name=method_name,json=methodName,proto3" json:"method_name,omitempty"` MethodParameters map[string]*anypb.Any `` /* 198-byte string literal not displayed */ Tags []string `protobuf:"bytes,12,rep,name=tags,proto3" json:"tags,omitempty"` MimeType string `protobuf:"bytes,13,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // contains filtered or unexported fields }
CaptureMetadata contains information on the settings used for the data capture
func (*CaptureMetadata) Descriptor
deprecated
func (*CaptureMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CaptureMetadata.ProtoReflect.Descriptor instead.
func (*CaptureMetadata) GetComponentModel ¶
func (x *CaptureMetadata) GetComponentModel() string
func (*CaptureMetadata) GetComponentName ¶
func (x *CaptureMetadata) GetComponentName() string
func (*CaptureMetadata) GetComponentType ¶
func (x *CaptureMetadata) GetComponentType() string
func (*CaptureMetadata) GetLocationId ¶
func (x *CaptureMetadata) GetLocationId() string
func (*CaptureMetadata) GetMethodName ¶
func (x *CaptureMetadata) GetMethodName() string
func (*CaptureMetadata) GetMethodParameters ¶
func (x *CaptureMetadata) GetMethodParameters() map[string]*anypb.Any
func (*CaptureMetadata) GetMimeType ¶
func (x *CaptureMetadata) GetMimeType() string
func (*CaptureMetadata) GetOrgId ¶ added in v0.1.1
func (x *CaptureMetadata) GetOrgId() string
func (*CaptureMetadata) GetPartId ¶
func (x *CaptureMetadata) GetPartId() string
func (*CaptureMetadata) GetPartName ¶
func (x *CaptureMetadata) GetPartName() string
func (*CaptureMetadata) GetRobotId ¶
func (x *CaptureMetadata) GetRobotId() string
func (*CaptureMetadata) GetRobotName ¶
func (x *CaptureMetadata) GetRobotName() string
func (*CaptureMetadata) GetTags ¶
func (x *CaptureMetadata) GetTags() []string
func (*CaptureMetadata) ProtoMessage ¶
func (*CaptureMetadata) ProtoMessage()
func (*CaptureMetadata) ProtoReflect ¶
func (x *CaptureMetadata) ProtoReflect() protoreflect.Message
func (*CaptureMetadata) Reset ¶
func (x *CaptureMetadata) Reset()
func (*CaptureMetadata) String ¶
func (x *CaptureMetadata) String() string
type DataRequest ¶
type DataRequest struct { Filter *Filter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Last string `protobuf:"bytes,3,opt,name=last,proto3" json:"last,omitempty"` SortOrder Order `protobuf:"varint,4,opt,name=sort_order,json=sortOrder,proto3,enum=viam.app.data.v1.Order" json:"sort_order,omitempty"` // contains filtered or unexported fields }
func (*DataRequest) Descriptor
deprecated
func (*DataRequest) Descriptor() ([]byte, []int)
Deprecated: Use DataRequest.ProtoReflect.Descriptor instead.
func (*DataRequest) GetFilter ¶
func (x *DataRequest) GetFilter() *Filter
func (*DataRequest) GetLast ¶ added in v0.1.5
func (x *DataRequest) GetLast() string
func (*DataRequest) GetLimit ¶
func (x *DataRequest) GetLimit() uint64
func (*DataRequest) GetSortOrder ¶ added in v0.1.5
func (x *DataRequest) GetSortOrder() Order
func (*DataRequest) ProtoMessage ¶
func (*DataRequest) ProtoMessage()
func (*DataRequest) ProtoReflect ¶
func (x *DataRequest) ProtoReflect() protoreflect.Message
func (*DataRequest) Reset ¶
func (x *DataRequest) Reset()
func (*DataRequest) String ¶
func (x *DataRequest) String() string
type DataServiceClient ¶
type DataServiceClient interface { // TabularDataByFilter queries tabular data and metadata based on given filters. TabularDataByFilter(ctx context.Context, in *TabularDataByFilterRequest, opts ...grpc.CallOption) (*TabularDataByFilterResponse, error) // BinaryDataByFilter queries binary data and metadata based on given filters. BinaryDataByFilter(ctx context.Context, in *BinaryDataByFilterRequest, opts ...grpc.CallOption) (*BinaryDataByFilterResponse, error) // BinaryDataByIDs queries binary data and metadata based on given IDs. BinaryDataByIDs(ctx context.Context, in *BinaryDataByIDsRequest, opts ...grpc.CallOption) (*BinaryDataByIDsResponse, error) // DeleteTabularDataByFilter deletes tabular data based on given filters. DeleteTabularDataByFilter(ctx context.Context, in *DeleteTabularDataByFilterRequest, opts ...grpc.CallOption) (*DeleteTabularDataByFilterResponse, error) // DeleteBinaryDataByFilter deletes binary data based on given filters. DeleteBinaryDataByFilter(ctx context.Context, in *DeleteBinaryDataByFilterRequest, opts ...grpc.CallOption) (*DeleteBinaryDataByFilterResponse, error) // DeleteBinaryDataByIDs deletes binary data based on given IDs. DeleteBinaryDataByIDs(ctx context.Context, in *DeleteBinaryDataByIDsRequest, opts ...grpc.CallOption) (*DeleteBinaryDataByIDsResponse, error) // AddTagsToBinaryDataByFileIDs adds string tags, unless the tags are already present, to binary data based on given IDs. AddTagsToBinaryDataByFileIDs(ctx context.Context, in *AddTagsToBinaryDataByFileIDsRequest, opts ...grpc.CallOption) (*AddTagsToBinaryDataByFileIDsResponse, error) // AddTagsToBinaryDataByFilter adds string tags, unless the tags are already present, to binary data based on the given filter. AddTagsToBinaryDataByFilter(ctx context.Context, in *AddTagsToBinaryDataByFilterRequest, opts ...grpc.CallOption) (*AddTagsToBinaryDataByFilterResponse, error) // RemoveTagsToBinaryDataByFileIDs removes string tags from binary data based on given IDs. RemoveTagsFromBinaryDataByFileIDs(ctx context.Context, in *RemoveTagsFromBinaryDataByFileIDsRequest, opts ...grpc.CallOption) (*RemoveTagsFromBinaryDataByFileIDsResponse, error) // RemoveTagsToBinaryDataByFilter removes string tags from binary data based on the given filter. RemoveTagsFromBinaryDataByFilter(ctx context.Context, in *RemoveTagsFromBinaryDataByFilterRequest, opts ...grpc.CallOption) (*RemoveTagsFromBinaryDataByFilterResponse, error) // TagsByFilter gets all unique tags from data based on given filter. TagsByFilter(ctx context.Context, in *TagsByFilterRequest, opts ...grpc.CallOption) (*TagsByFilterResponse, error) // SubmitTrainingJob submits a request to train and save an ml model. SubmitTrainingJob(ctx context.Context, in *SubmitTrainingJobRequest, opts ...grpc.CallOption) (*SubmitTrainingJobResponse, error) // GetTrainingJob returns the metadata associated with the requested TrainingJob. GetTrainingJob(ctx context.Context, in *GetTrainingJobRequest, opts ...grpc.CallOption) (*GetTrainingJobResponse, error) }
DataServiceClient is the client API for DataService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDataServiceClient ¶
func NewDataServiceClient(cc grpc.ClientConnInterface) DataServiceClient
type DataServiceServer ¶
type DataServiceServer interface { // TabularDataByFilter queries tabular data and metadata based on given filters. TabularDataByFilter(context.Context, *TabularDataByFilterRequest) (*TabularDataByFilterResponse, error) // BinaryDataByFilter queries binary data and metadata based on given filters. BinaryDataByFilter(context.Context, *BinaryDataByFilterRequest) (*BinaryDataByFilterResponse, error) // BinaryDataByIDs queries binary data and metadata based on given IDs. BinaryDataByIDs(context.Context, *BinaryDataByIDsRequest) (*BinaryDataByIDsResponse, error) // DeleteTabularDataByFilter deletes tabular data based on given filters. DeleteTabularDataByFilter(context.Context, *DeleteTabularDataByFilterRequest) (*DeleteTabularDataByFilterResponse, error) // DeleteBinaryDataByFilter deletes binary data based on given filters. DeleteBinaryDataByFilter(context.Context, *DeleteBinaryDataByFilterRequest) (*DeleteBinaryDataByFilterResponse, error) // DeleteBinaryDataByIDs deletes binary data based on given IDs. DeleteBinaryDataByIDs(context.Context, *DeleteBinaryDataByIDsRequest) (*DeleteBinaryDataByIDsResponse, error) // AddTagsToBinaryDataByFileIDs adds string tags, unless the tags are already present, to binary data based on given IDs. AddTagsToBinaryDataByFileIDs(context.Context, *AddTagsToBinaryDataByFileIDsRequest) (*AddTagsToBinaryDataByFileIDsResponse, error) // AddTagsToBinaryDataByFilter adds string tags, unless the tags are already present, to binary data based on the given filter. AddTagsToBinaryDataByFilter(context.Context, *AddTagsToBinaryDataByFilterRequest) (*AddTagsToBinaryDataByFilterResponse, error) // RemoveTagsToBinaryDataByFileIDs removes string tags from binary data based on given IDs. RemoveTagsFromBinaryDataByFileIDs(context.Context, *RemoveTagsFromBinaryDataByFileIDsRequest) (*RemoveTagsFromBinaryDataByFileIDsResponse, error) // RemoveTagsToBinaryDataByFilter removes string tags from binary data based on the given filter. RemoveTagsFromBinaryDataByFilter(context.Context, *RemoveTagsFromBinaryDataByFilterRequest) (*RemoveTagsFromBinaryDataByFilterResponse, error) // TagsByFilter gets all unique tags from data based on given filter. TagsByFilter(context.Context, *TagsByFilterRequest) (*TagsByFilterResponse, error) // SubmitTrainingJob submits a request to train and save an ml model. SubmitTrainingJob(context.Context, *SubmitTrainingJobRequest) (*SubmitTrainingJobResponse, error) // GetTrainingJob returns the metadata associated with the requested TrainingJob. GetTrainingJob(context.Context, *GetTrainingJobRequest) (*GetTrainingJobResponse, error) // contains filtered or unexported methods }
DataServiceServer is the server API for DataService service. All implementations must embed UnimplementedDataServiceServer for forward compatibility
type DeleteBinaryDataByFilterRequest ¶ added in v0.1.4
type DeleteBinaryDataByFilterRequest struct { Filter *Filter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
DeleteBinaryDataByFilterRequest deletes the data and metadata of binary data when a filter is provided
func (*DeleteBinaryDataByFilterRequest) Descriptor
deprecated
added in
v0.1.4
func (*DeleteBinaryDataByFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBinaryDataByFilterRequest.ProtoReflect.Descriptor instead.
func (*DeleteBinaryDataByFilterRequest) GetFilter ¶ added in v0.1.4
func (x *DeleteBinaryDataByFilterRequest) GetFilter() *Filter
func (*DeleteBinaryDataByFilterRequest) ProtoMessage ¶ added in v0.1.4
func (*DeleteBinaryDataByFilterRequest) ProtoMessage()
func (*DeleteBinaryDataByFilterRequest) ProtoReflect ¶ added in v0.1.4
func (x *DeleteBinaryDataByFilterRequest) ProtoReflect() protoreflect.Message
func (*DeleteBinaryDataByFilterRequest) Reset ¶ added in v0.1.4
func (x *DeleteBinaryDataByFilterRequest) Reset()
func (*DeleteBinaryDataByFilterRequest) String ¶ added in v0.1.4
func (x *DeleteBinaryDataByFilterRequest) String() string
type DeleteBinaryDataByFilterResponse ¶ added in v0.1.4
type DeleteBinaryDataByFilterResponse struct { DeletedCount uint64 `protobuf:"varint,1,opt,name=deleted_count,json=deletedCount,proto3" json:"deleted_count,omitempty"` Result *Result `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
DeleteBinaryDataByFilterResponse returns the number of binary files deleted when a filter is provided
func (*DeleteBinaryDataByFilterResponse) Descriptor
deprecated
added in
v0.1.4
func (*DeleteBinaryDataByFilterResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBinaryDataByFilterResponse.ProtoReflect.Descriptor instead.
func (*DeleteBinaryDataByFilterResponse) GetDeletedCount ¶ added in v0.1.4
func (x *DeleteBinaryDataByFilterResponse) GetDeletedCount() uint64
func (*DeleteBinaryDataByFilterResponse) GetResult ¶ added in v0.1.10
func (x *DeleteBinaryDataByFilterResponse) GetResult() *Result
func (*DeleteBinaryDataByFilterResponse) ProtoMessage ¶ added in v0.1.4
func (*DeleteBinaryDataByFilterResponse) ProtoMessage()
func (*DeleteBinaryDataByFilterResponse) ProtoReflect ¶ added in v0.1.4
func (x *DeleteBinaryDataByFilterResponse) ProtoReflect() protoreflect.Message
func (*DeleteBinaryDataByFilterResponse) Reset ¶ added in v0.1.4
func (x *DeleteBinaryDataByFilterResponse) Reset()
func (*DeleteBinaryDataByFilterResponse) String ¶ added in v0.1.4
func (x *DeleteBinaryDataByFilterResponse) String() string
type DeleteBinaryDataByIDsRequest ¶ added in v0.1.4
type DeleteBinaryDataByIDsRequest struct { FileIds []string `protobuf:"bytes,1,rep,name=file_ids,json=fileIds,proto3" json:"file_ids,omitempty"` // contains filtered or unexported fields }
DeleteBinaryDataByIDsRequest deletes the data and metadata of binary data when file ids are provided
func (*DeleteBinaryDataByIDsRequest) Descriptor
deprecated
added in
v0.1.4
func (*DeleteBinaryDataByIDsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBinaryDataByIDsRequest.ProtoReflect.Descriptor instead.
func (*DeleteBinaryDataByIDsRequest) GetFileIds ¶ added in v0.1.4
func (x *DeleteBinaryDataByIDsRequest) GetFileIds() []string
func (*DeleteBinaryDataByIDsRequest) ProtoMessage ¶ added in v0.1.4
func (*DeleteBinaryDataByIDsRequest) ProtoMessage()
func (*DeleteBinaryDataByIDsRequest) ProtoReflect ¶ added in v0.1.4
func (x *DeleteBinaryDataByIDsRequest) ProtoReflect() protoreflect.Message
func (*DeleteBinaryDataByIDsRequest) Reset ¶ added in v0.1.4
func (x *DeleteBinaryDataByIDsRequest) Reset()
func (*DeleteBinaryDataByIDsRequest) String ¶ added in v0.1.4
func (x *DeleteBinaryDataByIDsRequest) String() string
type DeleteBinaryDataByIDsResponse ¶ added in v0.1.4
type DeleteBinaryDataByIDsResponse struct { DeletedCount uint64 `protobuf:"varint,1,opt,name=deleted_count,json=deletedCount,proto3" json:"deleted_count,omitempty"` Result *Result `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
DeleteBinaryDataByIDsResponse returns the number of binary files deleted when file ids are provided
func (*DeleteBinaryDataByIDsResponse) Descriptor
deprecated
added in
v0.1.4
func (*DeleteBinaryDataByIDsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBinaryDataByIDsResponse.ProtoReflect.Descriptor instead.
func (*DeleteBinaryDataByIDsResponse) GetDeletedCount ¶ added in v0.1.4
func (x *DeleteBinaryDataByIDsResponse) GetDeletedCount() uint64
func (*DeleteBinaryDataByIDsResponse) GetResult ¶ added in v0.1.10
func (x *DeleteBinaryDataByIDsResponse) GetResult() *Result
func (*DeleteBinaryDataByIDsResponse) ProtoMessage ¶ added in v0.1.4
func (*DeleteBinaryDataByIDsResponse) ProtoMessage()
func (*DeleteBinaryDataByIDsResponse) ProtoReflect ¶ added in v0.1.4
func (x *DeleteBinaryDataByIDsResponse) ProtoReflect() protoreflect.Message
func (*DeleteBinaryDataByIDsResponse) Reset ¶ added in v0.1.4
func (x *DeleteBinaryDataByIDsResponse) Reset()
func (*DeleteBinaryDataByIDsResponse) String ¶ added in v0.1.4
func (x *DeleteBinaryDataByIDsResponse) String() string
type DeleteTabularDataByFilterRequest ¶ added in v0.1.4
type DeleteTabularDataByFilterRequest struct { Filter *Filter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
DeleteTabularDataByFilterRequest deletes the data and metadata of tabular data when a filter is provided
func (*DeleteTabularDataByFilterRequest) Descriptor
deprecated
added in
v0.1.4
func (*DeleteTabularDataByFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTabularDataByFilterRequest.ProtoReflect.Descriptor instead.
func (*DeleteTabularDataByFilterRequest) GetFilter ¶ added in v0.1.4
func (x *DeleteTabularDataByFilterRequest) GetFilter() *Filter
func (*DeleteTabularDataByFilterRequest) ProtoMessage ¶ added in v0.1.4
func (*DeleteTabularDataByFilterRequest) ProtoMessage()
func (*DeleteTabularDataByFilterRequest) ProtoReflect ¶ added in v0.1.4
func (x *DeleteTabularDataByFilterRequest) ProtoReflect() protoreflect.Message
func (*DeleteTabularDataByFilterRequest) Reset ¶ added in v0.1.4
func (x *DeleteTabularDataByFilterRequest) Reset()
func (*DeleteTabularDataByFilterRequest) String ¶ added in v0.1.4
func (x *DeleteTabularDataByFilterRequest) String() string
type DeleteTabularDataByFilterResponse ¶ added in v0.1.4
type DeleteTabularDataByFilterResponse struct { DeletedCount uint64 `protobuf:"varint,1,opt,name=deleted_count,json=deletedCount,proto3" json:"deleted_count,omitempty"` Result *Result `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
DeleteBinaryDataByFilterResponse returns the number of tabular datapoints deleted when a filter is provided
func (*DeleteTabularDataByFilterResponse) Descriptor
deprecated
added in
v0.1.4
func (*DeleteTabularDataByFilterResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTabularDataByFilterResponse.ProtoReflect.Descriptor instead.
func (*DeleteTabularDataByFilterResponse) GetDeletedCount ¶ added in v0.1.4
func (x *DeleteTabularDataByFilterResponse) GetDeletedCount() uint64
func (*DeleteTabularDataByFilterResponse) GetResult ¶ added in v0.1.10
func (x *DeleteTabularDataByFilterResponse) GetResult() *Result
func (*DeleteTabularDataByFilterResponse) ProtoMessage ¶ added in v0.1.4
func (*DeleteTabularDataByFilterResponse) ProtoMessage()
func (*DeleteTabularDataByFilterResponse) ProtoReflect ¶ added in v0.1.4
func (x *DeleteTabularDataByFilterResponse) ProtoReflect() protoreflect.Message
func (*DeleteTabularDataByFilterResponse) Reset ¶ added in v0.1.4
func (x *DeleteTabularDataByFilterResponse) Reset()
func (*DeleteTabularDataByFilterResponse) String ¶ added in v0.1.4
func (x *DeleteTabularDataByFilterResponse) String() string
type Filter ¶
type Filter struct { ComponentName string `protobuf:"bytes,1,opt,name=component_name,json=componentName,proto3" json:"component_name,omitempty"` ComponentType string `protobuf:"bytes,2,opt,name=component_type,json=componentType,proto3" json:"component_type,omitempty"` ComponentModel string `protobuf:"bytes,3,opt,name=component_model,json=componentModel,proto3" json:"component_model,omitempty"` Method string `protobuf:"bytes,4,opt,name=method,proto3" json:"method,omitempty"` RobotName string `protobuf:"bytes,6,opt,name=robot_name,json=robotName,proto3" json:"robot_name,omitempty"` RobotId string `protobuf:"bytes,7,opt,name=robot_id,json=robotId,proto3" json:"robot_id,omitempty"` PartName string `protobuf:"bytes,8,opt,name=part_name,json=partName,proto3" json:"part_name,omitempty"` PartId string `protobuf:"bytes,9,opt,name=part_id,json=partId,proto3" json:"part_id,omitempty"` LocationIds []string `protobuf:"bytes,10,rep,name=location_ids,json=locationIds,proto3" json:"location_ids,omitempty"` OrgIds []string `protobuf:"bytes,11,rep,name=org_ids,json=orgIds,proto3" json:"org_ids,omitempty"` MimeType []string `protobuf:"bytes,12,rep,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` Interval *CaptureInterval `protobuf:"bytes,13,opt,name=interval,proto3" json:"interval,omitempty"` TagsFilter *TagsFilter `protobuf:"bytes,14,opt,name=tags_filter,json=tagsFilter,proto3" json:"tags_filter,omitempty"` // Deprecated: Do not use. Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*Filter) Descriptor
deprecated
func (*Filter) GetComponentModel ¶
func (*Filter) GetComponentName ¶
func (*Filter) GetComponentType ¶
func (*Filter) GetInterval ¶
func (x *Filter) GetInterval() *CaptureInterval
func (*Filter) GetLocationIds ¶ added in v0.1.11
func (*Filter) GetMimeType ¶
func (*Filter) GetPartName ¶
func (*Filter) GetRobotId ¶
func (*Filter) GetRobotName ¶
func (*Filter) GetTagsFilter ¶ added in v0.1.14
func (x *Filter) GetTagsFilter() *TagsFilter
func (*Filter) ProtoMessage ¶
func (*Filter) ProtoMessage()
func (*Filter) ProtoReflect ¶
func (x *Filter) ProtoReflect() protoreflect.Message
type GetTrainingJobRequest ¶ added in v0.1.39
type GetTrainingJobRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetTrainingJobRequest) Descriptor
deprecated
added in
v0.1.39
func (*GetTrainingJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTrainingJobRequest.ProtoReflect.Descriptor instead.
func (*GetTrainingJobRequest) GetId ¶ added in v0.1.39
func (x *GetTrainingJobRequest) GetId() string
func (*GetTrainingJobRequest) ProtoMessage ¶ added in v0.1.39
func (*GetTrainingJobRequest) ProtoMessage()
func (*GetTrainingJobRequest) ProtoReflect ¶ added in v0.1.39
func (x *GetTrainingJobRequest) ProtoReflect() protoreflect.Message
func (*GetTrainingJobRequest) Reset ¶ added in v0.1.39
func (x *GetTrainingJobRequest) Reset()
func (*GetTrainingJobRequest) String ¶ added in v0.1.39
func (x *GetTrainingJobRequest) String() string
type GetTrainingJobResponse ¶ added in v0.1.39
type GetTrainingJobResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Metadata *TrainingJobMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*GetTrainingJobResponse) Descriptor
deprecated
added in
v0.1.39
func (*GetTrainingJobResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTrainingJobResponse.ProtoReflect.Descriptor instead.
func (*GetTrainingJobResponse) GetId ¶ added in v0.1.39
func (x *GetTrainingJobResponse) GetId() string
func (*GetTrainingJobResponse) GetMetadata ¶ added in v0.1.39
func (x *GetTrainingJobResponse) GetMetadata() *TrainingJobMetadata
func (*GetTrainingJobResponse) ProtoMessage ¶ added in v0.1.39
func (*GetTrainingJobResponse) ProtoMessage()
func (*GetTrainingJobResponse) ProtoReflect ¶ added in v0.1.39
func (x *GetTrainingJobResponse) ProtoReflect() protoreflect.Message
func (*GetTrainingJobResponse) Reset ¶ added in v0.1.39
func (x *GetTrainingJobResponse) Reset()
func (*GetTrainingJobResponse) String ¶ added in v0.1.39
func (x *GetTrainingJobResponse) String() string
type ModelType ¶ added in v0.1.39
type ModelType int32
func (ModelType) Descriptor ¶ added in v0.1.39
func (ModelType) Descriptor() protoreflect.EnumDescriptor
func (ModelType) EnumDescriptor
deprecated
added in
v0.1.39
func (ModelType) Number ¶ added in v0.1.39
func (x ModelType) Number() protoreflect.EnumNumber
func (ModelType) Type ¶ added in v0.1.39
func (ModelType) Type() protoreflect.EnumType
type Order ¶ added in v0.1.5
type Order int32
func (Order) Descriptor ¶ added in v0.1.5
func (Order) Descriptor() protoreflect.EnumDescriptor
func (Order) EnumDescriptor
deprecated
added in
v0.1.5
func (Order) Number ¶ added in v0.1.5
func (x Order) Number() protoreflect.EnumNumber
func (Order) Type ¶ added in v0.1.5
func (Order) Type() protoreflect.EnumType
type RemoveTagsFromBinaryDataByFileIDsRequest ¶ added in v0.1.9
type RemoveTagsFromBinaryDataByFileIDsRequest struct { FileIds []string `protobuf:"bytes,1,rep,name=file_ids,json=fileIds,proto3" json:"file_ids,omitempty"` Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
RemoveTagsFromBinaryDataByFileIDsRequest requests removing the given tags value from each file when file IDs are provided
func (*RemoveTagsFromBinaryDataByFileIDsRequest) Descriptor
deprecated
added in
v0.1.9
func (*RemoveTagsFromBinaryDataByFileIDsRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveTagsFromBinaryDataByFileIDsRequest.ProtoReflect.Descriptor instead.
func (*RemoveTagsFromBinaryDataByFileIDsRequest) GetFileIds ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFileIDsRequest) GetFileIds() []string
func (*RemoveTagsFromBinaryDataByFileIDsRequest) GetTags ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFileIDsRequest) GetTags() []string
func (*RemoveTagsFromBinaryDataByFileIDsRequest) ProtoMessage ¶ added in v0.1.9
func (*RemoveTagsFromBinaryDataByFileIDsRequest) ProtoMessage()
func (*RemoveTagsFromBinaryDataByFileIDsRequest) ProtoReflect ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFileIDsRequest) ProtoReflect() protoreflect.Message
func (*RemoveTagsFromBinaryDataByFileIDsRequest) Reset ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFileIDsRequest) Reset()
func (*RemoveTagsFromBinaryDataByFileIDsRequest) String ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFileIDsRequest) String() string
type RemoveTagsFromBinaryDataByFileIDsResponse ¶ added in v0.1.9
type RemoveTagsFromBinaryDataByFileIDsResponse struct { DeletedCount uint64 `protobuf:"varint,1,opt,name=deleted_count,json=deletedCount,proto3" json:"deleted_count,omitempty"` // contains filtered or unexported fields }
RemoveTagsFromBinaryDataByFileIDsResponse returns the number of binary files which had tags removed
func (*RemoveTagsFromBinaryDataByFileIDsResponse) Descriptor
deprecated
added in
v0.1.9
func (*RemoveTagsFromBinaryDataByFileIDsResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveTagsFromBinaryDataByFileIDsResponse.ProtoReflect.Descriptor instead.
func (*RemoveTagsFromBinaryDataByFileIDsResponse) GetDeletedCount ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFileIDsResponse) GetDeletedCount() uint64
func (*RemoveTagsFromBinaryDataByFileIDsResponse) ProtoMessage ¶ added in v0.1.9
func (*RemoveTagsFromBinaryDataByFileIDsResponse) ProtoMessage()
func (*RemoveTagsFromBinaryDataByFileIDsResponse) ProtoReflect ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFileIDsResponse) ProtoReflect() protoreflect.Message
func (*RemoveTagsFromBinaryDataByFileIDsResponse) Reset ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFileIDsResponse) Reset()
func (*RemoveTagsFromBinaryDataByFileIDsResponse) String ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFileIDsResponse) String() string
type RemoveTagsFromBinaryDataByFilterRequest ¶ added in v0.1.9
type RemoveTagsFromBinaryDataByFilterRequest struct { Filter *Filter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
RemoveTagsFromBinaryDataByFilterRequest requests removing the given tags value from each file when a filter is provided
func (*RemoveTagsFromBinaryDataByFilterRequest) Descriptor
deprecated
added in
v0.1.9
func (*RemoveTagsFromBinaryDataByFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveTagsFromBinaryDataByFilterRequest.ProtoReflect.Descriptor instead.
func (*RemoveTagsFromBinaryDataByFilterRequest) GetFilter ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFilterRequest) GetFilter() *Filter
func (*RemoveTagsFromBinaryDataByFilterRequest) GetTags ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFilterRequest) GetTags() []string
func (*RemoveTagsFromBinaryDataByFilterRequest) ProtoMessage ¶ added in v0.1.9
func (*RemoveTagsFromBinaryDataByFilterRequest) ProtoMessage()
func (*RemoveTagsFromBinaryDataByFilterRequest) ProtoReflect ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFilterRequest) ProtoReflect() protoreflect.Message
func (*RemoveTagsFromBinaryDataByFilterRequest) Reset ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFilterRequest) Reset()
func (*RemoveTagsFromBinaryDataByFilterRequest) String ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFilterRequest) String() string
type RemoveTagsFromBinaryDataByFilterResponse ¶ added in v0.1.9
type RemoveTagsFromBinaryDataByFilterResponse struct { DeletedCount uint64 `protobuf:"varint,1,opt,name=deleted_count,json=deletedCount,proto3" json:"deleted_count,omitempty"` // contains filtered or unexported fields }
RemoveTagsFromBinaryDataByFilterResponse returns the number of binary files which had tags removed
func (*RemoveTagsFromBinaryDataByFilterResponse) Descriptor
deprecated
added in
v0.1.9
func (*RemoveTagsFromBinaryDataByFilterResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveTagsFromBinaryDataByFilterResponse.ProtoReflect.Descriptor instead.
func (*RemoveTagsFromBinaryDataByFilterResponse) GetDeletedCount ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFilterResponse) GetDeletedCount() uint64
func (*RemoveTagsFromBinaryDataByFilterResponse) ProtoMessage ¶ added in v0.1.9
func (*RemoveTagsFromBinaryDataByFilterResponse) ProtoMessage()
func (*RemoveTagsFromBinaryDataByFilterResponse) ProtoReflect ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFilterResponse) ProtoReflect() protoreflect.Message
func (*RemoveTagsFromBinaryDataByFilterResponse) Reset ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFilterResponse) Reset()
func (*RemoveTagsFromBinaryDataByFilterResponse) String ¶ added in v0.1.9
func (x *RemoveTagsFromBinaryDataByFilterResponse) String() string
type Result ¶ added in v0.1.10
type Result struct { Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=viam.app.data.v1.Status" json:"status,omitempty"` // message is an aggregated error message string Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*Result) Descriptor
deprecated
added in
v0.1.10
func (*Result) GetMessage ¶ added in v0.1.10
func (*Result) ProtoMessage ¶ added in v0.1.10
func (*Result) ProtoMessage()
func (*Result) ProtoReflect ¶ added in v0.1.10
func (x *Result) ProtoReflect() protoreflect.Message
type Status ¶ added in v0.1.10
type Status int32
func (Status) Descriptor ¶ added in v0.1.10
func (Status) Descriptor() protoreflect.EnumDescriptor
func (Status) EnumDescriptor
deprecated
added in
v0.1.10
func (Status) Number ¶ added in v0.1.10
func (x Status) Number() protoreflect.EnumNumber
func (Status) Type ¶ added in v0.1.10
func (Status) Type() protoreflect.EnumType
type SubmitTrainingJobRequest ¶ added in v0.1.39
type SubmitTrainingJobRequest struct { Filter *Filter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` ModelName string `protobuf:"bytes,3,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"` ModelVersion string `protobuf:"bytes,4,opt,name=model_version,json=modelVersion,proto3" json:"model_version,omitempty"` ModelType ModelType `protobuf:"varint,5,opt,name=model_type,json=modelType,proto3,enum=viam.app.data.v1.ModelType" json:"model_type,omitempty"` Tags []string `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*SubmitTrainingJobRequest) Descriptor
deprecated
added in
v0.1.39
func (*SubmitTrainingJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubmitTrainingJobRequest.ProtoReflect.Descriptor instead.
func (*SubmitTrainingJobRequest) GetFilter ¶ added in v0.1.39
func (x *SubmitTrainingJobRequest) GetFilter() *Filter
func (*SubmitTrainingJobRequest) GetModelName ¶ added in v0.1.39
func (x *SubmitTrainingJobRequest) GetModelName() string
func (*SubmitTrainingJobRequest) GetModelType ¶ added in v0.1.39
func (x *SubmitTrainingJobRequest) GetModelType() ModelType
func (*SubmitTrainingJobRequest) GetModelVersion ¶ added in v0.1.39
func (x *SubmitTrainingJobRequest) GetModelVersion() string
func (*SubmitTrainingJobRequest) GetOrganizationId ¶ added in v0.1.39
func (x *SubmitTrainingJobRequest) GetOrganizationId() string
func (*SubmitTrainingJobRequest) GetTags ¶ added in v0.1.39
func (x *SubmitTrainingJobRequest) GetTags() []string
func (*SubmitTrainingJobRequest) ProtoMessage ¶ added in v0.1.39
func (*SubmitTrainingJobRequest) ProtoMessage()
func (*SubmitTrainingJobRequest) ProtoReflect ¶ added in v0.1.39
func (x *SubmitTrainingJobRequest) ProtoReflect() protoreflect.Message
func (*SubmitTrainingJobRequest) Reset ¶ added in v0.1.39
func (x *SubmitTrainingJobRequest) Reset()
func (*SubmitTrainingJobRequest) String ¶ added in v0.1.39
func (x *SubmitTrainingJobRequest) String() string
type SubmitTrainingJobResponse ¶ added in v0.1.39
type SubmitTrainingJobResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SubmitTrainingJobResponse) Descriptor
deprecated
added in
v0.1.39
func (*SubmitTrainingJobResponse) Descriptor() ([]byte, []int)
Deprecated: Use SubmitTrainingJobResponse.ProtoReflect.Descriptor instead.
func (*SubmitTrainingJobResponse) GetId ¶ added in v0.1.39
func (x *SubmitTrainingJobResponse) GetId() string
func (*SubmitTrainingJobResponse) ProtoMessage ¶ added in v0.1.39
func (*SubmitTrainingJobResponse) ProtoMessage()
func (*SubmitTrainingJobResponse) ProtoReflect ¶ added in v0.1.39
func (x *SubmitTrainingJobResponse) ProtoReflect() protoreflect.Message
func (*SubmitTrainingJobResponse) Reset ¶ added in v0.1.39
func (x *SubmitTrainingJobResponse) Reset()
func (*SubmitTrainingJobResponse) String ¶ added in v0.1.39
func (x *SubmitTrainingJobResponse) String() string
type TabularData ¶
type TabularData struct { Data *structpb.Struct `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` MetadataIndex int32 `protobuf:"varint,2,opt,name=metadata_index,json=metadataIndex,proto3" json:"metadata_index,omitempty"` TimeRequested *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time_requested,json=timeRequested,proto3" json:"time_requested,omitempty"` TimeReceived *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time_received,json=timeReceived,proto3" json:"time_received,omitempty"` // contains filtered or unexported fields }
func (*TabularData) Descriptor
deprecated
func (*TabularData) Descriptor() ([]byte, []int)
Deprecated: Use TabularData.ProtoReflect.Descriptor instead.
func (*TabularData) GetData ¶
func (x *TabularData) GetData() *structpb.Struct
func (*TabularData) GetMetadataIndex ¶ added in v0.1.1
func (x *TabularData) GetMetadataIndex() int32
func (*TabularData) GetTimeReceived ¶ added in v0.1.1
func (x *TabularData) GetTimeReceived() *timestamppb.Timestamp
func (*TabularData) GetTimeRequested ¶ added in v0.1.1
func (x *TabularData) GetTimeRequested() *timestamppb.Timestamp
func (*TabularData) ProtoMessage ¶
func (*TabularData) ProtoMessage()
func (*TabularData) ProtoReflect ¶
func (x *TabularData) ProtoReflect() protoreflect.Message
func (*TabularData) Reset ¶
func (x *TabularData) Reset()
func (*TabularData) String ¶
func (x *TabularData) String() string
type TabularDataByFilterRequest ¶
type TabularDataByFilterRequest struct { DataRequest *DataRequest `protobuf:"bytes,1,opt,name=data_request,json=dataRequest,proto3" json:"data_request,omitempty"` CountOnly bool `protobuf:"varint,2,opt,name=count_only,json=countOnly,proto3" json:"count_only,omitempty"` // contains filtered or unexported fields }
TabularDataByFilterRequest requests tabular data based on filter values
func (*TabularDataByFilterRequest) Descriptor
deprecated
func (*TabularDataByFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use TabularDataByFilterRequest.ProtoReflect.Descriptor instead.
func (*TabularDataByFilterRequest) GetCountOnly ¶
func (x *TabularDataByFilterRequest) GetCountOnly() bool
func (*TabularDataByFilterRequest) GetDataRequest ¶
func (x *TabularDataByFilterRequest) GetDataRequest() *DataRequest
func (*TabularDataByFilterRequest) ProtoMessage ¶
func (*TabularDataByFilterRequest) ProtoMessage()
func (*TabularDataByFilterRequest) ProtoReflect ¶
func (x *TabularDataByFilterRequest) ProtoReflect() protoreflect.Message
func (*TabularDataByFilterRequest) Reset ¶
func (x *TabularDataByFilterRequest) Reset()
func (*TabularDataByFilterRequest) String ¶
func (x *TabularDataByFilterRequest) String() string
type TabularDataByFilterResponse ¶
type TabularDataByFilterResponse struct { Metadata []*CaptureMetadata `protobuf:"bytes,1,rep,name=metadata,proto3" json:"metadata,omitempty"` Data []*TabularData `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` Count int64 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"` Last string `protobuf:"bytes,4,opt,name=last,proto3" json:"last,omitempty"` TotalSizeBytes uint64 `protobuf:"varint,5,opt,name=total_size_bytes,json=totalSizeBytes,proto3" json:"total_size_bytes,omitempty"` // contains filtered or unexported fields }
TabularDataByFilterResponse provides the data and metadata of tabular data
func (*TabularDataByFilterResponse) Descriptor
deprecated
func (*TabularDataByFilterResponse) Descriptor() ([]byte, []int)
Deprecated: Use TabularDataByFilterResponse.ProtoReflect.Descriptor instead.
func (*TabularDataByFilterResponse) GetCount ¶
func (x *TabularDataByFilterResponse) GetCount() int64
func (*TabularDataByFilterResponse) GetData ¶
func (x *TabularDataByFilterResponse) GetData() []*TabularData
func (*TabularDataByFilterResponse) GetLast ¶ added in v0.1.5
func (x *TabularDataByFilterResponse) GetLast() string
func (*TabularDataByFilterResponse) GetMetadata ¶
func (x *TabularDataByFilterResponse) GetMetadata() []*CaptureMetadata
func (*TabularDataByFilterResponse) GetTotalSizeBytes ¶ added in v0.1.56
func (x *TabularDataByFilterResponse) GetTotalSizeBytes() uint64
func (*TabularDataByFilterResponse) ProtoMessage ¶
func (*TabularDataByFilterResponse) ProtoMessage()
func (*TabularDataByFilterResponse) ProtoReflect ¶
func (x *TabularDataByFilterResponse) ProtoReflect() protoreflect.Message
func (*TabularDataByFilterResponse) Reset ¶
func (x *TabularDataByFilterResponse) Reset()
func (*TabularDataByFilterResponse) String ¶
func (x *TabularDataByFilterResponse) String() string
type TagsByFilterRequest ¶ added in v0.1.22
type TagsByFilterRequest struct { Filter *Filter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
TagsByFilterRequest requests the unique tags from data based on given filter
func (*TagsByFilterRequest) Descriptor
deprecated
added in
v0.1.22
func (*TagsByFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use TagsByFilterRequest.ProtoReflect.Descriptor instead.
func (*TagsByFilterRequest) GetFilter ¶ added in v0.1.22
func (x *TagsByFilterRequest) GetFilter() *Filter
func (*TagsByFilterRequest) ProtoMessage ¶ added in v0.1.22
func (*TagsByFilterRequest) ProtoMessage()
func (*TagsByFilterRequest) ProtoReflect ¶ added in v0.1.22
func (x *TagsByFilterRequest) ProtoReflect() protoreflect.Message
func (*TagsByFilterRequest) Reset ¶ added in v0.1.22
func (x *TagsByFilterRequest) Reset()
func (*TagsByFilterRequest) String ¶ added in v0.1.22
func (x *TagsByFilterRequest) String() string
type TagsByFilterResponse ¶ added in v0.1.22
type TagsByFilterResponse struct { Tags []string `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
TagsByFilterResponse returns the unique tags from data based on given filter
func (*TagsByFilterResponse) Descriptor
deprecated
added in
v0.1.22
func (*TagsByFilterResponse) Descriptor() ([]byte, []int)
Deprecated: Use TagsByFilterResponse.ProtoReflect.Descriptor instead.
func (*TagsByFilterResponse) GetTags ¶ added in v0.1.22
func (x *TagsByFilterResponse) GetTags() []string
func (*TagsByFilterResponse) ProtoMessage ¶ added in v0.1.22
func (*TagsByFilterResponse) ProtoMessage()
func (*TagsByFilterResponse) ProtoReflect ¶ added in v0.1.22
func (x *TagsByFilterResponse) ProtoReflect() protoreflect.Message
func (*TagsByFilterResponse) Reset ¶ added in v0.1.22
func (x *TagsByFilterResponse) Reset()
func (*TagsByFilterResponse) String ¶ added in v0.1.22
func (x *TagsByFilterResponse) String() string
type TagsFilter ¶ added in v0.1.14
type TagsFilter struct { Type TagsFilterType `protobuf:"varint,1,opt,name=type,proto3,enum=viam.app.data.v1.TagsFilterType" json:"type,omitempty"` // Tags are used to match documents if `type` is UNSPECIFIED or MATCH_BY_ORG Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*TagsFilter) Descriptor
deprecated
added in
v0.1.14
func (*TagsFilter) Descriptor() ([]byte, []int)
Deprecated: Use TagsFilter.ProtoReflect.Descriptor instead.
func (*TagsFilter) GetTags ¶ added in v0.1.14
func (x *TagsFilter) GetTags() []string
func (*TagsFilter) GetType ¶ added in v0.1.14
func (x *TagsFilter) GetType() TagsFilterType
func (*TagsFilter) ProtoMessage ¶ added in v0.1.14
func (*TagsFilter) ProtoMessage()
func (*TagsFilter) ProtoReflect ¶ added in v0.1.14
func (x *TagsFilter) ProtoReflect() protoreflect.Message
func (*TagsFilter) Reset ¶ added in v0.1.14
func (x *TagsFilter) Reset()
func (*TagsFilter) String ¶ added in v0.1.14
func (x *TagsFilter) String() string
type TagsFilterType ¶ added in v0.1.14
type TagsFilterType int32
TagsFilterType specifies how data can be filtered based on tags
const ( TagsFilterType_TAGS_FILTER_TYPE_UNSPECIFIED TagsFilterType = 0 // TAGS_FILTER_TYPE_MATCH_BY_OR specifies documents matched (using logical OR) on the tags field in the TagsFilter TagsFilterType_TAGS_FILTER_TYPE_MATCH_BY_OR TagsFilterType = 1 // TAGS_FILTER_TYPE_TAGGED specifies that all tagged documents should be returned TagsFilterType_TAGS_FILTER_TYPE_TAGGED TagsFilterType = 2 // TAGS_FILTER_TYPE_UNTAGGED specifes that all untagged documents should be returned TagsFilterType_TAGS_FILTER_TYPE_UNTAGGED TagsFilterType = 3 )
func (TagsFilterType) Descriptor ¶ added in v0.1.14
func (TagsFilterType) Descriptor() protoreflect.EnumDescriptor
func (TagsFilterType) Enum ¶ added in v0.1.14
func (x TagsFilterType) Enum() *TagsFilterType
func (TagsFilterType) EnumDescriptor
deprecated
added in
v0.1.14
func (TagsFilterType) EnumDescriptor() ([]byte, []int)
Deprecated: Use TagsFilterType.Descriptor instead.
func (TagsFilterType) Number ¶ added in v0.1.14
func (x TagsFilterType) Number() protoreflect.EnumNumber
func (TagsFilterType) String ¶ added in v0.1.14
func (x TagsFilterType) String() string
func (TagsFilterType) Type ¶ added in v0.1.14
func (TagsFilterType) Type() protoreflect.EnumType
type TrainingJob ¶ added in v0.1.39
type TrainingJob struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" bson:"_id"` Metadata *TrainingJobMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata" bson:"metadata"` OutputPath string `protobuf:"bytes,3,opt,name=output_path,json=outputPath,proto3" json:"output_path" bson:"output_path"` // The vertex_job_id is the id of the Vertex AI custom training job // backing our concept of a TrainingJob. VertexJobId string `protobuf:"bytes,4,opt,name=vertex_job_id,json=vertexJobId,proto3" json:"vertex_job_id" bson:"vertex_job_id"` ModelMetadata *structpb.Struct `protobuf:"bytes,5,opt,name=model_metadata,json=modelMetadata,proto3" json:"model_metadata" bson:"model_metadata"` // contains filtered or unexported fields }
func (*TrainingJob) Descriptor
deprecated
added in
v0.1.39
func (*TrainingJob) Descriptor() ([]byte, []int)
Deprecated: Use TrainingJob.ProtoReflect.Descriptor instead.
func (*TrainingJob) GetId ¶ added in v0.1.39
func (x *TrainingJob) GetId() string
func (*TrainingJob) GetMetadata ¶ added in v0.1.39
func (x *TrainingJob) GetMetadata() *TrainingJobMetadata
func (*TrainingJob) GetModelMetadata ¶ added in v0.1.39
func (x *TrainingJob) GetModelMetadata() *structpb.Struct
func (*TrainingJob) GetOutputPath ¶ added in v0.1.39
func (x *TrainingJob) GetOutputPath() string
func (*TrainingJob) GetVertexJobId ¶ added in v0.1.39
func (x *TrainingJob) GetVertexJobId() string
func (*TrainingJob) ProtoMessage ¶ added in v0.1.39
func (*TrainingJob) ProtoMessage()
func (*TrainingJob) ProtoReflect ¶ added in v0.1.39
func (x *TrainingJob) ProtoReflect() protoreflect.Message
func (*TrainingJob) Reset ¶ added in v0.1.39
func (x *TrainingJob) Reset()
func (*TrainingJob) String ¶ added in v0.1.39
func (x *TrainingJob) String() string
type TrainingJobMetadata ¶ added in v0.1.39
type TrainingJobMetadata struct { Request *SubmitTrainingJobRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"` Status TrainingStatus `protobuf:"varint,2,opt,name=status,proto3,enum=viam.app.data.v1.TrainingStatus" json:"status,omitempty"` CreatedOn *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` LastModified *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=last_modified,json=lastModified,proto3" json:"last_modified,omitempty"` SyncedModelId string `protobuf:"bytes,5,opt,name=synced_model_id,json=syncedModelId,proto3" json:"synced_model_id,omitempty"` // contains filtered or unexported fields }
func (*TrainingJobMetadata) Descriptor
deprecated
added in
v0.1.39
func (*TrainingJobMetadata) Descriptor() ([]byte, []int)
Deprecated: Use TrainingJobMetadata.ProtoReflect.Descriptor instead.
func (*TrainingJobMetadata) GetCreatedOn ¶ added in v0.1.39
func (x *TrainingJobMetadata) GetCreatedOn() *timestamppb.Timestamp
func (*TrainingJobMetadata) GetLastModified ¶ added in v0.1.39
func (x *TrainingJobMetadata) GetLastModified() *timestamppb.Timestamp
func (*TrainingJobMetadata) GetRequest ¶ added in v0.1.39
func (x *TrainingJobMetadata) GetRequest() *SubmitTrainingJobRequest
func (*TrainingJobMetadata) GetStatus ¶ added in v0.1.39
func (x *TrainingJobMetadata) GetStatus() TrainingStatus
func (*TrainingJobMetadata) GetSyncedModelId ¶ added in v0.1.39
func (x *TrainingJobMetadata) GetSyncedModelId() string
func (*TrainingJobMetadata) ProtoMessage ¶ added in v0.1.39
func (*TrainingJobMetadata) ProtoMessage()
func (*TrainingJobMetadata) ProtoReflect ¶ added in v0.1.39
func (x *TrainingJobMetadata) ProtoReflect() protoreflect.Message
func (*TrainingJobMetadata) Reset ¶ added in v0.1.39
func (x *TrainingJobMetadata) Reset()
func (*TrainingJobMetadata) String ¶ added in v0.1.39
func (x *TrainingJobMetadata) String() string
type TrainingStatus ¶ added in v0.1.39
type TrainingStatus int32
const ( TrainingStatus_TRAINING_STATUS_UNSPECIFIED TrainingStatus = 0 TrainingStatus_TRAINING_STATUS_PENDING TrainingStatus = 1 TrainingStatus_TRAINING_STATUS_IN_PROGRESS TrainingStatus = 2 TrainingStatus_TRAINING_STATUS_COMPLETED TrainingStatus = 3 TrainingStatus_TRAINING_STATUS_FAILED TrainingStatus = 4 TrainingStatus_TRAINING_STATUS_SUBMITTING TrainingStatus = 5 )
func (TrainingStatus) Descriptor ¶ added in v0.1.39
func (TrainingStatus) Descriptor() protoreflect.EnumDescriptor
func (TrainingStatus) Enum ¶ added in v0.1.39
func (x TrainingStatus) Enum() *TrainingStatus
func (TrainingStatus) EnumDescriptor
deprecated
added in
v0.1.39
func (TrainingStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use TrainingStatus.Descriptor instead.
func (TrainingStatus) Number ¶ added in v0.1.39
func (x TrainingStatus) Number() protoreflect.EnumNumber
func (TrainingStatus) String ¶ added in v0.1.39
func (x TrainingStatus) String() string
func (TrainingStatus) Type ¶ added in v0.1.39
func (TrainingStatus) Type() protoreflect.EnumType
type UnimplementedDataServiceServer ¶
type UnimplementedDataServiceServer struct { }
UnimplementedDataServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedDataServiceServer) AddTagsToBinaryDataByFileIDs ¶ added in v0.1.9
func (UnimplementedDataServiceServer) AddTagsToBinaryDataByFileIDs(context.Context, *AddTagsToBinaryDataByFileIDsRequest) (*AddTagsToBinaryDataByFileIDsResponse, error)
func (UnimplementedDataServiceServer) AddTagsToBinaryDataByFilter ¶ added in v0.1.9
func (UnimplementedDataServiceServer) AddTagsToBinaryDataByFilter(context.Context, *AddTagsToBinaryDataByFilterRequest) (*AddTagsToBinaryDataByFilterResponse, error)
func (UnimplementedDataServiceServer) BinaryDataByFilter ¶
func (UnimplementedDataServiceServer) BinaryDataByFilter(context.Context, *BinaryDataByFilterRequest) (*BinaryDataByFilterResponse, error)
func (UnimplementedDataServiceServer) BinaryDataByIDs ¶
func (UnimplementedDataServiceServer) BinaryDataByIDs(context.Context, *BinaryDataByIDsRequest) (*BinaryDataByIDsResponse, error)
func (UnimplementedDataServiceServer) DeleteBinaryDataByFilter ¶ added in v0.1.4
func (UnimplementedDataServiceServer) DeleteBinaryDataByFilter(context.Context, *DeleteBinaryDataByFilterRequest) (*DeleteBinaryDataByFilterResponse, error)
func (UnimplementedDataServiceServer) DeleteBinaryDataByIDs ¶ added in v0.1.4
func (UnimplementedDataServiceServer) DeleteBinaryDataByIDs(context.Context, *DeleteBinaryDataByIDsRequest) (*DeleteBinaryDataByIDsResponse, error)
func (UnimplementedDataServiceServer) DeleteTabularDataByFilter ¶ added in v0.1.4
func (UnimplementedDataServiceServer) DeleteTabularDataByFilter(context.Context, *DeleteTabularDataByFilterRequest) (*DeleteTabularDataByFilterResponse, error)
func (UnimplementedDataServiceServer) GetTrainingJob ¶ added in v0.1.39
func (UnimplementedDataServiceServer) GetTrainingJob(context.Context, *GetTrainingJobRequest) (*GetTrainingJobResponse, error)
func (UnimplementedDataServiceServer) RemoveTagsFromBinaryDataByFileIDs ¶ added in v0.1.9
func (UnimplementedDataServiceServer) RemoveTagsFromBinaryDataByFileIDs(context.Context, *RemoveTagsFromBinaryDataByFileIDsRequest) (*RemoveTagsFromBinaryDataByFileIDsResponse, error)
func (UnimplementedDataServiceServer) RemoveTagsFromBinaryDataByFilter ¶ added in v0.1.9
func (UnimplementedDataServiceServer) RemoveTagsFromBinaryDataByFilter(context.Context, *RemoveTagsFromBinaryDataByFilterRequest) (*RemoveTagsFromBinaryDataByFilterResponse, error)
func (UnimplementedDataServiceServer) SubmitTrainingJob ¶ added in v0.1.39
func (UnimplementedDataServiceServer) SubmitTrainingJob(context.Context, *SubmitTrainingJobRequest) (*SubmitTrainingJobResponse, error)
func (UnimplementedDataServiceServer) TabularDataByFilter ¶
func (UnimplementedDataServiceServer) TabularDataByFilter(context.Context, *TabularDataByFilterRequest) (*TabularDataByFilterResponse, error)
func (UnimplementedDataServiceServer) TagsByFilter ¶ added in v0.1.22
func (UnimplementedDataServiceServer) TagsByFilter(context.Context, *TagsByFilterRequest) (*TagsByFilterResponse, error)
type UnsafeDataServiceServer ¶
type UnsafeDataServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDataServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DataServiceServer will result in compilation errors.