types

package
v1.27.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedException

type AccessDeniedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

You do not have sufficient access to perform this action.

func (*AccessDeniedException) Error

func (e *AccessDeniedException) Error() string

func (*AccessDeniedException) ErrorCode

func (e *AccessDeniedException) ErrorCode() string

func (*AccessDeniedException) ErrorFault

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

func (*AccessDeniedException) ErrorMessage

func (e *AccessDeniedException) ErrorMessage() string

type AlgorithmSpecification added in v1.10.0

type AlgorithmSpecification struct {

	// The container image used to create an Amazon Braket job.
	ContainerImage *ContainerImage

	// Configures the paths to the Python scripts used for entry and training.
	ScriptModeConfig *ScriptModeConfig
	// contains filtered or unexported fields
}

Defines the Amazon Braket job to be created. Specifies the container image the job uses and the paths to the Python scripts used for entry and training.

type Association added in v1.24.0

type Association struct {

	// The Amazon Braket resource arn.
	//
	// This member is required.
	Arn *string

	// The association type for the specified Amazon Braket resource arn.
	//
	// This member is required.
	Type AssociationType
	// contains filtered or unexported fields
}

The Amazon Braket resource and the association type.

type AssociationType added in v1.24.0

type AssociationType string
const (
	AssociationTypeReservationTimeWindowArn AssociationType = "RESERVATION_TIME_WINDOW_ARN"
)

Enum values for AssociationType

func (AssociationType) Values added in v1.24.0

func (AssociationType) Values() []AssociationType

Values returns all known values for AssociationType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type CancellationStatus

type CancellationStatus string
const (
	CancellationStatusCancelling CancellationStatus = "CANCELLING"
	CancellationStatusCancelled  CancellationStatus = "CANCELLED"
)

Enum values for CancellationStatus

func (CancellationStatus) Values added in v0.29.0

Values returns all known values for CancellationStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type CompressionType added in v1.10.0

type CompressionType string
const (
	CompressionTypeNone CompressionType = "NONE"
	CompressionTypeGzip CompressionType = "GZIP"
)

Enum values for CompressionType

func (CompressionType) Values added in v1.10.0

func (CompressionType) Values() []CompressionType

Values returns all known values for CompressionType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type ConflictException

type ConflictException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

An error occurred due to a conflict.

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 ContainerImage added in v1.10.0

type ContainerImage struct {

	// The URI locating the container image.
	//
	// This member is required.
	Uri *string
	// contains filtered or unexported fields
}

The container image used to create an Amazon Braket job.

type DataSource added in v1.10.0

type DataSource struct {

	// Information about the data stored in Amazon S3 used by the Amazon Braket job.
	//
	// This member is required.
	S3DataSource *S3DataSource
	// contains filtered or unexported fields
}

Information about the source of the data used by the Amazon Braket job.

type DeviceConfig added in v1.10.0

type DeviceConfig struct {

	// The primary quantum processing unit (QPU) or simulator used to create and run
	// an Amazon Braket job.
	//
	// This member is required.
	Device *string
	// contains filtered or unexported fields
}

Configures the quantum processing units (QPUs) or simulator used to create and run an Amazon Braket job.

type DeviceOfflineException

type DeviceOfflineException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The specified device is currently offline.

func (*DeviceOfflineException) Error

func (e *DeviceOfflineException) Error() string

func (*DeviceOfflineException) ErrorCode

func (e *DeviceOfflineException) ErrorCode() string

func (*DeviceOfflineException) ErrorFault

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

func (*DeviceOfflineException) ErrorMessage

func (e *DeviceOfflineException) ErrorMessage() string

type DeviceQueueInfo added in v1.20.0

type DeviceQueueInfo struct {

	// The name of the queue.
	//
	// This member is required.
	Queue QueueName

	// The number of jobs or tasks in the queue for a given device.
	//
	// This member is required.
	QueueSize *string

	// Optional. Specifies the priority of the queue. Tasks in a priority queue are
	// processed before the tasks in a normal queue.
	QueuePriority QueuePriority
	// contains filtered or unexported fields
}

Information about tasks and jobs queued on a device.

type DeviceRetiredException added in v1.4.0

type DeviceRetiredException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The specified device has been retired.

func (*DeviceRetiredException) Error added in v1.4.0

func (e *DeviceRetiredException) Error() string

func (*DeviceRetiredException) ErrorCode added in v1.4.0

func (e *DeviceRetiredException) ErrorCode() string

func (*DeviceRetiredException) ErrorFault added in v1.4.0

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

func (*DeviceRetiredException) ErrorMessage added in v1.4.0

func (e *DeviceRetiredException) ErrorMessage() string

type DeviceStatus

type DeviceStatus string
const (
	DeviceStatusOnline  DeviceStatus = "ONLINE"
	DeviceStatusOffline DeviceStatus = "OFFLINE"
	DeviceStatusRetired DeviceStatus = "RETIRED"
)

Enum values for DeviceStatus

func (DeviceStatus) Values added in v0.29.0

func (DeviceStatus) Values() []DeviceStatus

Values returns all known values for DeviceStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type DeviceSummary

type DeviceSummary struct {

	// The ARN of the device.
	//
	// This member is required.
	DeviceArn *string

	// The name of the device.
	//
	// This member is required.
	DeviceName *string

	// The status of the device.
	//
	// This member is required.
	DeviceStatus DeviceStatus

	// The type of the device.
	//
	// This member is required.
	DeviceType DeviceType

	// The provider of the device.
	//
	// This member is required.
	ProviderName *string
	// contains filtered or unexported fields
}

Includes information about the device.

type DeviceType

type DeviceType string
const (
	DeviceTypeQpu       DeviceType = "QPU"
	DeviceTypeSimulator DeviceType = "SIMULATOR"
)

Enum values for DeviceType

func (DeviceType) Values added in v0.29.0

func (DeviceType) Values() []DeviceType

Values returns all known values for DeviceType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type HybridJobAdditionalAttributeName added in v1.20.0

type HybridJobAdditionalAttributeName string
const (
	HybridJobAdditionalAttributeNameQueueInfo HybridJobAdditionalAttributeName = "QueueInfo"
)

Enum values for HybridJobAdditionalAttributeName

func (HybridJobAdditionalAttributeName) Values added in v1.20.0

Values returns all known values for HybridJobAdditionalAttributeName. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type HybridJobQueueInfo added in v1.20.0

type HybridJobQueueInfo struct {

	// Current position of the job in the jobs queue.
	//
	// This member is required.
	Position *string

	// The name of the queue.
	//
	// This member is required.
	Queue QueueName

	// Optional. Provides more information about the queue position. For example, if
	// the job is complete and no longer in the queue, the message field contains that
	// information.
	Message *string
	// contains filtered or unexported fields
}

Information about the queue for a specified job.

type InputFileConfig added in v1.10.0

type InputFileConfig struct {

	// A named input source that an Amazon Braket job can consume.
	//
	// This member is required.
	ChannelName *string

	// The location of the channel data.
	//
	// This member is required.
	DataSource *DataSource

	// The MIME type of the data.
	ContentType *string
	// contains filtered or unexported fields
}

A list of parameters that specify the input channels, type of input data, and where it is located.

type InstanceConfig added in v1.10.0

type InstanceConfig struct {

	// Configures the type resource instances to use while running an Amazon Braket
	// hybrid job.
	//
	// This member is required.
	InstanceType InstanceType

	// The size of the storage volume, in GB, that user wants to provision.
	//
	// This member is required.
	VolumeSizeInGb *int32

	// Configures the number of resource instances to use while running an Amazon
	// Braket job on Amazon Braket. The default value is 1.
	InstanceCount *int32
	// contains filtered or unexported fields
}

Configures the resource instances to use while running the Amazon Braket hybrid job on Amazon Braket.

type InstanceType added in v1.10.0

type InstanceType string
const (
	InstanceTypeMlM4Xlarge     InstanceType = "ml.m4.xlarge"
	InstanceTypeMlM42xlarge    InstanceType = "ml.m4.2xlarge"
	InstanceTypeMlM44xlarge    InstanceType = "ml.m4.4xlarge"
	InstanceTypeMlM410xlarge   InstanceType = "ml.m4.10xlarge"
	InstanceTypeMlM416xlarge   InstanceType = "ml.m4.16xlarge"
	InstanceTypeMlG4dnXlarge   InstanceType = "ml.g4dn.xlarge"
	InstanceTypeMlG4dn2xlarge  InstanceType = "ml.g4dn.2xlarge"
	InstanceTypeMlG4dn4xlarge  InstanceType = "ml.g4dn.4xlarge"
	InstanceTypeMlG4dn8xlarge  InstanceType = "ml.g4dn.8xlarge"
	InstanceTypeMlG4dn12xlarge InstanceType = "ml.g4dn.12xlarge"
	InstanceTypeMlG4dn16xlarge InstanceType = "ml.g4dn.16xlarge"
	InstanceTypeMlM5Large      InstanceType = "ml.m5.large"
	InstanceTypeMlM5Xlarge     InstanceType = "ml.m5.xlarge"
	InstanceTypeMlM52xlarge    InstanceType = "ml.m5.2xlarge"
	InstanceTypeMlM54xlarge    InstanceType = "ml.m5.4xlarge"
	InstanceTypeMlM512xlarge   InstanceType = "ml.m5.12xlarge"
	InstanceTypeMlM524xlarge   InstanceType = "ml.m5.24xlarge"
	InstanceTypeMlC4Xlarge     InstanceType = "ml.c4.xlarge"
	InstanceTypeMlC42xlarge    InstanceType = "ml.c4.2xlarge"
	InstanceTypeMlC44xlarge    InstanceType = "ml.c4.4xlarge"
	InstanceTypeMlC48xlarge    InstanceType = "ml.c4.8xlarge"
	InstanceTypeMlP2Xlarge     InstanceType = "ml.p2.xlarge"
	InstanceTypeMlP28xlarge    InstanceType = "ml.p2.8xlarge"
	InstanceTypeMlP216xlarge   InstanceType = "ml.p2.16xlarge"
	InstanceTypeMlP32xlarge    InstanceType = "ml.p3.2xlarge"
	InstanceTypeMlP38xlarge    InstanceType = "ml.p3.8xlarge"
	InstanceTypeMlP316xlarge   InstanceType = "ml.p3.16xlarge"
	InstanceTypeMlP3dn24xlarge InstanceType = "ml.p3dn.24xlarge"
	InstanceTypeMlP4d24xlarge  InstanceType = "ml.p4d.24xlarge"
	InstanceTypeMlC5Xlarge     InstanceType = "ml.c5.xlarge"
	InstanceTypeMlC52xlarge    InstanceType = "ml.c5.2xlarge"
	InstanceTypeMlC54xlarge    InstanceType = "ml.c5.4xlarge"
	InstanceTypeMlC59xlarge    InstanceType = "ml.c5.9xlarge"
	InstanceTypeMlC518xlarge   InstanceType = "ml.c5.18xlarge"
	InstanceTypeMlC5nXlarge    InstanceType = "ml.c5n.xlarge"
	InstanceTypeMlC5n2xlarge   InstanceType = "ml.c5n.2xlarge"
	InstanceTypeMlC5n4xlarge   InstanceType = "ml.c5n.4xlarge"
	InstanceTypeMlC5n9xlarge   InstanceType = "ml.c5n.9xlarge"
	InstanceTypeMlC5n18xlarge  InstanceType = "ml.c5n.18xlarge"
)

Enum values for InstanceType

func (InstanceType) Values added in v1.10.0

func (InstanceType) Values() []InstanceType

Values returns all known values for InstanceType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type InternalServiceException

type InternalServiceException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The request processing has failed because of an unknown error, exception, or failure.

func (*InternalServiceException) Error

func (e *InternalServiceException) Error() string

func (*InternalServiceException) ErrorCode

func (e *InternalServiceException) ErrorCode() string

func (*InternalServiceException) ErrorFault

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

func (*InternalServiceException) ErrorMessage

func (e *InternalServiceException) ErrorMessage() string

type JobCheckpointConfig added in v1.10.0

type JobCheckpointConfig struct {

	// Identifies the S3 path where you want Amazon Braket to store checkpoints. For
	// example, s3://bucket-name/key-name-prefix .
	//
	// This member is required.
	S3Uri *string

	// (Optional) The local directory where checkpoints are written. The default
	// directory is /opt/braket/checkpoints/ .
	LocalPath *string
	// contains filtered or unexported fields
}

Contains information about the output locations for job checkpoint data.

type JobEventDetails added in v1.10.0

type JobEventDetails struct {

	// The type of event that occurred related to the Amazon Braket job.
	EventType JobEventType

	// A message describing the event that occurred related to the Amazon Braket job.
	Message *string

	// The type of event that occurred related to the Amazon Braket job.
	TimeOfEvent *time.Time
	// contains filtered or unexported fields
}

Details about the type and time events occurred related to the Amazon Braket job.

type JobEventType added in v1.10.0

type JobEventType string
const (
	JobEventTypeWaitingForPriority           JobEventType = "WAITING_FOR_PRIORITY"
	JobEventTypeQueuedForExecution           JobEventType = "QUEUED_FOR_EXECUTION"
	JobEventTypeStartingInstance             JobEventType = "STARTING_INSTANCE"
	JobEventTypeDownloadingData              JobEventType = "DOWNLOADING_DATA"
	JobEventTypeRunning                      JobEventType = "RUNNING"
	JobEventTypeDeprioritizedDueToInactivity JobEventType = "DEPRIORITIZED_DUE_TO_INACTIVITY"
	JobEventTypeUploadingResults             JobEventType = "UPLOADING_RESULTS"
	JobEventTypeCompleted                    JobEventType = "COMPLETED"
	JobEventTypeFailed                       JobEventType = "FAILED"
	JobEventTypeMaxRuntimeExceeded           JobEventType = "MAX_RUNTIME_EXCEEDED"
	JobEventTypeCancelled                    JobEventType = "CANCELLED"
)

Enum values for JobEventType

func (JobEventType) Values added in v1.10.0

func (JobEventType) Values() []JobEventType

Values returns all known values for JobEventType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type JobOutputDataConfig added in v1.10.0

type JobOutputDataConfig struct {

	// Identifies the S3 path where you want Amazon Braket to store the job training
	// artifacts. For example, s3://bucket-name/key-name-prefix .
	//
	// This member is required.
	S3Path *string

	// The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt
	// the job training artifacts at rest using Amazon S3 server-side encryption.
	KmsKeyId *string
	// contains filtered or unexported fields
}

Specifies the path to the S3 location where you want to store job artifacts and the encryption key used to store them.

type JobPrimaryStatus added in v1.10.0

type JobPrimaryStatus string
const (
	JobPrimaryStatusQueued     JobPrimaryStatus = "QUEUED"
	JobPrimaryStatusRunning    JobPrimaryStatus = "RUNNING"
	JobPrimaryStatusCompleted  JobPrimaryStatus = "COMPLETED"
	JobPrimaryStatusFailed     JobPrimaryStatus = "FAILED"
	JobPrimaryStatusCancelling JobPrimaryStatus = "CANCELLING"
	JobPrimaryStatusCancelled  JobPrimaryStatus = "CANCELLED"
)

Enum values for JobPrimaryStatus

func (JobPrimaryStatus) Values added in v1.10.0

Values returns all known values for JobPrimaryStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type JobStoppingCondition added in v1.10.0

type JobStoppingCondition struct {

	// The maximum length of time, in seconds, that an Amazon Braket job can run.
	MaxRuntimeInSeconds *int32
	// contains filtered or unexported fields
}

Specifies limits for how long an Amazon Braket job can run.

type JobSummary added in v1.10.0

type JobSummary struct {

	// The date and time that the Amazon Braket job was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// Provides summary information about the primary device used by an Amazon Braket
	// job.
	//
	// This member is required.
	Device *string

	// The ARN of the Amazon Braket job.
	//
	// This member is required.
	JobArn *string

	// The name of the Amazon Braket job.
	//
	// This member is required.
	JobName *string

	// The status of the Amazon Braket job.
	//
	// This member is required.
	Status JobPrimaryStatus

	// The date and time that the Amazon Braket job ended.
	EndedAt *time.Time

	// The date and time that the Amazon Braket job was started.
	StartedAt *time.Time

	// A tag object that consists of a key and an optional value, used to manage
	// metadata for Amazon Braket resources.
	Tags map[string]string
	// contains filtered or unexported fields
}

Provides summary information about an Amazon Braket job.

type QuantumTaskAdditionalAttributeName added in v1.20.0

type QuantumTaskAdditionalAttributeName string
const (
	QuantumTaskAdditionalAttributeNameQueueInfo QuantumTaskAdditionalAttributeName = "QueueInfo"
)

Enum values for QuantumTaskAdditionalAttributeName

func (QuantumTaskAdditionalAttributeName) Values added in v1.20.0

Values returns all known values for QuantumTaskAdditionalAttributeName. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type QuantumTaskQueueInfo added in v1.20.0

type QuantumTaskQueueInfo struct {

	// Current position of the task in the quantum tasks queue.
	//
	// This member is required.
	Position *string

	// The name of the queue.
	//
	// This member is required.
	Queue QueueName

	// Optional. Provides more information about the queue position. For example, if
	// the task is complete and no longer in the queue, the message field contains that
	// information.
	Message *string

	// Optional. Specifies the priority of the queue. Quantum tasks in a priority
	// queue are processed before the tasks in a normal queue.
	QueuePriority QueuePriority
	// contains filtered or unexported fields
}

Information about the queue for the specified quantum task.

type QuantumTaskStatus

type QuantumTaskStatus string
const (
	QuantumTaskStatusCreated    QuantumTaskStatus = "CREATED"
	QuantumTaskStatusQueued     QuantumTaskStatus = "QUEUED"
	QuantumTaskStatusRunning    QuantumTaskStatus = "RUNNING"
	QuantumTaskStatusCompleted  QuantumTaskStatus = "COMPLETED"
	QuantumTaskStatusFailed     QuantumTaskStatus = "FAILED"
	QuantumTaskStatusCancelling QuantumTaskStatus = "CANCELLING"
	QuantumTaskStatusCancelled  QuantumTaskStatus = "CANCELLED"
)

Enum values for QuantumTaskStatus

func (QuantumTaskStatus) Values added in v0.29.0

Values returns all known values for QuantumTaskStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type QuantumTaskSummary

type QuantumTaskSummary struct {

	// The time at which the task was created.
	//
	// This member is required.
	CreatedAt *time.Time

	// The ARN of the device the task ran on.
	//
	// This member is required.
	DeviceArn *string

	// The S3 bucket where the task result file is stored..
	//
	// This member is required.
	OutputS3Bucket *string

	// The folder in the S3 bucket where the task result file is stored.
	//
	// This member is required.
	OutputS3Directory *string

	// The ARN of the task.
	//
	// This member is required.
	QuantumTaskArn *string

	// The shots used for the task.
	//
	// This member is required.
	Shots *int64

	// The status of the task.
	//
	// This member is required.
	Status QuantumTaskStatus

	// The time at which the task finished.
	EndedAt *time.Time

	// Displays the key, value pairs of tags associated with this quantum task.
	Tags map[string]string
	// contains filtered or unexported fields
}

Includes information about a quantum task.

type QueueName added in v1.20.0

type QueueName string
const (
	QueueNameQuantumTasksQueue QueueName = "QUANTUM_TASKS_QUEUE"
	QueueNameJobsQueue         QueueName = "JOBS_QUEUE"
)

Enum values for QueueName

func (QueueName) Values added in v1.20.0

func (QueueName) Values() []QueueName

Values returns all known values for QueueName. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type QueuePriority added in v1.20.0

type QueuePriority string
const (
	QueuePriorityNormal   QueuePriority = "Normal"
	QueuePriorityPriority QueuePriority = "Priority"
)

Enum values for QueuePriority

func (QueuePriority) Values added in v1.20.0

func (QueuePriority) Values() []QueuePriority

Values returns all known values for QueuePriority. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type ResourceNotFoundException

type ResourceNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The specified resource was not found.

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 S3DataSource added in v1.10.0

type S3DataSource struct {

	// Depending on the value specified for the S3DataType , identifies either a key
	// name prefix or a manifest that locates the S3 data source.
	//
	// This member is required.
	S3Uri *string
	// contains filtered or unexported fields
}

Information about the data stored in Amazon S3 used by the Amazon Braket job.

type ScriptModeConfig added in v1.10.0

type ScriptModeConfig struct {

	// The path to the Python script that serves as the entry point for an Amazon
	// Braket job.
	//
	// This member is required.
	EntryPoint *string

	// The URI that specifies the S3 path to the Python script module that contains
	// the training script used by an Amazon Braket job.
	//
	// This member is required.
	S3Uri *string

	// The type of compression used by the Python scripts for an Amazon Braket job.
	CompressionType CompressionType
	// contains filtered or unexported fields
}

Contains information about the Python scripts used for entry and by an Amazon Braket job.

type SearchDevicesFilter

type SearchDevicesFilter struct {

	// The name to use to filter results.
	//
	// This member is required.
	Name *string

	// The values to use to filter results.
	//
	// This member is required.
	Values []string
	// contains filtered or unexported fields
}

The filter to use for searching devices.

type SearchJobsFilter added in v1.10.0

type SearchJobsFilter struct {

	// The name to use for the jobs filter.
	//
	// This member is required.
	Name *string

	// An operator to use for the jobs filter.
	//
	// This member is required.
	Operator SearchJobsFilterOperator

	// The values to use for the jobs filter.
	//
	// This member is required.
	Values []string
	// contains filtered or unexported fields
}

A filter used to search for Amazon Braket jobs.

type SearchJobsFilterOperator added in v1.10.0

type SearchJobsFilterOperator string
const (
	SearchJobsFilterOperatorLt       SearchJobsFilterOperator = "LT"
	SearchJobsFilterOperatorLte      SearchJobsFilterOperator = "LTE"
	SearchJobsFilterOperatorEqual    SearchJobsFilterOperator = "EQUAL"
	SearchJobsFilterOperatorGt       SearchJobsFilterOperator = "GT"
	SearchJobsFilterOperatorGte      SearchJobsFilterOperator = "GTE"
	SearchJobsFilterOperatorBetween  SearchJobsFilterOperator = "BETWEEN"
	SearchJobsFilterOperatorContains SearchJobsFilterOperator = "CONTAINS"
)

Enum values for SearchJobsFilterOperator

func (SearchJobsFilterOperator) Values added in v1.10.0

Values returns all known values for SearchJobsFilterOperator. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type SearchQuantumTasksFilter

type SearchQuantumTasksFilter struct {

	// The name of the device used for the task.
	//
	// This member is required.
	Name *string

	// An operator to use in the filter.
	//
	// This member is required.
	Operator SearchQuantumTasksFilterOperator

	// The values to use for the filter.
	//
	// This member is required.
	Values []string
	// contains filtered or unexported fields
}

A filter to use to search for tasks.

type SearchQuantumTasksFilterOperator

type SearchQuantumTasksFilterOperator string
const (
	SearchQuantumTasksFilterOperatorLt      SearchQuantumTasksFilterOperator = "LT"
	SearchQuantumTasksFilterOperatorLte     SearchQuantumTasksFilterOperator = "LTE"
	SearchQuantumTasksFilterOperatorEqual   SearchQuantumTasksFilterOperator = "EQUAL"
	SearchQuantumTasksFilterOperatorGt      SearchQuantumTasksFilterOperator = "GT"
	SearchQuantumTasksFilterOperatorGte     SearchQuantumTasksFilterOperator = "GTE"
	SearchQuantumTasksFilterOperatorBetween SearchQuantumTasksFilterOperator = "BETWEEN"
)

Enum values for SearchQuantumTasksFilterOperator

func (SearchQuantumTasksFilterOperator) Values added in v0.29.0

Values returns all known values for SearchQuantumTasksFilterOperator. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type ServiceQuotaExceededException

type ServiceQuotaExceededException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The request failed because a service quota is exceeded.

func (*ServiceQuotaExceededException) Error

func (*ServiceQuotaExceededException) ErrorCode

func (e *ServiceQuotaExceededException) ErrorCode() string

func (*ServiceQuotaExceededException) ErrorFault

func (*ServiceQuotaExceededException) ErrorMessage

func (e *ServiceQuotaExceededException) ErrorMessage() string

type ThrottlingException

type ThrottlingException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The throttling rate limit is met.

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

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The input fails to satisfy the constraints specified by an AWS service.

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL