Documentation
Index ¶
- Variables
- type AnnotationSpecColor
- func (*AnnotationSpecColor) Descriptor() ([]byte, []int)
- func (x *AnnotationSpecColor) GetColor() *color.Color
- func (x *AnnotationSpecColor) GetDisplayName() string
- func (x *AnnotationSpecColor) GetId() string
- func (*AnnotationSpecColor) ProtoMessage()
- func (x *AnnotationSpecColor) ProtoReflect() protoreflect.Message
- func (x *AnnotationSpecColor) Reset()
- func (x *AnnotationSpecColor) String() string
- type ClassificationPredictionResult
- func (*ClassificationPredictionResult) Descriptor() ([]byte, []int)
- func (x *ClassificationPredictionResult) GetConfidences() []float32
- func (x *ClassificationPredictionResult) GetDisplayNames() []string
- func (x *ClassificationPredictionResult) GetIds() []int64
- func (*ClassificationPredictionResult) ProtoMessage()
- func (x *ClassificationPredictionResult) ProtoReflect() protoreflect.Message
- func (x *ClassificationPredictionResult) Reset()
- func (x *ClassificationPredictionResult) String() string
- type ImageBoundingBoxAnnotation
- func (*ImageBoundingBoxAnnotation) Descriptor() ([]byte, []int)
- func (x *ImageBoundingBoxAnnotation) GetAnnotationSpecId() string
- func (x *ImageBoundingBoxAnnotation) GetDisplayName() string
- func (x *ImageBoundingBoxAnnotation) GetXMax() float64
- func (x *ImageBoundingBoxAnnotation) GetXMin() float64
- func (x *ImageBoundingBoxAnnotation) GetYMax() float64
- func (x *ImageBoundingBoxAnnotation) GetYMin() float64
- func (*ImageBoundingBoxAnnotation) ProtoMessage()
- func (x *ImageBoundingBoxAnnotation) ProtoReflect() protoreflect.Message
- func (x *ImageBoundingBoxAnnotation) Reset()
- func (x *ImageBoundingBoxAnnotation) String() string
- type ImageClassificationAnnotation
- func (*ImageClassificationAnnotation) Descriptor() ([]byte, []int)
- func (x *ImageClassificationAnnotation) GetAnnotationSpecId() string
- func (x *ImageClassificationAnnotation) GetDisplayName() string
- func (*ImageClassificationAnnotation) ProtoMessage()
- func (x *ImageClassificationAnnotation) ProtoReflect() protoreflect.Message
- func (x *ImageClassificationAnnotation) Reset()
- func (x *ImageClassificationAnnotation) String() string
- type ImageClassificationPredictionInstance
- func (*ImageClassificationPredictionInstance) Descriptor() ([]byte, []int)
- func (x *ImageClassificationPredictionInstance) GetContent() string
- func (x *ImageClassificationPredictionInstance) GetMimeType() string
- func (*ImageClassificationPredictionInstance) ProtoMessage()
- func (x *ImageClassificationPredictionInstance) ProtoReflect() protoreflect.Message
- func (x *ImageClassificationPredictionInstance) Reset()
- func (x *ImageClassificationPredictionInstance) String() string
- type ImageClassificationPredictionParams
- func (*ImageClassificationPredictionParams) Descriptor() ([]byte, []int)
- func (x *ImageClassificationPredictionParams) GetConfidenceThreshold() float32
- func (x *ImageClassificationPredictionParams) GetMaxPredictions() int32
- func (*ImageClassificationPredictionParams) ProtoMessage()
- func (x *ImageClassificationPredictionParams) ProtoReflect() protoreflect.Message
- func (x *ImageClassificationPredictionParams) Reset()
- func (x *ImageClassificationPredictionParams) String() string
- type ImageDataItem
- func (*ImageDataItem) Descriptor() ([]byte, []int)
- func (x *ImageDataItem) GetGcsUri() string
- func (x *ImageDataItem) GetMimeType() string
- func (*ImageDataItem) ProtoMessage()
- func (x *ImageDataItem) ProtoReflect() protoreflect.Message
- func (x *ImageDataItem) Reset()
- func (x *ImageDataItem) String() string
- type ImageDatasetMetadata
- func (*ImageDatasetMetadata) Descriptor() ([]byte, []int)
- func (x *ImageDatasetMetadata) GetDataItemSchemaUri() string
- func (x *ImageDatasetMetadata) GetGcsBucket() string
- func (*ImageDatasetMetadata) ProtoMessage()
- func (x *ImageDatasetMetadata) ProtoReflect() protoreflect.Message
- func (x *ImageDatasetMetadata) Reset()
- func (x *ImageDatasetMetadata) String() string
- type ImageObjectDetectionPredictionInstance
- func (*ImageObjectDetectionPredictionInstance) Descriptor() ([]byte, []int)
- func (x *ImageObjectDetectionPredictionInstance) GetContent() string
- func (x *ImageObjectDetectionPredictionInstance) GetMimeType() string
- func (*ImageObjectDetectionPredictionInstance) ProtoMessage()
- func (x *ImageObjectDetectionPredictionInstance) ProtoReflect() protoreflect.Message
- func (x *ImageObjectDetectionPredictionInstance) Reset()
- func (x *ImageObjectDetectionPredictionInstance) String() string
- type ImageObjectDetectionPredictionParams
- func (*ImageObjectDetectionPredictionParams) Descriptor() ([]byte, []int)
- func (x *ImageObjectDetectionPredictionParams) GetConfidenceThreshold() float32
- func (x *ImageObjectDetectionPredictionParams) GetMaxPredictions() int32
- func (*ImageObjectDetectionPredictionParams) ProtoMessage()
- func (x *ImageObjectDetectionPredictionParams) ProtoReflect() protoreflect.Message
- func (x *ImageObjectDetectionPredictionParams) Reset()
- func (x *ImageObjectDetectionPredictionParams) String() string
- type ImageObjectDetectionPredictionResult
- func (*ImageObjectDetectionPredictionResult) Descriptor() ([]byte, []int)
- func (x *ImageObjectDetectionPredictionResult) GetBboxes() []*structpb.ListValue
- func (x *ImageObjectDetectionPredictionResult) GetConfidences() []float32
- func (x *ImageObjectDetectionPredictionResult) GetDisplayNames() []string
- func (x *ImageObjectDetectionPredictionResult) GetIds() []int64
- func (*ImageObjectDetectionPredictionResult) ProtoMessage()
- func (x *ImageObjectDetectionPredictionResult) ProtoReflect() protoreflect.Message
- func (x *ImageObjectDetectionPredictionResult) Reset()
- func (x *ImageObjectDetectionPredictionResult) String() string
- type ImageSegmentationAnnotation
- func (*ImageSegmentationAnnotation) Descriptor() ([]byte, []int)
- func (m *ImageSegmentationAnnotation) GetAnnotation() isImageSegmentationAnnotation_Annotation
- func (x *ImageSegmentationAnnotation) GetMaskAnnotation() *ImageSegmentationAnnotation_MaskAnnotation
- func (x *ImageSegmentationAnnotation) GetPolygonAnnotation() *ImageSegmentationAnnotation_PolygonAnnotation
- func (x *ImageSegmentationAnnotation) GetPolylineAnnotation() *ImageSegmentationAnnotation_PolylineAnnotation
- func (*ImageSegmentationAnnotation) ProtoMessage()
- func (x *ImageSegmentationAnnotation) ProtoReflect() protoreflect.Message
- func (x *ImageSegmentationAnnotation) Reset()
- func (x *ImageSegmentationAnnotation) String() string
- type ImageSegmentationAnnotation_MaskAnnotation
- func (*ImageSegmentationAnnotation_MaskAnnotation) Descriptor() ([]byte, []int)
- func (x *ImageSegmentationAnnotation_MaskAnnotation) GetAnnotationSpecColors() []*AnnotationSpecColor
- func (x *ImageSegmentationAnnotation_MaskAnnotation) GetMaskGcsUri() string
- func (*ImageSegmentationAnnotation_MaskAnnotation) ProtoMessage()
- func (x *ImageSegmentationAnnotation_MaskAnnotation) ProtoReflect() protoreflect.Message
- func (x *ImageSegmentationAnnotation_MaskAnnotation) Reset()
- func (x *ImageSegmentationAnnotation_MaskAnnotation) String() string
- type ImageSegmentationAnnotation_MaskAnnotation_
- type ImageSegmentationAnnotation_PolygonAnnotation
- func (*ImageSegmentationAnnotation_PolygonAnnotation) Descriptor() ([]byte, []int)
- func (x *ImageSegmentationAnnotation_PolygonAnnotation) GetAnnotationSpecId() string
- func (x *ImageSegmentationAnnotation_PolygonAnnotation) GetDisplayName() string
- func (x *ImageSegmentationAnnotation_PolygonAnnotation) GetVertexes() []*Vertex
- func (*ImageSegmentationAnnotation_PolygonAnnotation) ProtoMessage()
- func (x *ImageSegmentationAnnotation_PolygonAnnotation) ProtoReflect() protoreflect.Message
- func (x *ImageSegmentationAnnotation_PolygonAnnotation) Reset()
- func (x *ImageSegmentationAnnotation_PolygonAnnotation) String() string
- type ImageSegmentationAnnotation_PolygonAnnotation_
- type ImageSegmentationAnnotation_PolylineAnnotation
- func (*ImageSegmentationAnnotation_PolylineAnnotation) Descriptor() ([]byte, []int)
- func (x *ImageSegmentationAnnotation_PolylineAnnotation) GetAnnotationSpecId() string
- func (x *ImageSegmentationAnnotation_PolylineAnnotation) GetDisplayName() string
- func (x *ImageSegmentationAnnotation_PolylineAnnotation) GetVertexes() []*Vertex
- func (*ImageSegmentationAnnotation_PolylineAnnotation) ProtoMessage()
- func (x *ImageSegmentationAnnotation_PolylineAnnotation) ProtoReflect() protoreflect.Message
- func (x *ImageSegmentationAnnotation_PolylineAnnotation) Reset()
- func (x *ImageSegmentationAnnotation_PolylineAnnotation) String() string
- type ImageSegmentationAnnotation_PolylineAnnotation_
- type ImageSegmentationPredictionInstance
- func (*ImageSegmentationPredictionInstance) Descriptor() ([]byte, []int)
- func (x *ImageSegmentationPredictionInstance) GetContent() string
- func (x *ImageSegmentationPredictionInstance) GetMimeType() string
- func (*ImageSegmentationPredictionInstance) ProtoMessage()
- func (x *ImageSegmentationPredictionInstance) ProtoReflect() protoreflect.Message
- func (x *ImageSegmentationPredictionInstance) Reset()
- func (x *ImageSegmentationPredictionInstance) String() string
- type ImageSegmentationPredictionParams
- func (*ImageSegmentationPredictionParams) Descriptor() ([]byte, []int)
- func (x *ImageSegmentationPredictionParams) GetConfidenceThreshold() float32
- func (*ImageSegmentationPredictionParams) ProtoMessage()
- func (x *ImageSegmentationPredictionParams) ProtoReflect() protoreflect.Message
- func (x *ImageSegmentationPredictionParams) Reset()
- func (x *ImageSegmentationPredictionParams) String() string
- type PredictionResult
- func (*PredictionResult) Descriptor() ([]byte, []int)
- func (m *PredictionResult) GetInput() isPredictionResult_Input
- func (x *PredictionResult) GetInstance() *structpb.Struct
- func (x *PredictionResult) GetKey() string
- func (x *PredictionResult) GetPrediction() *structpb.Value
- func (*PredictionResult) ProtoMessage()
- func (x *PredictionResult) ProtoReflect() protoreflect.Message
- func (x *PredictionResult) Reset()
- func (x *PredictionResult) String() string
- type PredictionResult_Instance
- type PredictionResult_Key
- type TablesDatasetMetadata
- func (*TablesDatasetMetadata) Descriptor() ([]byte, []int)
- func (x *TablesDatasetMetadata) GetInputConfig() *TablesDatasetMetadata_InputConfig
- func (*TablesDatasetMetadata) ProtoMessage()
- func (x *TablesDatasetMetadata) ProtoReflect() protoreflect.Message
- func (x *TablesDatasetMetadata) Reset()
- func (x *TablesDatasetMetadata) String() string
- type TablesDatasetMetadata_BigQuerySource
- func (*TablesDatasetMetadata_BigQuerySource) Descriptor() ([]byte, []int)
- func (x *TablesDatasetMetadata_BigQuerySource) GetUri() string
- func (*TablesDatasetMetadata_BigQuerySource) ProtoMessage()
- func (x *TablesDatasetMetadata_BigQuerySource) ProtoReflect() protoreflect.Message
- func (x *TablesDatasetMetadata_BigQuerySource) Reset()
- func (x *TablesDatasetMetadata_BigQuerySource) String() string
- type TablesDatasetMetadata_GcsSource
- func (*TablesDatasetMetadata_GcsSource) Descriptor() ([]byte, []int)
- func (x *TablesDatasetMetadata_GcsSource) GetUri() []string
- func (*TablesDatasetMetadata_GcsSource) ProtoMessage()
- func (x *TablesDatasetMetadata_GcsSource) ProtoReflect() protoreflect.Message
- func (x *TablesDatasetMetadata_GcsSource) Reset()
- func (x *TablesDatasetMetadata_GcsSource) String() string
- type TablesDatasetMetadata_InputConfig
- func (*TablesDatasetMetadata_InputConfig) Descriptor() ([]byte, []int)
- func (x *TablesDatasetMetadata_InputConfig) GetBigquerySource() *TablesDatasetMetadata_BigQuerySource
- func (x *TablesDatasetMetadata_InputConfig) GetGcsSource() *TablesDatasetMetadata_GcsSource
- func (m *TablesDatasetMetadata_InputConfig) GetSource() isTablesDatasetMetadata_InputConfig_Source
- func (*TablesDatasetMetadata_InputConfig) ProtoMessage()
- func (x *TablesDatasetMetadata_InputConfig) ProtoReflect() protoreflect.Message
- func (x *TablesDatasetMetadata_InputConfig) Reset()
- func (x *TablesDatasetMetadata_InputConfig) String() string
- type TablesDatasetMetadata_InputConfig_BigquerySource
- type TablesDatasetMetadata_InputConfig_GcsSource
- type TextClassificationAnnotation
- func (*TextClassificationAnnotation) Descriptor() ([]byte, []int)
- func (x *TextClassificationAnnotation) GetAnnotationSpecId() string
- func (x *TextClassificationAnnotation) GetDisplayName() string
- func (*TextClassificationAnnotation) ProtoMessage()
- func (x *TextClassificationAnnotation) ProtoReflect() protoreflect.Message
- func (x *TextClassificationAnnotation) Reset()
- func (x *TextClassificationAnnotation) String() string
- type TextClassificationPredictionInstance
- func (*TextClassificationPredictionInstance) Descriptor() ([]byte, []int)
- func (x *TextClassificationPredictionInstance) GetContent() string
- func (x *TextClassificationPredictionInstance) GetMimeType() string
- func (*TextClassificationPredictionInstance) ProtoMessage()
- func (x *TextClassificationPredictionInstance) ProtoReflect() protoreflect.Message
- func (x *TextClassificationPredictionInstance) Reset()
- func (x *TextClassificationPredictionInstance) String() string
- type TextDataItem
- type TextDatasetMetadata
- func (*TextDatasetMetadata) Descriptor() ([]byte, []int)
- func (x *TextDatasetMetadata) GetDataItemSchemaUri() string
- func (x *TextDatasetMetadata) GetGcsBucket() string
- func (*TextDatasetMetadata) ProtoMessage()
- func (x *TextDatasetMetadata) ProtoReflect() protoreflect.Message
- func (x *TextDatasetMetadata) Reset()
- func (x *TextDatasetMetadata) String() string
- type TextExtractionAnnotation
- func (*TextExtractionAnnotation) Descriptor() ([]byte, []int)
- func (x *TextExtractionAnnotation) GetAnnotationSpecId() string
- func (x *TextExtractionAnnotation) GetDisplayName() string
- func (x *TextExtractionAnnotation) GetTextSegment() *TextSegment
- func (*TextExtractionAnnotation) ProtoMessage()
- func (x *TextExtractionAnnotation) ProtoReflect() protoreflect.Message
- func (x *TextExtractionAnnotation) Reset()
- func (x *TextExtractionAnnotation) String() string
- type TextExtractionPredictionInstance
- func (*TextExtractionPredictionInstance) Descriptor() ([]byte, []int)
- func (x *TextExtractionPredictionInstance) GetContent() string
- func (x *TextExtractionPredictionInstance) GetKey() string
- func (x *TextExtractionPredictionInstance) GetMimeType() string
- func (*TextExtractionPredictionInstance) ProtoMessage()
- func (x *TextExtractionPredictionInstance) ProtoReflect() protoreflect.Message
- func (x *TextExtractionPredictionInstance) Reset()
- func (x *TextExtractionPredictionInstance) String() string
- type TextExtractionPredictionResult
- func (*TextExtractionPredictionResult) Descriptor() ([]byte, []int)
- func (x *TextExtractionPredictionResult) GetConfidences() []float32
- func (x *TextExtractionPredictionResult) GetDisplayNames() []string
- func (x *TextExtractionPredictionResult) GetIds() []int64
- func (x *TextExtractionPredictionResult) GetTextSegmentEndOffsets() []int64
- func (x *TextExtractionPredictionResult) GetTextSegmentStartOffsets() []int64
- func (*TextExtractionPredictionResult) ProtoMessage()
- func (x *TextExtractionPredictionResult) ProtoReflect() protoreflect.Message
- func (x *TextExtractionPredictionResult) Reset()
- func (x *TextExtractionPredictionResult) String() string
- type TextSegment
- func (*TextSegment) Descriptor() ([]byte, []int)
- func (x *TextSegment) GetContent() string
- func (x *TextSegment) GetEndOffset() uint64
- func (x *TextSegment) GetStartOffset() uint64
- func (*TextSegment) ProtoMessage()
- func (x *TextSegment) ProtoReflect() protoreflect.Message
- func (x *TextSegment) Reset()
- func (x *TextSegment) String() string
- type TextSentimentAnnotation
- func (*TextSentimentAnnotation) Descriptor() ([]byte, []int)
- func (x *TextSentimentAnnotation) GetAnnotationSpecId() string
- func (x *TextSentimentAnnotation) GetDisplayName() string
- func (x *TextSentimentAnnotation) GetSentiment() int32
- func (x *TextSentimentAnnotation) GetSentimentMax() int32
- func (*TextSentimentAnnotation) ProtoMessage()
- func (x *TextSentimentAnnotation) ProtoReflect() protoreflect.Message
- func (x *TextSentimentAnnotation) Reset()
- func (x *TextSentimentAnnotation) String() string
- type TextSentimentPredictionInstance
- func (*TextSentimentPredictionInstance) Descriptor() ([]byte, []int)
- func (x *TextSentimentPredictionInstance) GetContent() string
- func (x *TextSentimentPredictionInstance) GetMimeType() string
- func (*TextSentimentPredictionInstance) ProtoMessage()
- func (x *TextSentimentPredictionInstance) ProtoReflect() protoreflect.Message
- func (x *TextSentimentPredictionInstance) Reset()
- func (x *TextSentimentPredictionInstance) String() string
- type TextSentimentPredictionResult
- func (*TextSentimentPredictionResult) Descriptor() ([]byte, []int)
- func (x *TextSentimentPredictionResult) GetInstance() *TextSentimentPredictionInstance
- func (x *TextSentimentPredictionResult) GetPrediction() *TextSentimentPredictionResult_Prediction
- func (*TextSentimentPredictionResult) ProtoMessage()
- func (x *TextSentimentPredictionResult) ProtoReflect() protoreflect.Message
- func (x *TextSentimentPredictionResult) Reset()
- func (x *TextSentimentPredictionResult) String() string
- type TextSentimentPredictionResult_Prediction
- func (*TextSentimentPredictionResult_Prediction) Descriptor() ([]byte, []int)
- func (x *TextSentimentPredictionResult_Prediction) GetSentiment() int32
- func (*TextSentimentPredictionResult_Prediction) ProtoMessage()
- func (x *TextSentimentPredictionResult_Prediction) ProtoReflect() protoreflect.Message
- func (x *TextSentimentPredictionResult_Prediction) Reset()
- func (x *TextSentimentPredictionResult_Prediction) String() string
- type TextSentimentSavedQueryMetadata
- func (*TextSentimentSavedQueryMetadata) Descriptor() ([]byte, []int)
- func (x *TextSentimentSavedQueryMetadata) GetSentimentMax() int32
- func (*TextSentimentSavedQueryMetadata) ProtoMessage()
- func (x *TextSentimentSavedQueryMetadata) ProtoReflect() protoreflect.Message
- func (x *TextSentimentSavedQueryMetadata) Reset()
- func (x *TextSentimentSavedQueryMetadata) String() string
- type TimeSegment
- func (*TimeSegment) Descriptor() ([]byte, []int)
- func (x *TimeSegment) GetEndTimeOffset() *durationpb.Duration
- func (x *TimeSegment) GetStartTimeOffset() *durationpb.Duration
- func (*TimeSegment) ProtoMessage()
- func (x *TimeSegment) ProtoReflect() protoreflect.Message
- func (x *TimeSegment) Reset()
- func (x *TimeSegment) String() string
- type TimeSeriesDatasetMetadata
- func (*TimeSeriesDatasetMetadata) Descriptor() ([]byte, []int)
- func (x *TimeSeriesDatasetMetadata) GetInputConfig() *TimeSeriesDatasetMetadata_InputConfig
- func (x *TimeSeriesDatasetMetadata) GetTimeColumn() string
- func (x *TimeSeriesDatasetMetadata) GetTimeSeriesIdentifierColumn() string
- func (*TimeSeriesDatasetMetadata) ProtoMessage()
- func (x *TimeSeriesDatasetMetadata) ProtoReflect() protoreflect.Message
- func (x *TimeSeriesDatasetMetadata) Reset()
- func (x *TimeSeriesDatasetMetadata) String() string
- type TimeSeriesDatasetMetadata_BigQuerySource
- func (*TimeSeriesDatasetMetadata_BigQuerySource) Descriptor() ([]byte, []int)
- func (x *TimeSeriesDatasetMetadata_BigQuerySource) GetUri() string
- func (*TimeSeriesDatasetMetadata_BigQuerySource) ProtoMessage()
- func (x *TimeSeriesDatasetMetadata_BigQuerySource) ProtoReflect() protoreflect.Message
- func (x *TimeSeriesDatasetMetadata_BigQuerySource) Reset()
- func (x *TimeSeriesDatasetMetadata_BigQuerySource) String() string
- type TimeSeriesDatasetMetadata_GcsSource
- func (*TimeSeriesDatasetMetadata_GcsSource) Descriptor() ([]byte, []int)
- func (x *TimeSeriesDatasetMetadata_GcsSource) GetUri() []string
- func (*TimeSeriesDatasetMetadata_GcsSource) ProtoMessage()
- func (x *TimeSeriesDatasetMetadata_GcsSource) ProtoReflect() protoreflect.Message
- func (x *TimeSeriesDatasetMetadata_GcsSource) Reset()
- func (x *TimeSeriesDatasetMetadata_GcsSource) String() string
- type TimeSeriesDatasetMetadata_InputConfig
- func (*TimeSeriesDatasetMetadata_InputConfig) Descriptor() ([]byte, []int)
- func (x *TimeSeriesDatasetMetadata_InputConfig) GetBigquerySource() *TimeSeriesDatasetMetadata_BigQuerySource
- func (x *TimeSeriesDatasetMetadata_InputConfig) GetGcsSource() *TimeSeriesDatasetMetadata_GcsSource
- func (m *TimeSeriesDatasetMetadata_InputConfig) GetSource() isTimeSeriesDatasetMetadata_InputConfig_Source
- func (*TimeSeriesDatasetMetadata_InputConfig) ProtoMessage()
- func (x *TimeSeriesDatasetMetadata_InputConfig) ProtoReflect() protoreflect.Message
- func (x *TimeSeriesDatasetMetadata_InputConfig) Reset()
- func (x *TimeSeriesDatasetMetadata_InputConfig) String() string
- type TimeSeriesDatasetMetadata_InputConfig_BigquerySource
- type TimeSeriesDatasetMetadata_InputConfig_GcsSource
- type Vertex
- type VideoActionRecognitionAnnotation
- func (*VideoActionRecognitionAnnotation) Descriptor() ([]byte, []int)
- func (x *VideoActionRecognitionAnnotation) GetAnnotationSpecId() string
- func (x *VideoActionRecognitionAnnotation) GetDisplayName() string
- func (x *VideoActionRecognitionAnnotation) GetTimeSegment() *TimeSegment
- func (*VideoActionRecognitionAnnotation) ProtoMessage()
- func (x *VideoActionRecognitionAnnotation) ProtoReflect() protoreflect.Message
- func (x *VideoActionRecognitionAnnotation) Reset()
- func (x *VideoActionRecognitionAnnotation) String() string
- type VideoActionRecognitionPredictionInstance
- func (*VideoActionRecognitionPredictionInstance) Descriptor() ([]byte, []int)
- func (x *VideoActionRecognitionPredictionInstance) GetContent() string
- func (x *VideoActionRecognitionPredictionInstance) GetMimeType() string
- func (x *VideoActionRecognitionPredictionInstance) GetTimeSegmentEnd() string
- func (x *VideoActionRecognitionPredictionInstance) GetTimeSegmentStart() string
- func (*VideoActionRecognitionPredictionInstance) ProtoMessage()
- func (x *VideoActionRecognitionPredictionInstance) ProtoReflect() protoreflect.Message
- func (x *VideoActionRecognitionPredictionInstance) Reset()
- func (x *VideoActionRecognitionPredictionInstance) String() string
- type VideoActionRecognitionPredictionParams
- func (*VideoActionRecognitionPredictionParams) Descriptor() ([]byte, []int)
- func (x *VideoActionRecognitionPredictionParams) GetConfidenceThreshold() float32
- func (x *VideoActionRecognitionPredictionParams) GetMaxPredictions() int32
- func (*VideoActionRecognitionPredictionParams) ProtoMessage()
- func (x *VideoActionRecognitionPredictionParams) ProtoReflect() protoreflect.Message
- func (x *VideoActionRecognitionPredictionParams) Reset()
- func (x *VideoActionRecognitionPredictionParams) String() string
- type VideoClassificationAnnotation
- func (*VideoClassificationAnnotation) Descriptor() ([]byte, []int)
- func (x *VideoClassificationAnnotation) GetAnnotationSpecId() string
- func (x *VideoClassificationAnnotation) GetDisplayName() string
- func (x *VideoClassificationAnnotation) GetTimeSegment() *TimeSegment
- func (*VideoClassificationAnnotation) ProtoMessage()
- func (x *VideoClassificationAnnotation) ProtoReflect() protoreflect.Message
- func (x *VideoClassificationAnnotation) Reset()
- func (x *VideoClassificationAnnotation) String() string
- type VideoClassificationPredictionInstance
- func (*VideoClassificationPredictionInstance) Descriptor() ([]byte, []int)
- func (x *VideoClassificationPredictionInstance) GetContent() string
- func (x *VideoClassificationPredictionInstance) GetMimeType() string
- func (x *VideoClassificationPredictionInstance) GetTimeSegmentEnd() string
- func (x *VideoClassificationPredictionInstance) GetTimeSegmentStart() string
- func (*VideoClassificationPredictionInstance) ProtoMessage()
- func (x *VideoClassificationPredictionInstance) ProtoReflect() protoreflect.Message
- func (x *VideoClassificationPredictionInstance) Reset()
- func (x *VideoClassificationPredictionInstance) String() string
- type VideoClassificationPredictionParams
- func (*VideoClassificationPredictionParams) Descriptor() ([]byte, []int)
- func (x *VideoClassificationPredictionParams) GetConfidenceThreshold() float32
- func (x *VideoClassificationPredictionParams) GetMaxPredictions() int32
- func (x *VideoClassificationPredictionParams) GetOneSecIntervalClassification() bool
- func (x *VideoClassificationPredictionParams) GetSegmentClassification() bool
- func (x *VideoClassificationPredictionParams) GetShotClassification() bool
- func (*VideoClassificationPredictionParams) ProtoMessage()
- func (x *VideoClassificationPredictionParams) ProtoReflect() protoreflect.Message
- func (x *VideoClassificationPredictionParams) Reset()
- func (x *VideoClassificationPredictionParams) String() string
- type VideoClassificationPredictionResult
- func (*VideoClassificationPredictionResult) Descriptor() ([]byte, []int)
- func (x *VideoClassificationPredictionResult) GetConfidence() *wrapperspb.FloatValue
- func (x *VideoClassificationPredictionResult) GetDisplayName() string
- func (x *VideoClassificationPredictionResult) GetId() string
- func (x *VideoClassificationPredictionResult) GetTimeSegmentEnd() *durationpb.Duration
- func (x *VideoClassificationPredictionResult) GetTimeSegmentStart() *durationpb.Duration
- func (x *VideoClassificationPredictionResult) GetType() string
- func (*VideoClassificationPredictionResult) ProtoMessage()
- func (x *VideoClassificationPredictionResult) ProtoReflect() protoreflect.Message
- func (x *VideoClassificationPredictionResult) Reset()
- func (x *VideoClassificationPredictionResult) String() string
- type VideoDataItem
- func (*VideoDataItem) Descriptor() ([]byte, []int)
- func (x *VideoDataItem) GetGcsUri() string
- func (x *VideoDataItem) GetMimeType() string
- func (*VideoDataItem) ProtoMessage()
- func (x *VideoDataItem) ProtoReflect() protoreflect.Message
- func (x *VideoDataItem) Reset()
- func (x *VideoDataItem) String() string
- type VideoDatasetMetadata
- func (*VideoDatasetMetadata) Descriptor() ([]byte, []int)
- func (x *VideoDatasetMetadata) GetDataItemSchemaUri() string
- func (x *VideoDatasetMetadata) GetGcsBucket() string
- func (*VideoDatasetMetadata) ProtoMessage()
- func (x *VideoDatasetMetadata) ProtoReflect() protoreflect.Message
- func (x *VideoDatasetMetadata) Reset()
- func (x *VideoDatasetMetadata) String() string
- type VideoObjectTrackingAnnotation
- func (*VideoObjectTrackingAnnotation) Descriptor() ([]byte, []int)
- func (x *VideoObjectTrackingAnnotation) GetAnnotationSpecId() string
- func (x *VideoObjectTrackingAnnotation) GetDisplayName() string
- func (x *VideoObjectTrackingAnnotation) GetInstanceId() int64
- func (x *VideoObjectTrackingAnnotation) GetTimeOffset() *durationpb.Duration
- func (x *VideoObjectTrackingAnnotation) GetXMax() float64
- func (x *VideoObjectTrackingAnnotation) GetXMin() float64
- func (x *VideoObjectTrackingAnnotation) GetYMax() float64
- func (x *VideoObjectTrackingAnnotation) GetYMin() float64
- func (*VideoObjectTrackingAnnotation) ProtoMessage()
- func (x *VideoObjectTrackingAnnotation) ProtoReflect() protoreflect.Message
- func (x *VideoObjectTrackingAnnotation) Reset()
- func (x *VideoObjectTrackingAnnotation) String() string
- type VideoObjectTrackingPredictionInstance
- func (*VideoObjectTrackingPredictionInstance) Descriptor() ([]byte, []int)
- func (x *VideoObjectTrackingPredictionInstance) GetContent() string
- func (x *VideoObjectTrackingPredictionInstance) GetMimeType() string
- func (x *VideoObjectTrackingPredictionInstance) GetTimeSegmentEnd() string
- func (x *VideoObjectTrackingPredictionInstance) GetTimeSegmentStart() string
- func (*VideoObjectTrackingPredictionInstance) ProtoMessage()
- func (x *VideoObjectTrackingPredictionInstance) ProtoReflect() protoreflect.Message
- func (x *VideoObjectTrackingPredictionInstance) Reset()
- func (x *VideoObjectTrackingPredictionInstance) String() string
- type VideoObjectTrackingPredictionParams
- func (*VideoObjectTrackingPredictionParams) Descriptor() ([]byte, []int)
- func (x *VideoObjectTrackingPredictionParams) GetConfidenceThreshold() float32
- func (x *VideoObjectTrackingPredictionParams) GetMaxPredictions() int32
- func (x *VideoObjectTrackingPredictionParams) GetMinBoundingBoxSize() float32
- func (*VideoObjectTrackingPredictionParams) ProtoMessage()
- func (x *VideoObjectTrackingPredictionParams) ProtoReflect() protoreflect.Message
- func (x *VideoObjectTrackingPredictionParams) Reset()
- func (x *VideoObjectTrackingPredictionParams) String() string
- type VideoObjectTrackingPredictionResult
- func (*VideoObjectTrackingPredictionResult) Descriptor() ([]byte, []int)
- func (x *VideoObjectTrackingPredictionResult) GetConfidence() *wrapperspb.FloatValue
- func (x *VideoObjectTrackingPredictionResult) GetDisplayName() string
- func (x *VideoObjectTrackingPredictionResult) GetFrames() []*VideoObjectTrackingPredictionResult_Frame
- func (x *VideoObjectTrackingPredictionResult) GetId() string
- func (x *VideoObjectTrackingPredictionResult) GetTimeSegmentEnd() *durationpb.Duration
- func (x *VideoObjectTrackingPredictionResult) GetTimeSegmentStart() *durationpb.Duration
- func (*VideoObjectTrackingPredictionResult) ProtoMessage()
- func (x *VideoObjectTrackingPredictionResult) ProtoReflect() protoreflect.Message
- func (x *VideoObjectTrackingPredictionResult) Reset()
- func (x *VideoObjectTrackingPredictionResult) String() string
- type VideoObjectTrackingPredictionResult_Frame
- func (*VideoObjectTrackingPredictionResult_Frame) Descriptor() ([]byte, []int)
- func (x *VideoObjectTrackingPredictionResult_Frame) GetTimeOffset() *durationpb.Duration
- func (x *VideoObjectTrackingPredictionResult_Frame) GetXMax() *wrapperspb.FloatValue
- func (x *VideoObjectTrackingPredictionResult_Frame) GetXMin() *wrapperspb.FloatValue
- func (x *VideoObjectTrackingPredictionResult_Frame) GetYMax() *wrapperspb.FloatValue
- func (x *VideoObjectTrackingPredictionResult_Frame) GetYMin() *wrapperspb.FloatValue
- func (*VideoObjectTrackingPredictionResult_Frame) ProtoMessage()
- func (x *VideoObjectTrackingPredictionResult_Frame) ProtoReflect() protoreflect.Message
- func (x *VideoObjectTrackingPredictionResult_Frame) Reset()
- func (x *VideoObjectTrackingPredictionResult_Frame) String() string
- type VisualInspectionClassificationLabelSavedQueryMetadata
- func (*VisualInspectionClassificationLabelSavedQueryMetadata) Descriptor() ([]byte, []int)
- func (x *VisualInspectionClassificationLabelSavedQueryMetadata) GetMultiLabel() bool
- func (*VisualInspectionClassificationLabelSavedQueryMetadata) ProtoMessage()
- func (x *VisualInspectionClassificationLabelSavedQueryMetadata) ProtoReflect() protoreflect.Message
- func (x *VisualInspectionClassificationLabelSavedQueryMetadata) Reset()
- func (x *VisualInspectionClassificationLabelSavedQueryMetadata) String() string
- type VisualInspectionMaskSavedQueryMetadata
- func (*VisualInspectionMaskSavedQueryMetadata) Descriptor() ([]byte, []int)
- func (x *VisualInspectionMaskSavedQueryMetadata) GetColorMap() []*AnnotationSpecColor
- func (*VisualInspectionMaskSavedQueryMetadata) ProtoMessage()
- func (x *VisualInspectionMaskSavedQueryMetadata) ProtoReflect() protoreflect.Message
- func (x *VisualInspectionMaskSavedQueryMetadata) Reset()
- func (x *VisualInspectionMaskSavedQueryMetadata) String() string
Constants ¶
Variables ¶
var File_google_cloud_aiplatform_v1beta1_schema_annotation_payload_proto protoreflect.FileDescriptor
var File_google_cloud_aiplatform_v1beta1_schema_annotation_spec_color_proto protoreflect.FileDescriptor
var File_google_cloud_aiplatform_v1beta1_schema_data_item_payload_proto protoreflect.FileDescriptor
var File_google_cloud_aiplatform_v1beta1_schema_dataset_metadata_proto protoreflect.FileDescriptor
var File_google_cloud_aiplatform_v1beta1_schema_geometry_proto protoreflect.FileDescriptor
var File_google_cloud_aiplatform_v1beta1_schema_io_format_proto protoreflect.FileDescriptor
var File_google_cloud_aiplatform_v1beta1_schema_saved_query_metadata_proto protoreflect.FileDescriptor
Functions ¶
Types ¶
type AnnotationSpecColor ¶
type AnnotationSpecColor struct { // The color of the AnnotationSpec in a segmentation mask. Color *color.Color `protobuf:"bytes,1,opt,name=color,proto3" json:"color,omitempty"` // The display name of the AnnotationSpec represented by the color in the // segmentation mask. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // The ID of the AnnotationSpec represented by the color in the segmentation // mask. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
An entry of mapping between color and AnnotationSpec. The mapping is used in segmentation mask.
func (*AnnotationSpecColor) Descriptor ¶
func (*AnnotationSpecColor) Descriptor() ([]byte, []int)
Deprecated: Use AnnotationSpecColor.ProtoReflect.Descriptor instead.
func (*AnnotationSpecColor) GetColor ¶
func (x *AnnotationSpecColor) GetColor() *color.Color
func (*AnnotationSpecColor) GetDisplayName ¶
func (x *AnnotationSpecColor) GetDisplayName() string
func (*AnnotationSpecColor) GetId ¶
func (x *AnnotationSpecColor) GetId() string
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 ClassificationPredictionResult ¶
type ClassificationPredictionResult struct { // The resource IDs of the AnnotationSpecs that had been identified, ordered // by the confidence score descendingly. Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // The display names of the AnnotationSpecs that had been identified, order // matches the IDs. DisplayNames []string `protobuf:"bytes,2,rep,name=display_names,json=displayNames,proto3" json:"display_names,omitempty"` // The Model's confidences in correctness of the predicted IDs, higher value // means higher confidence. Order matches the Ids. Confidences []float32 `protobuf:"fixed32,3,rep,packed,name=confidences,proto3" json:"confidences,omitempty"` // contains filtered or unexported fields }
Prediction output format for Image Classification.
func (*ClassificationPredictionResult) Descriptor ¶
func (*ClassificationPredictionResult) Descriptor() ([]byte, []int)
Deprecated: Use ClassificationPredictionResult.ProtoReflect.Descriptor instead.
func (*ClassificationPredictionResult) GetConfidences ¶
func (x *ClassificationPredictionResult) GetConfidences() []float32
func (*ClassificationPredictionResult) GetDisplayNames ¶
func (x *ClassificationPredictionResult) GetDisplayNames() []string
func (*ClassificationPredictionResult) GetIds ¶
func (x *ClassificationPredictionResult) GetIds() []int64
func (*ClassificationPredictionResult) ProtoMessage ¶
func (*ClassificationPredictionResult) ProtoMessage()
func (*ClassificationPredictionResult) ProtoReflect ¶
func (x *ClassificationPredictionResult) ProtoReflect() protoreflect.Message
func (*ClassificationPredictionResult) Reset ¶
func (x *ClassificationPredictionResult) Reset()
func (*ClassificationPredictionResult) String ¶
func (x *ClassificationPredictionResult) String() string
type ImageBoundingBoxAnnotation ¶
type ImageBoundingBoxAnnotation struct { // The resource Id of the AnnotationSpec that this Annotation pertains to. AnnotationSpecId string `protobuf:"bytes,1,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // The display name of the AnnotationSpec that this Annotation pertains to. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // The leftmost coordinate of the bounding box. XMin float64 `protobuf:"fixed64,3,opt,name=x_min,json=xMin,proto3" json:"x_min,omitempty"` // The rightmost coordinate of the bounding box. XMax float64 `protobuf:"fixed64,4,opt,name=x_max,json=xMax,proto3" json:"x_max,omitempty"` // The topmost coordinate of the bounding box. YMin float64 `protobuf:"fixed64,5,opt,name=y_min,json=yMin,proto3" json:"y_min,omitempty"` // The bottommost coordinate of the bounding box. YMax float64 `protobuf:"fixed64,6,opt,name=y_max,json=yMax,proto3" json:"y_max,omitempty"` // contains filtered or unexported fields }
Annotation details specific to image object detection.
func (*ImageBoundingBoxAnnotation) Descriptor ¶
func (*ImageBoundingBoxAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use ImageBoundingBoxAnnotation.ProtoReflect.Descriptor instead.
func (*ImageBoundingBoxAnnotation) GetAnnotationSpecId ¶
func (x *ImageBoundingBoxAnnotation) GetAnnotationSpecId() string
func (*ImageBoundingBoxAnnotation) GetDisplayName ¶
func (x *ImageBoundingBoxAnnotation) GetDisplayName() string
func (*ImageBoundingBoxAnnotation) GetXMax ¶
func (x *ImageBoundingBoxAnnotation) GetXMax() float64
func (*ImageBoundingBoxAnnotation) GetXMin ¶
func (x *ImageBoundingBoxAnnotation) GetXMin() float64
func (*ImageBoundingBoxAnnotation) GetYMax ¶
func (x *ImageBoundingBoxAnnotation) GetYMax() float64
func (*ImageBoundingBoxAnnotation) GetYMin ¶
func (x *ImageBoundingBoxAnnotation) GetYMin() float64
func (*ImageBoundingBoxAnnotation) ProtoMessage ¶
func (*ImageBoundingBoxAnnotation) ProtoMessage()
func (*ImageBoundingBoxAnnotation) ProtoReflect ¶
func (x *ImageBoundingBoxAnnotation) ProtoReflect() protoreflect.Message
func (*ImageBoundingBoxAnnotation) Reset ¶
func (x *ImageBoundingBoxAnnotation) Reset()
func (*ImageBoundingBoxAnnotation) String ¶
func (x *ImageBoundingBoxAnnotation) String() string
type ImageClassificationAnnotation ¶
type ImageClassificationAnnotation struct { // The resource Id of the AnnotationSpec that this Annotation pertains to. AnnotationSpecId string `protobuf:"bytes,1,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // The display name of the AnnotationSpec that this Annotation pertains to. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
Annotation details specific to image classification.
func (*ImageClassificationAnnotation) Descriptor ¶
func (*ImageClassificationAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use ImageClassificationAnnotation.ProtoReflect.Descriptor instead.
func (*ImageClassificationAnnotation) GetAnnotationSpecId ¶
func (x *ImageClassificationAnnotation) GetAnnotationSpecId() string
func (*ImageClassificationAnnotation) GetDisplayName ¶
func (x *ImageClassificationAnnotation) GetDisplayName() string
func (*ImageClassificationAnnotation) ProtoMessage ¶
func (*ImageClassificationAnnotation) ProtoMessage()
func (*ImageClassificationAnnotation) ProtoReflect ¶
func (x *ImageClassificationAnnotation) ProtoReflect() protoreflect.Message
func (*ImageClassificationAnnotation) Reset ¶
func (x *ImageClassificationAnnotation) Reset()
func (*ImageClassificationAnnotation) String ¶
func (x *ImageClassificationAnnotation) String() string
type ImageClassificationPredictionInstance ¶
type ImageClassificationPredictionInstance struct { // The image bytes or GCS URI to make the prediction on. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // The MIME type of the content of the image. Only the images in below listed // MIME types are supported. // - image/jpeg // - image/gif // - image/png // - image/webp // - image/bmp // - image/tiff // - image/vnd.microsoft.icon MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // contains filtered or unexported fields }
Prediction input format for Image Classification.
func (*ImageClassificationPredictionInstance) Descriptor ¶
func (*ImageClassificationPredictionInstance) Descriptor() ([]byte, []int)
Deprecated: Use ImageClassificationPredictionInstance.ProtoReflect.Descriptor instead.
func (*ImageClassificationPredictionInstance) GetContent ¶
func (x *ImageClassificationPredictionInstance) GetContent() string
func (*ImageClassificationPredictionInstance) GetMimeType ¶
func (x *ImageClassificationPredictionInstance) GetMimeType() string
func (*ImageClassificationPredictionInstance) ProtoMessage ¶
func (*ImageClassificationPredictionInstance) ProtoMessage()
func (*ImageClassificationPredictionInstance) ProtoReflect ¶
func (x *ImageClassificationPredictionInstance) ProtoReflect() protoreflect.Message
func (*ImageClassificationPredictionInstance) Reset ¶
func (x *ImageClassificationPredictionInstance) Reset()
func (*ImageClassificationPredictionInstance) String ¶
func (x *ImageClassificationPredictionInstance) String() string
type ImageClassificationPredictionParams ¶
type ImageClassificationPredictionParams struct { // The Model only returns predictions with at least this confidence score. // Default value is 0.0 ConfidenceThreshold float32 `protobuf:"fixed32,1,opt,name=confidence_threshold,json=confidenceThreshold,proto3" json:"confidence_threshold,omitempty"` // The Model only returns up to that many top, by confidence score, // predictions per instance. If this number is very high, the Model may return // fewer predictions. Default value is 10. MaxPredictions int32 `protobuf:"varint,2,opt,name=max_predictions,json=maxPredictions,proto3" json:"max_predictions,omitempty"` // contains filtered or unexported fields }
Prediction model parameters for Image Classification.
func (*ImageClassificationPredictionParams) Descriptor ¶
func (*ImageClassificationPredictionParams) Descriptor() ([]byte, []int)
Deprecated: Use ImageClassificationPredictionParams.ProtoReflect.Descriptor instead.
func (*ImageClassificationPredictionParams) GetConfidenceThreshold ¶
func (x *ImageClassificationPredictionParams) GetConfidenceThreshold() float32
func (*ImageClassificationPredictionParams) GetMaxPredictions ¶
func (x *ImageClassificationPredictionParams) GetMaxPredictions() int32
func (*ImageClassificationPredictionParams) ProtoMessage ¶
func (*ImageClassificationPredictionParams) ProtoMessage()
func (*ImageClassificationPredictionParams) ProtoReflect ¶
func (x *ImageClassificationPredictionParams) ProtoReflect() protoreflect.Message
func (*ImageClassificationPredictionParams) Reset ¶
func (x *ImageClassificationPredictionParams) Reset()
func (*ImageClassificationPredictionParams) String ¶
func (x *ImageClassificationPredictionParams) String() string
type ImageDataItem ¶
type ImageDataItem struct { // Required. Google Cloud Storage URI points to the original image in user's bucket. // The image is up to 30MB in size. GcsUri string `protobuf:"bytes,1,opt,name=gcs_uri,json=gcsUri,proto3" json:"gcs_uri,omitempty"` // Output only. The mime type of the content of the image. Only the images in below listed // mime types are supported. // - image/jpeg // - image/gif // - image/png // - image/webp // - image/bmp // - image/tiff // - image/vnd.microsoft.icon MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // contains filtered or unexported fields }
Payload of Image DataItem.
func (*ImageDataItem) Descriptor ¶
func (*ImageDataItem) Descriptor() ([]byte, []int)
Deprecated: Use ImageDataItem.ProtoReflect.Descriptor instead.
func (*ImageDataItem) GetGcsUri ¶
func (x *ImageDataItem) GetGcsUri() string
func (*ImageDataItem) GetMimeType ¶
func (x *ImageDataItem) GetMimeType() string
func (*ImageDataItem) ProtoMessage ¶
func (*ImageDataItem) ProtoMessage()
func (*ImageDataItem) ProtoReflect ¶
func (x *ImageDataItem) ProtoReflect() protoreflect.Message
func (*ImageDataItem) Reset ¶
func (x *ImageDataItem) Reset()
func (*ImageDataItem) String ¶
func (x *ImageDataItem) String() string
type ImageDatasetMetadata ¶
type ImageDatasetMetadata struct { // Points to a YAML file stored on Google Cloud Storage describing payload of // the Image DataItems that belong to this Dataset. DataItemSchemaUri string `protobuf:"bytes,1,opt,name=data_item_schema_uri,json=dataItemSchemaUri,proto3" json:"data_item_schema_uri,omitempty"` // Google Cloud Storage Bucket name that contains the blob data of this // Dataset. GcsBucket string `protobuf:"bytes,2,opt,name=gcs_bucket,json=gcsBucket,proto3" json:"gcs_bucket,omitempty"` // contains filtered or unexported fields }
The metadata of Datasets that contain Image DataItems.
func (*ImageDatasetMetadata) Descriptor ¶
func (*ImageDatasetMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ImageDatasetMetadata.ProtoReflect.Descriptor instead.
func (*ImageDatasetMetadata) GetDataItemSchemaUri ¶
func (x *ImageDatasetMetadata) GetDataItemSchemaUri() string
func (*ImageDatasetMetadata) GetGcsBucket ¶
func (x *ImageDatasetMetadata) GetGcsBucket() string
func (*ImageDatasetMetadata) ProtoMessage ¶
func (*ImageDatasetMetadata) ProtoMessage()
func (*ImageDatasetMetadata) ProtoReflect ¶
func (x *ImageDatasetMetadata) ProtoReflect() protoreflect.Message
func (*ImageDatasetMetadata) Reset ¶
func (x *ImageDatasetMetadata) Reset()
func (*ImageDatasetMetadata) String ¶
func (x *ImageDatasetMetadata) String() string
type ImageObjectDetectionPredictionInstance ¶
type ImageObjectDetectionPredictionInstance struct { // The image bytes or GCS URI to make the prediction on. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // The MIME type of the content of the image. Only the images in below listed // MIME types are supported. // - image/jpeg // - image/gif // - image/png // - image/webp // - image/bmp // - image/tiff // - image/vnd.microsoft.icon MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // contains filtered or unexported fields }
Prediction input format for Image Object Detection.
func (*ImageObjectDetectionPredictionInstance) Descriptor ¶
func (*ImageObjectDetectionPredictionInstance) Descriptor() ([]byte, []int)
Deprecated: Use ImageObjectDetectionPredictionInstance.ProtoReflect.Descriptor instead.
func (*ImageObjectDetectionPredictionInstance) GetContent ¶
func (x *ImageObjectDetectionPredictionInstance) GetContent() string
func (*ImageObjectDetectionPredictionInstance) GetMimeType ¶
func (x *ImageObjectDetectionPredictionInstance) GetMimeType() string
func (*ImageObjectDetectionPredictionInstance) ProtoMessage ¶
func (*ImageObjectDetectionPredictionInstance) ProtoMessage()
func (*ImageObjectDetectionPredictionInstance) ProtoReflect ¶
func (x *ImageObjectDetectionPredictionInstance) ProtoReflect() protoreflect.Message
func (*ImageObjectDetectionPredictionInstance) Reset ¶
func (x *ImageObjectDetectionPredictionInstance) Reset()
func (*ImageObjectDetectionPredictionInstance) String ¶
func (x *ImageObjectDetectionPredictionInstance) String() string
type ImageObjectDetectionPredictionParams ¶
type ImageObjectDetectionPredictionParams struct { // The Model only returns predictions with at least this confidence score. // Default value is 0.0 ConfidenceThreshold float32 `protobuf:"fixed32,1,opt,name=confidence_threshold,json=confidenceThreshold,proto3" json:"confidence_threshold,omitempty"` // The Model only returns up to that many top, by confidence score, // predictions per instance. Note that number of returned predictions is also // limited by metadata's predictionsLimit. Default value is 10. MaxPredictions int32 `protobuf:"varint,2,opt,name=max_predictions,json=maxPredictions,proto3" json:"max_predictions,omitempty"` // contains filtered or unexported fields }
Prediction model parameters for Image Object Detection.
func (*ImageObjectDetectionPredictionParams) Descriptor ¶
func (*ImageObjectDetectionPredictionParams) Descriptor() ([]byte, []int)
Deprecated: Use ImageObjectDetectionPredictionParams.ProtoReflect.Descriptor instead.
func (*ImageObjectDetectionPredictionParams) GetConfidenceThreshold ¶
func (x *ImageObjectDetectionPredictionParams) GetConfidenceThreshold() float32
func (*ImageObjectDetectionPredictionParams) GetMaxPredictions ¶
func (x *ImageObjectDetectionPredictionParams) GetMaxPredictions() int32
func (*ImageObjectDetectionPredictionParams) ProtoMessage ¶
func (*ImageObjectDetectionPredictionParams) ProtoMessage()
func (*ImageObjectDetectionPredictionParams) ProtoReflect ¶
func (x *ImageObjectDetectionPredictionParams) ProtoReflect() protoreflect.Message
func (*ImageObjectDetectionPredictionParams) Reset ¶
func (x *ImageObjectDetectionPredictionParams) Reset()
func (*ImageObjectDetectionPredictionParams) String ¶
func (x *ImageObjectDetectionPredictionParams) String() string
type ImageObjectDetectionPredictionResult ¶
type ImageObjectDetectionPredictionResult struct { // The resource IDs of the AnnotationSpecs that had been identified, ordered // by the confidence score descendingly. Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // The display names of the AnnotationSpecs that had been identified, order // matches the IDs. DisplayNames []string `protobuf:"bytes,2,rep,name=display_names,json=displayNames,proto3" json:"display_names,omitempty"` // The Model's confidences in correctness of the predicted IDs, higher value // means higher confidence. Order matches the Ids. Confidences []float32 `protobuf:"fixed32,3,rep,packed,name=confidences,proto3" json:"confidences,omitempty"` // Bounding boxes, i.e. the rectangles over the image, that pinpoint // the found AnnotationSpecs. Given in order that matches the IDs. Each // bounding box is an array of 4 numbers `xMin`, `xMax`, `yMin`, and // `yMax`, which represent the extremal coordinates of the box. They are // relative to the image size, and the point 0,0 is in the top left // of the image. Bboxes []*structpb.ListValue `protobuf:"bytes,4,rep,name=bboxes,proto3" json:"bboxes,omitempty"` // contains filtered or unexported fields }
Prediction output format for Image Object Detection.
func (*ImageObjectDetectionPredictionResult) Descriptor ¶
func (*ImageObjectDetectionPredictionResult) Descriptor() ([]byte, []int)
Deprecated: Use ImageObjectDetectionPredictionResult.ProtoReflect.Descriptor instead.
func (*ImageObjectDetectionPredictionResult) GetBboxes ¶
func (x *ImageObjectDetectionPredictionResult) GetBboxes() []*structpb.ListValue
func (*ImageObjectDetectionPredictionResult) GetConfidences ¶
func (x *ImageObjectDetectionPredictionResult) GetConfidences() []float32
func (*ImageObjectDetectionPredictionResult) GetDisplayNames ¶
func (x *ImageObjectDetectionPredictionResult) GetDisplayNames() []string
func (*ImageObjectDetectionPredictionResult) GetIds ¶
func (x *ImageObjectDetectionPredictionResult) GetIds() []int64
func (*ImageObjectDetectionPredictionResult) ProtoMessage ¶
func (*ImageObjectDetectionPredictionResult) ProtoMessage()
func (*ImageObjectDetectionPredictionResult) ProtoReflect ¶
func (x *ImageObjectDetectionPredictionResult) ProtoReflect() protoreflect.Message
func (*ImageObjectDetectionPredictionResult) Reset ¶
func (x *ImageObjectDetectionPredictionResult) Reset()
func (*ImageObjectDetectionPredictionResult) String ¶
func (x *ImageObjectDetectionPredictionResult) String() string
type ImageSegmentationAnnotation ¶
type ImageSegmentationAnnotation struct { // Types that are assignable to Annotation: // *ImageSegmentationAnnotation_MaskAnnotation_ // *ImageSegmentationAnnotation_PolygonAnnotation_ // *ImageSegmentationAnnotation_PolylineAnnotation_ Annotation isImageSegmentationAnnotation_Annotation `protobuf_oneof:"annotation"` // contains filtered or unexported fields }
Annotation details specific to image segmentation.
func (*ImageSegmentationAnnotation) Descriptor ¶
func (*ImageSegmentationAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use ImageSegmentationAnnotation.ProtoReflect.Descriptor instead.
func (*ImageSegmentationAnnotation) GetAnnotation ¶
func (m *ImageSegmentationAnnotation) GetAnnotation() isImageSegmentationAnnotation_Annotation
func (*ImageSegmentationAnnotation) GetMaskAnnotation ¶
func (x *ImageSegmentationAnnotation) GetMaskAnnotation() *ImageSegmentationAnnotation_MaskAnnotation
func (*ImageSegmentationAnnotation) GetPolygonAnnotation ¶
func (x *ImageSegmentationAnnotation) GetPolygonAnnotation() *ImageSegmentationAnnotation_PolygonAnnotation
func (*ImageSegmentationAnnotation) GetPolylineAnnotation ¶
func (x *ImageSegmentationAnnotation) GetPolylineAnnotation() *ImageSegmentationAnnotation_PolylineAnnotation
func (*ImageSegmentationAnnotation) ProtoMessage ¶
func (*ImageSegmentationAnnotation) ProtoMessage()
func (*ImageSegmentationAnnotation) ProtoReflect ¶
func (x *ImageSegmentationAnnotation) ProtoReflect() protoreflect.Message
func (*ImageSegmentationAnnotation) Reset ¶
func (x *ImageSegmentationAnnotation) Reset()
func (*ImageSegmentationAnnotation) String ¶
func (x *ImageSegmentationAnnotation) String() string
type ImageSegmentationAnnotation_MaskAnnotation ¶
type ImageSegmentationAnnotation_MaskAnnotation struct { // Google Cloud Storage URI that points to the mask image. The image must be // in PNG format. It must have the same size as the DataItem's image. Each // pixel in the image mask represents the AnnotationSpec which the pixel in // the image DataItem belong to. Each color is mapped to one AnnotationSpec // based on annotation_spec_colors. MaskGcsUri string `protobuf:"bytes,1,opt,name=mask_gcs_uri,json=maskGcsUri,proto3" json:"mask_gcs_uri,omitempty"` // The mapping between color and AnnotationSpec for this Annotation. AnnotationSpecColors []*AnnotationSpecColor `protobuf:"bytes,2,rep,name=annotation_spec_colors,json=annotationSpecColors,proto3" json:"annotation_spec_colors,omitempty"` // contains filtered or unexported fields }
The mask based segmentation annotation.
func (*ImageSegmentationAnnotation_MaskAnnotation) Descriptor ¶
func (*ImageSegmentationAnnotation_MaskAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use ImageSegmentationAnnotation_MaskAnnotation.ProtoReflect.Descriptor instead.
func (*ImageSegmentationAnnotation_MaskAnnotation) GetAnnotationSpecColors ¶
func (x *ImageSegmentationAnnotation_MaskAnnotation) GetAnnotationSpecColors() []*AnnotationSpecColor
func (*ImageSegmentationAnnotation_MaskAnnotation) GetMaskGcsUri ¶
func (x *ImageSegmentationAnnotation_MaskAnnotation) GetMaskGcsUri() string
func (*ImageSegmentationAnnotation_MaskAnnotation) ProtoMessage ¶
func (*ImageSegmentationAnnotation_MaskAnnotation) ProtoMessage()
func (*ImageSegmentationAnnotation_MaskAnnotation) ProtoReflect ¶
func (x *ImageSegmentationAnnotation_MaskAnnotation) ProtoReflect() protoreflect.Message
func (*ImageSegmentationAnnotation_MaskAnnotation) Reset ¶
func (x *ImageSegmentationAnnotation_MaskAnnotation) Reset()
func (*ImageSegmentationAnnotation_MaskAnnotation) String ¶
func (x *ImageSegmentationAnnotation_MaskAnnotation) String() string
type ImageSegmentationAnnotation_MaskAnnotation_ ¶
type ImageSegmentationAnnotation_MaskAnnotation_ struct { // Mask based segmentation annotation. Only one mask annotation can exist // for one image. MaskAnnotation *ImageSegmentationAnnotation_MaskAnnotation `protobuf:"bytes,3,opt,name=mask_annotation,json=maskAnnotation,proto3,oneof"` }
type ImageSegmentationAnnotation_PolygonAnnotation ¶
type ImageSegmentationAnnotation_PolygonAnnotation struct { // The vertexes are connected one by one and the last vertex is connected to // the first one to represent a polygon. Vertexes []*Vertex `protobuf:"bytes,1,rep,name=vertexes,proto3" json:"vertexes,omitempty"` // The resource Id of the AnnotationSpec that this Annotation pertains to. AnnotationSpecId string `protobuf:"bytes,2,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // The display name of the AnnotationSpec that this Annotation pertains to. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
Represents a polygon in image.
func (*ImageSegmentationAnnotation_PolygonAnnotation) Descriptor ¶
func (*ImageSegmentationAnnotation_PolygonAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use ImageSegmentationAnnotation_PolygonAnnotation.ProtoReflect.Descriptor instead.
func (*ImageSegmentationAnnotation_PolygonAnnotation) GetAnnotationSpecId ¶
func (x *ImageSegmentationAnnotation_PolygonAnnotation) GetAnnotationSpecId() string
func (*ImageSegmentationAnnotation_PolygonAnnotation) GetDisplayName ¶
func (x *ImageSegmentationAnnotation_PolygonAnnotation) GetDisplayName() string
func (*ImageSegmentationAnnotation_PolygonAnnotation) GetVertexes ¶
func (x *ImageSegmentationAnnotation_PolygonAnnotation) GetVertexes() []*Vertex
func (*ImageSegmentationAnnotation_PolygonAnnotation) ProtoMessage ¶
func (*ImageSegmentationAnnotation_PolygonAnnotation) ProtoMessage()
func (*ImageSegmentationAnnotation_PolygonAnnotation) ProtoReflect ¶
func (x *ImageSegmentationAnnotation_PolygonAnnotation) ProtoReflect() protoreflect.Message
func (*ImageSegmentationAnnotation_PolygonAnnotation) Reset ¶
func (x *ImageSegmentationAnnotation_PolygonAnnotation) Reset()
func (*ImageSegmentationAnnotation_PolygonAnnotation) String ¶
func (x *ImageSegmentationAnnotation_PolygonAnnotation) String() string
type ImageSegmentationAnnotation_PolygonAnnotation_ ¶
type ImageSegmentationAnnotation_PolygonAnnotation_ struct { // Polygon annotation. PolygonAnnotation *ImageSegmentationAnnotation_PolygonAnnotation `protobuf:"bytes,4,opt,name=polygon_annotation,json=polygonAnnotation,proto3,oneof"` }
type ImageSegmentationAnnotation_PolylineAnnotation ¶
type ImageSegmentationAnnotation_PolylineAnnotation struct { // The vertexes are connected one by one and the last vertex in not // connected to the first one. Vertexes []*Vertex `protobuf:"bytes,1,rep,name=vertexes,proto3" json:"vertexes,omitempty"` // The resource Id of the AnnotationSpec that this Annotation pertains to. AnnotationSpecId string `protobuf:"bytes,2,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // The display name of the AnnotationSpec that this Annotation pertains to. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
Represents a polyline in image.
func (*ImageSegmentationAnnotation_PolylineAnnotation) Descriptor ¶
func (*ImageSegmentationAnnotation_PolylineAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use ImageSegmentationAnnotation_PolylineAnnotation.ProtoReflect.Descriptor instead.
func (*ImageSegmentationAnnotation_PolylineAnnotation) GetAnnotationSpecId ¶
func (x *ImageSegmentationAnnotation_PolylineAnnotation) GetAnnotationSpecId() string
func (*ImageSegmentationAnnotation_PolylineAnnotation) GetDisplayName ¶
func (x *ImageSegmentationAnnotation_PolylineAnnotation) GetDisplayName() string
func (*ImageSegmentationAnnotation_PolylineAnnotation) GetVertexes ¶
func (x *ImageSegmentationAnnotation_PolylineAnnotation) GetVertexes() []*Vertex
func (*ImageSegmentationAnnotation_PolylineAnnotation) ProtoMessage ¶
func (*ImageSegmentationAnnotation_PolylineAnnotation) ProtoMessage()
func (*ImageSegmentationAnnotation_PolylineAnnotation) ProtoReflect ¶
func (x *ImageSegmentationAnnotation_PolylineAnnotation) ProtoReflect() protoreflect.Message
func (*ImageSegmentationAnnotation_PolylineAnnotation) Reset ¶
func (x *ImageSegmentationAnnotation_PolylineAnnotation) Reset()
func (*ImageSegmentationAnnotation_PolylineAnnotation) String ¶
func (x *ImageSegmentationAnnotation_PolylineAnnotation) String() string
type ImageSegmentationAnnotation_PolylineAnnotation_ ¶
type ImageSegmentationAnnotation_PolylineAnnotation_ struct { // Polyline annotation. PolylineAnnotation *ImageSegmentationAnnotation_PolylineAnnotation `protobuf:"bytes,5,opt,name=polyline_annotation,json=polylineAnnotation,proto3,oneof"` }
type ImageSegmentationPredictionInstance ¶
type ImageSegmentationPredictionInstance struct { // The image bytes to make the predictions on. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // The MIME type of the content of the image. Only the images in below listed // MIME types are supported. // - image/jpeg // - image/png MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // contains filtered or unexported fields }
Prediction input format for Image Segmentation.
func (*ImageSegmentationPredictionInstance) Descriptor ¶
func (*ImageSegmentationPredictionInstance) Descriptor() ([]byte, []int)
Deprecated: Use ImageSegmentationPredictionInstance.ProtoReflect.Descriptor instead.
func (*ImageSegmentationPredictionInstance) GetContent ¶
func (x *ImageSegmentationPredictionInstance) GetContent() string
func (*ImageSegmentationPredictionInstance) GetMimeType ¶
func (x *ImageSegmentationPredictionInstance) GetMimeType() string
func (*ImageSegmentationPredictionInstance) ProtoMessage ¶
func (*ImageSegmentationPredictionInstance) ProtoMessage()
func (*ImageSegmentationPredictionInstance) ProtoReflect ¶
func (x *ImageSegmentationPredictionInstance) ProtoReflect() protoreflect.Message
func (*ImageSegmentationPredictionInstance) Reset ¶
func (x *ImageSegmentationPredictionInstance) Reset()
func (*ImageSegmentationPredictionInstance) String ¶
func (x *ImageSegmentationPredictionInstance) String() string
type ImageSegmentationPredictionParams ¶
type ImageSegmentationPredictionParams struct { // When the model predicts category of pixels of the image, it will only // provide predictions for pixels that it is at least this much confident // about. All other pixels will be classified as background. Default value is // 0.5. ConfidenceThreshold float32 `protobuf:"fixed32,1,opt,name=confidence_threshold,json=confidenceThreshold,proto3" json:"confidence_threshold,omitempty"` // contains filtered or unexported fields }
Prediction model parameters for Image Segmentation.
func (*ImageSegmentationPredictionParams) Descriptor ¶
func (*ImageSegmentationPredictionParams) Descriptor() ([]byte, []int)
Deprecated: Use ImageSegmentationPredictionParams.ProtoReflect.Descriptor instead.
func (*ImageSegmentationPredictionParams) GetConfidenceThreshold ¶
func (x *ImageSegmentationPredictionParams) GetConfidenceThreshold() float32
func (*ImageSegmentationPredictionParams) ProtoMessage ¶
func (*ImageSegmentationPredictionParams) ProtoMessage()
func (*ImageSegmentationPredictionParams) ProtoReflect ¶
func (x *ImageSegmentationPredictionParams) ProtoReflect() protoreflect.Message
func (*ImageSegmentationPredictionParams) Reset ¶
func (x *ImageSegmentationPredictionParams) Reset()
func (*ImageSegmentationPredictionParams) String ¶
func (x *ImageSegmentationPredictionParams) String() string
type PredictionResult ¶
type PredictionResult struct { // Some identifier from the input so that the prediction can be mapped back to // the input instance. // // Types that are assignable to Input: // *PredictionResult_Instance // *PredictionResult_Key Input isPredictionResult_Input `protobuf_oneof:"input"` // The prediction result. // Value is used here instead of Any so that JsonFormat does not append an // extra "@type" field when we convert the proto to JSON and so we can // represent array of objects. Prediction *structpb.Value `protobuf:"bytes,3,opt,name=prediction,proto3" json:"prediction,omitempty"` // contains filtered or unexported fields }
Represents a line of JSONL in the batch prediction output file.
func (*PredictionResult) Descriptor ¶
func (*PredictionResult) Descriptor() ([]byte, []int)
Deprecated: Use PredictionResult.ProtoReflect.Descriptor instead.
func (*PredictionResult) GetInput ¶
func (m *PredictionResult) GetInput() isPredictionResult_Input
func (*PredictionResult) GetInstance ¶
func (x *PredictionResult) GetInstance() *structpb.Struct
func (*PredictionResult) GetKey ¶
func (x *PredictionResult) GetKey() string
func (*PredictionResult) GetPrediction ¶
func (x *PredictionResult) GetPrediction() *structpb.Value
func (*PredictionResult) ProtoMessage ¶
func (*PredictionResult) ProtoMessage()
func (*PredictionResult) ProtoReflect ¶
func (x *PredictionResult) ProtoReflect() protoreflect.Message
func (*PredictionResult) Reset ¶
func (x *PredictionResult) Reset()
func (*PredictionResult) String ¶
func (x *PredictionResult) String() string
type PredictionResult_Key ¶
type PredictionResult_Key struct { // Optional user-provided key from the input instance. Key string `protobuf:"bytes,2,opt,name=key,proto3,oneof"` }
type TablesDatasetMetadata ¶
type TablesDatasetMetadata struct { InputConfig *TablesDatasetMetadata_InputConfig `protobuf:"bytes,1,opt,name=input_config,json=inputConfig,proto3" json:"input_config,omitempty"` // contains filtered or unexported fields }
The metadata of Datasets that contain tables data.
func (*TablesDatasetMetadata) Descriptor ¶
func (*TablesDatasetMetadata) Descriptor() ([]byte, []int)
Deprecated: Use TablesDatasetMetadata.ProtoReflect.Descriptor instead.
func (*TablesDatasetMetadata) GetInputConfig ¶
func (x *TablesDatasetMetadata) GetInputConfig() *TablesDatasetMetadata_InputConfig
func (*TablesDatasetMetadata) ProtoMessage ¶
func (*TablesDatasetMetadata) ProtoMessage()
func (*TablesDatasetMetadata) ProtoReflect ¶
func (x *TablesDatasetMetadata) ProtoReflect() protoreflect.Message
func (*TablesDatasetMetadata) Reset ¶
func (x *TablesDatasetMetadata) Reset()
func (*TablesDatasetMetadata) String ¶
func (x *TablesDatasetMetadata) String() string
type TablesDatasetMetadata_BigQuerySource ¶
type TablesDatasetMetadata_BigQuerySource struct { // The URI of a BigQuery table. Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
func (*TablesDatasetMetadata_BigQuerySource) Descriptor ¶
func (*TablesDatasetMetadata_BigQuerySource) Descriptor() ([]byte, []int)
Deprecated: Use TablesDatasetMetadata_BigQuerySource.ProtoReflect.Descriptor instead.
func (*TablesDatasetMetadata_BigQuerySource) GetUri ¶
func (x *TablesDatasetMetadata_BigQuerySource) GetUri() string
func (*TablesDatasetMetadata_BigQuerySource) ProtoMessage ¶
func (*TablesDatasetMetadata_BigQuerySource) ProtoMessage()
func (*TablesDatasetMetadata_BigQuerySource) ProtoReflect ¶
func (x *TablesDatasetMetadata_BigQuerySource) ProtoReflect() protoreflect.Message
func (*TablesDatasetMetadata_BigQuerySource) Reset ¶
func (x *TablesDatasetMetadata_BigQuerySource) Reset()
func (*TablesDatasetMetadata_BigQuerySource) String ¶
func (x *TablesDatasetMetadata_BigQuerySource) String() string
type TablesDatasetMetadata_GcsSource ¶
type TablesDatasetMetadata_GcsSource struct { // Google Cloud Storage URI to a input file, only .csv file is supported. Uri []string `protobuf:"bytes,1,rep,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
func (*TablesDatasetMetadata_GcsSource) Descriptor ¶
func (*TablesDatasetMetadata_GcsSource) Descriptor() ([]byte, []int)
Deprecated: Use TablesDatasetMetadata_GcsSource.ProtoReflect.Descriptor instead.
func (*TablesDatasetMetadata_GcsSource) GetUri ¶
func (x *TablesDatasetMetadata_GcsSource) GetUri() []string
func (*TablesDatasetMetadata_GcsSource) ProtoMessage ¶
func (*TablesDatasetMetadata_GcsSource) ProtoMessage()
func (*TablesDatasetMetadata_GcsSource) ProtoReflect ¶
func (x *TablesDatasetMetadata_GcsSource) ProtoReflect() protoreflect.Message
func (*TablesDatasetMetadata_GcsSource) Reset ¶
func (x *TablesDatasetMetadata_GcsSource) Reset()
func (*TablesDatasetMetadata_GcsSource) String ¶
func (x *TablesDatasetMetadata_GcsSource) String() string
type TablesDatasetMetadata_InputConfig ¶
type TablesDatasetMetadata_InputConfig struct { // Types that are assignable to Source: // *TablesDatasetMetadata_InputConfig_GcsSource // *TablesDatasetMetadata_InputConfig_BigquerySource Source isTablesDatasetMetadata_InputConfig_Source `protobuf_oneof:"source"` // contains filtered or unexported fields }
The tables Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.
func (*TablesDatasetMetadata_InputConfig) Descriptor ¶
func (*TablesDatasetMetadata_InputConfig) Descriptor() ([]byte, []int)
Deprecated: Use TablesDatasetMetadata_InputConfig.ProtoReflect.Descriptor instead.
func (*TablesDatasetMetadata_InputConfig) GetBigquerySource ¶
func (x *TablesDatasetMetadata_InputConfig) GetBigquerySource() *TablesDatasetMetadata_BigQuerySource
func (*TablesDatasetMetadata_InputConfig) GetGcsSource ¶
func (x *TablesDatasetMetadata_InputConfig) GetGcsSource() *TablesDatasetMetadata_GcsSource
func (*TablesDatasetMetadata_InputConfig) GetSource ¶
func (m *TablesDatasetMetadata_InputConfig) GetSource() isTablesDatasetMetadata_InputConfig_Source
func (*TablesDatasetMetadata_InputConfig) ProtoMessage ¶
func (*TablesDatasetMetadata_InputConfig) ProtoMessage()
func (*TablesDatasetMetadata_InputConfig) ProtoReflect ¶
func (x *TablesDatasetMetadata_InputConfig) ProtoReflect() protoreflect.Message
func (*TablesDatasetMetadata_InputConfig) Reset ¶
func (x *TablesDatasetMetadata_InputConfig) Reset()
func (*TablesDatasetMetadata_InputConfig) String ¶
func (x *TablesDatasetMetadata_InputConfig) String() string
type TablesDatasetMetadata_InputConfig_BigquerySource ¶
type TablesDatasetMetadata_InputConfig_BigquerySource struct {
BigquerySource *TablesDatasetMetadata_BigQuerySource `protobuf:"bytes,2,opt,name=bigquery_source,json=bigquerySource,proto3,oneof"`
}
type TablesDatasetMetadata_InputConfig_GcsSource ¶
type TablesDatasetMetadata_InputConfig_GcsSource struct {
GcsSource *TablesDatasetMetadata_GcsSource `protobuf:"bytes,1,opt,name=gcs_source,json=gcsSource,proto3,oneof"`
}
type TextClassificationAnnotation ¶
type TextClassificationAnnotation struct { // The resource Id of the AnnotationSpec that this Annotation pertains to. AnnotationSpecId string `protobuf:"bytes,1,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // The display name of the AnnotationSpec that this Annotation pertains to. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
Annotation details specific to text classification.
func (*TextClassificationAnnotation) Descriptor ¶
func (*TextClassificationAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use TextClassificationAnnotation.ProtoReflect.Descriptor instead.
func (*TextClassificationAnnotation) GetAnnotationSpecId ¶
func (x *TextClassificationAnnotation) GetAnnotationSpecId() string
func (*TextClassificationAnnotation) GetDisplayName ¶
func (x *TextClassificationAnnotation) GetDisplayName() string
func (*TextClassificationAnnotation) ProtoMessage ¶
func (*TextClassificationAnnotation) ProtoMessage()
func (*TextClassificationAnnotation) ProtoReflect ¶
func (x *TextClassificationAnnotation) ProtoReflect() protoreflect.Message
func (*TextClassificationAnnotation) Reset ¶
func (x *TextClassificationAnnotation) Reset()
func (*TextClassificationAnnotation) String ¶
func (x *TextClassificationAnnotation) String() string
type TextClassificationPredictionInstance ¶
type TextClassificationPredictionInstance struct { // The text snippet to make the predictions on. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // The MIME type of the text snippet. The supported MIME types are listed // below. // - text/plain MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // contains filtered or unexported fields }
Prediction input format for Text Classification.
func (*TextClassificationPredictionInstance) Descriptor ¶
func (*TextClassificationPredictionInstance) Descriptor() ([]byte, []int)
Deprecated: Use TextClassificationPredictionInstance.ProtoReflect.Descriptor instead.
func (*TextClassificationPredictionInstance) GetContent ¶
func (x *TextClassificationPredictionInstance) GetContent() string
func (*TextClassificationPredictionInstance) GetMimeType ¶
func (x *TextClassificationPredictionInstance) GetMimeType() string
func (*TextClassificationPredictionInstance) ProtoMessage ¶
func (*TextClassificationPredictionInstance) ProtoMessage()
func (*TextClassificationPredictionInstance) ProtoReflect ¶
func (x *TextClassificationPredictionInstance) ProtoReflect() protoreflect.Message
func (*TextClassificationPredictionInstance) Reset ¶
func (x *TextClassificationPredictionInstance) Reset()
func (*TextClassificationPredictionInstance) String ¶
func (x *TextClassificationPredictionInstance) String() string
type TextDataItem ¶
type TextDataItem struct { // Output only. Google Cloud Storage URI points to the original text in user's bucket. // The text file is up to 10MB in size. GcsUri string `protobuf:"bytes,1,opt,name=gcs_uri,json=gcsUri,proto3" json:"gcs_uri,omitempty"` // contains filtered or unexported fields }
Payload of Text DataItem.
func (*TextDataItem) Descriptor ¶
func (*TextDataItem) Descriptor() ([]byte, []int)
Deprecated: Use TextDataItem.ProtoReflect.Descriptor instead.
func (*TextDataItem) GetGcsUri ¶
func (x *TextDataItem) GetGcsUri() string
func (*TextDataItem) ProtoMessage ¶
func (*TextDataItem) ProtoMessage()
func (*TextDataItem) ProtoReflect ¶
func (x *TextDataItem) ProtoReflect() protoreflect.Message
func (*TextDataItem) Reset ¶
func (x *TextDataItem) Reset()
func (*TextDataItem) String ¶
func (x *TextDataItem) String() string
type TextDatasetMetadata ¶
type TextDatasetMetadata struct { // Points to a YAML file stored on Google Cloud Storage describing payload of // the Text DataItems that belong to this Dataset. DataItemSchemaUri string `protobuf:"bytes,1,opt,name=data_item_schema_uri,json=dataItemSchemaUri,proto3" json:"data_item_schema_uri,omitempty"` // Google Cloud Storage Bucket name that contains the blob data of this // Dataset. GcsBucket string `protobuf:"bytes,2,opt,name=gcs_bucket,json=gcsBucket,proto3" json:"gcs_bucket,omitempty"` // contains filtered or unexported fields }
The metadata of Datasets that contain Text DataItems.
func (*TextDatasetMetadata) Descriptor ¶
func (*TextDatasetMetadata) Descriptor() ([]byte, []int)
Deprecated: Use TextDatasetMetadata.ProtoReflect.Descriptor instead.
func (*TextDatasetMetadata) GetDataItemSchemaUri ¶
func (x *TextDatasetMetadata) GetDataItemSchemaUri() string
func (*TextDatasetMetadata) GetGcsBucket ¶
func (x *TextDatasetMetadata) GetGcsBucket() string
func (*TextDatasetMetadata) ProtoMessage ¶
func (*TextDatasetMetadata) ProtoMessage()
func (*TextDatasetMetadata) ProtoReflect ¶
func (x *TextDatasetMetadata) ProtoReflect() protoreflect.Message
func (*TextDatasetMetadata) Reset ¶
func (x *TextDatasetMetadata) Reset()
func (*TextDatasetMetadata) String ¶
func (x *TextDatasetMetadata) String() string
type TextExtractionAnnotation ¶
type TextExtractionAnnotation struct { // The segment of the text content. TextSegment *TextSegment `protobuf:"bytes,1,opt,name=text_segment,json=textSegment,proto3" json:"text_segment,omitempty"` // The resource Id of the AnnotationSpec that this Annotation pertains to. AnnotationSpecId string `protobuf:"bytes,2,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // The display name of the AnnotationSpec that this Annotation pertains to. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
Annotation details specific to text extraction.
func (*TextExtractionAnnotation) Descriptor ¶
func (*TextExtractionAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use TextExtractionAnnotation.ProtoReflect.Descriptor instead.
func (*TextExtractionAnnotation) GetAnnotationSpecId ¶
func (x *TextExtractionAnnotation) GetAnnotationSpecId() string
func (*TextExtractionAnnotation) GetDisplayName ¶
func (x *TextExtractionAnnotation) GetDisplayName() string
func (*TextExtractionAnnotation) GetTextSegment ¶
func (x *TextExtractionAnnotation) GetTextSegment() *TextSegment
func (*TextExtractionAnnotation) ProtoMessage ¶
func (*TextExtractionAnnotation) ProtoMessage()
func (*TextExtractionAnnotation) ProtoReflect ¶
func (x *TextExtractionAnnotation) ProtoReflect() protoreflect.Message
func (*TextExtractionAnnotation) Reset ¶
func (x *TextExtractionAnnotation) Reset()
func (*TextExtractionAnnotation) String ¶
func (x *TextExtractionAnnotation) String() string
type TextExtractionPredictionInstance ¶
type TextExtractionPredictionInstance struct { // The text snippet to make the predictions on. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // The MIME type of the text snippet. The supported MIME types are listed // below. // - text/plain MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // This field is only used for batch prediction. If a key is provided, the // batch prediction result will by mapped to this key. If omitted, then the // batch prediction result will contain the entire input instance. AI Platform // will not check if keys in the request are duplicates, so it is up to the // caller to ensure the keys are unique. Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
Prediction input format for Text Extraction.
func (*TextExtractionPredictionInstance) Descriptor ¶
func (*TextExtractionPredictionInstance) Descriptor() ([]byte, []int)
Deprecated: Use TextExtractionPredictionInstance.ProtoReflect.Descriptor instead.
func (*TextExtractionPredictionInstance) GetContent ¶
func (x *TextExtractionPredictionInstance) GetContent() string
func (*TextExtractionPredictionInstance) GetKey ¶
func (x *TextExtractionPredictionInstance) GetKey() string
func (*TextExtractionPredictionInstance) GetMimeType ¶
func (x *TextExtractionPredictionInstance) GetMimeType() string
func (*TextExtractionPredictionInstance) ProtoMessage ¶
func (*TextExtractionPredictionInstance) ProtoMessage()
func (*TextExtractionPredictionInstance) ProtoReflect ¶
func (x *TextExtractionPredictionInstance) ProtoReflect() protoreflect.Message
func (*TextExtractionPredictionInstance) Reset ¶
func (x *TextExtractionPredictionInstance) Reset()
func (*TextExtractionPredictionInstance) String ¶
func (x *TextExtractionPredictionInstance) String() string
type TextExtractionPredictionResult ¶
type TextExtractionPredictionResult struct { // The resource IDs of the AnnotationSpecs that had been identified, // ordered by the confidence score descendingly. Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // The display names of the AnnotationSpecs that had been identified, // order matches the IDs. DisplayNames []string `protobuf:"bytes,2,rep,name=display_names,json=displayNames,proto3" json:"display_names,omitempty"` // The start offsets, inclusive, of the text segment in which the // AnnotationSpec has been identified. Expressed as a zero-based number // of characters as measured from the start of the text snippet. TextSegmentStartOffsets []int64 `` /* 142-byte string literal not displayed */ // The end offsets, inclusive, of the text segment in which the // AnnotationSpec has been identified. Expressed as a zero-based number // of characters as measured from the start of the text snippet. TextSegmentEndOffsets []int64 `` /* 136-byte string literal not displayed */ // The Model's confidences in correctness of the predicted IDs, higher // value means higher confidence. Order matches the Ids. Confidences []float32 `protobuf:"fixed32,5,rep,packed,name=confidences,proto3" json:"confidences,omitempty"` // contains filtered or unexported fields }
Prediction output format for Text Extraction.
func (*TextExtractionPredictionResult) Descriptor ¶
func (*TextExtractionPredictionResult) Descriptor() ([]byte, []int)
Deprecated: Use TextExtractionPredictionResult.ProtoReflect.Descriptor instead.
func (*TextExtractionPredictionResult) GetConfidences ¶
func (x *TextExtractionPredictionResult) GetConfidences() []float32
func (*TextExtractionPredictionResult) GetDisplayNames ¶
func (x *TextExtractionPredictionResult) GetDisplayNames() []string
func (*TextExtractionPredictionResult) GetIds ¶
func (x *TextExtractionPredictionResult) GetIds() []int64
func (*TextExtractionPredictionResult) GetTextSegmentEndOffsets ¶
func (x *TextExtractionPredictionResult) GetTextSegmentEndOffsets() []int64
func (*TextExtractionPredictionResult) GetTextSegmentStartOffsets ¶
func (x *TextExtractionPredictionResult) GetTextSegmentStartOffsets() []int64
func (*TextExtractionPredictionResult) ProtoMessage ¶
func (*TextExtractionPredictionResult) ProtoMessage()
func (*TextExtractionPredictionResult) ProtoReflect ¶
func (x *TextExtractionPredictionResult) ProtoReflect() protoreflect.Message
func (*TextExtractionPredictionResult) Reset ¶
func (x *TextExtractionPredictionResult) Reset()
func (*TextExtractionPredictionResult) String ¶
func (x *TextExtractionPredictionResult) String() string
type TextSegment ¶
type TextSegment struct { // Zero-based character index of the first character of the text // segment (counting characters from the beginning of the text). StartOffset uint64 `protobuf:"varint,1,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"` // Zero-based character index of the first character past the end of // the text segment (counting character from the beginning of the text). // The character at the end_offset is NOT included in the text segment. EndOffset uint64 `protobuf:"varint,2,opt,name=end_offset,json=endOffset,proto3" json:"end_offset,omitempty"` // The text content in the segment for output only. Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
The text segment inside of DataItem.
func (*TextSegment) Descriptor ¶
func (*TextSegment) Descriptor() ([]byte, []int)
Deprecated: Use TextSegment.ProtoReflect.Descriptor instead.
func (*TextSegment) GetContent ¶
func (x *TextSegment) GetContent() string
func (*TextSegment) GetEndOffset ¶
func (x *TextSegment) GetEndOffset() uint64
func (*TextSegment) GetStartOffset ¶
func (x *TextSegment) GetStartOffset() uint64
func (*TextSegment) ProtoMessage ¶
func (*TextSegment) ProtoMessage()
func (*TextSegment) ProtoReflect ¶
func (x *TextSegment) ProtoReflect() protoreflect.Message
func (*TextSegment) Reset ¶
func (x *TextSegment) Reset()
func (*TextSegment) String ¶
func (x *TextSegment) String() string
type TextSentimentAnnotation ¶
type TextSentimentAnnotation struct { // The sentiment score for text. Sentiment int32 `protobuf:"varint,1,opt,name=sentiment,proto3" json:"sentiment,omitempty"` // The sentiment max score for text. SentimentMax int32 `protobuf:"varint,2,opt,name=sentiment_max,json=sentimentMax,proto3" json:"sentiment_max,omitempty"` // The resource Id of the AnnotationSpec that this Annotation pertains to. AnnotationSpecId string `protobuf:"bytes,3,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // The display name of the AnnotationSpec that this Annotation pertains to. DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
Annotation details specific to text sentiment.
func (*TextSentimentAnnotation) Descriptor ¶
func (*TextSentimentAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use TextSentimentAnnotation.ProtoReflect.Descriptor instead.
func (*TextSentimentAnnotation) GetAnnotationSpecId ¶
func (x *TextSentimentAnnotation) GetAnnotationSpecId() string
func (*TextSentimentAnnotation) GetDisplayName ¶
func (x *TextSentimentAnnotation) GetDisplayName() string
func (*TextSentimentAnnotation) GetSentiment ¶
func (x *TextSentimentAnnotation) GetSentiment() int32
func (*TextSentimentAnnotation) GetSentimentMax ¶
func (x *TextSentimentAnnotation) GetSentimentMax() int32
func (*TextSentimentAnnotation) ProtoMessage ¶
func (*TextSentimentAnnotation) ProtoMessage()
func (*TextSentimentAnnotation) ProtoReflect ¶
func (x *TextSentimentAnnotation) ProtoReflect() protoreflect.Message
func (*TextSentimentAnnotation) Reset ¶
func (x *TextSentimentAnnotation) Reset()
func (*TextSentimentAnnotation) String ¶
func (x *TextSentimentAnnotation) String() string
type TextSentimentPredictionInstance ¶
type TextSentimentPredictionInstance struct { // The text snippet to make the predictions on. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // The MIME type of the text snippet. The supported MIME types are listed // below. // - text/plain MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // contains filtered or unexported fields }
Prediction input format for Text Sentiment.
func (*TextSentimentPredictionInstance) Descriptor ¶
func (*TextSentimentPredictionInstance) Descriptor() ([]byte, []int)
Deprecated: Use TextSentimentPredictionInstance.ProtoReflect.Descriptor instead.
func (*TextSentimentPredictionInstance) GetContent ¶
func (x *TextSentimentPredictionInstance) GetContent() string
func (*TextSentimentPredictionInstance) GetMimeType ¶
func (x *TextSentimentPredictionInstance) GetMimeType() string
func (*TextSentimentPredictionInstance) ProtoMessage ¶
func (*TextSentimentPredictionInstance) ProtoMessage()
func (*TextSentimentPredictionInstance) ProtoReflect ¶
func (x *TextSentimentPredictionInstance) ProtoReflect() protoreflect.Message
func (*TextSentimentPredictionInstance) Reset ¶
func (x *TextSentimentPredictionInstance) Reset()
func (*TextSentimentPredictionInstance) String ¶
func (x *TextSentimentPredictionInstance) String() string
type TextSentimentPredictionResult ¶
type TextSentimentPredictionResult struct { // User's input instance. Instance *TextSentimentPredictionInstance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` // The prediction result. Prediction *TextSentimentPredictionResult_Prediction `protobuf:"bytes,2,opt,name=prediction,proto3" json:"prediction,omitempty"` // contains filtered or unexported fields }
Represents a line of JSONL in the text sentiment batch prediction output file. This is a hack to allow printing of integer values.
func (*TextSentimentPredictionResult) Descriptor ¶
func (*TextSentimentPredictionResult) Descriptor() ([]byte, []int)
Deprecated: Use TextSentimentPredictionResult.ProtoReflect.Descriptor instead.
func (*TextSentimentPredictionResult) GetInstance ¶
func (x *TextSentimentPredictionResult) GetInstance() *TextSentimentPredictionInstance
func (*TextSentimentPredictionResult) GetPrediction ¶
func (x *TextSentimentPredictionResult) GetPrediction() *TextSentimentPredictionResult_Prediction
func (*TextSentimentPredictionResult) ProtoMessage ¶
func (*TextSentimentPredictionResult) ProtoMessage()
func (*TextSentimentPredictionResult) ProtoReflect ¶
func (x *TextSentimentPredictionResult) ProtoReflect() protoreflect.Message
func (*TextSentimentPredictionResult) Reset ¶
func (x *TextSentimentPredictionResult) Reset()
func (*TextSentimentPredictionResult) String ¶
func (x *TextSentimentPredictionResult) String() string
type TextSentimentPredictionResult_Prediction ¶
type TextSentimentPredictionResult_Prediction struct { // The integer sentiment labels between 0 (inclusive) and sentimentMax label // (inclusive), while 0 maps to the least positive sentiment and // sentimentMax maps to the most positive one. The higher the score is, the // more positive the sentiment in the text snippet is. Note: sentimentMax is // an integer value between 1 (inclusive) and 10 (inclusive). Sentiment int32 `protobuf:"varint,1,opt,name=sentiment,proto3" json:"sentiment,omitempty"` // contains filtered or unexported fields }
Prediction output format for Text Sentiment.
func (*TextSentimentPredictionResult_Prediction) Descriptor ¶
func (*TextSentimentPredictionResult_Prediction) Descriptor() ([]byte, []int)
Deprecated: Use TextSentimentPredictionResult_Prediction.ProtoReflect.Descriptor instead.
func (*TextSentimentPredictionResult_Prediction) GetSentiment ¶
func (x *TextSentimentPredictionResult_Prediction) GetSentiment() int32
func (*TextSentimentPredictionResult_Prediction) ProtoMessage ¶
func (*TextSentimentPredictionResult_Prediction) ProtoMessage()
func (*TextSentimentPredictionResult_Prediction) ProtoReflect ¶
func (x *TextSentimentPredictionResult_Prediction) ProtoReflect() protoreflect.Message
func (*TextSentimentPredictionResult_Prediction) Reset ¶
func (x *TextSentimentPredictionResult_Prediction) Reset()
func (*TextSentimentPredictionResult_Prediction) String ¶
func (x *TextSentimentPredictionResult_Prediction) String() string
type TextSentimentSavedQueryMetadata ¶
type TextSentimentSavedQueryMetadata struct { // The maximum sentiment of sentiment Anntoation in this SavedQuery. SentimentMax int32 `protobuf:"varint,1,opt,name=sentiment_max,json=sentimentMax,proto3" json:"sentiment_max,omitempty"` // contains filtered or unexported fields }
The metadata of SavedQuery contains TextSentiment Annotations.
func (*TextSentimentSavedQueryMetadata) Descriptor ¶
func (*TextSentimentSavedQueryMetadata) Descriptor() ([]byte, []int)
Deprecated: Use TextSentimentSavedQueryMetadata.ProtoReflect.Descriptor instead.
func (*TextSentimentSavedQueryMetadata) GetSentimentMax ¶
func (x *TextSentimentSavedQueryMetadata) GetSentimentMax() int32
func (*TextSentimentSavedQueryMetadata) ProtoMessage ¶
func (*TextSentimentSavedQueryMetadata) ProtoMessage()
func (*TextSentimentSavedQueryMetadata) ProtoReflect ¶
func (x *TextSentimentSavedQueryMetadata) ProtoReflect() protoreflect.Message
func (*TextSentimentSavedQueryMetadata) Reset ¶
func (x *TextSentimentSavedQueryMetadata) Reset()
func (*TextSentimentSavedQueryMetadata) String ¶
func (x *TextSentimentSavedQueryMetadata) String() string
type TimeSegment ¶
type TimeSegment struct { // Start of the time segment (inclusive), represented as the duration since // the start of the DataItem. StartTimeOffset *durationpb.Duration `protobuf:"bytes,1,opt,name=start_time_offset,json=startTimeOffset,proto3" json:"start_time_offset,omitempty"` // End of the time segment (exclusive), represented as the duration since the // start of the DataItem. EndTimeOffset *durationpb.Duration `protobuf:"bytes,2,opt,name=end_time_offset,json=endTimeOffset,proto3" json:"end_time_offset,omitempty"` // contains filtered or unexported fields }
A time period inside of a DataItem that has a time dimension (e.g. video).
func (*TimeSegment) Descriptor ¶
func (*TimeSegment) Descriptor() ([]byte, []int)
Deprecated: Use TimeSegment.ProtoReflect.Descriptor instead.
func (*TimeSegment) GetEndTimeOffset ¶
func (x *TimeSegment) GetEndTimeOffset() *durationpb.Duration
func (*TimeSegment) GetStartTimeOffset ¶
func (x *TimeSegment) GetStartTimeOffset() *durationpb.Duration
func (*TimeSegment) ProtoMessage ¶
func (*TimeSegment) ProtoMessage()
func (*TimeSegment) ProtoReflect ¶
func (x *TimeSegment) ProtoReflect() protoreflect.Message
func (*TimeSegment) Reset ¶
func (x *TimeSegment) Reset()
func (*TimeSegment) String ¶
func (x *TimeSegment) String() string
type TimeSeriesDatasetMetadata ¶
type TimeSeriesDatasetMetadata struct { InputConfig *TimeSeriesDatasetMetadata_InputConfig `protobuf:"bytes,1,opt,name=input_config,json=inputConfig,proto3" json:"input_config,omitempty"` // The column name of the time series identifier column that identifies the // time series. TimeSeriesIdentifierColumn string `` /* 143-byte string literal not displayed */ // The column name of the time column that identifies time order in the time // series. TimeColumn string `protobuf:"bytes,3,opt,name=time_column,json=timeColumn,proto3" json:"time_column,omitempty"` // contains filtered or unexported fields }
The metadata of Datasets that contain time series data.
func (*TimeSeriesDatasetMetadata) Descriptor ¶
func (*TimeSeriesDatasetMetadata) Descriptor() ([]byte, []int)
Deprecated: Use TimeSeriesDatasetMetadata.ProtoReflect.Descriptor instead.
func (*TimeSeriesDatasetMetadata) GetInputConfig ¶
func (x *TimeSeriesDatasetMetadata) GetInputConfig() *TimeSeriesDatasetMetadata_InputConfig
func (*TimeSeriesDatasetMetadata) GetTimeColumn ¶
func (x *TimeSeriesDatasetMetadata) GetTimeColumn() string
func (*TimeSeriesDatasetMetadata) GetTimeSeriesIdentifierColumn ¶
func (x *TimeSeriesDatasetMetadata) GetTimeSeriesIdentifierColumn() string
func (*TimeSeriesDatasetMetadata) ProtoMessage ¶
func (*TimeSeriesDatasetMetadata) ProtoMessage()
func (*TimeSeriesDatasetMetadata) ProtoReflect ¶
func (x *TimeSeriesDatasetMetadata) ProtoReflect() protoreflect.Message
func (*TimeSeriesDatasetMetadata) Reset ¶
func (x *TimeSeriesDatasetMetadata) Reset()
func (*TimeSeriesDatasetMetadata) String ¶
func (x *TimeSeriesDatasetMetadata) String() string
type TimeSeriesDatasetMetadata_BigQuerySource ¶
type TimeSeriesDatasetMetadata_BigQuerySource struct { // The URI of a BigQuery table. Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
func (*TimeSeriesDatasetMetadata_BigQuerySource) Descriptor ¶
func (*TimeSeriesDatasetMetadata_BigQuerySource) Descriptor() ([]byte, []int)
Deprecated: Use TimeSeriesDatasetMetadata_BigQuerySource.ProtoReflect.Descriptor instead.
func (*TimeSeriesDatasetMetadata_BigQuerySource) GetUri ¶
func (x *TimeSeriesDatasetMetadata_BigQuerySource) GetUri() string
func (*TimeSeriesDatasetMetadata_BigQuerySource) ProtoMessage ¶
func (*TimeSeriesDatasetMetadata_BigQuerySource) ProtoMessage()
func (*TimeSeriesDatasetMetadata_BigQuerySource) ProtoReflect ¶
func (x *TimeSeriesDatasetMetadata_BigQuerySource) ProtoReflect() protoreflect.Message
func (*TimeSeriesDatasetMetadata_BigQuerySource) Reset ¶
func (x *TimeSeriesDatasetMetadata_BigQuerySource) Reset()
func (*TimeSeriesDatasetMetadata_BigQuerySource) String ¶
func (x *TimeSeriesDatasetMetadata_BigQuerySource) String() string
type TimeSeriesDatasetMetadata_GcsSource ¶
type TimeSeriesDatasetMetadata_GcsSource struct { // Google Cloud Storage URI to a input file, only .csv file is supported. Uri []string `protobuf:"bytes,1,rep,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
func (*TimeSeriesDatasetMetadata_GcsSource) Descriptor ¶
func (*TimeSeriesDatasetMetadata_GcsSource) Descriptor() ([]byte, []int)
Deprecated: Use TimeSeriesDatasetMetadata_GcsSource.ProtoReflect.Descriptor instead.
func (*TimeSeriesDatasetMetadata_GcsSource) GetUri ¶
func (x *TimeSeriesDatasetMetadata_GcsSource) GetUri() []string
func (*TimeSeriesDatasetMetadata_GcsSource) ProtoMessage ¶
func (*TimeSeriesDatasetMetadata_GcsSource) ProtoMessage()
func (*TimeSeriesDatasetMetadata_GcsSource) ProtoReflect ¶
func (x *TimeSeriesDatasetMetadata_GcsSource) ProtoReflect() protoreflect.Message
func (*TimeSeriesDatasetMetadata_GcsSource) Reset ¶
func (x *TimeSeriesDatasetMetadata_GcsSource) Reset()
func (*TimeSeriesDatasetMetadata_GcsSource) String ¶
func (x *TimeSeriesDatasetMetadata_GcsSource) String() string
type TimeSeriesDatasetMetadata_InputConfig ¶
type TimeSeriesDatasetMetadata_InputConfig struct { // Types that are assignable to Source: // *TimeSeriesDatasetMetadata_InputConfig_GcsSource // *TimeSeriesDatasetMetadata_InputConfig_BigquerySource Source isTimeSeriesDatasetMetadata_InputConfig_Source `protobuf_oneof:"source"` // contains filtered or unexported fields }
The time series Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.
func (*TimeSeriesDatasetMetadata_InputConfig) Descriptor ¶
func (*TimeSeriesDatasetMetadata_InputConfig) Descriptor() ([]byte, []int)
Deprecated: Use TimeSeriesDatasetMetadata_InputConfig.ProtoReflect.Descriptor instead.
func (*TimeSeriesDatasetMetadata_InputConfig) GetBigquerySource ¶
func (x *TimeSeriesDatasetMetadata_InputConfig) GetBigquerySource() *TimeSeriesDatasetMetadata_BigQuerySource
func (*TimeSeriesDatasetMetadata_InputConfig) GetGcsSource ¶
func (x *TimeSeriesDatasetMetadata_InputConfig) GetGcsSource() *TimeSeriesDatasetMetadata_GcsSource
func (*TimeSeriesDatasetMetadata_InputConfig) GetSource ¶
func (m *TimeSeriesDatasetMetadata_InputConfig) GetSource() isTimeSeriesDatasetMetadata_InputConfig_Source
func (*TimeSeriesDatasetMetadata_InputConfig) ProtoMessage ¶
func (*TimeSeriesDatasetMetadata_InputConfig) ProtoMessage()
func (*TimeSeriesDatasetMetadata_InputConfig) ProtoReflect ¶
func (x *TimeSeriesDatasetMetadata_InputConfig) ProtoReflect() protoreflect.Message
func (*TimeSeriesDatasetMetadata_InputConfig) Reset ¶
func (x *TimeSeriesDatasetMetadata_InputConfig) Reset()
func (*TimeSeriesDatasetMetadata_InputConfig) String ¶
func (x *TimeSeriesDatasetMetadata_InputConfig) String() string
type TimeSeriesDatasetMetadata_InputConfig_BigquerySource ¶
type TimeSeriesDatasetMetadata_InputConfig_BigquerySource struct {
BigquerySource *TimeSeriesDatasetMetadata_BigQuerySource `protobuf:"bytes,2,opt,name=bigquery_source,json=bigquerySource,proto3,oneof"`
}
type TimeSeriesDatasetMetadata_InputConfig_GcsSource ¶
type TimeSeriesDatasetMetadata_InputConfig_GcsSource struct {
GcsSource *TimeSeriesDatasetMetadata_GcsSource `protobuf:"bytes,1,opt,name=gcs_source,json=gcsSource,proto3,oneof"`
}
type Vertex ¶
type Vertex struct { // X coordinate. X float64 `protobuf:"fixed64,1,opt,name=x,proto3" json:"x,omitempty"` // Y coordinate. Y float64 `protobuf:"fixed64,2,opt,name=y,proto3" json:"y,omitempty"` // contains filtered or unexported fields }
A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
func (*Vertex) Descriptor ¶
Deprecated: Use Vertex.ProtoReflect.Descriptor instead.
func (*Vertex) ProtoMessage ¶
func (*Vertex) ProtoMessage()
func (*Vertex) ProtoReflect ¶
func (x *Vertex) ProtoReflect() protoreflect.Message
type VideoActionRecognitionAnnotation ¶
type VideoActionRecognitionAnnotation struct { // This Annotation applies to the time period represented by the TimeSegment. // If it's not set, the Annotation applies to the whole video. TimeSegment *TimeSegment `protobuf:"bytes,1,opt,name=time_segment,json=timeSegment,proto3" json:"time_segment,omitempty"` // The resource Id of the AnnotationSpec that this Annotation pertains to. AnnotationSpecId string `protobuf:"bytes,2,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // The display name of the AnnotationSpec that this Annotation pertains to. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
Annotation details specific to video action recognition.
func (*VideoActionRecognitionAnnotation) Descriptor ¶
func (*VideoActionRecognitionAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use VideoActionRecognitionAnnotation.ProtoReflect.Descriptor instead.
func (*VideoActionRecognitionAnnotation) GetAnnotationSpecId ¶
func (x *VideoActionRecognitionAnnotation) GetAnnotationSpecId() string
func (*VideoActionRecognitionAnnotation) GetDisplayName ¶
func (x *VideoActionRecognitionAnnotation) GetDisplayName() string
func (*VideoActionRecognitionAnnotation) GetTimeSegment ¶
func (x *VideoActionRecognitionAnnotation) GetTimeSegment() *TimeSegment
func (*VideoActionRecognitionAnnotation) ProtoMessage ¶
func (*VideoActionRecognitionAnnotation) ProtoMessage()
func (*VideoActionRecognitionAnnotation) ProtoReflect ¶
func (x *VideoActionRecognitionAnnotation) ProtoReflect() protoreflect.Message
func (*VideoActionRecognitionAnnotation) Reset ¶
func (x *VideoActionRecognitionAnnotation) Reset()
func (*VideoActionRecognitionAnnotation) String ¶
func (x *VideoActionRecognitionAnnotation) String() string
type VideoActionRecognitionPredictionInstance ¶
type VideoActionRecognitionPredictionInstance struct { // The Google Cloud Storage location of the video on which to perform the // prediction. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // The MIME type of the content of the video. Only the following are // supported: video/mp4 video/avi video/quicktime MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // The beginning, inclusive, of the video's time segment on which to perform // the prediction. Expressed as a number of seconds as measured from the // start of the video, with "s" appended at the end. Fractions are allowed, // up to a microsecond precision. TimeSegmentStart string `protobuf:"bytes,3,opt,name=time_segment_start,json=timeSegmentStart,proto3" json:"time_segment_start,omitempty"` // The end, exclusive, of the video's time segment on which to perform // the prediction. Expressed as a number of seconds as measured from the // start of the video, with "s" appended at the end. Fractions are allowed, // up to a microsecond precision, and "Infinity" is allowed, which means the // end of the video. TimeSegmentEnd string `protobuf:"bytes,4,opt,name=time_segment_end,json=timeSegmentEnd,proto3" json:"time_segment_end,omitempty"` // contains filtered or unexported fields }
Prediction input format for Video Action Recognition.
func (*VideoActionRecognitionPredictionInstance) Descriptor ¶
func (*VideoActionRecognitionPredictionInstance) Descriptor() ([]byte, []int)
Deprecated: Use VideoActionRecognitionPredictionInstance.ProtoReflect.Descriptor instead.
func (*VideoActionRecognitionPredictionInstance) GetContent ¶
func (x *VideoActionRecognitionPredictionInstance) GetContent() string
func (*VideoActionRecognitionPredictionInstance) GetMimeType ¶
func (x *VideoActionRecognitionPredictionInstance) GetMimeType() string
func (*VideoActionRecognitionPredictionInstance) GetTimeSegmentEnd ¶
func (x *VideoActionRecognitionPredictionInstance) GetTimeSegmentEnd() string
func (*VideoActionRecognitionPredictionInstance) GetTimeSegmentStart ¶
func (x *VideoActionRecognitionPredictionInstance) GetTimeSegmentStart() string
func (*VideoActionRecognitionPredictionInstance) ProtoMessage ¶
func (*VideoActionRecognitionPredictionInstance) ProtoMessage()
func (*VideoActionRecognitionPredictionInstance) ProtoReflect ¶
func (x *VideoActionRecognitionPredictionInstance) ProtoReflect() protoreflect.Message
func (*VideoActionRecognitionPredictionInstance) Reset ¶
func (x *VideoActionRecognitionPredictionInstance) Reset()
func (*VideoActionRecognitionPredictionInstance) String ¶
func (x *VideoActionRecognitionPredictionInstance) String() string
type VideoActionRecognitionPredictionParams ¶
type VideoActionRecognitionPredictionParams struct { // The Model only returns predictions with at least this confidence score. // Default value is 0.0 ConfidenceThreshold float32 `protobuf:"fixed32,1,opt,name=confidence_threshold,json=confidenceThreshold,proto3" json:"confidence_threshold,omitempty"` // The model only returns up to that many top, by confidence score, // predictions per frame of the video. If this number is very high, the // Model may return fewer predictions per frame. Default value is 50. MaxPredictions int32 `protobuf:"varint,2,opt,name=max_predictions,json=maxPredictions,proto3" json:"max_predictions,omitempty"` // contains filtered or unexported fields }
Prediction model parameters for Video Action Recognition.
func (*VideoActionRecognitionPredictionParams) Descriptor ¶
func (*VideoActionRecognitionPredictionParams) Descriptor() ([]byte, []int)
Deprecated: Use VideoActionRecognitionPredictionParams.ProtoReflect.Descriptor instead.
func (*VideoActionRecognitionPredictionParams) GetConfidenceThreshold ¶
func (x *VideoActionRecognitionPredictionParams) GetConfidenceThreshold() float32
func (*VideoActionRecognitionPredictionParams) GetMaxPredictions ¶
func (x *VideoActionRecognitionPredictionParams) GetMaxPredictions() int32
func (*VideoActionRecognitionPredictionParams) ProtoMessage ¶
func (*VideoActionRecognitionPredictionParams) ProtoMessage()
func (*VideoActionRecognitionPredictionParams) ProtoReflect ¶
func (x *VideoActionRecognitionPredictionParams) ProtoReflect() protoreflect.Message
func (*VideoActionRecognitionPredictionParams) Reset ¶
func (x *VideoActionRecognitionPredictionParams) Reset()
func (*VideoActionRecognitionPredictionParams) String ¶
func (x *VideoActionRecognitionPredictionParams) String() string
type VideoClassificationAnnotation ¶
type VideoClassificationAnnotation struct { // This Annotation applies to the time period represented by the TimeSegment. // If it's not set, the Annotation applies to the whole video. TimeSegment *TimeSegment `protobuf:"bytes,1,opt,name=time_segment,json=timeSegment,proto3" json:"time_segment,omitempty"` // The resource Id of the AnnotationSpec that this Annotation pertains to. AnnotationSpecId string `protobuf:"bytes,2,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // The display name of the AnnotationSpec that this Annotation pertains to. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
Annotation details specific to video classification.
func (*VideoClassificationAnnotation) Descriptor ¶
func (*VideoClassificationAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use VideoClassificationAnnotation.ProtoReflect.Descriptor instead.
func (*VideoClassificationAnnotation) GetAnnotationSpecId ¶
func (x *VideoClassificationAnnotation) GetAnnotationSpecId() string
func (*VideoClassificationAnnotation) GetDisplayName ¶
func (x *VideoClassificationAnnotation) GetDisplayName() string
func (*VideoClassificationAnnotation) GetTimeSegment ¶
func (x *VideoClassificationAnnotation) GetTimeSegment() *TimeSegment
func (*VideoClassificationAnnotation) ProtoMessage ¶
func (*VideoClassificationAnnotation) ProtoMessage()
func (*VideoClassificationAnnotation) ProtoReflect ¶
func (x *VideoClassificationAnnotation) ProtoReflect() protoreflect.Message
func (*VideoClassificationAnnotation) Reset ¶
func (x *VideoClassificationAnnotation) Reset()
func (*VideoClassificationAnnotation) String ¶
func (x *VideoClassificationAnnotation) String() string
type VideoClassificationPredictionInstance ¶
type VideoClassificationPredictionInstance struct { // The Google Cloud Storage location of the video on which to perform the // prediction. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // The MIME type of the content of the video. Only the following are // supported: video/mp4 video/avi video/quicktime MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // The beginning, inclusive, of the video's time segment on which to perform // the prediction. Expressed as a number of seconds as measured from the // start of the video, with "s" appended at the end. Fractions are allowed, // up to a microsecond precision. TimeSegmentStart string `protobuf:"bytes,3,opt,name=time_segment_start,json=timeSegmentStart,proto3" json:"time_segment_start,omitempty"` // The end, exclusive, of the video's time segment on which to perform // the prediction. Expressed as a number of seconds as measured from the // start of the video, with "s" appended at the end. Fractions are allowed, // up to a microsecond precision, and "Infinity" is allowed, which means the // end of the video. TimeSegmentEnd string `protobuf:"bytes,4,opt,name=time_segment_end,json=timeSegmentEnd,proto3" json:"time_segment_end,omitempty"` // contains filtered or unexported fields }
Prediction input format for Video Classification.
func (*VideoClassificationPredictionInstance) Descriptor ¶
func (*VideoClassificationPredictionInstance) Descriptor() ([]byte, []int)
Deprecated: Use VideoClassificationPredictionInstance.ProtoReflect.Descriptor instead.
func (*VideoClassificationPredictionInstance) GetContent ¶
func (x *VideoClassificationPredictionInstance) GetContent() string
func (*VideoClassificationPredictionInstance) GetMimeType ¶
func (x *VideoClassificationPredictionInstance) GetMimeType() string
func (*VideoClassificationPredictionInstance) GetTimeSegmentEnd ¶
func (x *VideoClassificationPredictionInstance) GetTimeSegmentEnd() string
func (*VideoClassificationPredictionInstance) GetTimeSegmentStart ¶
func (x *VideoClassificationPredictionInstance) GetTimeSegmentStart() string
func (*VideoClassificationPredictionInstance) ProtoMessage ¶
func (*VideoClassificationPredictionInstance) ProtoMessage()
func (*VideoClassificationPredictionInstance) ProtoReflect ¶
func (x *VideoClassificationPredictionInstance) ProtoReflect() protoreflect.Message
func (*VideoClassificationPredictionInstance) Reset ¶
func (x *VideoClassificationPredictionInstance) Reset()
func (*VideoClassificationPredictionInstance) String ¶
func (x *VideoClassificationPredictionInstance) String() string
type VideoClassificationPredictionParams ¶
type VideoClassificationPredictionParams struct { // The Model only returns predictions with at least this confidence score. // Default value is 0.0 ConfidenceThreshold float32 `protobuf:"fixed32,1,opt,name=confidence_threshold,json=confidenceThreshold,proto3" json:"confidence_threshold,omitempty"` // The Model only returns up to that many top, by confidence score, // predictions per instance. If this number is very high, the Model may return // fewer predictions. Default value is 10,000. MaxPredictions int32 `protobuf:"varint,2,opt,name=max_predictions,json=maxPredictions,proto3" json:"max_predictions,omitempty"` // Set to true to request segment-level classification. AI Platform returns // labels and their confidence scores for the entire time segment of the // video that user specified in the input instance. // Default value is true SegmentClassification bool `protobuf:"varint,3,opt,name=segment_classification,json=segmentClassification,proto3" json:"segment_classification,omitempty"` // Set to true to request shot-level classification. AI Platform determines // the boundaries for each camera shot in the entire time segment of the // video that user specified in the input instance. AI Platform then // returns labels and their confidence scores for each detected shot, along // with the start and end time of the shot. // WARNING: Model evaluation is not done for this classification type, // the quality of it depends on the training data, but there are no metrics // provided to describe that quality. // Default value is false ShotClassification bool `protobuf:"varint,4,opt,name=shot_classification,json=shotClassification,proto3" json:"shot_classification,omitempty"` // Set to true to request classification for a video at one-second intervals. // AI Platform returns labels and their confidence scores for each second of // the entire time segment of the video that user specified in the input // WARNING: Model evaluation is not done for this classification type, the // quality of it depends on the training data, but there are no metrics // provided to describe that quality. Default value is false OneSecIntervalClassification bool `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
Prediction model parameters for Video Classification.
func (*VideoClassificationPredictionParams) Descriptor ¶
func (*VideoClassificationPredictionParams) Descriptor() ([]byte, []int)
Deprecated: Use VideoClassificationPredictionParams.ProtoReflect.Descriptor instead.
func (*VideoClassificationPredictionParams) GetConfidenceThreshold ¶
func (x *VideoClassificationPredictionParams) GetConfidenceThreshold() float32
func (*VideoClassificationPredictionParams) GetMaxPredictions ¶
func (x *VideoClassificationPredictionParams) GetMaxPredictions() int32
func (*VideoClassificationPredictionParams) GetOneSecIntervalClassification ¶
func (x *VideoClassificationPredictionParams) GetOneSecIntervalClassification() bool
func (*VideoClassificationPredictionParams) GetSegmentClassification ¶
func (x *VideoClassificationPredictionParams) GetSegmentClassification() bool
func (*VideoClassificationPredictionParams) GetShotClassification ¶
func (x *VideoClassificationPredictionParams) GetShotClassification() bool
func (*VideoClassificationPredictionParams) ProtoMessage ¶
func (*VideoClassificationPredictionParams) ProtoMessage()
func (*VideoClassificationPredictionParams) ProtoReflect ¶
func (x *VideoClassificationPredictionParams) ProtoReflect() protoreflect.Message
func (*VideoClassificationPredictionParams) Reset ¶
func (x *VideoClassificationPredictionParams) Reset()
func (*VideoClassificationPredictionParams) String ¶
func (x *VideoClassificationPredictionParams) String() string
type VideoClassificationPredictionResult ¶
type VideoClassificationPredictionResult struct { // The resource ID of the AnnotationSpec that had been identified. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The display name of the AnnotationSpec that had been identified. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // The type of the prediction. The requested types can be configured // via parameters. This will be one of // - segment-classification // - shot-classification // - one-sec-interval-classification Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // The beginning, inclusive, of the video's time segment in which the // AnnotationSpec has been identified. Expressed as a number of seconds as // measured from the start of the video, with fractions up to a microsecond // precision, and with "s" appended at the end. Note that for // 'segment-classification' prediction type, this equals the original // 'timeSegmentStart' from the input instance, for other types it is the // start of a shot or a 1 second interval respectively. TimeSegmentStart *durationpb.Duration `protobuf:"bytes,4,opt,name=time_segment_start,json=timeSegmentStart,proto3" json:"time_segment_start,omitempty"` // The end, exclusive, of the video's time segment in which the // AnnotationSpec has been identified. Expressed as a number of seconds as // measured from the start of the video, with fractions up to a microsecond // precision, and with "s" appended at the end. Note that for // 'segment-classification' prediction type, this equals the original // 'timeSegmentEnd' from the input instance, for other types it is the end // of a shot or a 1 second interval respectively. TimeSegmentEnd *durationpb.Duration `protobuf:"bytes,5,opt,name=time_segment_end,json=timeSegmentEnd,proto3" json:"time_segment_end,omitempty"` // The Model's confidence in correction of this prediction, higher // value means higher confidence. Confidence *wrapperspb.FloatValue `protobuf:"bytes,6,opt,name=confidence,proto3" json:"confidence,omitempty"` // contains filtered or unexported fields }
Prediction output format for Video Classification.
func (*VideoClassificationPredictionResult) Descriptor ¶
func (*VideoClassificationPredictionResult) Descriptor() ([]byte, []int)
Deprecated: Use VideoClassificationPredictionResult.ProtoReflect.Descriptor instead.
func (*VideoClassificationPredictionResult) GetConfidence ¶
func (x *VideoClassificationPredictionResult) GetConfidence() *wrapperspb.FloatValue
func (*VideoClassificationPredictionResult) GetDisplayName ¶
func (x *VideoClassificationPredictionResult) GetDisplayName() string
func (*VideoClassificationPredictionResult) GetId ¶
func (x *VideoClassificationPredictionResult) GetId() string
func (*VideoClassificationPredictionResult) GetTimeSegmentEnd ¶
func (x *VideoClassificationPredictionResult) GetTimeSegmentEnd() *durationpb.Duration
func (*VideoClassificationPredictionResult) GetTimeSegmentStart ¶
func (x *VideoClassificationPredictionResult) GetTimeSegmentStart() *durationpb.Duration
func (*VideoClassificationPredictionResult) GetType ¶
func (x *VideoClassificationPredictionResult) GetType() string
func (*VideoClassificationPredictionResult) ProtoMessage ¶
func (*VideoClassificationPredictionResult) ProtoMessage()
func (*VideoClassificationPredictionResult) ProtoReflect ¶
func (x *VideoClassificationPredictionResult) ProtoReflect() protoreflect.Message
func (*VideoClassificationPredictionResult) Reset ¶
func (x *VideoClassificationPredictionResult) Reset()
func (*VideoClassificationPredictionResult) String ¶
func (x *VideoClassificationPredictionResult) String() string
type VideoDataItem ¶
type VideoDataItem struct { // Required. Google Cloud Storage URI points to the original video in user's bucket. // The video is up to 50 GB in size and up to 3 hour in duration. GcsUri string `protobuf:"bytes,1,opt,name=gcs_uri,json=gcsUri,proto3" json:"gcs_uri,omitempty"` // Output only. The mime type of the content of the video. Only the videos in below listed // mime types are supported. // Supported mime_type: // - video/mp4 // - video/avi // - video/quicktime MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // contains filtered or unexported fields }
Payload of Video DataItem.
func (*VideoDataItem) Descriptor ¶
func (*VideoDataItem) Descriptor() ([]byte, []int)
Deprecated: Use VideoDataItem.ProtoReflect.Descriptor instead.
func (*VideoDataItem) GetGcsUri ¶
func (x *VideoDataItem) GetGcsUri() string
func (*VideoDataItem) GetMimeType ¶
func (x *VideoDataItem) GetMimeType() string
func (*VideoDataItem) ProtoMessage ¶
func (*VideoDataItem) ProtoMessage()
func (*VideoDataItem) ProtoReflect ¶
func (x *VideoDataItem) ProtoReflect() protoreflect.Message
func (*VideoDataItem) Reset ¶
func (x *VideoDataItem) Reset()
func (*VideoDataItem) String ¶
func (x *VideoDataItem) String() string
type VideoDatasetMetadata ¶
type VideoDatasetMetadata struct { // Points to a YAML file stored on Google Cloud Storage describing payload of // the Video DataItems that belong to this Dataset. DataItemSchemaUri string `protobuf:"bytes,1,opt,name=data_item_schema_uri,json=dataItemSchemaUri,proto3" json:"data_item_schema_uri,omitempty"` // Google Cloud Storage Bucket name that contains the blob data of this // Dataset. GcsBucket string `protobuf:"bytes,2,opt,name=gcs_bucket,json=gcsBucket,proto3" json:"gcs_bucket,omitempty"` // contains filtered or unexported fields }
The metadata of Datasets that contain Video DataItems.
func (*VideoDatasetMetadata) Descriptor ¶
func (*VideoDatasetMetadata) Descriptor() ([]byte, []int)
Deprecated: Use VideoDatasetMetadata.ProtoReflect.Descriptor instead.
func (*VideoDatasetMetadata) GetDataItemSchemaUri ¶
func (x *VideoDatasetMetadata) GetDataItemSchemaUri() string
func (*VideoDatasetMetadata) GetGcsBucket ¶
func (x *VideoDatasetMetadata) GetGcsBucket() string
func (*VideoDatasetMetadata) ProtoMessage ¶
func (*VideoDatasetMetadata) ProtoMessage()
func (*VideoDatasetMetadata) ProtoReflect ¶
func (x *VideoDatasetMetadata) ProtoReflect() protoreflect.Message
func (*VideoDatasetMetadata) Reset ¶
func (x *VideoDatasetMetadata) Reset()
func (*VideoDatasetMetadata) String ¶
func (x *VideoDatasetMetadata) String() string
type VideoObjectTrackingAnnotation ¶
type VideoObjectTrackingAnnotation struct { // A time (frame) of a video to which this annotation pertains. // Represented as the duration since the video's start. TimeOffset *durationpb.Duration `protobuf:"bytes,1,opt,name=time_offset,json=timeOffset,proto3" json:"time_offset,omitempty"` // The leftmost coordinate of the bounding box. XMin float64 `protobuf:"fixed64,2,opt,name=x_min,json=xMin,proto3" json:"x_min,omitempty"` // The rightmost coordinate of the bounding box. XMax float64 `protobuf:"fixed64,3,opt,name=x_max,json=xMax,proto3" json:"x_max,omitempty"` // The topmost coordinate of the bounding box. YMin float64 `protobuf:"fixed64,4,opt,name=y_min,json=yMin,proto3" json:"y_min,omitempty"` // The bottommost coordinate of the bounding box. YMax float64 `protobuf:"fixed64,5,opt,name=y_max,json=yMax,proto3" json:"y_max,omitempty"` // The instance of the object, expressed as a positive integer. Used to track // the same object across different frames. InstanceId int64 `protobuf:"varint,6,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // The resource Id of the AnnotationSpec that this Annotation pertains to. AnnotationSpecId string `protobuf:"bytes,7,opt,name=annotation_spec_id,json=annotationSpecId,proto3" json:"annotation_spec_id,omitempty"` // The display name of the AnnotationSpec that this Annotation pertains to. DisplayName string `protobuf:"bytes,8,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
Annotation details specific to video object tracking.
func (*VideoObjectTrackingAnnotation) Descriptor ¶
func (*VideoObjectTrackingAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use VideoObjectTrackingAnnotation.ProtoReflect.Descriptor instead.
func (*VideoObjectTrackingAnnotation) GetAnnotationSpecId ¶
func (x *VideoObjectTrackingAnnotation) GetAnnotationSpecId() string
func (*VideoObjectTrackingAnnotation) GetDisplayName ¶
func (x *VideoObjectTrackingAnnotation) GetDisplayName() string
func (*VideoObjectTrackingAnnotation) GetInstanceId ¶
func (x *VideoObjectTrackingAnnotation) GetInstanceId() int64
func (*VideoObjectTrackingAnnotation) GetTimeOffset ¶
func (x *VideoObjectTrackingAnnotation) GetTimeOffset() *durationpb.Duration
func (*VideoObjectTrackingAnnotation) GetXMax ¶
func (x *VideoObjectTrackingAnnotation) GetXMax() float64
func (*VideoObjectTrackingAnnotation) GetXMin ¶
func (x *VideoObjectTrackingAnnotation) GetXMin() float64
func (*VideoObjectTrackingAnnotation) GetYMax ¶
func (x *VideoObjectTrackingAnnotation) GetYMax() float64
func (*VideoObjectTrackingAnnotation) GetYMin ¶
func (x *VideoObjectTrackingAnnotation) GetYMin() float64
func (*VideoObjectTrackingAnnotation) ProtoMessage ¶
func (*VideoObjectTrackingAnnotation) ProtoMessage()
func (*VideoObjectTrackingAnnotation) ProtoReflect ¶
func (x *VideoObjectTrackingAnnotation) ProtoReflect() protoreflect.Message
func (*VideoObjectTrackingAnnotation) Reset ¶
func (x *VideoObjectTrackingAnnotation) Reset()
func (*VideoObjectTrackingAnnotation) String ¶
func (x *VideoObjectTrackingAnnotation) String() string
type VideoObjectTrackingPredictionInstance ¶
type VideoObjectTrackingPredictionInstance struct { // The Google Cloud Storage location of the video on which to perform the // prediction. Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // The MIME type of the content of the video. Only the following are // supported: video/mp4 video/avi video/quicktime MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` // The beginning, inclusive, of the video's time segment on which to perform // the prediction. Expressed as a number of seconds as measured from the // start of the video, with "s" appended at the end. Fractions are allowed, // up to a microsecond precision. TimeSegmentStart string `protobuf:"bytes,3,opt,name=time_segment_start,json=timeSegmentStart,proto3" json:"time_segment_start,omitempty"` // The end, exclusive, of the video's time segment on which to perform // the prediction. Expressed as a number of seconds as measured from the // start of the video, with "s" appended at the end. Fractions are allowed, // up to a microsecond precision, and "Infinity" is allowed, which means the // end of the video. TimeSegmentEnd string `protobuf:"bytes,4,opt,name=time_segment_end,json=timeSegmentEnd,proto3" json:"time_segment_end,omitempty"` // contains filtered or unexported fields }
Prediction input format for Video Classification.
func (*VideoObjectTrackingPredictionInstance) Descriptor ¶
func (*VideoObjectTrackingPredictionInstance) Descriptor() ([]byte, []int)
Deprecated: Use VideoObjectTrackingPredictionInstance.ProtoReflect.Descriptor instead.
func (*VideoObjectTrackingPredictionInstance) GetContent ¶
func (x *VideoObjectTrackingPredictionInstance) GetContent() string
func (*VideoObjectTrackingPredictionInstance) GetMimeType ¶
func (x *VideoObjectTrackingPredictionInstance) GetMimeType() string
func (*VideoObjectTrackingPredictionInstance) GetTimeSegmentEnd ¶
func (x *VideoObjectTrackingPredictionInstance) GetTimeSegmentEnd() string
func (*VideoObjectTrackingPredictionInstance) GetTimeSegmentStart ¶
func (x *VideoObjectTrackingPredictionInstance) GetTimeSegmentStart() string
func (*VideoObjectTrackingPredictionInstance) ProtoMessage ¶
func (*VideoObjectTrackingPredictionInstance) ProtoMessage()
func (*VideoObjectTrackingPredictionInstance) ProtoReflect ¶
func (x *VideoObjectTrackingPredictionInstance) ProtoReflect() protoreflect.Message
func (*VideoObjectTrackingPredictionInstance) Reset ¶
func (x *VideoObjectTrackingPredictionInstance) Reset()
func (*VideoObjectTrackingPredictionInstance) String ¶
func (x *VideoObjectTrackingPredictionInstance) String() string
type VideoObjectTrackingPredictionParams ¶
type VideoObjectTrackingPredictionParams struct { // The Model only returns predictions with at least this confidence score. // Default value is 0.0 ConfidenceThreshold float32 `protobuf:"fixed32,1,opt,name=confidence_threshold,json=confidenceThreshold,proto3" json:"confidence_threshold,omitempty"` // The model only returns up to that many top, by confidence score, // predictions per frame of the video. If this number is very high, the // Model may return fewer predictions per frame. Default value is 50. MaxPredictions int32 `protobuf:"varint,2,opt,name=max_predictions,json=maxPredictions,proto3" json:"max_predictions,omitempty"` // Only bounding boxes with shortest edge at least that long as a relative // value of video frame size are returned. Default value is 0.0. MinBoundingBoxSize float32 `protobuf:"fixed32,3,opt,name=min_bounding_box_size,json=minBoundingBoxSize,proto3" json:"min_bounding_box_size,omitempty"` // contains filtered or unexported fields }
Prediction model parameters for Video Object Tracking.
func (*VideoObjectTrackingPredictionParams) Descriptor ¶
func (*VideoObjectTrackingPredictionParams) Descriptor() ([]byte, []int)
Deprecated: Use VideoObjectTrackingPredictionParams.ProtoReflect.Descriptor instead.
func (*VideoObjectTrackingPredictionParams) GetConfidenceThreshold ¶
func (x *VideoObjectTrackingPredictionParams) GetConfidenceThreshold() float32
func (*VideoObjectTrackingPredictionParams) GetMaxPredictions ¶
func (x *VideoObjectTrackingPredictionParams) GetMaxPredictions() int32
func (*VideoObjectTrackingPredictionParams) GetMinBoundingBoxSize ¶
func (x *VideoObjectTrackingPredictionParams) GetMinBoundingBoxSize() float32
func (*VideoObjectTrackingPredictionParams) ProtoMessage ¶
func (*VideoObjectTrackingPredictionParams) ProtoMessage()
func (*VideoObjectTrackingPredictionParams) ProtoReflect ¶
func (x *VideoObjectTrackingPredictionParams) ProtoReflect() protoreflect.Message
func (*VideoObjectTrackingPredictionParams) Reset ¶
func (x *VideoObjectTrackingPredictionParams) Reset()
func (*VideoObjectTrackingPredictionParams) String ¶
func (x *VideoObjectTrackingPredictionParams) String() string
type VideoObjectTrackingPredictionResult ¶
type VideoObjectTrackingPredictionResult struct { // The resource ID of the AnnotationSpec that had been identified. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The display name of the AnnotationSpec that had been identified. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // The beginning, inclusive, of the video's time segment in which the // object instance has been detected. Expressed as a number of seconds as // measured from the start of the video, with fractions up to a microsecond // precision, and with "s" appended at the end. TimeSegmentStart *durationpb.Duration `protobuf:"bytes,3,opt,name=time_segment_start,json=timeSegmentStart,proto3" json:"time_segment_start,omitempty"` // The end, inclusive, of the video's time segment in which the // object instance has been detected. Expressed as a number of seconds as // measured from the start of the video, with fractions up to a microsecond // precision, and with "s" appended at the end. TimeSegmentEnd *durationpb.Duration `protobuf:"bytes,4,opt,name=time_segment_end,json=timeSegmentEnd,proto3" json:"time_segment_end,omitempty"` // The Model's confidence in correction of this prediction, higher // value means higher confidence. Confidence *wrapperspb.FloatValue `protobuf:"bytes,5,opt,name=confidence,proto3" json:"confidence,omitempty"` // All of the frames of the video in which a single object instance has been // detected. The bounding boxes in the frames identify the same object. Frames []*VideoObjectTrackingPredictionResult_Frame `protobuf:"bytes,6,rep,name=frames,proto3" json:"frames,omitempty"` // contains filtered or unexported fields }
Prediction output format for Video Object Tracking.
func (*VideoObjectTrackingPredictionResult) Descriptor ¶
func (*VideoObjectTrackingPredictionResult) Descriptor() ([]byte, []int)
Deprecated: Use VideoObjectTrackingPredictionResult.ProtoReflect.Descriptor instead.
func (*VideoObjectTrackingPredictionResult) GetConfidence ¶
func (x *VideoObjectTrackingPredictionResult) GetConfidence() *wrapperspb.FloatValue
func (*VideoObjectTrackingPredictionResult) GetDisplayName ¶
func (x *VideoObjectTrackingPredictionResult) GetDisplayName() string
func (*VideoObjectTrackingPredictionResult) GetFrames ¶
func (x *VideoObjectTrackingPredictionResult) GetFrames() []*VideoObjectTrackingPredictionResult_Frame
func (*VideoObjectTrackingPredictionResult) GetId ¶
func (x *VideoObjectTrackingPredictionResult) GetId() string
func (*VideoObjectTrackingPredictionResult) GetTimeSegmentEnd ¶
func (x *VideoObjectTrackingPredictionResult) GetTimeSegmentEnd() *durationpb.Duration
func (*VideoObjectTrackingPredictionResult) GetTimeSegmentStart ¶
func (x *VideoObjectTrackingPredictionResult) GetTimeSegmentStart() *durationpb.Duration
func (*VideoObjectTrackingPredictionResult) ProtoMessage ¶
func (*VideoObjectTrackingPredictionResult) ProtoMessage()
func (*VideoObjectTrackingPredictionResult) ProtoReflect ¶
func (x *VideoObjectTrackingPredictionResult) ProtoReflect() protoreflect.Message
func (*VideoObjectTrackingPredictionResult) Reset ¶
func (x *VideoObjectTrackingPredictionResult) Reset()
func (*VideoObjectTrackingPredictionResult) String ¶
func (x *VideoObjectTrackingPredictionResult) String() string
type VideoObjectTrackingPredictionResult_Frame ¶
type VideoObjectTrackingPredictionResult_Frame struct { // A time (frame) of a video in which the object has been detected. // Expressed as a number of seconds as measured from the // start of the video, with fractions up to a microsecond precision, and // with "s" appended at the end. TimeOffset *durationpb.Duration `protobuf:"bytes,1,opt,name=time_offset,json=timeOffset,proto3" json:"time_offset,omitempty"` // The leftmost coordinate of the bounding box. XMin *wrapperspb.FloatValue `protobuf:"bytes,2,opt,name=x_min,json=xMin,proto3" json:"x_min,omitempty"` // The rightmost coordinate of the bounding box. XMax *wrapperspb.FloatValue `protobuf:"bytes,3,opt,name=x_max,json=xMax,proto3" json:"x_max,omitempty"` // The topmost coordinate of the bounding box. YMin *wrapperspb.FloatValue `protobuf:"bytes,4,opt,name=y_min,json=yMin,proto3" json:"y_min,omitempty"` // The bottommost coordinate of the bounding box. YMax *wrapperspb.FloatValue `protobuf:"bytes,5,opt,name=y_max,json=yMax,proto3" json:"y_max,omitempty"` // contains filtered or unexported fields }
The fields `xMin`, `xMax`, `yMin`, and `yMax` refer to a bounding box, i.e. the rectangle over the video frame pinpointing the found AnnotationSpec. The coordinates are relative to the frame size, and the point 0,0 is in the top left of the frame.
func (*VideoObjectTrackingPredictionResult_Frame) Descriptor ¶
func (*VideoObjectTrackingPredictionResult_Frame) Descriptor() ([]byte, []int)
Deprecated: Use VideoObjectTrackingPredictionResult_Frame.ProtoReflect.Descriptor instead.
func (*VideoObjectTrackingPredictionResult_Frame) GetTimeOffset ¶
func (x *VideoObjectTrackingPredictionResult_Frame) GetTimeOffset() *durationpb.Duration
func (*VideoObjectTrackingPredictionResult_Frame) GetXMax ¶
func (x *VideoObjectTrackingPredictionResult_Frame) GetXMax() *wrapperspb.FloatValue
func (*VideoObjectTrackingPredictionResult_Frame) GetXMin ¶
func (x *VideoObjectTrackingPredictionResult_Frame) GetXMin() *wrapperspb.FloatValue
func (*VideoObjectTrackingPredictionResult_Frame) GetYMax ¶
func (x *VideoObjectTrackingPredictionResult_Frame) GetYMax() *wrapperspb.FloatValue
func (*VideoObjectTrackingPredictionResult_Frame) GetYMin ¶
func (x *VideoObjectTrackingPredictionResult_Frame) GetYMin() *wrapperspb.FloatValue
func (*VideoObjectTrackingPredictionResult_Frame) ProtoMessage ¶
func (*VideoObjectTrackingPredictionResult_Frame) ProtoMessage()
func (*VideoObjectTrackingPredictionResult_Frame) ProtoReflect ¶
func (x *VideoObjectTrackingPredictionResult_Frame) ProtoReflect() protoreflect.Message
func (*VideoObjectTrackingPredictionResult_Frame) Reset ¶
func (x *VideoObjectTrackingPredictionResult_Frame) Reset()
func (*VideoObjectTrackingPredictionResult_Frame) String ¶
func (x *VideoObjectTrackingPredictionResult_Frame) String() string
type VisualInspectionClassificationLabelSavedQueryMetadata ¶
type VisualInspectionClassificationLabelSavedQueryMetadata struct { // Whether or not the classification label is multi_label. MultiLabel bool `protobuf:"varint,1,opt,name=multi_label,json=multiLabel,proto3" json:"multi_label,omitempty"` // contains filtered or unexported fields }
func (*VisualInspectionClassificationLabelSavedQueryMetadata) Descriptor ¶
func (*VisualInspectionClassificationLabelSavedQueryMetadata) Descriptor() ([]byte, []int)
Deprecated: Use VisualInspectionClassificationLabelSavedQueryMetadata.ProtoReflect.Descriptor instead.
func (*VisualInspectionClassificationLabelSavedQueryMetadata) GetMultiLabel ¶
func (x *VisualInspectionClassificationLabelSavedQueryMetadata) GetMultiLabel() bool
func (*VisualInspectionClassificationLabelSavedQueryMetadata) ProtoMessage ¶
func (*VisualInspectionClassificationLabelSavedQueryMetadata) ProtoMessage()
func (*VisualInspectionClassificationLabelSavedQueryMetadata) ProtoReflect ¶
func (x *VisualInspectionClassificationLabelSavedQueryMetadata) ProtoReflect() protoreflect.Message
func (*VisualInspectionClassificationLabelSavedQueryMetadata) Reset ¶
func (x *VisualInspectionClassificationLabelSavedQueryMetadata) Reset()
func (*VisualInspectionClassificationLabelSavedQueryMetadata) String ¶
func (x *VisualInspectionClassificationLabelSavedQueryMetadata) String() string
type VisualInspectionMaskSavedQueryMetadata ¶
type VisualInspectionMaskSavedQueryMetadata struct { // The mapping between color and AnnotationSpec for this SavedQuery. ColorMap []*AnnotationSpecColor `protobuf:"bytes,2,rep,name=color_map,json=colorMap,proto3" json:"color_map,omitempty"` // contains filtered or unexported fields }
func (*VisualInspectionMaskSavedQueryMetadata) Descriptor ¶
func (*VisualInspectionMaskSavedQueryMetadata) Descriptor() ([]byte, []int)
Deprecated: Use VisualInspectionMaskSavedQueryMetadata.ProtoReflect.Descriptor instead.
func (*VisualInspectionMaskSavedQueryMetadata) GetColorMap ¶
func (x *VisualInspectionMaskSavedQueryMetadata) GetColorMap() []*AnnotationSpecColor
func (*VisualInspectionMaskSavedQueryMetadata) ProtoMessage ¶
func (*VisualInspectionMaskSavedQueryMetadata) ProtoMessage()
func (*VisualInspectionMaskSavedQueryMetadata) ProtoReflect ¶
func (x *VisualInspectionMaskSavedQueryMetadata) ProtoReflect() protoreflect.Message
func (*VisualInspectionMaskSavedQueryMetadata) Reset ¶
func (x *VisualInspectionMaskSavedQueryMetadata) Reset()
func (*VisualInspectionMaskSavedQueryMetadata) String ¶
func (x *VisualInspectionMaskSavedQueryMetadata) String() string
Source Files
Directories
Path | Synopsis |
---|---|
predict/instance | |
predict/params | |
predict/prediction | |
trainingjob/definition |