Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const ContentClassifierFreeOfAdultContent + const ContentClassifierFreeOfPersonallyIdentifiableInformation + const EndpointsID + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const HumanLoopStatusCompleted + const HumanLoopStatusFailed + const HumanLoopStatusInProgress + const HumanLoopStatusStopped + const HumanLoopStatusStopping + const ServiceID + const ServiceName + const SortOrderAscending + const SortOrderDescending + func ContentClassifier_Values() []string + func HumanLoopStatus_Values() []string + func SortOrder_Values() []string + type AugmentedAIRuntime struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *AugmentedAIRuntime + func (c *AugmentedAIRuntime) DeleteHumanLoop(input *DeleteHumanLoopInput) (*DeleteHumanLoopOutput, error) + func (c *AugmentedAIRuntime) DeleteHumanLoopRequest(input *DeleteHumanLoopInput) (req *request.Request, output *DeleteHumanLoopOutput) + func (c *AugmentedAIRuntime) DeleteHumanLoopWithContext(ctx aws.Context, input *DeleteHumanLoopInput, opts ...request.Option) (*DeleteHumanLoopOutput, error) + func (c *AugmentedAIRuntime) DescribeHumanLoop(input *DescribeHumanLoopInput) (*DescribeHumanLoopOutput, error) + func (c *AugmentedAIRuntime) DescribeHumanLoopRequest(input *DescribeHumanLoopInput) (req *request.Request, output *DescribeHumanLoopOutput) + func (c *AugmentedAIRuntime) DescribeHumanLoopWithContext(ctx aws.Context, input *DescribeHumanLoopInput, opts ...request.Option) (*DescribeHumanLoopOutput, error) + func (c *AugmentedAIRuntime) ListHumanLoops(input *ListHumanLoopsInput) (*ListHumanLoopsOutput, error) + func (c *AugmentedAIRuntime) ListHumanLoopsPages(input *ListHumanLoopsInput, fn func(*ListHumanLoopsOutput, bool) bool) error + func (c *AugmentedAIRuntime) ListHumanLoopsPagesWithContext(ctx aws.Context, input *ListHumanLoopsInput, ...) error + func (c *AugmentedAIRuntime) ListHumanLoopsRequest(input *ListHumanLoopsInput) (req *request.Request, output *ListHumanLoopsOutput) + func (c *AugmentedAIRuntime) ListHumanLoopsWithContext(ctx aws.Context, input *ListHumanLoopsInput, opts ...request.Option) (*ListHumanLoopsOutput, error) + func (c *AugmentedAIRuntime) StartHumanLoop(input *StartHumanLoopInput) (*StartHumanLoopOutput, error) + func (c *AugmentedAIRuntime) StartHumanLoopRequest(input *StartHumanLoopInput) (req *request.Request, output *StartHumanLoopOutput) + func (c *AugmentedAIRuntime) StartHumanLoopWithContext(ctx aws.Context, input *StartHumanLoopInput, opts ...request.Option) (*StartHumanLoopOutput, error) + func (c *AugmentedAIRuntime) StopHumanLoop(input *StopHumanLoopInput) (*StopHumanLoopOutput, error) + func (c *AugmentedAIRuntime) StopHumanLoopRequest(input *StopHumanLoopInput) (req *request.Request, output *StopHumanLoopOutput) + func (c *AugmentedAIRuntime) StopHumanLoopWithContext(ctx aws.Context, input *StopHumanLoopInput, opts ...request.Option) (*StopHumanLoopOutput, error) + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type DeleteHumanLoopInput struct + HumanLoopName *string + func (s *DeleteHumanLoopInput) SetHumanLoopName(v string) *DeleteHumanLoopInput + func (s *DeleteHumanLoopInput) Validate() error + func (s DeleteHumanLoopInput) GoString() string + func (s DeleteHumanLoopInput) String() string + type DeleteHumanLoopOutput struct + func (s DeleteHumanLoopOutput) GoString() string + func (s DeleteHumanLoopOutput) String() string + type DescribeHumanLoopInput struct + HumanLoopName *string + func (s *DescribeHumanLoopInput) SetHumanLoopName(v string) *DescribeHumanLoopInput + func (s *DescribeHumanLoopInput) Validate() error + func (s DescribeHumanLoopInput) GoString() string + func (s DescribeHumanLoopInput) String() string + type DescribeHumanLoopOutput struct + CreationTime *time.Time + FailureCode *string + FailureReason *string + FlowDefinitionArn *string + HumanLoopArn *string + HumanLoopName *string + HumanLoopOutput *HumanLoopOutput + HumanLoopStatus *string + func (s *DescribeHumanLoopOutput) SetCreationTime(v time.Time) *DescribeHumanLoopOutput + func (s *DescribeHumanLoopOutput) SetFailureCode(v string) *DescribeHumanLoopOutput + func (s *DescribeHumanLoopOutput) SetFailureReason(v string) *DescribeHumanLoopOutput + func (s *DescribeHumanLoopOutput) SetFlowDefinitionArn(v string) *DescribeHumanLoopOutput + func (s *DescribeHumanLoopOutput) SetHumanLoopArn(v string) *DescribeHumanLoopOutput + func (s *DescribeHumanLoopOutput) SetHumanLoopName(v string) *DescribeHumanLoopOutput + func (s *DescribeHumanLoopOutput) SetHumanLoopOutput(v *HumanLoopOutput) *DescribeHumanLoopOutput + func (s *DescribeHumanLoopOutput) SetHumanLoopStatus(v string) *DescribeHumanLoopOutput + func (s DescribeHumanLoopOutput) GoString() string + func (s DescribeHumanLoopOutput) String() string + type HumanLoopDataAttributes struct + ContentClassifiers []*string + func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes + func (s *HumanLoopDataAttributes) Validate() error + func (s HumanLoopDataAttributes) GoString() string + func (s HumanLoopDataAttributes) String() string + type HumanLoopInput struct + InputContent *string + func (s *HumanLoopInput) SetInputContent(v string) *HumanLoopInput + func (s *HumanLoopInput) Validate() error + func (s HumanLoopInput) GoString() string + func (s HumanLoopInput) String() string + type HumanLoopOutput struct + OutputS3Uri *string + func (s *HumanLoopOutput) SetOutputS3Uri(v string) *HumanLoopOutput + func (s HumanLoopOutput) GoString() string + func (s HumanLoopOutput) String() string + type HumanLoopSummary struct + CreationTime *time.Time + FailureReason *string + FlowDefinitionArn *string + HumanLoopName *string + HumanLoopStatus *string + func (s *HumanLoopSummary) SetCreationTime(v time.Time) *HumanLoopSummary + func (s *HumanLoopSummary) SetFailureReason(v string) *HumanLoopSummary + func (s *HumanLoopSummary) SetFlowDefinitionArn(v string) *HumanLoopSummary + func (s *HumanLoopSummary) SetHumanLoopName(v string) *HumanLoopSummary + func (s *HumanLoopSummary) SetHumanLoopStatus(v string) *HumanLoopSummary + func (s HumanLoopSummary) GoString() string + func (s HumanLoopSummary) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListHumanLoopsInput struct + CreationTimeAfter *time.Time + CreationTimeBefore *time.Time + FlowDefinitionArn *string + MaxResults *int64 + NextToken *string + SortOrder *string + func (s *ListHumanLoopsInput) SetCreationTimeAfter(v time.Time) *ListHumanLoopsInput + func (s *ListHumanLoopsInput) SetCreationTimeBefore(v time.Time) *ListHumanLoopsInput + func (s *ListHumanLoopsInput) SetFlowDefinitionArn(v string) *ListHumanLoopsInput + func (s *ListHumanLoopsInput) SetMaxResults(v int64) *ListHumanLoopsInput + func (s *ListHumanLoopsInput) SetNextToken(v string) *ListHumanLoopsInput + func (s *ListHumanLoopsInput) SetSortOrder(v string) *ListHumanLoopsInput + func (s *ListHumanLoopsInput) Validate() error + func (s ListHumanLoopsInput) GoString() string + func (s ListHumanLoopsInput) String() string + type ListHumanLoopsOutput struct + HumanLoopSummaries []*HumanLoopSummary + NextToken *string + func (s *ListHumanLoopsOutput) SetHumanLoopSummaries(v []*HumanLoopSummary) *ListHumanLoopsOutput + func (s *ListHumanLoopsOutput) SetNextToken(v string) *ListHumanLoopsOutput + func (s ListHumanLoopsOutput) GoString() string + func (s ListHumanLoopsOutput) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type StartHumanLoopInput struct + DataAttributes *HumanLoopDataAttributes + FlowDefinitionArn *string + HumanLoopInput *HumanLoopInput + HumanLoopName *string + func (s *StartHumanLoopInput) SetDataAttributes(v *HumanLoopDataAttributes) *StartHumanLoopInput + func (s *StartHumanLoopInput) SetFlowDefinitionArn(v string) *StartHumanLoopInput + func (s *StartHumanLoopInput) SetHumanLoopInput(v *HumanLoopInput) *StartHumanLoopInput + func (s *StartHumanLoopInput) SetHumanLoopName(v string) *StartHumanLoopInput + func (s *StartHumanLoopInput) Validate() error + func (s StartHumanLoopInput) GoString() string + func (s StartHumanLoopInput) String() string + type StartHumanLoopOutput struct + HumanLoopArn *string + func (s *StartHumanLoopOutput) SetHumanLoopArn(v string) *StartHumanLoopOutput + func (s StartHumanLoopOutput) GoString() string + func (s StartHumanLoopOutput) String() string + type StopHumanLoopInput struct + HumanLoopName *string + func (s *StopHumanLoopInput) SetHumanLoopName(v string) *StopHumanLoopInput + func (s *StopHumanLoopInput) Validate() error + func (s StopHumanLoopInput) GoString() string + func (s StopHumanLoopInput) String() string + type StopHumanLoopOutput struct + func (s StopHumanLoopOutput) GoString() string + func (s StopHumanLoopOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string