Documentation
Index ¶
- Variables
- func RegisterVisualInspectionServer(s *grpc.Server, srv VisualInspectionServer)
- type ActiveLearningConfig
- func (*ActiveLearningConfig) Descriptor() ([]byte, []int)
- func (x *ActiveLearningConfig) GetMaxItemCount() int64
- func (*ActiveLearningConfig) ProtoMessage()
- func (x *ActiveLearningConfig) ProtoReflect() protoreflect.Message
- func (x *ActiveLearningConfig) Reset()
- func (x *ActiveLearningConfig) String() string
- type Annotation
- func (*Annotation) Descriptor() ([]byte, []int)
- func (x *Annotation) GetAnnotationSetId() string
- func (x *Annotation) GetAnnotationSpecId() string
- func (m *Annotation) GetAnnotationType() isAnnotation_AnnotationType
- func (x *Annotation) GetBox() *BoundingBoxAnnotation
- func (x *Annotation) GetClassificationLabel() *ClassificationLabelAnnotation
- func (x *Annotation) GetCreateTime() *timestamppb.Timestamp
- func (x *Annotation) GetLabels() map[string]string
- func (x *Annotation) GetMask() *MaskAnnotation
- func (x *Annotation) GetName() string
- func (x *Annotation) GetParentAnnotationId() string
- func (x *Annotation) GetPolygon() *BoundingPolyAnnotation
- func (x *Annotation) GetPolyline() *PolylineAnnotation
- func (x *Annotation) GetSource() *Annotation_Source
- func (x *Annotation) GetUpdateTime() *timestamppb.Timestamp
- func (*Annotation) ProtoMessage()
- func (x *Annotation) ProtoReflect() protoreflect.Message
- func (x *Annotation) Reset()
- func (x *Annotation) String() string
- type AnnotationInput
- func (*AnnotationInput) Descriptor() ([]byte, []int)
- func (x *AnnotationInput) GetAnnotationSet() string
- func (x *AnnotationInput) GetAnnotationSetId() string
- func (x *AnnotationInput) GetAnnotationSpecAllowlist() []string
- func (*AnnotationInput) ProtoMessage()
- func (x *AnnotationInput) ProtoReflect() protoreflect.Message
- func (x *AnnotationInput) Reset()
- func (x *AnnotationInput) String() string
- type AnnotationOutput
- func (*AnnotationOutput) Descriptor() ([]byte, []int)
- func (x *AnnotationOutput) GetAnnotationSet() string
- func (x *AnnotationOutput) GetAnnotationSetId() string
- func (*AnnotationOutput) ProtoMessage()
- func (x *AnnotationOutput) ProtoReflect() protoreflect.Message
- func (x *AnnotationOutput) Reset()
- func (x *AnnotationOutput) String() string
- type AnnotationSet
- func (*AnnotationSet) Descriptor() ([]byte, []int)
- func (m *AnnotationSet) GetAnnotationSetType() isAnnotationSet_AnnotationSetType
- func (x *AnnotationSet) GetAnnotationSpecs() []*AnnotationSpec
- func (x *AnnotationSet) GetBox() *BoundingBoxAnnotationSet
- func (x *AnnotationSet) GetClassificationLabel() *ClassificationLabelAnnotationSet
- func (x *AnnotationSet) GetCreateTime() *timestamppb.Timestamp
- func (x *AnnotationSet) GetDisplayName() string
- func (x *AnnotationSet) GetMask() *MaskAnnotationSet
- func (x *AnnotationSet) GetName() string
- func (x *AnnotationSet) GetPolygon() *PolygonAnnotationSet
- func (x *AnnotationSet) GetPolyline() *PolylineAnnotationSet
- func (x *AnnotationSet) GetUpdateTime() *timestamppb.Timestamp
- func (*AnnotationSet) ProtoMessage()
- func (x *AnnotationSet) ProtoReflect() protoreflect.Message
- func (x *AnnotationSet) Reset()
- func (x *AnnotationSet) String() string
- type AnnotationSet_Box
- type AnnotationSet_ClassificationLabel
- type AnnotationSet_Mask
- type AnnotationSet_Polygon
- type AnnotationSet_Polyline
- type AnnotationSpec
- func (*AnnotationSpec) Descriptor() ([]byte, []int)
- func (x *AnnotationSpec) GetCreateTime() *timestamppb.Timestamp
- func (x *AnnotationSpec) GetDisplayName() string
- func (x *AnnotationSpec) GetName() string
- func (x *AnnotationSpec) GetUpdateTime() *timestamppb.Timestamp
- func (*AnnotationSpec) ProtoMessage()
- func (x *AnnotationSpec) ProtoReflect() protoreflect.Message
- func (x *AnnotationSpec) Reset()
- func (x *AnnotationSpec) String() string
- type AnnotationSpecColor
- func (*AnnotationSpecColor) Descriptor() ([]byte, []int)
- func (x *AnnotationSpecColor) GetAnnotationSpecId() string
- func (x *AnnotationSpecColor) GetColor() *color.Color
- func (*AnnotationSpecColor) ProtoMessage()
- func (x *AnnotationSpecColor) ProtoReflect() protoreflect.Message
- func (x *AnnotationSpecColor) Reset()
- func (x *AnnotationSpecColor) String() string
- type Annotation_Box
- type Annotation_ClassificationLabel
- type Annotation_Mask
- type Annotation_Polygon
- type Annotation_Polyline
- type Annotation_Source
- func (*Annotation_Source) Descriptor() ([]byte, []int)
- func (x *Annotation_Source) GetSourceModel() string
- func (x *Annotation_Source) GetType() Annotation_Source_SourceType
- func (*Annotation_Source) ProtoMessage()
- func (x *Annotation_Source) ProtoReflect() protoreflect.Message
- func (x *Annotation_Source) Reset()
- func (x *Annotation_Source) String() string
- type Annotation_Source_SourceType
- func (Annotation_Source_SourceType) Descriptor() protoreflect.EnumDescriptor
- func (x Annotation_Source_SourceType) Enum() *Annotation_Source_SourceType
- func (Annotation_Source_SourceType) EnumDescriptor() ([]byte, []int)
- func (x Annotation_Source_SourceType) Number() protoreflect.EnumNumber
- func (x Annotation_Source_SourceType) String() string
- func (Annotation_Source_SourceType) Type() protoreflect.EnumType
- type AnomalyDetectionLabelingConfig
- func (*AnomalyDetectionLabelingConfig) Descriptor() ([]byte, []int)
- func (x *AnomalyDetectionLabelingConfig) GetAnnotationSpecAllowlist() []string
- func (x *AnomalyDetectionLabelingConfig) GetInputBoundingBoxAnnotationSets() []string
- func (*AnomalyDetectionLabelingConfig) ProtoMessage()
- func (x *AnomalyDetectionLabelingConfig) ProtoReflect() protoreflect.Message
- func (x *AnomalyDetectionLabelingConfig) Reset()
- func (x *AnomalyDetectionLabelingConfig) String() string
- type AnomalyDetectionModule
- func (*AnomalyDetectionModule) Descriptor() ([]byte, []int)
- func (x *AnomalyDetectionModule) GetClassificationLabels() []*AnnotationInput
- func (x *AnomalyDetectionModule) GetClassificationPredictions() []*AnnotationOutput
- func (x *AnomalyDetectionModule) GetQueryRegions() []*AnnotationInput
- func (*AnomalyDetectionModule) ProtoMessage()
- func (x *AnomalyDetectionModule) ProtoReflect() protoreflect.Message
- func (x *AnomalyDetectionModule) Reset()
- func (x *AnomalyDetectionModule) String() string
- type BatchPredictOperationMetadata
- func (*BatchPredictOperationMetadata) Descriptor() ([]byte, []int)
- func (x *BatchPredictOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*BatchPredictOperationMetadata) ProtoMessage()
- func (x *BatchPredictOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *BatchPredictOperationMetadata) Reset()
- func (x *BatchPredictOperationMetadata) String() string
- type BatchPredictRequest
- func (*BatchPredictRequest) Descriptor() ([]byte, []int)
- func (x *BatchPredictRequest) GetInputUri() string
- func (x *BatchPredictRequest) GetOutputGcsDir() *GcsDestination
- func (x *BatchPredictRequest) GetSolutionArtifact() string
- func (*BatchPredictRequest) ProtoMessage()
- func (x *BatchPredictRequest) ProtoReflect() protoreflect.Message
- func (x *BatchPredictRequest) Reset()
- func (x *BatchPredictRequest) String() string
- type BatchPredictResponse
- type BoundingBoxAnnotation
- func (*BoundingBoxAnnotation) Descriptor() ([]byte, []int)
- func (x *BoundingBoxAnnotation) GetConfidenceScore() float32
- func (x *BoundingBoxAnnotation) GetNormalizedBoundingBox() *NormalizedBoundingPoly
- func (*BoundingBoxAnnotation) ProtoMessage()
- func (x *BoundingBoxAnnotation) ProtoReflect() protoreflect.Message
- func (x *BoundingBoxAnnotation) Reset()
- func (x *BoundingBoxAnnotation) String() string
- type BoundingBoxAnnotationSet
- type BoundingPolyAnnotation
- func (*BoundingPolyAnnotation) Descriptor() ([]byte, []int)
- func (x *BoundingPolyAnnotation) GetConfidenceScore() float32
- func (x *BoundingPolyAnnotation) GetNormalizedBoundingPoly() *NormalizedBoundingPoly
- func (*BoundingPolyAnnotation) ProtoMessage()
- func (x *BoundingPolyAnnotation) ProtoReflect() protoreflect.Message
- func (x *BoundingPolyAnnotation) Reset()
- func (x *BoundingPolyAnnotation) String() string
- type CancelLabelingJobRequest
- func (*CancelLabelingJobRequest) Descriptor() ([]byte, []int)
- func (x *CancelLabelingJobRequest) GetName() string
- func (*CancelLabelingJobRequest) ProtoMessage()
- func (x *CancelLabelingJobRequest) ProtoReflect() protoreflect.Message
- func (x *CancelLabelingJobRequest) Reset()
- func (x *CancelLabelingJobRequest) String() string
- type ClassificationLabelAnnotation
- func (*ClassificationLabelAnnotation) Descriptor() ([]byte, []int)
- func (x *ClassificationLabelAnnotation) GetConfidenceScore() float32
- func (*ClassificationLabelAnnotation) ProtoMessage()
- func (x *ClassificationLabelAnnotation) ProtoReflect() protoreflect.Message
- func (x *ClassificationLabelAnnotation) Reset()
- func (x *ClassificationLabelAnnotation) String() string
- type ClassificationLabelAnnotationSet
- func (*ClassificationLabelAnnotationSet) Descriptor() ([]byte, []int)
- func (x *ClassificationLabelAnnotationSet) GetMultiLabel() bool
- func (*ClassificationLabelAnnotationSet) ProtoMessage()
- func (x *ClassificationLabelAnnotationSet) ProtoReflect() protoreflect.Message
- func (x *ClassificationLabelAnnotationSet) Reset()
- func (x *ClassificationLabelAnnotationSet) String() string
- type ClassificationModule
- func (*ClassificationModule) Descriptor() ([]byte, []int)
- func (x *ClassificationModule) GetClassificationLabels() []*AnnotationInput
- func (x *ClassificationModule) GetClassificationPredictions() []*AnnotationOutput
- func (x *ClassificationModule) GetInspectionRegionPredictions() []*AnnotationOutput
- func (x *ClassificationModule) GetInspectionRegions() []*AnnotationInput
- func (x *ClassificationModule) GetQueryRegions() []*AnnotationInput
- func (*ClassificationModule) ProtoMessage()
- func (x *ClassificationModule) ProtoReflect() protoreflect.Message
- func (x *ClassificationModule) Reset()
- func (x *ClassificationModule) String() string
- type CommonOperationMetadata
- func (*CommonOperationMetadata) Descriptor() ([]byte, []int)
- func (x *CommonOperationMetadata) GetCreateTime() *timestamppb.Timestamp
- func (x *CommonOperationMetadata) GetTarget() string
- func (x *CommonOperationMetadata) GetUpdateTime() *timestamppb.Timestamp
- func (*CommonOperationMetadata) ProtoMessage()
- func (x *CommonOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CommonOperationMetadata) Reset()
- func (x *CommonOperationMetadata) String() string
- type ConfusionMatrix
- func (*ConfusionMatrix) Descriptor() ([]byte, []int)
- func (x *ConfusionMatrix) GetAnnotationSpecs() []string
- func (x *ConfusionMatrix) GetClassLabels() []string
- func (x *ConfusionMatrix) GetRows() []*ConfusionMatrix_Row
- func (*ConfusionMatrix) ProtoMessage()
- func (x *ConfusionMatrix) ProtoReflect() protoreflect.Message
- func (x *ConfusionMatrix) Reset()
- func (x *ConfusionMatrix) String() string
- type ConfusionMatrix_Row
- type CreateAnnotationSetRequest
- func (*CreateAnnotationSetRequest) Descriptor() ([]byte, []int)
- func (x *CreateAnnotationSetRequest) GetAnnotationSet() *AnnotationSet
- func (x *CreateAnnotationSetRequest) GetParent() string
- func (*CreateAnnotationSetRequest) ProtoMessage()
- func (x *CreateAnnotationSetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAnnotationSetRequest) Reset()
- func (x *CreateAnnotationSetRequest) String() string
- type CreateAnnotationSpecRequest
- func (*CreateAnnotationSpecRequest) Descriptor() ([]byte, []int)
- func (x *CreateAnnotationSpecRequest) GetAnnotationSpec() *AnnotationSpec
- func (x *CreateAnnotationSpecRequest) GetParent() string
- func (*CreateAnnotationSpecRequest) ProtoMessage()
- func (x *CreateAnnotationSpecRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAnnotationSpecRequest) Reset()
- func (x *CreateAnnotationSpecRequest) String() string
- type CreateDatasetOperationMetadata
- func (*CreateDatasetOperationMetadata) Descriptor() ([]byte, []int)
- func (x *CreateDatasetOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*CreateDatasetOperationMetadata) ProtoMessage()
- func (x *CreateDatasetOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateDatasetOperationMetadata) Reset()
- func (x *CreateDatasetOperationMetadata) String() string
- type CreateLabelingJobRequest
- func (*CreateLabelingJobRequest) Descriptor() ([]byte, []int)
- func (x *CreateLabelingJobRequest) GetLabelingJob() *LabelingJob
- func (x *CreateLabelingJobRequest) GetParent() string
- func (*CreateLabelingJobRequest) ProtoMessage()
- func (x *CreateLabelingJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateLabelingJobRequest) Reset()
- func (x *CreateLabelingJobRequest) String() string
- type CreateModelOperationMetadata
- func (*CreateModelOperationMetadata) Descriptor() ([]byte, []int)
- func (x *CreateModelOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*CreateModelOperationMetadata) ProtoMessage()
- func (x *CreateModelOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateModelOperationMetadata) Reset()
- func (x *CreateModelOperationMetadata) String() string
- type CreateModelRequest
- func (*CreateModelRequest) Descriptor() ([]byte, []int)
- func (x *CreateModelRequest) GetModel() *Model
- func (x *CreateModelRequest) GetParent() string
- func (*CreateModelRequest) ProtoMessage()
- func (x *CreateModelRequest) ProtoReflect() protoreflect.Message
- func (x *CreateModelRequest) Reset()
- func (x *CreateModelRequest) String() string
- type CreateModuleRequest
- func (*CreateModuleRequest) Descriptor() ([]byte, []int)
- func (x *CreateModuleRequest) GetModule() *Module
- func (x *CreateModuleRequest) GetParent() string
- func (*CreateModuleRequest) ProtoMessage()
- func (x *CreateModuleRequest) ProtoReflect() protoreflect.Message
- func (x *CreateModuleRequest) Reset()
- func (x *CreateModuleRequest) String() string
- type CreateSolutionArtifactOperationMetadata
- func (*CreateSolutionArtifactOperationMetadata) Descriptor() ([]byte, []int)
- func (x *CreateSolutionArtifactOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*CreateSolutionArtifactOperationMetadata) ProtoMessage()
- func (x *CreateSolutionArtifactOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateSolutionArtifactOperationMetadata) Reset()
- func (x *CreateSolutionArtifactOperationMetadata) String() string
- type CreateSolutionArtifactRequest
- func (*CreateSolutionArtifactRequest) Descriptor() ([]byte, []int)
- func (x *CreateSolutionArtifactRequest) GetParent() string
- func (x *CreateSolutionArtifactRequest) GetSolutionArtifact() *SolutionArtifact
- func (*CreateSolutionArtifactRequest) ProtoMessage()
- func (x *CreateSolutionArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSolutionArtifactRequest) Reset()
- func (x *CreateSolutionArtifactRequest) String() string
- type CreateSolutionRequest
- func (*CreateSolutionRequest) Descriptor() ([]byte, []int)
- func (x *CreateSolutionRequest) GetParent() string
- func (x *CreateSolutionRequest) GetSolution() *Solution
- func (*CreateSolutionRequest) ProtoMessage()
- func (x *CreateSolutionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSolutionRequest) Reset()
- func (x *CreateSolutionRequest) String() string
- type CreateSpecialistPoolOperationMetadata
- func (*CreateSpecialistPoolOperationMetadata) Descriptor() ([]byte, []int)
- func (x *CreateSpecialistPoolOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*CreateSpecialistPoolOperationMetadata) ProtoMessage()
- func (x *CreateSpecialistPoolOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateSpecialistPoolOperationMetadata) Reset()
- func (x *CreateSpecialistPoolOperationMetadata) String() string
- type CreateSpecialistPoolRequest
- func (*CreateSpecialistPoolRequest) Descriptor() ([]byte, []int)
- func (x *CreateSpecialistPoolRequest) GetParent() string
- func (x *CreateSpecialistPoolRequest) GetSpecialistPool() *SpecialistPool
- func (*CreateSpecialistPoolRequest) ProtoMessage()
- func (x *CreateSpecialistPoolRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSpecialistPoolRequest) Reset()
- func (x *CreateSpecialistPoolRequest) String() string
- type Dataset
- func (*Dataset) Descriptor() ([]byte, []int)
- func (x *Dataset) GetCreateTime() *timestamppb.Timestamp
- func (x *Dataset) GetDisplayName() string
- func (x *Dataset) GetEtag() string
- func (x *Dataset) GetImageCount() int64
- func (x *Dataset) GetLabels() map[string]string
- func (x *Dataset) GetName() string
- func (x *Dataset) GetUpdateTime() *timestamppb.Timestamp
- func (*Dataset) ProtoMessage()
- func (x *Dataset) ProtoReflect() protoreflect.Message
- func (x *Dataset) Reset()
- func (x *Dataset) String() string
- type DatasetSource
- func (*DatasetSource) Descriptor() ([]byte, []int)
- func (x *DatasetSource) GetAnnotationFilter() string
- func (x *DatasetSource) GetDataset() string
- func (x *DatasetSource) GetImageFilter() string
- func (*DatasetSource) ProtoMessage()
- func (x *DatasetSource) ProtoReflect() protoreflect.Message
- func (x *DatasetSource) Reset()
- func (x *DatasetSource) String() string
- type DeleteAnnotationOperationMetadata
- func (*DeleteAnnotationOperationMetadata) Descriptor() ([]byte, []int)
- func (x *DeleteAnnotationOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*DeleteAnnotationOperationMetadata) ProtoMessage()
- func (x *DeleteAnnotationOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteAnnotationOperationMetadata) Reset()
- func (x *DeleteAnnotationOperationMetadata) String() string
- type DeleteAnnotationSetOperationMetadata
- func (*DeleteAnnotationSetOperationMetadata) Descriptor() ([]byte, []int)
- func (x *DeleteAnnotationSetOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*DeleteAnnotationSetOperationMetadata) ProtoMessage()
- func (x *DeleteAnnotationSetOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteAnnotationSetOperationMetadata) Reset()
- func (x *DeleteAnnotationSetOperationMetadata) String() string
- type DeleteAnnotationSpecOperationMetadata
- func (*DeleteAnnotationSpecOperationMetadata) Descriptor() ([]byte, []int)
- func (x *DeleteAnnotationSpecOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*DeleteAnnotationSpecOperationMetadata) ProtoMessage()
- func (x *DeleteAnnotationSpecOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteAnnotationSpecOperationMetadata) Reset()
- func (x *DeleteAnnotationSpecOperationMetadata) String() string
- type DeleteDatasetOperationMetadata
- func (*DeleteDatasetOperationMetadata) Descriptor() ([]byte, []int)
- func (x *DeleteDatasetOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*DeleteDatasetOperationMetadata) ProtoMessage()
- func (x *DeleteDatasetOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteDatasetOperationMetadata) Reset()
- func (x *DeleteDatasetOperationMetadata) String() string
- type DeleteDatasetRequest
- func (*DeleteDatasetRequest) Descriptor() ([]byte, []int)
- func (x *DeleteDatasetRequest) GetName() string
- func (*DeleteDatasetRequest) ProtoMessage()
- func (x *DeleteDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDatasetRequest) Reset()
- func (x *DeleteDatasetRequest) String() string
- type DeleteLabelingJobOperationMetadata
- func (*DeleteLabelingJobOperationMetadata) Descriptor() ([]byte, []int)
- func (x *DeleteLabelingJobOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*DeleteLabelingJobOperationMetadata) ProtoMessage()
- func (x *DeleteLabelingJobOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteLabelingJobOperationMetadata) Reset()
- func (x *DeleteLabelingJobOperationMetadata) String() string
- type DeleteLabelingJobRequest
- func (*DeleteLabelingJobRequest) Descriptor() ([]byte, []int)
- func (x *DeleteLabelingJobRequest) GetName() string
- func (*DeleteLabelingJobRequest) ProtoMessage()
- func (x *DeleteLabelingJobRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteLabelingJobRequest) Reset()
- func (x *DeleteLabelingJobRequest) String() string
- type DeleteModelOperationMetadata
- func (*DeleteModelOperationMetadata) Descriptor() ([]byte, []int)
- func (x *DeleteModelOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*DeleteModelOperationMetadata) ProtoMessage()
- func (x *DeleteModelOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteModelOperationMetadata) Reset()
- func (x *DeleteModelOperationMetadata) String() string
- type DeleteModelRequest
- type DeleteModuleOperationMetadata
- func (*DeleteModuleOperationMetadata) Descriptor() ([]byte, []int)
- func (x *DeleteModuleOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*DeleteModuleOperationMetadata) ProtoMessage()
- func (x *DeleteModuleOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteModuleOperationMetadata) Reset()
- func (x *DeleteModuleOperationMetadata) String() string
- type DeleteModuleRequest
- type DeleteSolutionArtifactOperationMetadata
- func (*DeleteSolutionArtifactOperationMetadata) Descriptor() ([]byte, []int)
- func (x *DeleteSolutionArtifactOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*DeleteSolutionArtifactOperationMetadata) ProtoMessage()
- func (x *DeleteSolutionArtifactOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteSolutionArtifactOperationMetadata) Reset()
- func (x *DeleteSolutionArtifactOperationMetadata) String() string
- type DeleteSolutionArtifactRequest
- func (*DeleteSolutionArtifactRequest) Descriptor() ([]byte, []int)
- func (x *DeleteSolutionArtifactRequest) GetName() string
- func (*DeleteSolutionArtifactRequest) ProtoMessage()
- func (x *DeleteSolutionArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSolutionArtifactRequest) Reset()
- func (x *DeleteSolutionArtifactRequest) String() string
- type DeleteSpecialistPoolOperationMetadata
- func (*DeleteSpecialistPoolOperationMetadata) Descriptor() ([]byte, []int)
- func (x *DeleteSpecialistPoolOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*DeleteSpecialistPoolOperationMetadata) ProtoMessage()
- func (x *DeleteSpecialistPoolOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteSpecialistPoolOperationMetadata) Reset()
- func (x *DeleteSpecialistPoolOperationMetadata) String() string
- type DeleteSpecialistPoolRequest
- func (*DeleteSpecialistPoolRequest) Descriptor() ([]byte, []int)
- func (x *DeleteSpecialistPoolRequest) GetName() string
- func (*DeleteSpecialistPoolRequest) ProtoMessage()
- func (x *DeleteSpecialistPoolRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSpecialistPoolRequest) Reset()
- func (x *DeleteSpecialistPoolRequest) String() string
- type DeploySolutionOperationMetadata
- func (*DeploySolutionOperationMetadata) Descriptor() ([]byte, []int)
- func (x *DeploySolutionOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*DeploySolutionOperationMetadata) ProtoMessage()
- func (x *DeploySolutionOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeploySolutionOperationMetadata) Reset()
- func (x *DeploySolutionOperationMetadata) String() string
- type ExportDataConfig
- type ExportDataOperationMetadata
- func (*ExportDataOperationMetadata) Descriptor() ([]byte, []int)
- func (x *ExportDataOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*ExportDataOperationMetadata) ProtoMessage()
- func (x *ExportDataOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *ExportDataOperationMetadata) Reset()
- func (x *ExportDataOperationMetadata) String() string
- type ExportDataRequest
- func (*ExportDataRequest) Descriptor() ([]byte, []int)
- func (x *ExportDataRequest) GetExportConfig() *ExportDataConfig
- func (x *ExportDataRequest) GetName() string
- func (*ExportDataRequest) ProtoMessage()
- func (x *ExportDataRequest) ProtoReflect() protoreflect.Message
- func (x *ExportDataRequest) Reset()
- func (x *ExportDataRequest) String() string
- type ExportDataResponse
- type ExportSolutionOperationMetadata
- func (*ExportSolutionOperationMetadata) Descriptor() ([]byte, []int)
- func (x *ExportSolutionOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*ExportSolutionOperationMetadata) ProtoMessage()
- func (x *ExportSolutionOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *ExportSolutionOperationMetadata) Reset()
- func (x *ExportSolutionOperationMetadata) String() string
- type GcrDestination
- type GcsDestination
- type GcsSource
- type GetDatasetRequest
- type GetImageRequest
- type GetLabelingJobRequest
- func (*GetLabelingJobRequest) Descriptor() ([]byte, []int)
- func (x *GetLabelingJobRequest) GetName() string
- func (*GetLabelingJobRequest) ProtoMessage()
- func (x *GetLabelingJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetLabelingJobRequest) Reset()
- func (x *GetLabelingJobRequest) String() string
- type GetModelEvaluationRequest
- func (*GetModelEvaluationRequest) Descriptor() ([]byte, []int)
- func (x *GetModelEvaluationRequest) GetName() string
- func (*GetModelEvaluationRequest) ProtoMessage()
- func (x *GetModelEvaluationRequest) ProtoReflect() protoreflect.Message
- func (x *GetModelEvaluationRequest) Reset()
- func (x *GetModelEvaluationRequest) String() string
- type GetModelRequest
- type GetModuleRequest
- type GetSolutionArtifactRequest
- func (*GetSolutionArtifactRequest) Descriptor() ([]byte, []int)
- func (x *GetSolutionArtifactRequest) GetName() string
- func (*GetSolutionArtifactRequest) ProtoMessage()
- func (x *GetSolutionArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *GetSolutionArtifactRequest) Reset()
- func (x *GetSolutionArtifactRequest) String() string
- type GetSolutionRequest
- type GetSpecialistPoolRequest
- func (*GetSpecialistPoolRequest) Descriptor() ([]byte, []int)
- func (x *GetSpecialistPoolRequest) GetName() string
- func (*GetSpecialistPoolRequest) ProtoMessage()
- func (x *GetSpecialistPoolRequest) ProtoReflect() protoreflect.Message
- func (x *GetSpecialistPoolRequest) Reset()
- func (x *GetSpecialistPoolRequest) String() string
- type Image
- func (*Image) Descriptor() ([]byte, []int)
- func (x *Image) GetCreateTime() *timestamppb.Timestamp
- func (x *Image) GetImageBytes() []byte
- func (x *Image) GetLabels() map[string]string
- func (x *Image) GetName() string
- func (x *Image) GetSourceGcsUri() string
- func (*Image) ProtoMessage()
- func (x *Image) ProtoReflect() protoreflect.Message
- func (x *Image) Reset()
- func (x *Image) String() string
- type ImportDataConfig
- func (*ImportDataConfig) Descriptor() ([]byte, []int)
- func (x *ImportDataConfig) GetDatasetResource() *DatasetSource
- func (x *ImportDataConfig) GetGcsSource() *GcsSource
- func (m *ImportDataConfig) GetSource() isImportDataConfig_Source
- func (*ImportDataConfig) ProtoMessage()
- func (x *ImportDataConfig) ProtoReflect() protoreflect.Message
- func (x *ImportDataConfig) Reset()
- func (x *ImportDataConfig) String() string
- type ImportDataConfig_DatasetResource
- type ImportDataConfig_GcsSource
- type ImportDataOperationMetadata
- func (*ImportDataOperationMetadata) Descriptor() ([]byte, []int)
- func (x *ImportDataOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*ImportDataOperationMetadata) ProtoMessage()
- func (x *ImportDataOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *ImportDataOperationMetadata) Reset()
- func (x *ImportDataOperationMetadata) String() string
- type ImportDataRequest
- func (*ImportDataRequest) Descriptor() ([]byte, []int)
- func (x *ImportDataRequest) GetImportConfigs() []*ImportDataConfig
- func (x *ImportDataRequest) GetName() string
- func (*ImportDataRequest) ProtoMessage()
- func (x *ImportDataRequest) ProtoReflect() protoreflect.Message
- func (x *ImportDataRequest) Reset()
- func (x *ImportDataRequest) String() string
- type ImportDataResponse
- type LabelingJob
- func (*LabelingJob) Descriptor() ([]byte, []int)
- func (x *LabelingJob) GetActiveLearningConfig() *ActiveLearningConfig
- func (x *LabelingJob) GetAnnotationSpecs() []string
- func (x *LabelingJob) GetAnomalyDetectionLabelingConfig() *AnomalyDetectionLabelingConfig
- func (x *LabelingJob) GetCreateTime() *timestamppb.Timestamp
- func (x *LabelingJob) GetDisplayName() string
- func (x *LabelingJob) GetInstructionUri() string
- func (m *LabelingJob) GetLabelingConfig() isLabelingJob_LabelingConfig
- func (x *LabelingJob) GetLabelingProgress() int32
- func (x *LabelingJob) GetLabels() map[string]string
- func (x *LabelingJob) GetName() string
- func (x *LabelingJob) GetOutputAnnotationSet() string
- func (x *LabelingJob) GetSpecialistPools() []string
- func (x *LabelingJob) GetState() LabelingJob_JobState
- func (x *LabelingJob) GetUpdateTime() *timestamppb.Timestamp
- func (*LabelingJob) ProtoMessage()
- func (x *LabelingJob) ProtoReflect() protoreflect.Message
- func (x *LabelingJob) Reset()
- func (x *LabelingJob) String() string
- type LabelingJob_AnomalyDetectionLabelingConfig
- type LabelingJob_JobState
- func (LabelingJob_JobState) Descriptor() protoreflect.EnumDescriptor
- func (x LabelingJob_JobState) Enum() *LabelingJob_JobState
- func (LabelingJob_JobState) EnumDescriptor() ([]byte, []int)
- func (x LabelingJob_JobState) Number() protoreflect.EnumNumber
- func (x LabelingJob_JobState) String() string
- func (LabelingJob_JobState) Type() protoreflect.EnumType
- type ListAnnotationSetsRequest
- func (*ListAnnotationSetsRequest) Descriptor() ([]byte, []int)
- func (x *ListAnnotationSetsRequest) GetFilter() string
- func (x *ListAnnotationSetsRequest) GetPageSize() int32
- func (x *ListAnnotationSetsRequest) GetPageToken() string
- func (x *ListAnnotationSetsRequest) GetParent() string
- func (*ListAnnotationSetsRequest) ProtoMessage()
- func (x *ListAnnotationSetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAnnotationSetsRequest) Reset()
- func (x *ListAnnotationSetsRequest) String() string
- type ListAnnotationSetsResponse
- func (*ListAnnotationSetsResponse) Descriptor() ([]byte, []int)
- func (x *ListAnnotationSetsResponse) GetAnnotationSets() []*AnnotationSet
- func (x *ListAnnotationSetsResponse) GetNextPageToken() string
- func (*ListAnnotationSetsResponse) ProtoMessage()
- func (x *ListAnnotationSetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAnnotationSetsResponse) Reset()
- func (x *ListAnnotationSetsResponse) String() string
- type ListAnnotationSpecsRequest
- func (*ListAnnotationSpecsRequest) Descriptor() ([]byte, []int)
- func (x *ListAnnotationSpecsRequest) GetFilter() string
- func (x *ListAnnotationSpecsRequest) GetPageSize() int32
- func (x *ListAnnotationSpecsRequest) GetPageToken() string
- func (x *ListAnnotationSpecsRequest) GetParent() string
- func (*ListAnnotationSpecsRequest) ProtoMessage()
- func (x *ListAnnotationSpecsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAnnotationSpecsRequest) Reset()
- func (x *ListAnnotationSpecsRequest) String() string
- type ListAnnotationSpecsResponse
- func (*ListAnnotationSpecsResponse) Descriptor() ([]byte, []int)
- func (x *ListAnnotationSpecsResponse) GetAnnotationSpecs() []*AnnotationSpec
- func (x *ListAnnotationSpecsResponse) GetNextPageToken() string
- func (*ListAnnotationSpecsResponse) ProtoMessage()
- func (x *ListAnnotationSpecsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAnnotationSpecsResponse) Reset()
- func (x *ListAnnotationSpecsResponse) String() string
- type ListAnnotationsRequest
- func (*ListAnnotationsRequest) Descriptor() ([]byte, []int)
- func (x *ListAnnotationsRequest) GetFilter() string
- func (x *ListAnnotationsRequest) GetPageSize() int32
- func (x *ListAnnotationsRequest) GetPageToken() string
- func (x *ListAnnotationsRequest) GetParent() string
- func (*ListAnnotationsRequest) ProtoMessage()
- func (x *ListAnnotationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAnnotationsRequest) Reset()
- func (x *ListAnnotationsRequest) String() string
- type ListAnnotationsResponse
- func (*ListAnnotationsResponse) Descriptor() ([]byte, []int)
- func (x *ListAnnotationsResponse) GetAnnotations() []*Annotation
- func (x *ListAnnotationsResponse) GetNextPageToken() string
- func (*ListAnnotationsResponse) ProtoMessage()
- func (x *ListAnnotationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAnnotationsResponse) Reset()
- func (x *ListAnnotationsResponse) String() string
- type ListDatasetsRequest
- func (*ListDatasetsRequest) Descriptor() ([]byte, []int)
- func (x *ListDatasetsRequest) GetFilter() string
- func (x *ListDatasetsRequest) GetPageSize() int32
- func (x *ListDatasetsRequest) GetPageToken() string
- func (x *ListDatasetsRequest) GetParent() string
- func (*ListDatasetsRequest) ProtoMessage()
- func (x *ListDatasetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDatasetsRequest) Reset()
- func (x *ListDatasetsRequest) String() string
- type ListDatasetsResponse
- func (*ListDatasetsResponse) Descriptor() ([]byte, []int)
- func (x *ListDatasetsResponse) GetDatasets() []*Dataset
- func (x *ListDatasetsResponse) GetNextPageToken() string
- func (*ListDatasetsResponse) ProtoMessage()
- func (x *ListDatasetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDatasetsResponse) Reset()
- func (x *ListDatasetsResponse) String() string
- type ListImagesRequest
- func (*ListImagesRequest) Descriptor() ([]byte, []int)
- func (x *ListImagesRequest) GetFilter() string
- func (x *ListImagesRequest) GetPageSize() int32
- func (x *ListImagesRequest) GetPageToken() string
- func (x *ListImagesRequest) GetParent() string
- func (*ListImagesRequest) ProtoMessage()
- func (x *ListImagesRequest) ProtoReflect() protoreflect.Message
- func (x *ListImagesRequest) Reset()
- func (x *ListImagesRequest) String() string
- type ListImagesResponse
- func (*ListImagesResponse) Descriptor() ([]byte, []int)
- func (x *ListImagesResponse) GetImages() []*Image
- func (x *ListImagesResponse) GetNextPageToken() string
- func (*ListImagesResponse) ProtoMessage()
- func (x *ListImagesResponse) ProtoReflect() protoreflect.Message
- func (x *ListImagesResponse) Reset()
- func (x *ListImagesResponse) String() string
- type ListLabelingJobsRequest
- func (*ListLabelingJobsRequest) Descriptor() ([]byte, []int)
- func (x *ListLabelingJobsRequest) GetFilter() string
- func (x *ListLabelingJobsRequest) GetPageSize() int32
- func (x *ListLabelingJobsRequest) GetPageToken() string
- func (x *ListLabelingJobsRequest) GetParent() string
- func (*ListLabelingJobsRequest) ProtoMessage()
- func (x *ListLabelingJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListLabelingJobsRequest) Reset()
- func (x *ListLabelingJobsRequest) String() string
- type ListLabelingJobsResponse
- func (*ListLabelingJobsResponse) Descriptor() ([]byte, []int)
- func (x *ListLabelingJobsResponse) GetLabelingJobs() []*LabelingJob
- func (x *ListLabelingJobsResponse) GetNextPageToken() string
- func (*ListLabelingJobsResponse) ProtoMessage()
- func (x *ListLabelingJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListLabelingJobsResponse) Reset()
- func (x *ListLabelingJobsResponse) String() string
- type ListModelEvaluationsRequest
- func (*ListModelEvaluationsRequest) Descriptor() ([]byte, []int)
- func (x *ListModelEvaluationsRequest) GetFilter() string
- func (x *ListModelEvaluationsRequest) GetPageSize() int32
- func (x *ListModelEvaluationsRequest) GetPageToken() string
- func (x *ListModelEvaluationsRequest) GetParent() string
- func (*ListModelEvaluationsRequest) ProtoMessage()
- func (x *ListModelEvaluationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListModelEvaluationsRequest) Reset()
- func (x *ListModelEvaluationsRequest) String() string
- type ListModelEvaluationsResponse
- func (*ListModelEvaluationsResponse) Descriptor() ([]byte, []int)
- func (x *ListModelEvaluationsResponse) GetModelEvaluations() []*ModelEvaluation
- func (x *ListModelEvaluationsResponse) GetNextPageToken() string
- func (*ListModelEvaluationsResponse) ProtoMessage()
- func (x *ListModelEvaluationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelEvaluationsResponse) Reset()
- func (x *ListModelEvaluationsResponse) String() string
- type ListModelsRequest
- func (*ListModelsRequest) Descriptor() ([]byte, []int)
- func (x *ListModelsRequest) GetFilter() string
- func (x *ListModelsRequest) GetPageSize() int32
- func (x *ListModelsRequest) GetPageToken() string
- func (x *ListModelsRequest) GetParent() string
- func (*ListModelsRequest) ProtoMessage()
- func (x *ListModelsRequest) ProtoReflect() protoreflect.Message
- func (x *ListModelsRequest) Reset()
- func (x *ListModelsRequest) String() string
- type ListModelsResponse
- func (*ListModelsResponse) Descriptor() ([]byte, []int)
- func (x *ListModelsResponse) GetModels() []*Model
- func (x *ListModelsResponse) GetNextPageToken() string
- func (*ListModelsResponse) ProtoMessage()
- func (x *ListModelsResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelsResponse) Reset()
- func (x *ListModelsResponse) String() string
- type ListModulesRequest
- func (*ListModulesRequest) Descriptor() ([]byte, []int)
- func (x *ListModulesRequest) GetFilter() string
- func (x *ListModulesRequest) GetPageSize() int32
- func (x *ListModulesRequest) GetPageToken() string
- func (x *ListModulesRequest) GetParent() string
- func (*ListModulesRequest) ProtoMessage()
- func (x *ListModulesRequest) ProtoReflect() protoreflect.Message
- func (x *ListModulesRequest) Reset()
- func (x *ListModulesRequest) String() string
- type ListModulesResponse
- func (*ListModulesResponse) Descriptor() ([]byte, []int)
- func (x *ListModulesResponse) GetModules() []*Module
- func (x *ListModulesResponse) GetNextPageToken() string
- func (*ListModulesResponse) ProtoMessage()
- func (x *ListModulesResponse) ProtoReflect() protoreflect.Message
- func (x *ListModulesResponse) Reset()
- func (x *ListModulesResponse) String() string
- type ListSolutionArtifactsRequest
- func (*ListSolutionArtifactsRequest) Descriptor() ([]byte, []int)
- func (x *ListSolutionArtifactsRequest) GetFilter() string
- func (x *ListSolutionArtifactsRequest) GetPageSize() int32
- func (x *ListSolutionArtifactsRequest) GetPageToken() string
- func (x *ListSolutionArtifactsRequest) GetParent() string
- func (*ListSolutionArtifactsRequest) ProtoMessage()
- func (x *ListSolutionArtifactsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSolutionArtifactsRequest) Reset()
- func (x *ListSolutionArtifactsRequest) String() string
- type ListSolutionArtifactsResponse
- func (*ListSolutionArtifactsResponse) Descriptor() ([]byte, []int)
- func (x *ListSolutionArtifactsResponse) GetNextPageToken() string
- func (x *ListSolutionArtifactsResponse) GetSolutionArtifacts() []*SolutionArtifact
- func (*ListSolutionArtifactsResponse) ProtoMessage()
- func (x *ListSolutionArtifactsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSolutionArtifactsResponse) Reset()
- func (x *ListSolutionArtifactsResponse) String() string
- type ListSolutionsRequest
- func (*ListSolutionsRequest) Descriptor() ([]byte, []int)
- func (x *ListSolutionsRequest) GetFilter() string
- func (x *ListSolutionsRequest) GetPageSize() int32
- func (x *ListSolutionsRequest) GetPageToken() string
- func (x *ListSolutionsRequest) GetParent() string
- func (*ListSolutionsRequest) ProtoMessage()
- func (x *ListSolutionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSolutionsRequest) Reset()
- func (x *ListSolutionsRequest) String() string
- type ListSolutionsResponse
- func (*ListSolutionsResponse) Descriptor() ([]byte, []int)
- func (x *ListSolutionsResponse) GetNextPageToken() string
- func (x *ListSolutionsResponse) GetSolutions() []*Solution
- func (*ListSolutionsResponse) ProtoMessage()
- func (x *ListSolutionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSolutionsResponse) Reset()
- func (x *ListSolutionsResponse) String() string
- type ListSpecialistPoolsRequest
- func (*ListSpecialistPoolsRequest) Descriptor() ([]byte, []int)
- func (x *ListSpecialistPoolsRequest) GetFilter() string
- func (x *ListSpecialistPoolsRequest) GetPageSize() int32
- func (x *ListSpecialistPoolsRequest) GetPageToken() string
- func (x *ListSpecialistPoolsRequest) GetParent() string
- func (*ListSpecialistPoolsRequest) ProtoMessage()
- func (x *ListSpecialistPoolsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSpecialistPoolsRequest) Reset()
- func (x *ListSpecialistPoolsRequest) String() string
- type ListSpecialistPoolsResponse
- func (*ListSpecialistPoolsResponse) Descriptor() ([]byte, []int)
- func (x *ListSpecialistPoolsResponse) GetNextPageToken() string
- func (x *ListSpecialistPoolsResponse) GetSpecialistPools() []*SpecialistPool
- func (*ListSpecialistPoolsResponse) ProtoMessage()
- func (x *ListSpecialistPoolsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSpecialistPoolsResponse) Reset()
- func (x *ListSpecialistPoolsResponse) String() string
- type LocalizationRefinementModule
- func (*LocalizationRefinementModule) Descriptor() ([]byte, []int)
- func (x *LocalizationRefinementModule) GetLocalSearchRegionPredictions() []*AnnotationOutput
- func (x *LocalizationRefinementModule) GetLocalSearchRegions() []*AnnotationInput
- func (x *LocalizationRefinementModule) GetQueryRegions() []*AnnotationInput
- func (x *LocalizationRefinementModule) GetTargetRegionPredictions() []*AnnotationOutput
- func (x *LocalizationRefinementModule) GetTargetRegions() []*AnnotationInput
- func (*LocalizationRefinementModule) ProtoMessage()
- func (x *LocalizationRefinementModule) ProtoReflect() protoreflect.Message
- func (x *LocalizationRefinementModule) Reset()
- func (x *LocalizationRefinementModule) String() string
- type MaskAnnotation
- func (*MaskAnnotation) Descriptor() ([]byte, []int)
- func (x *MaskAnnotation) GetCategoryMask() *Image
- func (x *MaskAnnotation) GetConfidenceMask() *Image
- func (*MaskAnnotation) ProtoMessage()
- func (x *MaskAnnotation) ProtoReflect() protoreflect.Message
- func (x *MaskAnnotation) Reset()
- func (x *MaskAnnotation) String() string
- type MaskAnnotationSet
- func (*MaskAnnotationSet) Descriptor() ([]byte, []int)
- func (x *MaskAnnotationSet) GetAnnotationSpecColors() []*AnnotationSpecColor
- func (*MaskAnnotationSet) ProtoMessage()
- func (x *MaskAnnotationSet) ProtoReflect() protoreflect.Message
- func (x *MaskAnnotationSet) Reset()
- func (x *MaskAnnotationSet) String() string
- type Metrics
- type MetricsSlice
- func (*MetricsSlice) Descriptor() ([]byte, []int)
- func (x *MetricsSlice) GetAnnotationSpec() string
- func (x *MetricsSlice) GetAverageModelMetrics() *ModelMetrics
- func (x *MetricsSlice) GetConfidenceLevelModelMetrics() []*MetricsSlice_ConfidenceLevelModelMetrics
- func (x *MetricsSlice) GetDisplayName() string
- func (x *MetricsSlice) GetEvaluatedExampleCount() int32
- func (*MetricsSlice) ProtoMessage()
- func (x *MetricsSlice) ProtoReflect() protoreflect.Message
- func (x *MetricsSlice) Reset()
- func (x *MetricsSlice) String() string
- type MetricsSlice_ConfidenceLevelModelMetrics
- func (*MetricsSlice_ConfidenceLevelModelMetrics) Descriptor() ([]byte, []int)
- func (x *MetricsSlice_ConfidenceLevelModelMetrics) GetClusterDistanceThreshold() float32
- func (x *MetricsSlice_ConfidenceLevelModelMetrics) GetConfidenceThreshold() float32
- func (x *MetricsSlice_ConfidenceLevelModelMetrics) GetModelMetrics() *ModelMetrics
- func (x *MetricsSlice_ConfidenceLevelModelMetrics) GetPixelConfidenceThreshold() float32
- func (*MetricsSlice_ConfidenceLevelModelMetrics) ProtoMessage()
- func (x *MetricsSlice_ConfidenceLevelModelMetrics) ProtoReflect() protoreflect.Message
- func (x *MetricsSlice_ConfidenceLevelModelMetrics) Reset()
- func (x *MetricsSlice_ConfidenceLevelModelMetrics) String() string
- type Model
- func (*Model) Descriptor() ([]byte, []int)
- func (x *Model) GetConfig() *structpb.Struct
- func (x *Model) GetCreateRequestTime() *timestamppb.Timestamp
- func (x *Model) GetCreateTime() *timestamppb.Timestamp
- func (x *Model) GetEvaluationIds() []string
- func (x *Model) GetLabels() map[string]string
- func (x *Model) GetName() string
- func (x *Model) GetUpdateTime() *timestamppb.Timestamp
- func (*Model) ProtoMessage()
- func (x *Model) ProtoReflect() protoreflect.Message
- func (x *Model) Reset()
- func (x *Model) String() string
- type ModelEvaluation
- func (*ModelEvaluation) Descriptor() ([]byte, []int)
- func (x *ModelEvaluation) GetEvalAnnotationSets() []string
- func (x *ModelEvaluation) GetEvalAnnotationSetsMap() map[string]string
- func (x *ModelEvaluation) GetMetrics() *Metrics
- func (x *ModelEvaluation) GetMetricsMap() map[string]*Metrics
- func (x *ModelEvaluation) GetName() string
- func (*ModelEvaluation) ProtoMessage()
- func (x *ModelEvaluation) ProtoReflect() protoreflect.Message
- func (x *ModelEvaluation) Reset()
- func (x *ModelEvaluation) String() string
- type ModelMetrics
- func (*ModelMetrics) Descriptor() ([]byte, []int)
- func (x *ModelMetrics) GetAveragePrecision() float32
- func (x *ModelMetrics) GetConfusionMatrix() *ConfusionMatrix
- func (x *ModelMetrics) GetDiceSimilarityCoefficient() float32
- func (x *ModelMetrics) GetFalseNegativeRate() float32
- func (x *ModelMetrics) GetFalsePositiveRate() float32
- func (x *ModelMetrics) GetIou() float32
- func (x *ModelMetrics) GetPrecision() float32
- func (x *ModelMetrics) GetRecall() float32
- func (*ModelMetrics) ProtoMessage()
- func (x *ModelMetrics) ProtoReflect() protoreflect.Message
- func (x *ModelMetrics) Reset()
- func (x *ModelMetrics) String() string
- type Module
- func (*Module) Descriptor() ([]byte, []int)
- func (x *Module) GetAnomalyDetection() *AnomalyDetectionModule
- func (x *Module) GetClassification() *ClassificationModule
- func (x *Module) GetConfig() *structpb.Struct
- func (x *Module) GetCreateTime() *timestamppb.Timestamp
- func (x *Module) GetDescription() string
- func (x *Module) GetDisplayName() string
- func (x *Module) GetLabels() map[string]string
- func (x *Module) GetLocalizationRefinement() *LocalizationRefinementModule
- func (x *Module) GetName() string
- func (x *Module) GetObjectDetection() *ObjectDetectionModule
- func (x *Module) GetSegmentation() *SegmentationModule
- func (x *Module) GetSparseAlignmentLocalization() *SparseAlignmentLocalizationModule
- func (m *Module) GetType() isModule_Type
- func (x *Module) GetUpdateTime() *timestamppb.Timestamp
- func (*Module) ProtoMessage()
- func (x *Module) ProtoReflect() protoreflect.Message
- func (x *Module) Reset()
- func (x *Module) String() string
- type Module_AnomalyDetection
- type Module_Classification
- type Module_LocalizationRefinement
- type Module_ObjectDetection
- type Module_Segmentation
- type Module_SparseAlignmentLocalization
- type NormalizedBoundingPoly
- func (*NormalizedBoundingPoly) Descriptor() ([]byte, []int)
- func (x *NormalizedBoundingPoly) GetNormalizedVertices() []*NormalizedVertex
- func (*NormalizedBoundingPoly) ProtoMessage()
- func (x *NormalizedBoundingPoly) ProtoReflect() protoreflect.Message
- func (x *NormalizedBoundingPoly) Reset()
- func (x *NormalizedBoundingPoly) String() string
- type NormalizedPolyline
- func (*NormalizedPolyline) Descriptor() ([]byte, []int)
- func (x *NormalizedPolyline) GetNormalizedVertices() []*NormalizedVertex
- func (*NormalizedPolyline) ProtoMessage()
- func (x *NormalizedPolyline) ProtoReflect() protoreflect.Message
- func (x *NormalizedPolyline) Reset()
- func (x *NormalizedPolyline) String() string
- type NormalizedVertex
- func (*NormalizedVertex) Descriptor() ([]byte, []int)
- func (x *NormalizedVertex) GetX() float32
- func (x *NormalizedVertex) GetY() float32
- func (*NormalizedVertex) ProtoMessage()
- func (x *NormalizedVertex) ProtoReflect() protoreflect.Message
- func (x *NormalizedVertex) Reset()
- func (x *NormalizedVertex) String() string
- type ObjectDetectionModule
- func (*ObjectDetectionModule) Descriptor() ([]byte, []int)
- func (x *ObjectDetectionModule) GetObjectRegionPredictions() []*AnnotationOutput
- func (x *ObjectDetectionModule) GetObjectRegions() []*AnnotationInput
- func (x *ObjectDetectionModule) GetQueryRegions() []*AnnotationInput
- func (x *ObjectDetectionModule) GetTargetRegionPredictions() []*AnnotationOutput
- func (x *ObjectDetectionModule) GetTargetRegions() []*AnnotationInput
- func (*ObjectDetectionModule) ProtoMessage()
- func (x *ObjectDetectionModule) ProtoReflect() protoreflect.Message
- func (x *ObjectDetectionModule) Reset()
- func (x *ObjectDetectionModule) String() string
- type PolygonAnnotationSet
- type PolylineAnnotation
- func (*PolylineAnnotation) Descriptor() ([]byte, []int)
- func (x *PolylineAnnotation) GetConfidenceScore() float32
- func (x *PolylineAnnotation) GetNormalizedPolyline() *NormalizedPolyline
- func (*PolylineAnnotation) ProtoMessage()
- func (x *PolylineAnnotation) ProtoReflect() protoreflect.Message
- func (x *PolylineAnnotation) Reset()
- func (x *PolylineAnnotation) String() string
- type PolylineAnnotationSet
- type SegmentationModule
- func (*SegmentationModule) Descriptor() ([]byte, []int)
- func (x *SegmentationModule) GetInspectionRegionPredictions() []*AnnotationOutput
- func (x *SegmentationModule) GetInspectionRegions() []*AnnotationInput
- func (x *SegmentationModule) GetQueryRegions() []*AnnotationInput
- func (x *SegmentationModule) GetSegmentationPredictions() []*AnnotationOutput
- func (x *SegmentationModule) GetSegmentationRegions() []*AnnotationInput
- func (*SegmentationModule) ProtoMessage()
- func (x *SegmentationModule) ProtoReflect() protoreflect.Message
- func (x *SegmentationModule) Reset()
- func (x *SegmentationModule) String() string
- type Solution
- func (*Solution) Descriptor() ([]byte, []int)
- func (x *Solution) GetCreateTime() *timestamppb.Timestamp
- func (x *Solution) GetDatasetId() string
- func (x *Solution) GetDescription() string
- func (x *Solution) GetDisplayName() string
- func (x *Solution) GetGcsDataInputUri() string
- func (x *Solution) GetLabels() map[string]string
- func (x *Solution) GetName() string
- func (x *Solution) GetSolutionType() *Solution_SolutionType
- func (x *Solution) GetTrainingConfig() *Solution_TrainingConfig
- func (x *Solution) GetType() string
- func (x *Solution) GetUpdateTime() *timestamppb.Timestamp
- func (*Solution) ProtoMessage()
- func (x *Solution) ProtoReflect() protoreflect.Message
- func (x *Solution) Reset()
- func (x *Solution) String() string
- type SolutionArtifact
- func (*SolutionArtifact) Descriptor() ([]byte, []int)
- func (x *SolutionArtifact) GetContainerExportLocation() *GcrDestination
- func (x *SolutionArtifact) GetCreateTime() *timestamppb.Timestamp
- func (x *SolutionArtifact) GetDescription() string
- func (x *SolutionArtifact) GetDisplayName() string
- func (m *SolutionArtifact) GetExportLocation() isSolutionArtifact_ExportLocation
- func (x *SolutionArtifact) GetExportType() SolutionArtifact_ExportType
- func (x *SolutionArtifact) GetLabels() map[string]string
- func (x *SolutionArtifact) GetModels() []string
- func (x *SolutionArtifact) GetName() string
- func (x *SolutionArtifact) GetPackagedArchiveGcsUri() string
- func (*SolutionArtifact) ProtoMessage()
- func (x *SolutionArtifact) ProtoReflect() protoreflect.Message
- func (x *SolutionArtifact) Reset()
- func (x *SolutionArtifact) String() string
- type SolutionArtifact_ContainerExportLocation
- type SolutionArtifact_ExportType
- func (SolutionArtifact_ExportType) Descriptor() protoreflect.EnumDescriptor
- func (x SolutionArtifact_ExportType) Enum() *SolutionArtifact_ExportType
- func (SolutionArtifact_ExportType) EnumDescriptor() ([]byte, []int)
- func (x SolutionArtifact_ExportType) Number() protoreflect.EnumNumber
- func (x SolutionArtifact_ExportType) String() string
- func (SolutionArtifact_ExportType) Type() protoreflect.EnumType
- type SolutionArtifact_PackagedArchiveGcsUri
- type SolutionOperationMetadata
- func (*SolutionOperationMetadata) Descriptor() ([]byte, []int)
- func (x *SolutionOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*SolutionOperationMetadata) ProtoMessage()
- func (x *SolutionOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *SolutionOperationMetadata) Reset()
- func (x *SolutionOperationMetadata) String() string
- type Solution_SolutionType
- func (*Solution_SolutionType) Descriptor() ([]byte, []int)
- func (x *Solution_SolutionType) GetAssemblyInspection() *Solution_SolutionType_AssemblyInspectionOptions
- func (x *Solution_SolutionType) GetCosmeticInspection() *Solution_SolutionType_CosmeticInspectionOptions
- func (x *Solution_SolutionType) GetCustomInspection() *Solution_SolutionType_CustomInspectionOptions
- func (m *Solution_SolutionType) GetType() isSolution_SolutionType_Type
- func (*Solution_SolutionType) ProtoMessage()
- func (x *Solution_SolutionType) ProtoReflect() protoreflect.Message
- func (x *Solution_SolutionType) Reset()
- func (x *Solution_SolutionType) String() string
- type Solution_SolutionType_AssemblyInspection
- type Solution_SolutionType_AssemblyInspectionOptions
- func (*Solution_SolutionType_AssemblyInspectionOptions) Descriptor() ([]byte, []int)
- func (*Solution_SolutionType_AssemblyInspectionOptions) ProtoMessage()
- func (x *Solution_SolutionType_AssemblyInspectionOptions) ProtoReflect() protoreflect.Message
- func (x *Solution_SolutionType_AssemblyInspectionOptions) Reset()
- func (x *Solution_SolutionType_AssemblyInspectionOptions) String() string
- type Solution_SolutionType_CosmeticInspection
- type Solution_SolutionType_CosmeticInspectionOptions
- func (*Solution_SolutionType_CosmeticInspectionOptions) Descriptor() ([]byte, []int)
- func (*Solution_SolutionType_CosmeticInspectionOptions) ProtoMessage()
- func (x *Solution_SolutionType_CosmeticInspectionOptions) ProtoReflect() protoreflect.Message
- func (x *Solution_SolutionType_CosmeticInspectionOptions) Reset()
- func (x *Solution_SolutionType_CosmeticInspectionOptions) String() string
- type Solution_SolutionType_CustomInspection
- type Solution_SolutionType_CustomInspectionOptions
- func (*Solution_SolutionType_CustomInspectionOptions) Descriptor() ([]byte, []int)
- func (*Solution_SolutionType_CustomInspectionOptions) ProtoMessage()
- func (x *Solution_SolutionType_CustomInspectionOptions) ProtoReflect() protoreflect.Message
- func (x *Solution_SolutionType_CustomInspectionOptions) Reset()
- func (x *Solution_SolutionType_CustomInspectionOptions) String() string
- type Solution_TrainingConfig
- func (*Solution_TrainingConfig) Descriptor() ([]byte, []int)
- func (x *Solution_TrainingConfig) GetParameters() *structpb.Struct
- func (x *Solution_TrainingConfig) GetTrainingDuration() *durationpb.Duration
- func (*Solution_TrainingConfig) ProtoMessage()
- func (x *Solution_TrainingConfig) ProtoReflect() protoreflect.Message
- func (x *Solution_TrainingConfig) Reset()
- func (x *Solution_TrainingConfig) String() string
- type SparseAlignmentLocalizationModule
- func (*SparseAlignmentLocalizationModule) Descriptor() ([]byte, []int)
- func (x *SparseAlignmentLocalizationModule) GetInspectionRegionPredictions() []*AnnotationOutput
- func (x *SparseAlignmentLocalizationModule) GetInspectionRegions() []*AnnotationInput
- func (x *SparseAlignmentLocalizationModule) GetQueryRegions() []*AnnotationInput
- func (x *SparseAlignmentLocalizationModule) GetTargetRegionPredictions() []*AnnotationOutput
- func (x *SparseAlignmentLocalizationModule) GetTargetRegions() []*AnnotationInput
- func (*SparseAlignmentLocalizationModule) ProtoMessage()
- func (x *SparseAlignmentLocalizationModule) ProtoReflect() protoreflect.Message
- func (x *SparseAlignmentLocalizationModule) Reset()
- func (x *SparseAlignmentLocalizationModule) String() string
- type SpecialistPool
- func (*SpecialistPool) Descriptor() ([]byte, []int)
- func (x *SpecialistPool) GetDisplayName() string
- func (x *SpecialistPool) GetName() string
- func (x *SpecialistPool) GetSpecialistManagerEmails() []string
- func (x *SpecialistPool) GetSpecialistManagersCount() int32
- func (*SpecialistPool) ProtoMessage()
- func (x *SpecialistPool) ProtoReflect() protoreflect.Message
- func (x *SpecialistPool) Reset()
- func (x *SpecialistPool) String() string
- type UndeploySolutionOperationMetadata
- func (*UndeploySolutionOperationMetadata) Descriptor() ([]byte, []int)
- func (x *UndeploySolutionOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*UndeploySolutionOperationMetadata) ProtoMessage()
- func (x *UndeploySolutionOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *UndeploySolutionOperationMetadata) Reset()
- func (x *UndeploySolutionOperationMetadata) String() string
- type UnimplementedVisualInspectionServer
- func (*UnimplementedVisualInspectionServer) BatchPredict(context.Context, *BatchPredictRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) CancelLabelingJob(context.Context, *CancelLabelingJobRequest) (*emptypb.Empty, error)
- func (*UnimplementedVisualInspectionServer) CreateAnnotationSet(context.Context, *CreateAnnotationSetRequest) (*AnnotationSet, error)
- func (*UnimplementedVisualInspectionServer) CreateAnnotationSpec(context.Context, *CreateAnnotationSpecRequest) (*AnnotationSpec, error)
- func (*UnimplementedVisualInspectionServer) CreateLabelingJob(context.Context, *CreateLabelingJobRequest) (*LabelingJob, error)
- func (*UnimplementedVisualInspectionServer) CreateModel(context.Context, *CreateModelRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) CreateModule(context.Context, *CreateModuleRequest) (*Module, error)
- func (*UnimplementedVisualInspectionServer) CreateSolution(context.Context, *CreateSolutionRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) CreateSolutionArtifact(context.Context, *CreateSolutionArtifactRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) CreateSpecialistPool(context.Context, *CreateSpecialistPoolRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) DeleteDataset(context.Context, *DeleteDatasetRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) DeleteLabelingJob(context.Context, *DeleteLabelingJobRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) DeleteModel(context.Context, *DeleteModelRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) DeleteModule(context.Context, *DeleteModuleRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) DeleteSolutionArtifact(context.Context, *DeleteSolutionArtifactRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) DeleteSpecialistPool(context.Context, *DeleteSpecialistPoolRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) ExportData(context.Context, *ExportDataRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) GetDataset(context.Context, *GetDatasetRequest) (*Dataset, error)
- func (*UnimplementedVisualInspectionServer) GetImage(context.Context, *GetImageRequest) (*Image, error)
- func (*UnimplementedVisualInspectionServer) GetLabelingJob(context.Context, *GetLabelingJobRequest) (*LabelingJob, error)
- func (*UnimplementedVisualInspectionServer) GetModel(context.Context, *GetModelRequest) (*Model, error)
- func (*UnimplementedVisualInspectionServer) GetModelEvaluation(context.Context, *GetModelEvaluationRequest) (*ModelEvaluation, error)
- func (*UnimplementedVisualInspectionServer) GetModule(context.Context, *GetModuleRequest) (*Module, error)
- func (*UnimplementedVisualInspectionServer) GetSolution(context.Context, *GetSolutionRequest) (*Solution, error)
- func (*UnimplementedVisualInspectionServer) GetSolutionArtifact(context.Context, *GetSolutionArtifactRequest) (*SolutionArtifact, error)
- func (*UnimplementedVisualInspectionServer) GetSpecialistPool(context.Context, *GetSpecialistPoolRequest) (*SpecialistPool, error)
- func (*UnimplementedVisualInspectionServer) ImportData(context.Context, *ImportDataRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) ListAnnotationSets(context.Context, *ListAnnotationSetsRequest) (*ListAnnotationSetsResponse, error)
- func (*UnimplementedVisualInspectionServer) ListAnnotationSpecs(context.Context, *ListAnnotationSpecsRequest) (*ListAnnotationSpecsResponse, error)
- func (*UnimplementedVisualInspectionServer) ListAnnotations(context.Context, *ListAnnotationsRequest) (*ListAnnotationsResponse, error)
- func (*UnimplementedVisualInspectionServer) ListDatasets(context.Context, *ListDatasetsRequest) (*ListDatasetsResponse, error)
- func (*UnimplementedVisualInspectionServer) ListImages(context.Context, *ListImagesRequest) (*ListImagesResponse, error)
- func (*UnimplementedVisualInspectionServer) ListLabelingJobs(context.Context, *ListLabelingJobsRequest) (*ListLabelingJobsResponse, error)
- func (*UnimplementedVisualInspectionServer) ListModelEvaluations(context.Context, *ListModelEvaluationsRequest) (*ListModelEvaluationsResponse, error)
- func (*UnimplementedVisualInspectionServer) ListModels(context.Context, *ListModelsRequest) (*ListModelsResponse, error)
- func (*UnimplementedVisualInspectionServer) ListModules(context.Context, *ListModulesRequest) (*ListModulesResponse, error)
- func (*UnimplementedVisualInspectionServer) ListSolutionArtifacts(context.Context, *ListSolutionArtifactsRequest) (*ListSolutionArtifactsResponse, error)
- func (*UnimplementedVisualInspectionServer) ListSolutions(context.Context, *ListSolutionsRequest) (*ListSolutionsResponse, error)
- func (*UnimplementedVisualInspectionServer) ListSpecialistPools(context.Context, *ListSpecialistPoolsRequest) (*ListSpecialistPoolsResponse, error)
- func (*UnimplementedVisualInspectionServer) UpdateModel(context.Context, *UpdateModelRequest) (*Model, error)
- func (*UnimplementedVisualInspectionServer) UpdateModule(context.Context, *UpdateModuleRequest) (*Module, error)
- func (*UnimplementedVisualInspectionServer) UpdateSolutionArtifact(context.Context, *UpdateSolutionArtifactRequest) (*SolutionArtifact, error)
- func (*UnimplementedVisualInspectionServer) UpdateSpecialistPool(context.Context, *UpdateSpecialistPoolRequest) (*longrunning.Operation, error)
- func (*UnimplementedVisualInspectionServer) WritePredictions(context.Context, *WritePredictionsRequest) (*longrunning.Operation, error)
- type UpdateModelRequest
- func (*UpdateModelRequest) Descriptor() ([]byte, []int)
- func (x *UpdateModelRequest) GetModel() *Model
- func (x *UpdateModelRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateModelRequest) ProtoMessage()
- func (x *UpdateModelRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateModelRequest) Reset()
- func (x *UpdateModelRequest) String() string
- type UpdateModuleRequest
- func (*UpdateModuleRequest) Descriptor() ([]byte, []int)
- func (x *UpdateModuleRequest) GetModule() *Module
- func (x *UpdateModuleRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateModuleRequest) ProtoMessage()
- func (x *UpdateModuleRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateModuleRequest) Reset()
- func (x *UpdateModuleRequest) String() string
- type UpdateSolutionArtifactRequest
- func (*UpdateSolutionArtifactRequest) Descriptor() ([]byte, []int)
- func (x *UpdateSolutionArtifactRequest) GetSolutionArtifact() *SolutionArtifact
- func (x *UpdateSolutionArtifactRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateSolutionArtifactRequest) ProtoMessage()
- func (x *UpdateSolutionArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSolutionArtifactRequest) Reset()
- func (x *UpdateSolutionArtifactRequest) String() string
- type UpdateSpecialistPoolOperationMetadata
- func (*UpdateSpecialistPoolOperationMetadata) Descriptor() ([]byte, []int)
- func (x *UpdateSpecialistPoolOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*UpdateSpecialistPoolOperationMetadata) ProtoMessage()
- func (x *UpdateSpecialistPoolOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateSpecialistPoolOperationMetadata) Reset()
- func (x *UpdateSpecialistPoolOperationMetadata) String() string
- type UpdateSpecialistPoolRequest
- func (*UpdateSpecialistPoolRequest) Descriptor() ([]byte, []int)
- func (x *UpdateSpecialistPoolRequest) GetSpecialistPool() *SpecialistPool
- func (x *UpdateSpecialistPoolRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateSpecialistPoolRequest) ProtoMessage()
- func (x *UpdateSpecialistPoolRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSpecialistPoolRequest) Reset()
- func (x *UpdateSpecialistPoolRequest) String() string
- type VisualInspectionClient
- type VisualInspectionServer
- type WritePredictionsOperationMetadata
- func (*WritePredictionsOperationMetadata) Descriptor() ([]byte, []int)
- func (x *WritePredictionsOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
- func (*WritePredictionsOperationMetadata) ProtoMessage()
- func (x *WritePredictionsOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *WritePredictionsOperationMetadata) Reset()
- func (x *WritePredictionsOperationMetadata) String() string
- type WritePredictionsRequest
- func (*WritePredictionsRequest) Descriptor() ([]byte, []int)
- func (x *WritePredictionsRequest) GetLabelKeysCopyAllowlist() []string
- func (x *WritePredictionsRequest) GetLabelKeysCopyDenylist() []string
- func (x *WritePredictionsRequest) GetModel() string
- func (x *WritePredictionsRequest) GetOutputMatchingIouThreshold() float32
- func (x *WritePredictionsRequest) GetOutputScoreThreshold() float32
- func (*WritePredictionsRequest) ProtoMessage()
- func (x *WritePredictionsRequest) ProtoReflect() protoreflect.Message
- func (x *WritePredictionsRequest) Reset()
- func (x *WritePredictionsRequest) String() string
- type WritePredictionsResponse
Constants ¶
Variables ¶
var ( Annotation_Source_SourceType_name = map[int32]string{ 0: "SOURCE_TYPE_UNSPECIFIED", 1: "HUMAN_PRODUCED", 2: "MACHINE_PRODUCED", 3: "HUMAN_LABELED", } Annotation_Source_SourceType_value = map[string]int32{ "SOURCE_TYPE_UNSPECIFIED": 0, "HUMAN_PRODUCED": 1, "MACHINE_PRODUCED": 2, "HUMAN_LABELED": 3, } )
Enum value maps for Annotation_Source_SourceType.
var ( LabelingJob_JobState_name = map[int32]string{ 0: "JOB_STATE_UNSPECIFIED", 1: "JOB_STATE_QUEUED", 2: "JOB_STATE_PENDING", 3: "JOB_STATE_RUNNING", 4: "JOB_STATE_SUCCEEDED", 5: "JOB_STATE_FAILED", 6: "JOB_STATE_CANCELLING", 7: "JOB_STATE_CANCELLED", 8: "JOB_STATE_PAUSED", } LabelingJob_JobState_value = map[string]int32{ "JOB_STATE_UNSPECIFIED": 0, "JOB_STATE_QUEUED": 1, "JOB_STATE_PENDING": 2, "JOB_STATE_RUNNING": 3, "JOB_STATE_SUCCEEDED": 4, "JOB_STATE_FAILED": 5, "JOB_STATE_CANCELLING": 6, "JOB_STATE_CANCELLED": 7, "JOB_STATE_PAUSED": 8, } )
Enum value maps for LabelingJob_JobState.
var ( SolutionArtifact_ExportType_name = map[int32]string{ 0: "EXPORT_TYPE_UNSPECIFIED", 1: "CPU_CONTAINER", 2: "GPU_CONTAINER", 3: "PACKAGED_ARCHIVE", } SolutionArtifact_ExportType_value = map[string]int32{ "EXPORT_TYPE_UNSPECIFIED": 0, "CPU_CONTAINER": 1, "GPU_CONTAINER": 2, "PACKAGED_ARCHIVE": 3, } )
Enum value maps for SolutionArtifact_ExportType.
var File_google_cloud_visualinspection_v1beta1_annotation_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_annotation_set_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_annotation_spec_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_common_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_dataset_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_geometry_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_image_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_io_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_labeling_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_metrics_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_model_evaluation_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_model_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_module_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_service_proto protoreflect.FileDescriptor
var File_google_cloud_visualinspection_v1beta1_solution_artifact_proto protoreflect.FileDescriptor
Functions ¶
func RegisterVisualInspectionServer ¶
func RegisterVisualInspectionServer(s *grpc.Server, srv VisualInspectionServer)
Types ¶
type ActiveLearningConfig ¶
type ActiveLearningConfig struct { // Max number of human labeled data items. MaxItemCount int64 `protobuf:"varint,1,opt,name=max_item_count,json=maxItemCount,proto3" json:"max_item_count,omitempty"` // contains filtered or unexported fields }
Configuration of active learning.
func (*ActiveLearningConfig) Descriptor ¶
func (*ActiveLearningConfig) Descriptor() ([]byte, []int)
Deprecated: Use ActiveLearningConfig.ProtoReflect.Descriptor instead.
func (*ActiveLearningConfig) GetMaxItemCount ¶
func (x *ActiveLearningConfig) GetMaxItemCount() int64
func (*ActiveLearningConfig) ProtoMessage ¶
func (*ActiveLearningConfig) ProtoMessage()
func (*ActiveLearningConfig) ProtoReflect ¶
func (x *ActiveLearningConfig) ProtoReflect() protoreflect.Message
func (*ActiveLearningConfig) Reset ¶
func (x *ActiveLearningConfig) Reset()
func (*ActiveLearningConfig) String ¶
func (x *ActiveLearningConfig) String() string
type Annotation ¶
type Annotation struct { // Annotation type of the Annotation. // // Types that are assignable to AnnotationType: // *Annotation_Box // *Annotation_Polygon // *Annotation_ClassificationLabel // *Annotation_Mask // *Annotation_Polyline AnnotationType isAnnotation_AnnotationType `protobuf_oneof:"annotation_type"` // Output only. Resource name for Annotation generated by the system. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. Timestamp when this Annotation was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. Timestamp when Annotation was last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // The resource ID of the AnnotationSpec that this Annotation pertains to. // The AnnotationSpec must be in the same ancestor Dataset. // The field could be empty for a MaskAnnotation. AnnotationSpecId string `protobuf:"bytes,4,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // Required. The resource ID of the AnnotationSet that this Annotation belongs // to. AnnotationSetId string `protobuf:"bytes,5,opt,name=annotation_set_id,json=annotationSetId,proto3" json:"annotation_set_id,omitempty"` // The resource ID of the parent Annotation. Parent annotation represents a // region in the original Image. ParentAnnotationId string `protobuf:"bytes,7,opt,name=parent_annotation_id,json=parentAnnotationId,proto3" json:"parent_annotation_id,omitempty"` // Output only. Source of the Annotation. Source *Annotation_Source `protobuf:"bytes,12,opt,name=source,proto3" json:"source,omitempty"` // The labels with user-defined metadata to organize your Annotations. // // Label keys and values can be no longer than 64 characters // (Unicode codepoints), can only contain lowercase letters, numeric // characters, underscores and dashes. International characters are allowed. // Label keys must start with a letter. // // See https://goo.gl/xmQnxf for more information on and examples of labels. Labels map[string]string `` /* 154-byte string literal not displayed */ // contains filtered or unexported fields }
Annotation is used to assign specific AnnotationSpec to a particular Image.
func (*Annotation) Descriptor ¶
func (*Annotation) Descriptor() ([]byte, []int)
Deprecated: Use Annotation.ProtoReflect.Descriptor instead.
func (*Annotation) GetAnnotationSetId ¶
func (x *Annotation) GetAnnotationSetId() string
func (*Annotation) GetAnnotationSpecId ¶
func (x *Annotation) GetAnnotationSpecId() string
func (*Annotation) GetAnnotationType ¶
func (m *Annotation) GetAnnotationType() isAnnotation_AnnotationType
func (*Annotation) GetBox ¶
func (x *Annotation) GetBox() *BoundingBoxAnnotation
func (*Annotation) GetClassificationLabel ¶
func (x *Annotation) GetClassificationLabel() *ClassificationLabelAnnotation
func (*Annotation) GetCreateTime ¶
func (x *Annotation) GetCreateTime() *timestamppb.Timestamp
func (*Annotation) GetLabels ¶
func (x *Annotation) GetLabels() map[string]string
func (*Annotation) GetMask ¶
func (x *Annotation) GetMask() *MaskAnnotation
func (*Annotation) GetName ¶
func (x *Annotation) GetName() string
func (*Annotation) GetParentAnnotationId ¶
func (x *Annotation) GetParentAnnotationId() string
func (*Annotation) GetPolygon ¶
func (x *Annotation) GetPolygon() *BoundingPolyAnnotation
func (*Annotation) GetPolyline ¶
func (x *Annotation) GetPolyline() *PolylineAnnotation
func (*Annotation) GetSource ¶
func (x *Annotation) GetSource() *Annotation_Source
func (*Annotation) GetUpdateTime ¶
func (x *Annotation) GetUpdateTime() *timestamppb.Timestamp
func (*Annotation) ProtoMessage ¶
func (*Annotation) ProtoMessage()
func (*Annotation) ProtoReflect ¶
func (x *Annotation) ProtoReflect() protoreflect.Message
func (*Annotation) Reset ¶
func (x *Annotation) Reset()
func (*Annotation) String ¶
func (x *Annotation) String() string
type AnnotationInput ¶
type AnnotationInput struct { // Required. The AnnotationSet ID containing input Annotations. The expected // AnnotationType of this AnnotationSet will depend on the Module. // // Deprecated: Do not use. AnnotationSetId string `protobuf:"bytes,1,opt,name=annotation_set_id,json=annotationSetId,proto3" json:"annotation_set_id,omitempty"` // Required. The AnnotationSet containing input Annotations. The expected // AnnotationType of this AnnotationSet will depend on the Module. AnnotationSet string `protobuf:"bytes,3,opt,name=annotation_set,json=annotationSet,proto3" json:"annotation_set,omitempty"` // A list of AnnotationSpecs to subselect Annotations in this AnnotationSet. // If specified, only Annotations which have an AnnotationSpec in the list are // used as input to the Module. AnnotationSpecAllowlist []string `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Specifies the source of Annotations for a Module input.
func (*AnnotationInput) Descriptor ¶
func (*AnnotationInput) Descriptor() ([]byte, []int)
Deprecated: Use AnnotationInput.ProtoReflect.Descriptor instead.
func (*AnnotationInput) GetAnnotationSet ¶
func (x *AnnotationInput) GetAnnotationSet() string
func (*AnnotationInput) GetAnnotationSetId ¶
func (x *AnnotationInput) GetAnnotationSetId() string
Deprecated: Do not use.
func (*AnnotationInput) GetAnnotationSpecAllowlist ¶
func (x *AnnotationInput) GetAnnotationSpecAllowlist() []string
func (*AnnotationInput) ProtoMessage ¶
func (*AnnotationInput) ProtoMessage()
func (*AnnotationInput) ProtoReflect ¶
func (x *AnnotationInput) ProtoReflect() protoreflect.Message
func (*AnnotationInput) Reset ¶
func (x *AnnotationInput) Reset()
func (*AnnotationInput) String ¶
func (x *AnnotationInput) String() string
type AnnotationOutput ¶
type AnnotationOutput struct { // Required. The AnnotationSet ID containing output Annotations. The expected // AnnotationType of this AnnotationSet will depend on the Module. // // Deprecated: Do not use. AnnotationSetId string `protobuf:"bytes,1,opt,name=annotation_set_id,json=annotationSetId,proto3" json:"annotation_set_id,omitempty"` // Required. The AnnotationSet containing output Annotations. The expected // AnnotationType of this AnnotationSet will depend on the Module. AnnotationSet string `protobuf:"bytes,2,opt,name=annotation_set,json=annotationSet,proto3" json:"annotation_set,omitempty"` // contains filtered or unexported fields }
Specifies the output for Annotations produced by a Module.
func (*AnnotationOutput) Descriptor ¶
func (*AnnotationOutput) Descriptor() ([]byte, []int)
Deprecated: Use AnnotationOutput.ProtoReflect.Descriptor instead.
func (*AnnotationOutput) GetAnnotationSet ¶
func (x *AnnotationOutput) GetAnnotationSet() string
func (*AnnotationOutput) GetAnnotationSetId ¶
func (x *AnnotationOutput) GetAnnotationSetId() string
Deprecated: Do not use.
func (*AnnotationOutput) ProtoMessage ¶
func (*AnnotationOutput) ProtoMessage()
func (*AnnotationOutput) ProtoReflect ¶
func (x *AnnotationOutput) ProtoReflect() protoreflect.Message
func (*AnnotationOutput) Reset ¶
func (x *AnnotationOutput) Reset()
func (*AnnotationOutput) String ¶
func (x *AnnotationOutput) String() string
type AnnotationSet ¶
type AnnotationSet struct { // Type of the Annotations in this AnnotationSet. Annotations in this // AnnotationSet must be of the same type. // // Types that are assignable to AnnotationSetType: // *AnnotationSet_ClassificationLabel // *AnnotationSet_Box // *AnnotationSet_Polygon // *AnnotationSet_Mask // *AnnotationSet_Polyline AnnotationSetType isAnnotationSet_AnnotationSetType `protobuf_oneof:"annotation_set_type"` // Output only. Resource name of the AnnotationSet generated by the system. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. A user friendly display name for the annotationset. // It can be up to 128 characters long and can be consist of any UTF-8 // characters. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Output only. Timestamp when this AnnotationSet was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. Timestamp when AnnotationSet was last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Output only. The list of the AnnotationSpecs in the context of the // AnnotationSet. All of the AnnotationSpecs that are imported or created into // the AnnotationSet are automatically added to this list. User can manually // add item to this list even though no annotation is associated with the // corresponding AnnotationSpec. AnnotationSpecs []*AnnotationSpec `protobuf:"bytes,9,rep,name=annotation_specs,json=annotationSpecs,proto3" json:"annotation_specs,omitempty"` // contains filtered or unexported fields }
Resource of an AnnotationSet.
func (*AnnotationSet) Descriptor ¶
func (*AnnotationSet) Descriptor() ([]byte, []int)
Deprecated: Use AnnotationSet.ProtoReflect.Descriptor instead.
func (*AnnotationSet) GetAnnotationSetType ¶
func (m *AnnotationSet) GetAnnotationSetType() isAnnotationSet_AnnotationSetType
func (*AnnotationSet) GetAnnotationSpecs ¶
func (x *AnnotationSet) GetAnnotationSpecs() []*AnnotationSpec
func (*AnnotationSet) GetBox ¶
func (x *AnnotationSet) GetBox() *BoundingBoxAnnotationSet
func (*AnnotationSet) GetClassificationLabel ¶
func (x *AnnotationSet) GetClassificationLabel() *ClassificationLabelAnnotationSet
func (*AnnotationSet) GetCreateTime ¶
func (x *AnnotationSet) GetCreateTime() *timestamppb.Timestamp
func (*AnnotationSet) GetDisplayName ¶
func (x *AnnotationSet) GetDisplayName() string
func (*AnnotationSet) GetMask ¶
func (x *AnnotationSet) GetMask() *MaskAnnotationSet
func (*AnnotationSet) GetName ¶
func (x *AnnotationSet) GetName() string
func (*AnnotationSet) GetPolygon ¶
func (x *AnnotationSet) GetPolygon() *PolygonAnnotationSet
func (*AnnotationSet) GetPolyline ¶
func (x *AnnotationSet) GetPolyline() *PolylineAnnotationSet
func (*AnnotationSet) GetUpdateTime ¶
func (x *AnnotationSet) GetUpdateTime() *timestamppb.Timestamp
func (*AnnotationSet) ProtoMessage ¶
func (*AnnotationSet) ProtoMessage()
func (*AnnotationSet) ProtoReflect ¶
func (x *AnnotationSet) ProtoReflect() protoreflect.Message
func (*AnnotationSet) Reset ¶
func (x *AnnotationSet) Reset()
func (*AnnotationSet) String ¶
func (x *AnnotationSet) String() string
type AnnotationSet_Box ¶
type AnnotationSet_Box struct { // Bounding box. Box *BoundingBoxAnnotationSet `protobuf:"bytes,4,opt,name=box,proto3,oneof"` }
type AnnotationSet_ClassificationLabel ¶
type AnnotationSet_ClassificationLabel struct { // Classification label. ClassificationLabel *ClassificationLabelAnnotationSet `protobuf:"bytes,3,opt,name=classification_label,json=classificationLabel,proto3,oneof"` }
type AnnotationSet_Mask ¶
type AnnotationSet_Mask struct { // Mask. Mask *MaskAnnotationSet `protobuf:"bytes,6,opt,name=mask,proto3,oneof"` }
type AnnotationSet_Polygon ¶
type AnnotationSet_Polygon struct { // Polygon. Polygon *PolygonAnnotationSet `protobuf:"bytes,5,opt,name=polygon,proto3,oneof"` }
type AnnotationSet_Polyline ¶
type AnnotationSet_Polyline struct { // Polyline Polyline *PolylineAnnotationSet `protobuf:"bytes,11,opt,name=polyline,proto3,oneof"` }
type AnnotationSpec ¶
type AnnotationSpec struct { // Output only. Resource name for the AnnotationSpec generated by the system. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. A user friendly display name for the AnnotationSpec. // The name can be up to 128 characters long and can be consist of any UTF-8 // characters. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Output only. Timestamp when this AnnotationSpec was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. Timestamp when AnnotationSpec was last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
Resource of an AnnotationSpec.
func (*AnnotationSpec) Descriptor ¶
func (*AnnotationSpec) Descriptor() ([]byte, []int)
Deprecated: Use AnnotationSpec.ProtoReflect.Descriptor instead.
func (*AnnotationSpec) GetCreateTime ¶
func (x *AnnotationSpec) GetCreateTime() *timestamppb.Timestamp
func (*AnnotationSpec) GetDisplayName ¶
func (x *AnnotationSpec) GetDisplayName() string
func (*AnnotationSpec) GetName ¶
func (x *AnnotationSpec) GetName() string
func (*AnnotationSpec) GetUpdateTime ¶
func (x *AnnotationSpec) GetUpdateTime() *timestamppb.Timestamp
func (*AnnotationSpec) ProtoMessage ¶
func (*AnnotationSpec) ProtoMessage()
func (*AnnotationSpec) ProtoReflect ¶
func (x *AnnotationSpec) ProtoReflect() protoreflect.Message
func (*AnnotationSpec) Reset ¶
func (x *AnnotationSpec) Reset()
func (*AnnotationSpec) String ¶
func (x *AnnotationSpec) String() string
type AnnotationSpecColor ¶
type AnnotationSpecColor struct { // AnnotationSpec Id. AnnotationSpecId string `protobuf:"bytes,1,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // RGB value represents color in the category_mask image. // Alpha value will always be empty. Color *color.Color `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"` // contains filtered or unexported fields }
Mapping of color to AnnotationSpec
func (*AnnotationSpecColor) Descriptor ¶
func (*AnnotationSpecColor) Descriptor() ([]byte, []int)
Deprecated: Use AnnotationSpecColor.ProtoReflect.Descriptor instead.
func (*AnnotationSpecColor) GetAnnotationSpecId ¶
func (x *AnnotationSpecColor) GetAnnotationSpecId() string
func (*AnnotationSpecColor) GetColor ¶
func (x *AnnotationSpecColor) GetColor() *color.Color
func (*AnnotationSpecColor) ProtoMessage ¶
func (*AnnotationSpecColor) ProtoMessage()
func (*AnnotationSpecColor) ProtoReflect ¶
func (x *AnnotationSpecColor) ProtoReflect() protoreflect.Message
func (*AnnotationSpecColor) Reset ¶
func (x *AnnotationSpecColor) Reset()
func (*AnnotationSpecColor) String ¶
func (x *AnnotationSpecColor) String() string
type Annotation_Box ¶
type Annotation_Box struct { // A BoundingBox Annotation. Box *BoundingBoxAnnotation `protobuf:"bytes,8,opt,name=box,proto3,oneof"` }
type Annotation_ClassificationLabel ¶
type Annotation_ClassificationLabel struct { // A Classification Label Annotation. ClassificationLabel *ClassificationLabelAnnotation `protobuf:"bytes,10,opt,name=classification_label,json=classificationLabel,proto3,oneof"` }
type Annotation_Mask ¶
type Annotation_Mask struct { // A Mask Annotation. Mask *MaskAnnotation `protobuf:"bytes,11,opt,name=mask,proto3,oneof"` }
type Annotation_Polygon ¶
type Annotation_Polygon struct { // A BoundingPoly Annotation. Polygon *BoundingPolyAnnotation `protobuf:"bytes,9,opt,name=polygon,proto3,oneof"` }
type Annotation_Polyline ¶
type Annotation_Polyline struct { // A Polyline Annotation, Polyline *PolylineAnnotation `protobuf:"bytes,14,opt,name=polyline,proto3,oneof"` }
type Annotation_Source ¶
type Annotation_Source struct { // Source type. Type Annotation_Source_SourceType `` /* 134-byte string literal not displayed */ // Resource name of the source model when the Annotation is // MACHINE_PRODUCED. SourceModel string `protobuf:"bytes,2,opt,name=source_model,json=sourceModel,proto3" json:"source_model,omitempty"` // contains filtered or unexported fields }
Source of the Annotation.
func (*Annotation_Source) Descriptor ¶
func (*Annotation_Source) Descriptor() ([]byte, []int)
Deprecated: Use Annotation_Source.ProtoReflect.Descriptor instead.
func (*Annotation_Source) GetSourceModel ¶
func (x *Annotation_Source) GetSourceModel() string
func (*Annotation_Source) GetType ¶
func (x *Annotation_Source) GetType() Annotation_Source_SourceType
func (*Annotation_Source) ProtoMessage ¶
func (*Annotation_Source) ProtoMessage()
func (*Annotation_Source) ProtoReflect ¶
func (x *Annotation_Source) ProtoReflect() protoreflect.Message
func (*Annotation_Source) Reset ¶
func (x *Annotation_Source) Reset()
func (*Annotation_Source) String ¶
func (x *Annotation_Source) String() string
type Annotation_Source_SourceType ¶
type Annotation_Source_SourceType int32
Source type of the Annotation.
const ( // Unspecified source type. Annotation_Source_SOURCE_TYPE_UNSPECIFIED Annotation_Source_SourceType = 0 // The Annotation is generated by a human user. Annotation_Source_HUMAN_PRODUCED Annotation_Source_SourceType = 1 // The Annotation is generated by a ML model. Annotation_Source_MACHINE_PRODUCED Annotation_Source_SourceType = 2 // The Annotation is generated by machine, and it has // child Annotation with HUMAN_PRODUCED. Annotation_Source_HUMAN_LABELED Annotation_Source_SourceType = 3 )
func (Annotation_Source_SourceType) Descriptor ¶
func (Annotation_Source_SourceType) Descriptor() protoreflect.EnumDescriptor
func (Annotation_Source_SourceType) Enum ¶
func (x Annotation_Source_SourceType) Enum() *Annotation_Source_SourceType
func (Annotation_Source_SourceType) EnumDescriptor ¶
func (Annotation_Source_SourceType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Annotation_Source_SourceType.Descriptor instead.
func (Annotation_Source_SourceType) Number ¶
func (x Annotation_Source_SourceType) Number() protoreflect.EnumNumber
func (Annotation_Source_SourceType) String ¶
func (x Annotation_Source_SourceType) String() string
func (Annotation_Source_SourceType) Type ¶
func (Annotation_Source_SourceType) Type() protoreflect.EnumType
type AnomalyDetectionLabelingConfig ¶
type AnomalyDetectionLabelingConfig struct { // Required. The bounding box annotation set for anomaly detection module. // Format: // // projects/{project}/locations/{location}/datasets/{dataset}/annotationSets/{annotation_set}. InputBoundingBoxAnnotationSets []string `` /* 157-byte string literal not displayed */ // A list of AnnotationSpecs to subselect Annotations in // `input_bounding_box_annotation_sets`. If specified, only Annotations which // have an AnnotationSpec in the list will be used for labeling. Format: // // `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`. AnnotationSpecAllowlist []string `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Labeling configuration of anomaly detection.
func (*AnomalyDetectionLabelingConfig) Descriptor ¶
func (*AnomalyDetectionLabelingConfig) Descriptor() ([]byte, []int)
Deprecated: Use AnomalyDetectionLabelingConfig.ProtoReflect.Descriptor instead.
func (*AnomalyDetectionLabelingConfig) GetAnnotationSpecAllowlist ¶
func (x *AnomalyDetectionLabelingConfig) GetAnnotationSpecAllowlist() []string
func (*AnomalyDetectionLabelingConfig) GetInputBoundingBoxAnnotationSets ¶
func (x *AnomalyDetectionLabelingConfig) GetInputBoundingBoxAnnotationSets() []string
func (*AnomalyDetectionLabelingConfig) ProtoMessage ¶
func (*AnomalyDetectionLabelingConfig) ProtoMessage()
func (*AnomalyDetectionLabelingConfig) ProtoReflect ¶
func (x *AnomalyDetectionLabelingConfig) ProtoReflect() protoreflect.Message
func (*AnomalyDetectionLabelingConfig) Reset ¶
func (x *AnomalyDetectionLabelingConfig) Reset()
func (*AnomalyDetectionLabelingConfig) String ¶
func (x *AnomalyDetectionLabelingConfig) String() string
type AnomalyDetectionModule ¶
type AnomalyDetectionModule struct { // Input regions within which to detect anomalies. If not provided, the full // image is used as input. QueryRegions []*AnnotationInput `protobuf:"bytes,1,rep,name=query_regions,json=queryRegions,proto3" json:"query_regions,omitempty"` // Required. Classification labels to train the model. ClassificationLabels []*AnnotationInput `protobuf:"bytes,2,rep,name=classification_labels,json=classificationLabels,proto3" json:"classification_labels,omitempty"` // Required. Classification predictions by the model. ClassificationPredictions []*AnnotationOutput `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
Detailed input and output information of an anomaly detection Module.
func (*AnomalyDetectionModule) Descriptor ¶
func (*AnomalyDetectionModule) Descriptor() ([]byte, []int)
Deprecated: Use AnomalyDetectionModule.ProtoReflect.Descriptor instead.
func (*AnomalyDetectionModule) GetClassificationLabels ¶
func (x *AnomalyDetectionModule) GetClassificationLabels() []*AnnotationInput
func (*AnomalyDetectionModule) GetClassificationPredictions ¶
func (x *AnomalyDetectionModule) GetClassificationPredictions() []*AnnotationOutput
func (*AnomalyDetectionModule) GetQueryRegions ¶
func (x *AnomalyDetectionModule) GetQueryRegions() []*AnnotationInput
func (*AnomalyDetectionModule) ProtoMessage ¶
func (*AnomalyDetectionModule) ProtoMessage()
func (*AnomalyDetectionModule) ProtoReflect ¶
func (x *AnomalyDetectionModule) ProtoReflect() protoreflect.Message
func (*AnomalyDetectionModule) Reset ¶
func (x *AnomalyDetectionModule) Reset()
func (*AnomalyDetectionModule) String ¶
func (x *AnomalyDetectionModule) String() string
type BatchPredictOperationMetadata ¶
type BatchPredictOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Operation metadata for BatchPreidct.
func (*BatchPredictOperationMetadata) Descriptor ¶
func (*BatchPredictOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use BatchPredictOperationMetadata.ProtoReflect.Descriptor instead.
func (*BatchPredictOperationMetadata) GetCommonOperationMetadata ¶
func (x *BatchPredictOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*BatchPredictOperationMetadata) ProtoMessage ¶
func (*BatchPredictOperationMetadata) ProtoMessage()
func (*BatchPredictOperationMetadata) ProtoReflect ¶
func (x *BatchPredictOperationMetadata) ProtoReflect() protoreflect.Message
func (*BatchPredictOperationMetadata) Reset ¶
func (x *BatchPredictOperationMetadata) Reset()
func (*BatchPredictOperationMetadata) String ¶
func (x *BatchPredictOperationMetadata) String() string
type BatchPredictRequest ¶
type BatchPredictRequest struct { // Required. SolutionArtifact identifier. SolutionArtifact string `protobuf:"bytes,1,opt,name=solution_artifact,json=solutionArtifact,proto3" json:"solution_artifact,omitempty"` // Required. The input configuration for batch prediction. // The Cloud Storage path of input file. Accepted forms: // * Full object path, e.g. gs://bucket/directory/object.csv in which each // line is the full path to a image file. InputUri string `protobuf:"bytes,2,opt,name=input_uri,json=inputUri,proto3" json:"input_uri,omitempty"` // Required. The Cloud Storage location of the directory where the output is // to be written to. Output directory will contain: // 1. output.jsonl // # Each line is a JSON format of PredictionResult. // // 2. category_masks (for MaskAnnotation) // # Directory of masks - referenced via annotation in output.jsonl. // // 3. confidence_masks (for MaskAnnotation) // # Directory of masks - referenced via annotation in output.jsonl. OutputGcsDir *GcsDestination `protobuf:"bytes,3,opt,name=output_gcs_dir,json=outputGcsDir,proto3" json:"output_gcs_dir,omitempty"` // contains filtered or unexported fields }
Request message for BatchPredict.
func (*BatchPredictRequest) Descriptor ¶
func (*BatchPredictRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchPredictRequest.ProtoReflect.Descriptor instead.
func (*BatchPredictRequest) GetInputUri ¶
func (x *BatchPredictRequest) GetInputUri() string
func (*BatchPredictRequest) GetOutputGcsDir ¶
func (x *BatchPredictRequest) GetOutputGcsDir() *GcsDestination
func (*BatchPredictRequest) GetSolutionArtifact ¶
func (x *BatchPredictRequest) GetSolutionArtifact() string
func (*BatchPredictRequest) ProtoMessage ¶
func (*BatchPredictRequest) ProtoMessage()
func (*BatchPredictRequest) ProtoReflect ¶
func (x *BatchPredictRequest) ProtoReflect() protoreflect.Message
func (*BatchPredictRequest) Reset ¶
func (x *BatchPredictRequest) Reset()
func (*BatchPredictRequest) String ¶
func (x *BatchPredictRequest) String() string
type BatchPredictResponse ¶
type BatchPredictResponse struct {
// contains filtered or unexported fields
}
func (*BatchPredictResponse) Descriptor ¶
func (*BatchPredictResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchPredictResponse.ProtoReflect.Descriptor instead.
func (*BatchPredictResponse) ProtoMessage ¶
func (*BatchPredictResponse) ProtoMessage()
func (*BatchPredictResponse) ProtoReflect ¶
func (x *BatchPredictResponse) ProtoReflect() protoreflect.Message
func (*BatchPredictResponse) Reset ¶
func (x *BatchPredictResponse) Reset()
func (*BatchPredictResponse) String ¶
func (x *BatchPredictResponse) String() string
type BoundingBoxAnnotation ¶
type BoundingBoxAnnotation struct { // A box representing a rectangle region on the image. // A box is supposed to have exactly four vertices in clockwise order. // Vertices are represented in normalized format. NormalizedBoundingBox *NormalizedBoundingPoly `` /* 126-byte string literal not displayed */ // Output only. A confidence score between 0.0 and 1.0. A higher value // means greater confidence about the annotation. ConfidenceScore float32 `protobuf:"fixed32,2,opt,name=confidence_score,json=confidenceScore,proto3" json:"confidence_score,omitempty"` // contains filtered or unexported fields }
Detailed information for BoundingBox Annotation.
func (*BoundingBoxAnnotation) Descriptor ¶
func (*BoundingBoxAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use BoundingBoxAnnotation.ProtoReflect.Descriptor instead.
func (*BoundingBoxAnnotation) GetConfidenceScore ¶
func (x *BoundingBoxAnnotation) GetConfidenceScore() float32
func (*BoundingBoxAnnotation) GetNormalizedBoundingBox ¶
func (x *BoundingBoxAnnotation) GetNormalizedBoundingBox() *NormalizedBoundingPoly
func (*BoundingBoxAnnotation) ProtoMessage ¶
func (*BoundingBoxAnnotation) ProtoMessage()
func (*BoundingBoxAnnotation) ProtoReflect ¶
func (x *BoundingBoxAnnotation) ProtoReflect() protoreflect.Message
func (*BoundingBoxAnnotation) Reset ¶
func (x *BoundingBoxAnnotation) Reset()
func (*BoundingBoxAnnotation) String ¶
func (x *BoundingBoxAnnotation) String() string
type BoundingBoxAnnotationSet ¶
type BoundingBoxAnnotationSet struct {
// contains filtered or unexported fields
}
BoundingBox Annotation type.
func (*BoundingBoxAnnotationSet) Descriptor ¶
func (*BoundingBoxAnnotationSet) Descriptor() ([]byte, []int)
Deprecated: Use BoundingBoxAnnotationSet.ProtoReflect.Descriptor instead.
func (*BoundingBoxAnnotationSet) ProtoMessage ¶
func (*BoundingBoxAnnotationSet) ProtoMessage()
func (*BoundingBoxAnnotationSet) ProtoReflect ¶
func (x *BoundingBoxAnnotationSet) ProtoReflect() protoreflect.Message
func (*BoundingBoxAnnotationSet) Reset ¶
func (x *BoundingBoxAnnotationSet) Reset()
func (*BoundingBoxAnnotationSet) String ¶
func (x *BoundingBoxAnnotationSet) String() string
type BoundingPolyAnnotation ¶
type BoundingPolyAnnotation struct { // A polygon region on the image. // A polygon is supposed to have N vertices in clockwise order. // Vertices are represented in normalized format. NormalizedBoundingPoly *NormalizedBoundingPoly `` /* 129-byte string literal not displayed */ // Output only. A confidence score between 0.0 and 1.0. A higher value // means greater confidence that the annotation is positive. ConfidenceScore float32 `protobuf:"fixed32,2,opt,name=confidence_score,json=confidenceScore,proto3" json:"confidence_score,omitempty"` // contains filtered or unexported fields }
Detailed information for BoundingPoly Annotation.
func (*BoundingPolyAnnotation) Descriptor ¶
func (*BoundingPolyAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use BoundingPolyAnnotation.ProtoReflect.Descriptor instead.
func (*BoundingPolyAnnotation) GetConfidenceScore ¶
func (x *BoundingPolyAnnotation) GetConfidenceScore() float32
func (*BoundingPolyAnnotation) GetNormalizedBoundingPoly ¶
func (x *BoundingPolyAnnotation) GetNormalizedBoundingPoly() *NormalizedBoundingPoly
func (*BoundingPolyAnnotation) ProtoMessage ¶
func (*BoundingPolyAnnotation) ProtoMessage()
func (*BoundingPolyAnnotation) ProtoReflect ¶
func (x *BoundingPolyAnnotation) ProtoReflect() protoreflect.Message
func (*BoundingPolyAnnotation) Reset ¶
func (x *BoundingPolyAnnotation) Reset()
func (*BoundingPolyAnnotation) String ¶
func (x *BoundingPolyAnnotation) String() string
type CancelLabelingJobRequest ¶
type CancelLabelingJobRequest struct { // Required. The resource name of the labeling job to cancel. Format: // `projects/{project}/locations/{location}/labelingJobs/{labeling_job}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for cancelling a labeling job.
func (*CancelLabelingJobRequest) Descriptor ¶
func (*CancelLabelingJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelLabelingJobRequest.ProtoReflect.Descriptor instead.
func (*CancelLabelingJobRequest) GetName ¶
func (x *CancelLabelingJobRequest) GetName() string
func (*CancelLabelingJobRequest) ProtoMessage ¶
func (*CancelLabelingJobRequest) ProtoMessage()
func (*CancelLabelingJobRequest) ProtoReflect ¶
func (x *CancelLabelingJobRequest) ProtoReflect() protoreflect.Message
func (*CancelLabelingJobRequest) Reset ¶
func (x *CancelLabelingJobRequest) Reset()
func (*CancelLabelingJobRequest) String ¶
func (x *CancelLabelingJobRequest) String() string
type ClassificationLabelAnnotation ¶
type ClassificationLabelAnnotation struct { // Output only. A confidence score between 0.0 and 1.0. A higher value // means greater confidence that the annotation is positive. ConfidenceScore float32 `protobuf:"fixed32,1,opt,name=confidence_score,json=confidenceScore,proto3" json:"confidence_score,omitempty"` // contains filtered or unexported fields }
Detailed information for ClassificationLabel Annotation.
func (*ClassificationLabelAnnotation) Descriptor ¶
func (*ClassificationLabelAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use ClassificationLabelAnnotation.ProtoReflect.Descriptor instead.
func (*ClassificationLabelAnnotation) GetConfidenceScore ¶
func (x *ClassificationLabelAnnotation) GetConfidenceScore() float32
func (*ClassificationLabelAnnotation) ProtoMessage ¶
func (*ClassificationLabelAnnotation) ProtoMessage()
func (*ClassificationLabelAnnotation) ProtoReflect ¶
func (x *ClassificationLabelAnnotation) ProtoReflect() protoreflect.Message
func (*ClassificationLabelAnnotation) Reset ¶
func (x *ClassificationLabelAnnotation) Reset()
func (*ClassificationLabelAnnotation) String ¶
func (x *ClassificationLabelAnnotation) String() string
type ClassificationLabelAnnotationSet ¶
type ClassificationLabelAnnotationSet struct { // Whether or not the classification annotation is a multi-label // classification. MultiLabel bool `protobuf:"varint,1,opt,name=multi_label,json=multiLabel,proto3" json:"multi_label,omitempty"` // contains filtered or unexported fields }
ClassificationLabel Annotation type.
func (*ClassificationLabelAnnotationSet) Descriptor ¶
func (*ClassificationLabelAnnotationSet) Descriptor() ([]byte, []int)
Deprecated: Use ClassificationLabelAnnotationSet.ProtoReflect.Descriptor instead.
func (*ClassificationLabelAnnotationSet) GetMultiLabel ¶
func (x *ClassificationLabelAnnotationSet) GetMultiLabel() bool
func (*ClassificationLabelAnnotationSet) ProtoMessage ¶
func (*ClassificationLabelAnnotationSet) ProtoMessage()
func (*ClassificationLabelAnnotationSet) ProtoReflect ¶
func (x *ClassificationLabelAnnotationSet) ProtoReflect() protoreflect.Message
func (*ClassificationLabelAnnotationSet) Reset ¶
func (x *ClassificationLabelAnnotationSet) Reset()
func (*ClassificationLabelAnnotationSet) String ¶
func (x *ClassificationLabelAnnotationSet) String() string
type ClassificationModule ¶
type ClassificationModule struct { // Regions to search on for the query image, anything outside of these regions // will not be considered from the module. The query images can be defined in // the template image or predicted per image from other modules. If // query_regions are not specified, the full image will be used as a single // query region. QueryRegions []*AnnotationInput `protobuf:"bytes,1,rep,name=query_regions,json=queryRegions,proto3" json:"query_regions,omitempty"` // Regions within the template image to transfer to the query image. InspectionRegions []*AnnotationInput `protobuf:"bytes,2,rep,name=inspection_regions,json=inspectionRegions,proto3" json:"inspection_regions,omitempty"` // Required. Classification labels to train the module. ClassificationLabels []*AnnotationInput `protobuf:"bytes,3,rep,name=classification_labels,json=classificationLabels,proto3" json:"classification_labels,omitempty"` // Classification predictions in inspection regions by the module. InspectionRegionPredictions []*AnnotationOutput `` /* 144-byte string literal not displayed */ // Required. Classification predictions by the module. ClassificationPredictions []*AnnotationOutput `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
Detailed input and output information of an image classification module.
func (*ClassificationModule) Descriptor ¶
func (*ClassificationModule) Descriptor() ([]byte, []int)
Deprecated: Use ClassificationModule.ProtoReflect.Descriptor instead.
func (*ClassificationModule) GetClassificationLabels ¶
func (x *ClassificationModule) GetClassificationLabels() []*AnnotationInput
func (*ClassificationModule) GetClassificationPredictions ¶
func (x *ClassificationModule) GetClassificationPredictions() []*AnnotationOutput
func (*ClassificationModule) GetInspectionRegionPredictions ¶
func (x *ClassificationModule) GetInspectionRegionPredictions() []*AnnotationOutput
func (*ClassificationModule) GetInspectionRegions ¶
func (x *ClassificationModule) GetInspectionRegions() []*AnnotationInput
func (*ClassificationModule) GetQueryRegions ¶
func (x *ClassificationModule) GetQueryRegions() []*AnnotationInput
func (*ClassificationModule) ProtoMessage ¶
func (*ClassificationModule) ProtoMessage()
func (*ClassificationModule) ProtoReflect ¶
func (x *ClassificationModule) ProtoReflect() protoreflect.Message
func (*ClassificationModule) Reset ¶
func (x *ClassificationModule) Reset()
func (*ClassificationModule) String ¶
func (x *ClassificationModule) String() string
type CommonOperationMetadata ¶
type CommonOperationMetadata struct { // Output only. Operation creation timestamp. CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. Operation last updated timestamp. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Output only. Resource name that this operation is directly associated with. // For Create calls, this would be the parent resource. // For others (Update, Delete, etc.) this would be the resource on which the // method has been invoked. Target string `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
Common operation metadata across Visual Inspection AI operations.
func (*CommonOperationMetadata) Descriptor ¶
func (*CommonOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CommonOperationMetadata.ProtoReflect.Descriptor instead.
func (*CommonOperationMetadata) GetCreateTime ¶
func (x *CommonOperationMetadata) GetCreateTime() *timestamppb.Timestamp
func (*CommonOperationMetadata) GetTarget ¶
func (x *CommonOperationMetadata) GetTarget() string
func (*CommonOperationMetadata) GetUpdateTime ¶
func (x *CommonOperationMetadata) GetUpdateTime() *timestamppb.Timestamp
func (*CommonOperationMetadata) ProtoMessage ¶
func (*CommonOperationMetadata) ProtoMessage()
func (*CommonOperationMetadata) ProtoReflect ¶
func (x *CommonOperationMetadata) ProtoReflect() protoreflect.Message
func (*CommonOperationMetadata) Reset ¶
func (x *CommonOperationMetadata) Reset()
func (*CommonOperationMetadata) String ¶
func (x *CommonOperationMetadata) String() string
type ConfusionMatrix ¶
type ConfusionMatrix struct { // Output only. Counts of items across slices. // For example, rows[i][j].count indicate the count for class_labels[i] as // present in ground truth versus class_labels[j] as predicted by the model. // The number of rows is the same as individual number of "counts" in a Row as // well as the number of class_labels. So if the number of class_labels is n, // then rows count is n as well as each rows.count has also count n. Rows []*ConfusionMatrix_Row `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"` // Output only. Class labels as the rows/columns of the confusion matrix. ClassLabels []string `protobuf:"bytes,2,rep,name=class_labels,json=classLabels,proto3" json:"class_labels,omitempty"` // Output only. Class AnnotationSpecs as the rows/columns of the confusion // matrix. AnnotationSpecs []string `protobuf:"bytes,3,rep,name=annotation_specs,json=annotationSpecs,proto3" json:"annotation_specs,omitempty"` // contains filtered or unexported fields }
Confusion matrix across different class labels (if present).
func (*ConfusionMatrix) Descriptor ¶
func (*ConfusionMatrix) Descriptor() ([]byte, []int)
Deprecated: Use ConfusionMatrix.ProtoReflect.Descriptor instead.
func (*ConfusionMatrix) GetAnnotationSpecs ¶
func (x *ConfusionMatrix) GetAnnotationSpecs() []string
func (*ConfusionMatrix) GetClassLabels ¶
func (x *ConfusionMatrix) GetClassLabels() []string
func (*ConfusionMatrix) GetRows ¶
func (x *ConfusionMatrix) GetRows() []*ConfusionMatrix_Row
func (*ConfusionMatrix) ProtoMessage ¶
func (*ConfusionMatrix) ProtoMessage()
func (*ConfusionMatrix) ProtoReflect ¶
func (x *ConfusionMatrix) ProtoReflect() protoreflect.Message
func (*ConfusionMatrix) Reset ¶
func (x *ConfusionMatrix) Reset()
func (*ConfusionMatrix) String ¶
func (x *ConfusionMatrix) String() string
type ConfusionMatrix_Row ¶
type ConfusionMatrix_Row struct { // Output only. Count of items in a "slice" classified at a particular // class_label in the ground truth versus that classified by the solution. Count []int64 `protobuf:"varint,1,rep,packed,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
Individual row for the confusion matrix.
func (*ConfusionMatrix_Row) Descriptor ¶
func (*ConfusionMatrix_Row) Descriptor() ([]byte, []int)
Deprecated: Use ConfusionMatrix_Row.ProtoReflect.Descriptor instead.
func (*ConfusionMatrix_Row) GetCount ¶
func (x *ConfusionMatrix_Row) GetCount() []int64
func (*ConfusionMatrix_Row) ProtoMessage ¶
func (*ConfusionMatrix_Row) ProtoMessage()
func (*ConfusionMatrix_Row) ProtoReflect ¶
func (x *ConfusionMatrix_Row) ProtoReflect() protoreflect.Message
func (*ConfusionMatrix_Row) Reset ¶
func (x *ConfusionMatrix_Row) Reset()
func (*ConfusionMatrix_Row) String ¶
func (x *ConfusionMatrix_Row) String() string
type CreateAnnotationSetRequest ¶
type CreateAnnotationSetRequest struct { // Required. Parent identifier. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. AnnotationSet to create. AnnotationSet *AnnotationSet `protobuf:"bytes,2,opt,name=annotation_set,json=annotationSet,proto3" json:"annotation_set,omitempty"` // contains filtered or unexported fields }
Request for creating a AnnotationSet.
func (*CreateAnnotationSetRequest) Descriptor ¶
func (*CreateAnnotationSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAnnotationSetRequest.ProtoReflect.Descriptor instead.
func (*CreateAnnotationSetRequest) GetAnnotationSet ¶
func (x *CreateAnnotationSetRequest) GetAnnotationSet() *AnnotationSet
func (*CreateAnnotationSetRequest) GetParent ¶
func (x *CreateAnnotationSetRequest) GetParent() string
func (*CreateAnnotationSetRequest) ProtoMessage ¶
func (*CreateAnnotationSetRequest) ProtoMessage()
func (*CreateAnnotationSetRequest) ProtoReflect ¶
func (x *CreateAnnotationSetRequest) ProtoReflect() protoreflect.Message
func (*CreateAnnotationSetRequest) Reset ¶
func (x *CreateAnnotationSetRequest) Reset()
func (*CreateAnnotationSetRequest) String ¶
func (x *CreateAnnotationSetRequest) String() string
type CreateAnnotationSpecRequest ¶
type CreateAnnotationSpecRequest struct { // Required. Parent identifier. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. AnnotationSpec to create. AnnotationSpec *AnnotationSpec `protobuf:"bytes,2,opt,name=annotation_spec,json=annotationSpec,proto3" json:"annotation_spec,omitempty"` // contains filtered or unexported fields }
Request for creating a AnnotationSpec.
func (*CreateAnnotationSpecRequest) Descriptor ¶
func (*CreateAnnotationSpecRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAnnotationSpecRequest.ProtoReflect.Descriptor instead.
func (*CreateAnnotationSpecRequest) GetAnnotationSpec ¶
func (x *CreateAnnotationSpecRequest) GetAnnotationSpec() *AnnotationSpec
func (*CreateAnnotationSpecRequest) GetParent ¶
func (x *CreateAnnotationSpecRequest) GetParent() string
func (*CreateAnnotationSpecRequest) ProtoMessage ¶
func (*CreateAnnotationSpecRequest) ProtoMessage()
func (*CreateAnnotationSpecRequest) ProtoReflect ¶
func (x *CreateAnnotationSpecRequest) ProtoReflect() protoreflect.Message
func (*CreateAnnotationSpecRequest) Reset ¶
func (x *CreateAnnotationSpecRequest) Reset()
func (*CreateAnnotationSpecRequest) String ¶
func (x *CreateAnnotationSpecRequest) String() string
type CreateDatasetOperationMetadata ¶
type CreateDatasetOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
CreateDataset operation metadata.
func (*CreateDatasetOperationMetadata) Descriptor ¶
func (*CreateDatasetOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateDatasetOperationMetadata.ProtoReflect.Descriptor instead.
func (*CreateDatasetOperationMetadata) GetCommonOperationMetadata ¶
func (x *CreateDatasetOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*CreateDatasetOperationMetadata) ProtoMessage ¶
func (*CreateDatasetOperationMetadata) ProtoMessage()
func (*CreateDatasetOperationMetadata) ProtoReflect ¶
func (x *CreateDatasetOperationMetadata) ProtoReflect() protoreflect.Message
func (*CreateDatasetOperationMetadata) Reset ¶
func (x *CreateDatasetOperationMetadata) Reset()
func (*CreateDatasetOperationMetadata) String ¶
func (x *CreateDatasetOperationMetadata) String() string
type CreateLabelingJobRequest ¶
type CreateLabelingJobRequest struct { // Required. The parent of the LabelingJob. // Format: `projects/{project}/locations/{location}` Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The LabelingJob to create. LabelingJob *LabelingJob `protobuf:"bytes,2,opt,name=labeling_job,json=labelingJob,proto3" json:"labeling_job,omitempty"` // contains filtered or unexported fields }
Request for creating a labeling job.
func (*CreateLabelingJobRequest) Descriptor ¶
func (*CreateLabelingJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateLabelingJobRequest.ProtoReflect.Descriptor instead.
func (*CreateLabelingJobRequest) GetLabelingJob ¶
func (x *CreateLabelingJobRequest) GetLabelingJob() *LabelingJob
func (*CreateLabelingJobRequest) GetParent ¶
func (x *CreateLabelingJobRequest) GetParent() string
func (*CreateLabelingJobRequest) ProtoMessage ¶
func (*CreateLabelingJobRequest) ProtoMessage()
func (*CreateLabelingJobRequest) ProtoReflect ¶
func (x *CreateLabelingJobRequest) ProtoReflect() protoreflect.Message
func (*CreateLabelingJobRequest) Reset ¶
func (x *CreateLabelingJobRequest) Reset()
func (*CreateLabelingJobRequest) String ¶
func (x *CreateLabelingJobRequest) String() string
type CreateModelOperationMetadata ¶
type CreateModelOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Operation metadata for CreateModel.
func (*CreateModelOperationMetadata) Descriptor ¶
func (*CreateModelOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateModelOperationMetadata.ProtoReflect.Descriptor instead.
func (*CreateModelOperationMetadata) GetCommonOperationMetadata ¶
func (x *CreateModelOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*CreateModelOperationMetadata) ProtoMessage ¶
func (*CreateModelOperationMetadata) ProtoMessage()
func (*CreateModelOperationMetadata) ProtoReflect ¶
func (x *CreateModelOperationMetadata) ProtoReflect() protoreflect.Message
func (*CreateModelOperationMetadata) Reset ¶
func (x *CreateModelOperationMetadata) Reset()
func (*CreateModelOperationMetadata) String ¶
func (x *CreateModelOperationMetadata) String() string
type CreateModelRequest ¶
type CreateModelRequest struct { // Required. Parent identifier. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. Model to create. Model *Model `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` // contains filtered or unexported fields }
Request for creating a Model. This invokes the training process for the parent Module.
func (*CreateModelRequest) Descriptor ¶
func (*CreateModelRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateModelRequest.ProtoReflect.Descriptor instead.
func (*CreateModelRequest) GetModel ¶
func (x *CreateModelRequest) GetModel() *Model
func (*CreateModelRequest) GetParent ¶
func (x *CreateModelRequest) GetParent() string
func (*CreateModelRequest) ProtoMessage ¶
func (*CreateModelRequest) ProtoMessage()
func (*CreateModelRequest) ProtoReflect ¶
func (x *CreateModelRequest) ProtoReflect() protoreflect.Message
func (*CreateModelRequest) Reset ¶
func (x *CreateModelRequest) Reset()
func (*CreateModelRequest) String ¶
func (x *CreateModelRequest) String() string
type CreateModuleRequest ¶
type CreateModuleRequest struct { // Required. Parent identifier. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Module to create. Module *Module `protobuf:"bytes,2,opt,name=module,proto3" json:"module,omitempty"` // contains filtered or unexported fields }
Request for creating a Module.
func (*CreateModuleRequest) Descriptor ¶
func (*CreateModuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateModuleRequest.ProtoReflect.Descriptor instead.
func (*CreateModuleRequest) GetModule ¶
func (x *CreateModuleRequest) GetModule() *Module
func (*CreateModuleRequest) GetParent ¶
func (x *CreateModuleRequest) GetParent() string
func (*CreateModuleRequest) ProtoMessage ¶
func (*CreateModuleRequest) ProtoMessage()
func (*CreateModuleRequest) ProtoReflect ¶
func (x *CreateModuleRequest) ProtoReflect() protoreflect.Message
func (*CreateModuleRequest) Reset ¶
func (x *CreateModuleRequest) Reset()
func (*CreateModuleRequest) String ¶
func (x *CreateModuleRequest) String() string
type CreateSolutionArtifactOperationMetadata ¶
type CreateSolutionArtifactOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
CreateSolutionArtifact operation metadata.
func (*CreateSolutionArtifactOperationMetadata) Descriptor ¶
func (*CreateSolutionArtifactOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateSolutionArtifactOperationMetadata.ProtoReflect.Descriptor instead.
func (*CreateSolutionArtifactOperationMetadata) GetCommonOperationMetadata ¶
func (x *CreateSolutionArtifactOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*CreateSolutionArtifactOperationMetadata) ProtoMessage ¶
func (*CreateSolutionArtifactOperationMetadata) ProtoMessage()
func (*CreateSolutionArtifactOperationMetadata) ProtoReflect ¶
func (x *CreateSolutionArtifactOperationMetadata) ProtoReflect() protoreflect.Message
func (*CreateSolutionArtifactOperationMetadata) Reset ¶
func (x *CreateSolutionArtifactOperationMetadata) Reset()
func (*CreateSolutionArtifactOperationMetadata) String ¶
func (x *CreateSolutionArtifactOperationMetadata) String() string
type CreateSolutionArtifactRequest ¶
type CreateSolutionArtifactRequest struct { // Required. Parent identifier. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. SolutionArtifact to create. SolutionArtifact *SolutionArtifact `protobuf:"bytes,2,opt,name=solution_artifact,json=solutionArtifact,proto3" json:"solution_artifact,omitempty"` // contains filtered or unexported fields }
Request for creating a SolutionArtifact.
func (*CreateSolutionArtifactRequest) Descriptor ¶
func (*CreateSolutionArtifactRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSolutionArtifactRequest.ProtoReflect.Descriptor instead.
func (*CreateSolutionArtifactRequest) GetParent ¶
func (x *CreateSolutionArtifactRequest) GetParent() string
func (*CreateSolutionArtifactRequest) GetSolutionArtifact ¶
func (x *CreateSolutionArtifactRequest) GetSolutionArtifact() *SolutionArtifact
func (*CreateSolutionArtifactRequest) ProtoMessage ¶
func (*CreateSolutionArtifactRequest) ProtoMessage()
func (*CreateSolutionArtifactRequest) ProtoReflect ¶
func (x *CreateSolutionArtifactRequest) ProtoReflect() protoreflect.Message
func (*CreateSolutionArtifactRequest) Reset ¶
func (x *CreateSolutionArtifactRequest) Reset()
func (*CreateSolutionArtifactRequest) String ¶
func (x *CreateSolutionArtifactRequest) String() string
type CreateSolutionRequest ¶
type CreateSolutionRequest struct { // Required. Parent identifier. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Solution to create. Solution *Solution `protobuf:"bytes,2,opt,name=solution,proto3" json:"solution,omitempty"` // contains filtered or unexported fields }
Request for creating a solution.
func (*CreateSolutionRequest) Descriptor ¶
func (*CreateSolutionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSolutionRequest.ProtoReflect.Descriptor instead.
func (*CreateSolutionRequest) GetParent ¶
func (x *CreateSolutionRequest) GetParent() string
func (*CreateSolutionRequest) GetSolution ¶
func (x *CreateSolutionRequest) GetSolution() *Solution
func (*CreateSolutionRequest) ProtoMessage ¶
func (*CreateSolutionRequest) ProtoMessage()
func (*CreateSolutionRequest) ProtoReflect ¶
func (x *CreateSolutionRequest) ProtoReflect() protoreflect.Message
func (*CreateSolutionRequest) Reset ¶
func (x *CreateSolutionRequest) Reset()
func (*CreateSolutionRequest) String ¶
func (x *CreateSolutionRequest) String() string
type CreateSpecialistPoolOperationMetadata ¶
type CreateSpecialistPoolOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Operation metadata for CreateSpecialistPool.
func (*CreateSpecialistPoolOperationMetadata) Descriptor ¶
func (*CreateSpecialistPoolOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateSpecialistPoolOperationMetadata.ProtoReflect.Descriptor instead.
func (*CreateSpecialistPoolOperationMetadata) GetCommonOperationMetadata ¶
func (x *CreateSpecialistPoolOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*CreateSpecialistPoolOperationMetadata) ProtoMessage ¶
func (*CreateSpecialistPoolOperationMetadata) ProtoMessage()
func (*CreateSpecialistPoolOperationMetadata) ProtoReflect ¶
func (x *CreateSpecialistPoolOperationMetadata) ProtoReflect() protoreflect.Message
func (*CreateSpecialistPoolOperationMetadata) Reset ¶
func (x *CreateSpecialistPoolOperationMetadata) Reset()
func (*CreateSpecialistPoolOperationMetadata) String ¶
func (x *CreateSpecialistPoolOperationMetadata) String() string
type CreateSpecialistPoolRequest ¶
type CreateSpecialistPoolRequest struct { // Required. The parent Project name for the new SpecialistPool. // The form is `projects/{project}/locations/{location}`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The SpecialistPool to create. SpecialistPool *SpecialistPool `protobuf:"bytes,2,opt,name=specialist_pool,json=specialistPool,proto3" json:"specialist_pool,omitempty"` // contains filtered or unexported fields }
Request for creating a SpecialistPool.
func (*CreateSpecialistPoolRequest) Descriptor ¶
func (*CreateSpecialistPoolRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSpecialistPoolRequest.ProtoReflect.Descriptor instead.
func (*CreateSpecialistPoolRequest) GetParent ¶
func (x *CreateSpecialistPoolRequest) GetParent() string
func (*CreateSpecialistPoolRequest) GetSpecialistPool ¶
func (x *CreateSpecialistPoolRequest) GetSpecialistPool() *SpecialistPool
func (*CreateSpecialistPoolRequest) ProtoMessage ¶
func (*CreateSpecialistPoolRequest) ProtoMessage()
func (*CreateSpecialistPoolRequest) ProtoReflect ¶
func (x *CreateSpecialistPoolRequest) ProtoReflect() protoreflect.Message
func (*CreateSpecialistPoolRequest) Reset ¶
func (x *CreateSpecialistPoolRequest) Reset()
func (*CreateSpecialistPoolRequest) String ¶
func (x *CreateSpecialistPoolRequest) String() string
type Dataset ¶
type Dataset struct { // Output only. Resource name for the Dataset generated by the system. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. A user friendly display name for the Dataset. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Output only. Timestamp when this Dataset was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. Timestamp when this Dataset was last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Used to perform consistent read-modify-write updates. If not set, a blind // "overwrite" update happens. Etag string `protobuf:"bytes,5,opt,name=etag,proto3" json:"etag,omitempty"` // The labels with user-defined metadata to organize your dataset. // // Label keys and values can be no longer than 64 characters // (Unicode codepoints), can only contain lowercase letters, numeric // characters, underscores and dashes. International characters are allowed. // Label keys must start with a letter. // // See https://goo.gl/xmQnxf for more information on and examples of labels. Labels map[string]string `` /* 153-byte string literal not displayed */ // Output only. The number of Images in the Dataset. ImageCount int64 `protobuf:"varint,7,opt,name=image_count,json=imageCount,proto3" json:"image_count,omitempty"` // contains filtered or unexported fields }
A Dataset is a collection of Images and Annotations, which could be used to solve a specifc visual inspection problem.
func (*Dataset) Descriptor ¶
Deprecated: Use Dataset.ProtoReflect.Descriptor instead.
func (*Dataset) GetCreateTime ¶
func (x *Dataset) GetCreateTime() *timestamppb.Timestamp
func (*Dataset) GetDisplayName ¶
func (*Dataset) GetImageCount ¶
func (*Dataset) GetUpdateTime ¶
func (x *Dataset) GetUpdateTime() *timestamppb.Timestamp
func (*Dataset) ProtoMessage ¶
func (*Dataset) ProtoMessage()
func (*Dataset) ProtoReflect ¶
func (x *Dataset) ProtoReflect() protoreflect.Message
type DatasetSource ¶
type DatasetSource struct { // Required. Dataset resource name. It needs to be in the same project and // location. Dataset string `protobuf:"bytes,1,opt,name=dataset,proto3" json:"dataset,omitempty"` // Filter on Images to import. ImageFilter string `protobuf:"bytes,2,opt,name=image_filter,json=imageFilter,proto3" json:"image_filter,omitempty"` // Filter on Annotations to import. Only Annotations on already filtered in // Images are considered. AnnotationFilter string `protobuf:"bytes,3,opt,name=annotation_filter,json=annotationFilter,proto3" json:"annotation_filter,omitempty"` // contains filtered or unexported fields }
Describes the source Dataset from where we import data.
func (*DatasetSource) Descriptor ¶
func (*DatasetSource) Descriptor() ([]byte, []int)
Deprecated: Use DatasetSource.ProtoReflect.Descriptor instead.
func (*DatasetSource) GetAnnotationFilter ¶
func (x *DatasetSource) GetAnnotationFilter() string
func (*DatasetSource) GetDataset ¶
func (x *DatasetSource) GetDataset() string
func (*DatasetSource) GetImageFilter ¶
func (x *DatasetSource) GetImageFilter() string
func (*DatasetSource) ProtoMessage ¶
func (*DatasetSource) ProtoMessage()
func (*DatasetSource) ProtoReflect ¶
func (x *DatasetSource) ProtoReflect() protoreflect.Message
func (*DatasetSource) Reset ¶
func (x *DatasetSource) Reset()
func (*DatasetSource) String ¶
func (x *DatasetSource) String() string
type DeleteAnnotationOperationMetadata ¶
type DeleteAnnotationOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Operation metadata for DeleteAnnotation.
func (*DeleteAnnotationOperationMetadata) Descriptor ¶
func (*DeleteAnnotationOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAnnotationOperationMetadata.ProtoReflect.Descriptor instead.
func (*DeleteAnnotationOperationMetadata) GetCommonOperationMetadata ¶
func (x *DeleteAnnotationOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*DeleteAnnotationOperationMetadata) ProtoMessage ¶
func (*DeleteAnnotationOperationMetadata) ProtoMessage()
func (*DeleteAnnotationOperationMetadata) ProtoReflect ¶
func (x *DeleteAnnotationOperationMetadata) ProtoReflect() protoreflect.Message
func (*DeleteAnnotationOperationMetadata) Reset ¶
func (x *DeleteAnnotationOperationMetadata) Reset()
func (*DeleteAnnotationOperationMetadata) String ¶
func (x *DeleteAnnotationOperationMetadata) String() string
type DeleteAnnotationSetOperationMetadata ¶
type DeleteAnnotationSetOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Operation metadata for DeleteAnnotationSet.
func (*DeleteAnnotationSetOperationMetadata) Descriptor ¶
func (*DeleteAnnotationSetOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAnnotationSetOperationMetadata.ProtoReflect.Descriptor instead.
func (*DeleteAnnotationSetOperationMetadata) GetCommonOperationMetadata ¶
func (x *DeleteAnnotationSetOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*DeleteAnnotationSetOperationMetadata) ProtoMessage ¶
func (*DeleteAnnotationSetOperationMetadata) ProtoMessage()
func (*DeleteAnnotationSetOperationMetadata) ProtoReflect ¶
func (x *DeleteAnnotationSetOperationMetadata) ProtoReflect() protoreflect.Message
func (*DeleteAnnotationSetOperationMetadata) Reset ¶
func (x *DeleteAnnotationSetOperationMetadata) Reset()
func (*DeleteAnnotationSetOperationMetadata) String ¶
func (x *DeleteAnnotationSetOperationMetadata) String() string
type DeleteAnnotationSpecOperationMetadata ¶
type DeleteAnnotationSpecOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Operation Metadata for DeleteAnnotationSpec.
func (*DeleteAnnotationSpecOperationMetadata) Descriptor ¶
func (*DeleteAnnotationSpecOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAnnotationSpecOperationMetadata.ProtoReflect.Descriptor instead.
func (*DeleteAnnotationSpecOperationMetadata) GetCommonOperationMetadata ¶
func (x *DeleteAnnotationSpecOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*DeleteAnnotationSpecOperationMetadata) ProtoMessage ¶
func (*DeleteAnnotationSpecOperationMetadata) ProtoMessage()
func (*DeleteAnnotationSpecOperationMetadata) ProtoReflect ¶
func (x *DeleteAnnotationSpecOperationMetadata) ProtoReflect() protoreflect.Message
func (*DeleteAnnotationSpecOperationMetadata) Reset ¶
func (x *DeleteAnnotationSpecOperationMetadata) Reset()
func (*DeleteAnnotationSpecOperationMetadata) String ¶
func (x *DeleteAnnotationSpecOperationMetadata) String() string
type DeleteDatasetOperationMetadata ¶
type DeleteDatasetOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
DeleteDataset operation metadata.
func (*DeleteDatasetOperationMetadata) Descriptor ¶
func (*DeleteDatasetOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDatasetOperationMetadata.ProtoReflect.Descriptor instead.
func (*DeleteDatasetOperationMetadata) GetCommonOperationMetadata ¶
func (x *DeleteDatasetOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*DeleteDatasetOperationMetadata) ProtoMessage ¶
func (*DeleteDatasetOperationMetadata) ProtoMessage()
func (*DeleteDatasetOperationMetadata) ProtoReflect ¶
func (x *DeleteDatasetOperationMetadata) ProtoReflect() protoreflect.Message
func (*DeleteDatasetOperationMetadata) Reset ¶
func (x *DeleteDatasetOperationMetadata) Reset()
func (*DeleteDatasetOperationMetadata) String ¶
func (x *DeleteDatasetOperationMetadata) String() string
type DeleteDatasetRequest ¶
type DeleteDatasetRequest struct { // Required. Dataset identifier. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for deleting a Dataset.
func (*DeleteDatasetRequest) Descriptor ¶
func (*DeleteDatasetRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDatasetRequest.ProtoReflect.Descriptor instead.
func (*DeleteDatasetRequest) GetName ¶
func (x *DeleteDatasetRequest) GetName() string
func (*DeleteDatasetRequest) ProtoMessage ¶
func (*DeleteDatasetRequest) ProtoMessage()
func (*DeleteDatasetRequest) ProtoReflect ¶
func (x *DeleteDatasetRequest) ProtoReflect() protoreflect.Message
func (*DeleteDatasetRequest) Reset ¶
func (x *DeleteDatasetRequest) Reset()
func (*DeleteDatasetRequest) String ¶
func (x *DeleteDatasetRequest) String() string
type DeleteLabelingJobOperationMetadata ¶
type DeleteLabelingJobOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Operation metadata for deleting a labeling job.
func (*DeleteLabelingJobOperationMetadata) Descriptor ¶
func (*DeleteLabelingJobOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLabelingJobOperationMetadata.ProtoReflect.Descriptor instead.
func (*DeleteLabelingJobOperationMetadata) GetCommonOperationMetadata ¶
func (x *DeleteLabelingJobOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*DeleteLabelingJobOperationMetadata) ProtoMessage ¶
func (*DeleteLabelingJobOperationMetadata) ProtoMessage()
func (*DeleteLabelingJobOperationMetadata) ProtoReflect ¶
func (x *DeleteLabelingJobOperationMetadata) ProtoReflect() protoreflect.Message
func (*DeleteLabelingJobOperationMetadata) Reset ¶
func (x *DeleteLabelingJobOperationMetadata) Reset()
func (*DeleteLabelingJobOperationMetadata) String ¶
func (x *DeleteLabelingJobOperationMetadata) String() string
type DeleteLabelingJobRequest ¶
type DeleteLabelingJobRequest struct { // Required. The resource name of the labeling job to delete. Format: // `projects/{project}/locations/{location}/labelingJobs/{labeling_job}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for deleting a labeling job.
func (*DeleteLabelingJobRequest) Descriptor ¶
func (*DeleteLabelingJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLabelingJobRequest.ProtoReflect.Descriptor instead.
func (*DeleteLabelingJobRequest) GetName ¶
func (x *DeleteLabelingJobRequest) GetName() string
func (*DeleteLabelingJobRequest) ProtoMessage ¶
func (*DeleteLabelingJobRequest) ProtoMessage()
func (*DeleteLabelingJobRequest) ProtoReflect ¶
func (x *DeleteLabelingJobRequest) ProtoReflect() protoreflect.Message
func (*DeleteLabelingJobRequest) Reset ¶
func (x *DeleteLabelingJobRequest) Reset()
func (*DeleteLabelingJobRequest) String ¶
func (x *DeleteLabelingJobRequest) String() string
type DeleteModelOperationMetadata ¶
type DeleteModelOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Operation metadata for DeleteModel.
func (*DeleteModelOperationMetadata) Descriptor ¶
func (*DeleteModelOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteModelOperationMetadata.ProtoReflect.Descriptor instead.
func (*DeleteModelOperationMetadata) GetCommonOperationMetadata ¶
func (x *DeleteModelOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*DeleteModelOperationMetadata) ProtoMessage ¶
func (*DeleteModelOperationMetadata) ProtoMessage()
func (*DeleteModelOperationMetadata) ProtoReflect ¶
func (x *DeleteModelOperationMetadata) ProtoReflect() protoreflect.Message
func (*DeleteModelOperationMetadata) Reset ¶
func (x *DeleteModelOperationMetadata) Reset()
func (*DeleteModelOperationMetadata) String ¶
func (x *DeleteModelOperationMetadata) String() string
type DeleteModelRequest ¶
type DeleteModelRequest struct { // Required. Model identifier. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for deleting a Model.
func (*DeleteModelRequest) Descriptor ¶
func (*DeleteModelRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteModelRequest.ProtoReflect.Descriptor instead.
func (*DeleteModelRequest) GetName ¶
func (x *DeleteModelRequest) GetName() string
func (*DeleteModelRequest) ProtoMessage ¶
func (*DeleteModelRequest) ProtoMessage()
func (*DeleteModelRequest) ProtoReflect ¶
func (x *DeleteModelRequest) ProtoReflect() protoreflect.Message
func (*DeleteModelRequest) Reset ¶
func (x *DeleteModelRequest) Reset()
func (*DeleteModelRequest) String ¶
func (x *DeleteModelRequest) String() string
type DeleteModuleOperationMetadata ¶
type DeleteModuleOperationMetadata struct { // Output only. Common operation metadata. CommonOperationMetadata *CommonOperationMetadata `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Operation metadata for DeleteModule.
func (*DeleteModuleOperationMetadata) Descriptor ¶
func (*DeleteModuleOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteModuleOperationMetadata.ProtoReflect.Descriptor instead.
func (*DeleteModuleOperationMetadata) GetCommonOperationMetadata ¶
func (x *DeleteModuleOperationMetadata) GetCommonOperationMetadata() *CommonOperationMetadata
func (*DeleteModuleOperationMetadata) ProtoMessage ¶
func (*DeleteModuleOperationMetadata) ProtoMessage()
func (*DeleteModuleOperationMetadata) ProtoReflect ¶
func (x *DeleteModuleOperationMetadata) ProtoReflect() protoreflect.Message
func (*DeleteModuleOperationMetadata) Reset ¶
func (x *DeleteModuleOperationMetadata) Reset()
func (*DeleteModuleOperationMetadata) String ¶
func (x *DeleteModuleOperationMetadata) String() string