package types
import "github.com/aws/aws-sdk-go-v2/service/personalizeruntime/types"
Index ¶
- type InvalidInputException
- func (e *InvalidInputException) Error() string
- func (e *InvalidInputException) ErrorCode() string
- func (e *InvalidInputException) ErrorFault() smithy.ErrorFault
- func (e *InvalidInputException) ErrorMessage() string
- type PredictedItem
- type ResourceNotFoundException
Types ¶
type InvalidInputException ¶
type InvalidInputException struct { Message *string // contains filtered or unexported fields }
Provide a valid value for the field or parameter.
func (*InvalidInputException) Error ¶
func (e *InvalidInputException) Error() string
func (*InvalidInputException) ErrorCode ¶
func (e *InvalidInputException) ErrorCode() string
func (*InvalidInputException) ErrorFault ¶
func (e *InvalidInputException) ErrorFault() smithy.ErrorFault
func (*InvalidInputException) ErrorMessage ¶
func (e *InvalidInputException) ErrorMessage() string
type PredictedItem ¶
type PredictedItem struct { // The recommended item ID. ItemId *string // A numeric representation of the model's certainty that the item will be the next // user selection. For more information on scoring logic, see how-scores-work. Score *float64 // contains filtered or unexported fields }
An object that identifies an item. The and APIs return a list of PredictedItems.
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { Message *string // contains filtered or unexported fields }
The specified resource does not exist.
func (*ResourceNotFoundException) Error ¶
func (e *ResourceNotFoundException) Error() string
func (*ResourceNotFoundException) ErrorCode ¶
func (e *ResourceNotFoundException) ErrorCode() string
func (*ResourceNotFoundException) ErrorFault ¶
func (e *ResourceNotFoundException) ErrorFault() smithy.ErrorFault
func (*ResourceNotFoundException) ErrorMessage ¶
func (e *ResourceNotFoundException) ErrorMessage() string
Source Files ¶
- Version
- v1.5.0
- Published
- Oct 21, 2021
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 29 minutes ago –
Tools for package owners.