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

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.
	//
	// This member is required.
	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.
	//
	// This member is required.
	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.
	//
	// This member is required.
	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 {

	// 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

	// The Amazon Resource Name (ARN) of the flow definition used to configure the
	// human loop.
	FlowDefinitionArn *string

	// The name of the human loop.
	HumanLoopName *string

	// The status of the human loop.
	HumanLoopStatus HumanLoopStatus
}

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

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

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

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

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

Source Files

enums.go errors.go types.go

Version
v0.27.0
Published
Oct 17, 2020
Platform
js/wasm
Imports
3 packages
Last checked
48 minutes ago

Tools for package owners.