Documentation
      ¶
    
    
  
    
  
    Index ¶
- func UserAgent() string
 - func Version() string
 - type BaseClient
 - type BoundingBox
 - type Classifier
 - type Domain
 - type DomainType
 - type Export
 - type ExportFlavorModel
 - type ExportPlatformModel
 - type ExportStatusModel
 - type Image
 - type ImageCreateResult
 - type ImageCreateStatus
 - type ImageCreateSummary
 - type ImageFileCreateBatch
 - type ImageFileCreateEntry
 - type ImageIDCreateBatch
 - type ImageIDCreateEntry
 - type ImagePerformance
 - type ImagePrediction
 - type ImageRegion
 - type ImageRegionCreateBatch
 - type ImageRegionCreateEntry
 - type ImageRegionCreateResult
 - type ImageRegionCreateSummary
 - type ImageRegionProposal
 - type ImageTag
 - type ImageTagCreateBatch
 - type ImageTagCreateEntry
 - type ImageTagCreateSummary
 - type ImageURL
 - type ImageURLCreateBatch
 - type ImageURLCreateEntry
 - type Int32
 - type Iteration
 - type IterationPerformance
 - type ListDomain
 - type ListExport
 - type ListImage
 - type ListImagePerformance
 - type ListIteration
 - type ListProject
 - type ListTag
 - type OrderBy
 - type Prediction
 - type PredictionQueryResult
 - type PredictionQueryTag
 - type PredictionQueryToken
 - type Project
 - type ProjectSettings
 - type Region
 - type RegionProposal
 - type StoredImagePrediction
 - type Tag
 - type TagPerformance
 - type TagType
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(aPIKey string, endpoint string) BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(aPIKey string, endpoint string) BaseClient
type BoundingBox ¶
type BoundingBox = original.BoundingBox
type Classifier ¶
type Classifier = original.Classifier
const ( Multiclass Classifier = original.Multiclass Multilabel Classifier = original.Multilabel )
func PossibleClassifierValues ¶
func PossibleClassifierValues() []Classifier
type DomainType ¶
type DomainType = original.DomainType
const ( Classification DomainType = original.Classification ObjectDetection DomainType = original.ObjectDetection )
func PossibleDomainTypeValues ¶
func PossibleDomainTypeValues() []DomainType
type ExportFlavorModel ¶
type ExportFlavorModel = original.ExportFlavorModel
const ( Linux ExportFlavorModel = original.Linux ONNX10 ExportFlavorModel = original.ONNX10 ONNX12 ExportFlavorModel = original.ONNX12 Windows ExportFlavorModel = original.Windows )
func PossibleExportFlavorModelValues ¶
func PossibleExportFlavorModelValues() []ExportFlavorModel
type ExportPlatformModel ¶
type ExportPlatformModel = original.ExportPlatformModel
const ( CoreML ExportPlatformModel = original.CoreML DockerFile ExportPlatformModel = original.DockerFile ONNX ExportPlatformModel = original.ONNX TensorFlow ExportPlatformModel = original.TensorFlow )
func PossibleExportPlatformModelValues ¶
func PossibleExportPlatformModelValues() []ExportPlatformModel
type ExportStatusModel ¶
type ExportStatusModel = original.ExportStatusModel
const ( Done ExportStatusModel = original.Done Exporting ExportStatusModel = original.Exporting Failed ExportStatusModel = original.Failed )
func PossibleExportStatusModelValues ¶
func PossibleExportStatusModelValues() []ExportStatusModel
type ImageCreateResult ¶
type ImageCreateResult = original.ImageCreateResult
type ImageCreateStatus ¶
type ImageCreateStatus = original.ImageCreateStatus
const ( ErrorImageFormat ImageCreateStatus = original.ErrorImageFormat ErrorImageSize ImageCreateStatus = original.ErrorImageSize ErrorLimitExceed ImageCreateStatus = original.ErrorLimitExceed ErrorNegativeAndRegularTagOnSameImage ImageCreateStatus = original.ErrorNegativeAndRegularTagOnSameImage ErrorRegionLimitExceed ImageCreateStatus = original.ErrorRegionLimitExceed ErrorSource ImageCreateStatus = original.ErrorSource ErrorStorage ImageCreateStatus = original.ErrorStorage ErrorTagLimitExceed ImageCreateStatus = original.ErrorTagLimitExceed ErrorUnknown ImageCreateStatus = original.ErrorUnknown OK ImageCreateStatus = original.OK OKDuplicate ImageCreateStatus = original.OKDuplicate )
func PossibleImageCreateStatusValues ¶
func PossibleImageCreateStatusValues() []ImageCreateStatus
type ImageCreateSummary ¶
type ImageCreateSummary = original.ImageCreateSummary
type ImageFileCreateBatch ¶
type ImageFileCreateBatch = original.ImageFileCreateBatch
type ImageFileCreateEntry ¶
type ImageFileCreateEntry = original.ImageFileCreateEntry
type ImageIDCreateBatch ¶
type ImageIDCreateBatch = original.ImageIDCreateBatch
type ImageIDCreateEntry ¶
type ImageIDCreateEntry = original.ImageIDCreateEntry
type ImagePerformance ¶
type ImagePerformance = original.ImagePerformance
type ImagePrediction ¶
type ImagePrediction = original.ImagePrediction
type ImageRegion ¶
type ImageRegion = original.ImageRegion
type ImageRegionCreateBatch ¶
type ImageRegionCreateBatch = original.ImageRegionCreateBatch
type ImageRegionCreateEntry ¶
type ImageRegionCreateEntry = original.ImageRegionCreateEntry
type ImageRegionCreateResult ¶
type ImageRegionCreateResult = original.ImageRegionCreateResult
type ImageRegionCreateSummary ¶
type ImageRegionCreateSummary = original.ImageRegionCreateSummary
type ImageRegionProposal ¶
type ImageRegionProposal = original.ImageRegionProposal
type ImageTagCreateBatch ¶
type ImageTagCreateBatch = original.ImageTagCreateBatch
type ImageTagCreateEntry ¶
type ImageTagCreateEntry = original.ImageTagCreateEntry
type ImageTagCreateSummary ¶
type ImageTagCreateSummary = original.ImageTagCreateSummary
type ImageURLCreateBatch ¶
type ImageURLCreateBatch = original.ImageURLCreateBatch
type ImageURLCreateEntry ¶
type ImageURLCreateEntry = original.ImageURLCreateEntry
type IterationPerformance ¶
type IterationPerformance = original.IterationPerformance
type ListDomain ¶
type ListDomain = original.ListDomain
type ListExport ¶
type ListExport = original.ListExport
type ListImagePerformance ¶
type ListImagePerformance = original.ListImagePerformance
type ListIteration ¶
type ListIteration = original.ListIteration
type ListProject ¶
type ListProject = original.ListProject
type Prediction ¶
type Prediction = original.Prediction
type PredictionQueryResult ¶
type PredictionQueryResult = original.PredictionQueryResult
type PredictionQueryTag ¶
type PredictionQueryTag = original.PredictionQueryTag
type PredictionQueryToken ¶
type PredictionQueryToken = original.PredictionQueryToken
type ProjectSettings ¶
type ProjectSettings = original.ProjectSettings
type RegionProposal ¶
type RegionProposal = original.RegionProposal
type StoredImagePrediction ¶
type StoredImagePrediction = original.StoredImagePrediction
type TagPerformance ¶
type TagPerformance = original.TagPerformance
 Click to show internal directories. 
   Click to hide internal directories.