Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type BoundingBox
- type Domain
- type DomainType
- type Export
- type ExportFlavor
- type ExportPlatform
- type ExportStatusModel
- type Image
- type ImageCreateResult
- 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 ImageUploadStatus
- 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
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(aPIKey string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, aPIKey string) BaseClient
type BoundingBox ¶
type BoundingBox = original.BoundingBox
type DomainType ¶
type DomainType = original.DomainType
const ( Classification DomainType = original.Classification ObjectDetection DomainType = original.ObjectDetection )
func PossibleDomainTypeValues ¶
func PossibleDomainTypeValues() []DomainType
type ExportFlavor ¶
type ExportFlavor = original.ExportFlavor
const ( Linux ExportFlavor = original.Linux Windows ExportFlavor = original.Windows )
func PossibleExportFlavorValues ¶
func PossibleExportFlavorValues() []ExportFlavor
type ExportPlatform ¶
type ExportPlatform = original.ExportPlatform
const ( CoreML ExportPlatform = original.CoreML DockerFile ExportPlatform = original.DockerFile ONNX ExportPlatform = original.ONNX TensorFlow ExportPlatform = original.TensorFlow )
func PossibleExportPlatformValues ¶
func PossibleExportPlatformValues() []ExportPlatform
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 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 ImageUploadStatus ¶
type ImageUploadStatus = original.ImageUploadStatus
const ( ErrorImageFormat ImageUploadStatus = original.ErrorImageFormat ErrorImageSize ImageUploadStatus = original.ErrorImageSize ErrorLimitExceed ImageUploadStatus = original.ErrorLimitExceed ErrorRegionLimitExceed ImageUploadStatus = original.ErrorRegionLimitExceed ErrorSource ImageUploadStatus = original.ErrorSource ErrorStorage ImageUploadStatus = original.ErrorStorage ErrorTagLimitExceed ImageUploadStatus = original.ErrorTagLimitExceed ErrorUnknown ImageUploadStatus = original.ErrorUnknown OK ImageUploadStatus = original.OK OKDuplicate ImageUploadStatus = original.OKDuplicate )
func PossibleImageUploadStatusValues ¶
func PossibleImageUploadStatusValues() []ImageUploadStatus
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.