Documentation ¶
Index ¶
- func UserAgent() string
- func Version() string
- type BaseClient
- type ContainerStatus
- type DateRange
- type Error
- type ErrorCode
- type ErrorResponse
- type Evaluation
- type EvaluationContract
- type EvaluationJobStatus
- type EvaluationsClient
- type EventsClient
- type InternalError
- type ListEvaluation
- type LogClient
- type LogsProperties
- type LogsPropertiesDateRange
- type ModelClient
- type ModelProperties
- type PolicyClient
- type PolicyContract
- type PolicyResult
- type PolicyResultSummary
- type PolicyResultTotalSummary
- type RankRequest
- type RankResponse
- type RankableAction
- type RankedAction
- type ReadCloser
- type RewardRequest
- type ServiceConfiguration
- type ServiceConfigurationClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(endpoint string) BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(endpoint string) BaseClient
type ContainerStatus ¶
type ContainerStatus = original.ContainerStatus
type ErrorCode ¶
const ( BadRequest ErrorCode = original.BadRequest EvaluationNotFound ErrorCode = original.EvaluationNotFound FrontEndNotFound ErrorCode = original.FrontEndNotFound InternalServerError ErrorCode = original.InternalServerError InvalidContainer ErrorCode = original.InvalidContainer InvalidEvaluationContract ErrorCode = original.InvalidEvaluationContract InvalidEventIDToActivate ErrorCode = original.InvalidEventIDToActivate InvalidExportLogsRequest ErrorCode = original.InvalidExportLogsRequest InvalidPolicyConfiguration ErrorCode = original.InvalidPolicyConfiguration InvalidPolicyContract ErrorCode = original.InvalidPolicyContract InvalidRankRequest ErrorCode = original.InvalidRankRequest InvalidRewardRequest ErrorCode = original.InvalidRewardRequest InvalidServiceConfiguration ErrorCode = original.InvalidServiceConfiguration LogsPropertiesNotFound ErrorCode = original.LogsPropertiesNotFound ModelResetFailed ErrorCode = original.ModelResetFailed RankNullResponse ErrorCode = original.RankNullResponse ResourceNotFound ErrorCode = original.ResourceNotFound UpdateConfigurationFailed ErrorCode = original.UpdateConfigurationFailed )
func PossibleErrorCodeValues ¶
func PossibleErrorCodeValues() []ErrorCode
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type Evaluation ¶
type Evaluation = original.Evaluation
type EvaluationContract ¶
type EvaluationContract = original.EvaluationContract
type EvaluationJobStatus ¶
type EvaluationJobStatus = original.EvaluationJobStatus
const ( Completed EvaluationJobStatus = original.Completed Failed EvaluationJobStatus = original.Failed NotSubmitted EvaluationJobStatus = original.NotSubmitted Pending EvaluationJobStatus = original.Pending )
func PossibleEvaluationJobStatusValues ¶
func PossibleEvaluationJobStatusValues() []EvaluationJobStatus
type EvaluationsClient ¶
type EvaluationsClient = original.EvaluationsClient
func NewEvaluationsClient ¶
func NewEvaluationsClient(endpoint string) EvaluationsClient
type EventsClient ¶
type EventsClient = original.EventsClient
func NewEventsClient ¶
func NewEventsClient(endpoint string) EventsClient
type InternalError ¶
type InternalError = original.InternalError
type ListEvaluation ¶
type ListEvaluation = original.ListEvaluation
type LogClient ¶
func NewLogClient ¶
type LogsProperties ¶
type LogsProperties = original.LogsProperties
type LogsPropertiesDateRange ¶
type LogsPropertiesDateRange = original.LogsPropertiesDateRange
type ModelClient ¶
type ModelClient = original.ModelClient
func NewModelClient ¶
func NewModelClient(endpoint string) ModelClient
type ModelProperties ¶
type ModelProperties = original.ModelProperties
type PolicyClient ¶
type PolicyClient = original.PolicyClient
func NewPolicyClient ¶
func NewPolicyClient(endpoint string) PolicyClient
type PolicyContract ¶
type PolicyContract = original.PolicyContract
type PolicyResult ¶
type PolicyResult = original.PolicyResult
type PolicyResultSummary ¶
type PolicyResultSummary = original.PolicyResultSummary
type PolicyResultTotalSummary ¶
type PolicyResultTotalSummary = original.PolicyResultTotalSummary
type RankRequest ¶
type RankRequest = original.RankRequest
type RankResponse ¶
type RankResponse = original.RankResponse
type RankableAction ¶
type RankableAction = original.RankableAction
type RankedAction ¶
type RankedAction = original.RankedAction
type ReadCloser ¶
type ReadCloser = original.ReadCloser
type RewardRequest ¶
type RewardRequest = original.RewardRequest
type ServiceConfiguration ¶
type ServiceConfiguration = original.ServiceConfiguration
type ServiceConfigurationClient ¶
type ServiceConfigurationClient = original.ServiceConfigurationClient
func NewServiceConfigurationClient ¶
func NewServiceConfigurationClient(endpoint string) ServiceConfigurationClient
Click to show internal directories.
Click to hide internal directories.