package types
import "github.com/aws/aws-sdk-go-v2/service/sagemakerruntime/types"
Index ¶
- type InternalDependencyException
- func (e *InternalDependencyException) Error() string
- func (e *InternalDependencyException) ErrorCode() string
- func (e *InternalDependencyException) ErrorFault() smithy.ErrorFault
- func (e *InternalDependencyException) ErrorMessage() string
- type InternalFailure
- func (e *InternalFailure) Error() string
- func (e *InternalFailure) ErrorCode() string
- func (e *InternalFailure) ErrorFault() smithy.ErrorFault
- func (e *InternalFailure) ErrorMessage() string
- type ModelError
- func (e *ModelError) Error() string
- func (e *ModelError) ErrorCode() string
- func (e *ModelError) ErrorFault() smithy.ErrorFault
- func (e *ModelError) ErrorMessage() string
- type ModelNotReadyException
- func (e *ModelNotReadyException) Error() string
- func (e *ModelNotReadyException) ErrorCode() string
- func (e *ModelNotReadyException) ErrorFault() smithy.ErrorFault
- func (e *ModelNotReadyException) ErrorMessage() string
- type ServiceUnavailable
- func (e *ServiceUnavailable) Error() string
- func (e *ServiceUnavailable) ErrorCode() string
- func (e *ServiceUnavailable) ErrorFault() smithy.ErrorFault
- func (e *ServiceUnavailable) ErrorMessage() string
- type ValidationError
Types ¶
type InternalDependencyException ¶
type InternalDependencyException struct { Message *string // contains filtered or unexported fields }
Your request caused an exception with an internal dependency. Contact customer support.
func (*InternalDependencyException) Error ¶
func (e *InternalDependencyException) Error() string
func (*InternalDependencyException) ErrorCode ¶
func (e *InternalDependencyException) ErrorCode() string
func (*InternalDependencyException) ErrorFault ¶
func (e *InternalDependencyException) ErrorFault() smithy.ErrorFault
func (*InternalDependencyException) ErrorMessage ¶
func (e *InternalDependencyException) ErrorMessage() string
type InternalFailure ¶
type InternalFailure struct { Message *string // contains filtered or unexported fields }
An internal failure occurred.
func (*InternalFailure) Error ¶
func (e *InternalFailure) Error() string
func (*InternalFailure) ErrorCode ¶
func (e *InternalFailure) ErrorCode() string
func (*InternalFailure) ErrorFault ¶
func (e *InternalFailure) ErrorFault() smithy.ErrorFault
func (*InternalFailure) ErrorMessage ¶
func (e *InternalFailure) ErrorMessage() string
type ModelError ¶
type ModelError struct { Message *string OriginalStatusCode *int32 OriginalMessage *string LogStreamArn *string // contains filtered or unexported fields }
Model (owned by the customer in the container) returned 4xx or 5xx error code.
func (*ModelError) Error ¶
func (e *ModelError) Error() string
func (*ModelError) ErrorCode ¶
func (e *ModelError) ErrorCode() string
func (*ModelError) ErrorFault ¶
func (e *ModelError) ErrorFault() smithy.ErrorFault
func (*ModelError) ErrorMessage ¶
func (e *ModelError) ErrorMessage() string
type ModelNotReadyException ¶
type ModelNotReadyException struct { Message *string // contains filtered or unexported fields }
Either a serverless endpoint variant's resources are still being provisioned, or a multi-model endpoint is still downloading or loading the target model. Wait and try your request again.
func (*ModelNotReadyException) Error ¶
func (e *ModelNotReadyException) Error() string
func (*ModelNotReadyException) ErrorCode ¶
func (e *ModelNotReadyException) ErrorCode() string
func (*ModelNotReadyException) ErrorFault ¶
func (e *ModelNotReadyException) ErrorFault() smithy.ErrorFault
func (*ModelNotReadyException) ErrorMessage ¶
func (e *ModelNotReadyException) ErrorMessage() string
type ServiceUnavailable ¶
type ServiceUnavailable struct { string // contains filtered or unexported fields }*
The service is unavailable. Try your call again.
func (*ServiceUnavailable) Error ¶
func (e *ServiceUnavailable) Error() string
func (*ServiceUnavailable) ErrorCode ¶
func (e *ServiceUnavailable) ErrorCode() string
func (*ServiceUnavailable) ErrorFault ¶
func (e *ServiceUnavailable) ErrorFault() smithy.ErrorFault
func (*ServiceUnavailable) ErrorMessage ¶
func (e *ServiceUnavailable) ErrorMessage() string
type ValidationError ¶
type ValidationError struct { Message *string // contains filtered or unexported fields }
Inspect your request and try again.
func (*ValidationError) Error ¶
func (e *ValidationError) Error() string
func (*ValidationError) ErrorCode ¶
func (e *ValidationError) ErrorCode() string
func (*ValidationError) ErrorFault ¶
func (e *ValidationError) ErrorFault() smithy.ErrorFault
func (*ValidationError) ErrorMessage ¶
func (e *ValidationError) ErrorMessage() string
Source Files ¶
- Version
- v1.15.11
- Published
- Aug 9, 2022
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 9 seconds ago –
Tools for package owners.