package types

import "github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime/types"

Index

Types

type ConflictException

type ConflictException struct {
	Message *string
}

Your request has the same name as another active human loop but has different input data. You cannot start two human loops with the same name and different input data.

func (*ConflictException) Error

func (e *ConflictException) Error() string

func (*ConflictException) ErrorCode

func (e *ConflictException) ErrorCode() string

func (*ConflictException) ErrorFault

func (e *ConflictException) ErrorFault() smithy.ErrorFault

func (*ConflictException) ErrorMessage

func (e *ConflictException) ErrorMessage() string

func (*ConflictException) GetMessage

func (e *ConflictException) GetMessage() string

func (*ConflictException) HasMessage

func (e *ConflictException) HasMessage() bool

type ContentClassifier

type ContentClassifier string
const (
	ContentClassifierFree_of_personally_identifiable_information ContentClassifier = "FreeOfPersonallyIdentifiableInformation"
	ContentClassifierFree_of_adult_content                       ContentClassifier = "FreeOfAdultContent"
)

Enum values for ContentClassifier

type HumanLoopDataAttributes

type HumanLoopDataAttributes struct {
	// Declares that your content is free of personally identifiable information or
	// adult content. Amazon SageMaker can restrict the Amazon Mechanical Turk workers
	// who can view your task based on this information.
	ContentClassifiers []ContentClassifier
}

Attributes of the data specified by the customer. Use these to describe the data to be labeled.

type HumanLoopInput

type HumanLoopInput struct {
	// Serialized input from the human loop. The input must be a string representation
	// of a file in JSON format.
	InputContent *string
}

An object containing the human loop input in JSON format.

type HumanLoopOutput

type HumanLoopOutput struct {
	// The location of the Amazon S3 object where Amazon Augmented AI stores your human
	// loop output.
	OutputS3Uri *string
}

Information about where the human output will be stored.

type HumanLoopStatus

type HumanLoopStatus string
const (
	HumanLoopStatusIn_progress HumanLoopStatus = "InProgress"
	HumanLoopStatusFailed      HumanLoopStatus = "Failed"
	HumanLoopStatusCompleted   HumanLoopStatus = "Completed"
	HumanLoopStatusStopped     HumanLoopStatus = "Stopped"
	HumanLoopStatusStopping    HumanLoopStatus = "Stopping"
)

Enum values for HumanLoopStatus

type HumanLoopSummary

type HumanLoopSummary struct {
	// The name of the human loop.
	HumanLoopName *string
	// The Amazon Resource Name (ARN) of the flow definition used to configure the
	// human loop.
	FlowDefinitionArn *string
	// The status of the human loop.
	HumanLoopStatus HumanLoopStatus
	// When Amazon Augmented AI created the human loop.
	CreationTime *time.Time
	// The reason why the human loop failed. A failure reason is returned when the
	// status of the human loop is Failed.
	FailureReason *string
}

Summary information about the human loop.

type InternalServerException

type InternalServerException struct {
	Message *string
}

We couldn't process your request because of an issue with the server. Try again later.

func (*InternalServerException) Error

func (e *InternalServerException) Error() string

func (*InternalServerException) ErrorCode

func (e *InternalServerException) ErrorCode() string

func (*InternalServerException) ErrorFault

func (e *InternalServerException) ErrorFault() smithy.ErrorFault

func (*InternalServerException) ErrorMessage

func (e *InternalServerException) ErrorMessage() string

func (*InternalServerException) GetMessage

func (e *InternalServerException) GetMessage() string

func (*InternalServerException) HasMessage

func (e *InternalServerException) HasMessage() bool

type ResourceNotFoundException

type ResourceNotFoundException struct {
	Message *string
}

We couldn't find the requested resource.

func (*ResourceNotFoundException) Error

func (e *ResourceNotFoundException) Error() string

func (*ResourceNotFoundException) ErrorCode

func (e *ResourceNotFoundException) ErrorCode() string

func (*ResourceNotFoundException) ErrorFault

func (*ResourceNotFoundException) ErrorMessage

func (e *ResourceNotFoundException) ErrorMessage() string

func (*ResourceNotFoundException) GetMessage

func (e *ResourceNotFoundException) GetMessage() string

func (*ResourceNotFoundException) HasMessage

func (e *ResourceNotFoundException) HasMessage() bool

type ServiceQuotaExceededException

type ServiceQuotaExceededException struct {
	Message *string
}

You exceeded your service quota. Delete some resources or request an increase in your service quota.

func (*ServiceQuotaExceededException) Error

func (*ServiceQuotaExceededException) ErrorCode

func (e *ServiceQuotaExceededException) ErrorCode() string

func (*ServiceQuotaExceededException) ErrorFault

func (*ServiceQuotaExceededException) ErrorMessage

func (e *ServiceQuotaExceededException) ErrorMessage() string

func (*ServiceQuotaExceededException) GetMessage

func (e *ServiceQuotaExceededException) GetMessage() string

func (*ServiceQuotaExceededException) HasMessage

func (e *ServiceQuotaExceededException) HasMessage() bool

type SortOrder

type SortOrder string
const (
	SortOrderAscending  SortOrder = "Ascending"
	SortOrderDescending SortOrder = "Descending"
)

Enum values for SortOrder

type ThrottlingException

type ThrottlingException struct {
	Message *string
}

You exceeded the maximum number of requests.

func (*ThrottlingException) Error

func (e *ThrottlingException) Error() string

func (*ThrottlingException) ErrorCode

func (e *ThrottlingException) ErrorCode() string

func (*ThrottlingException) ErrorFault

func (e *ThrottlingException) ErrorFault() smithy.ErrorFault

func (*ThrottlingException) ErrorMessage

func (e *ThrottlingException) ErrorMessage() string

func (*ThrottlingException) GetMessage

func (e *ThrottlingException) GetMessage() string

func (*ThrottlingException) HasMessage

func (e *ThrottlingException) HasMessage() bool

type ValidationException

type ValidationException struct {
	Message *string
}

The request isn't valid. Check the syntax and try again.

func (*ValidationException) Error

func (e *ValidationException) Error() string

func (*ValidationException) ErrorCode

func (e *ValidationException) ErrorCode() string

func (*ValidationException) ErrorFault

func (e *ValidationException) ErrorFault() smithy.ErrorFault

func (*ValidationException) ErrorMessage

func (e *ValidationException) ErrorMessage() string

func (*ValidationException) GetMessage

func (e *ValidationException) GetMessage() string

func (*ValidationException) HasMessage

func (e *ValidationException) HasMessage() bool

Source Files

enums.go errors.go types.go

Version
v0.1.0
Published
Sep 29, 2020
Platform
js/wasm
Imports
4 packages
Last checked
1 minute ago

Tools for package owners.