Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APISummary ¶
type APISummary struct {
Message string `json:"message"`
ModelSignature map[string]FeatureSignature `json:"model_signature"`
}
type DeleteResponse ¶
type DeleteResponse struct {
Message string `json:"message"`
}
type DeployResponse ¶
type DeployResponse struct {
Results []DeployResult `json:"results"`
BaseURL string `json:"base_url"`
Message string `json:"message"`
}
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
type FeatureSignature ¶
type FeatureSignature struct {
Shape []interface{} `json:"shape"`
Type string `json:"type"`
}
type GetAPIResponse ¶
type GetAPIsResponse ¶
type InfoResponse ¶
type InfoResponse struct {
MaskedAWSAccessKeyID string `json:"masked_aws_access_key_id"`
ClusterConfig clusterconfig.InternalConfig `json:"cluster_config"`
}
type RefreshResponse ¶
type RefreshResponse struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.