Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type APIKeys
- type Account
- type AccountQuota
- type BaseClient
- type Domain
- type Export
- type Image
- type ImageCreateResult
- type ImageCreateSummary
- type ImageFileCreateBatch
- type ImageFileCreateEntry
- type ImageIDCreateBatch
- type ImageIDCreateEntry
- type ImagePredictionResult
- type ImageTag
- type ImageTagCreateBatch
- type ImageTagCreateEntry
- type ImageTagCreateSummary
- type ImageTagPrediction
- type ImageURL
- type ImageURLCreateBatch
- type ImageURLCreateEntry
- type Iteration
- type IterationPerformance
- type KeyPair
- type ListDomain
- type ListExport
- type ListImage
- type ListIteration
- type ListProject
- type OrderBy
- type PerProjectQuota
- type Platform
- type Prediction
- type PredictionQuery
- type PredictionQueryTag
- type PredictionQueryToken
- type PredictionTag
- type Project
- type ProjectSettings
- type Quota
- type Status
- type Status1
- type Tag
- type TagList
- type TagPerformance
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountQuota ¶
type AccountQuota = original.AccountQuota
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(aPIKey string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, aPIKey string) BaseClient
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 ImagePredictionResult ¶
type ImagePredictionResult = original.ImagePredictionResult
type ImageTagCreateBatch ¶
type ImageTagCreateBatch = original.ImageTagCreateBatch
type ImageTagCreateEntry ¶
type ImageTagCreateEntry = original.ImageTagCreateEntry
type ImageTagCreateSummary ¶
type ImageTagCreateSummary = original.ImageTagCreateSummary
type ImageTagPrediction ¶
type ImageTagPrediction = original.ImageTagPrediction
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 ListIteration ¶
type ListIteration = original.ListIteration
type ListProject ¶
type ListProject = original.ListProject
type PerProjectQuota ¶
type PerProjectQuota = original.PerProjectQuota
type Platform ¶
func PossiblePlatformValues ¶
func PossiblePlatformValues() []Platform
type Prediction ¶
type Prediction = original.Prediction
type PredictionQuery ¶
type PredictionQuery = original.PredictionQuery
type PredictionQueryTag ¶
type PredictionQueryTag = original.PredictionQueryTag
type PredictionQueryToken ¶
type PredictionQueryToken = original.PredictionQueryToken
type PredictionTag ¶
type PredictionTag = original.PredictionTag
type ProjectSettings ¶
type ProjectSettings = original.ProjectSettings
type Status ¶
const ( ErrorImageFormat Status = original.ErrorImageFormat ErrorImageSize Status = original.ErrorImageSize ErrorLimitExceed Status = original.ErrorLimitExceed ErrorSource Status = original.ErrorSource ErrorStorage Status = original.ErrorStorage ErrorTagLimitExceed Status = original.ErrorTagLimitExceed ErrorUnknown Status = original.ErrorUnknown OK Status = original.OK OKDuplicate Status = original.OKDuplicate )
func PossibleStatusValues ¶
func PossibleStatusValues() []Status
type TagPerformance ¶
type TagPerformance = original.TagPerformance
Click to show internal directories.
Click to hide internal directories.