1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248
|
// Code generated by smithy-go-codegen DO NOT EDIT.
package types
type AudienceExportJobStatus string
// Enum values for AudienceExportJobStatus
const (
AudienceExportJobStatusCreatePending AudienceExportJobStatus = "CREATE_PENDING"
AudienceExportJobStatusCreateInProgress AudienceExportJobStatus = "CREATE_IN_PROGRESS"
AudienceExportJobStatusCreateFailed AudienceExportJobStatus = "CREATE_FAILED"
AudienceExportJobStatusActive AudienceExportJobStatus = "ACTIVE"
)
// Values returns all known values for AudienceExportJobStatus. 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.
func (AudienceExportJobStatus) Values() []AudienceExportJobStatus {
return []AudienceExportJobStatus{
"CREATE_PENDING",
"CREATE_IN_PROGRESS",
"CREATE_FAILED",
"ACTIVE",
}
}
type AudienceGenerationJobStatus string
// Enum values for AudienceGenerationJobStatus
const (
AudienceGenerationJobStatusCreatePending AudienceGenerationJobStatus = "CREATE_PENDING"
AudienceGenerationJobStatusCreateInProgress AudienceGenerationJobStatus = "CREATE_IN_PROGRESS"
AudienceGenerationJobStatusCreateFailed AudienceGenerationJobStatus = "CREATE_FAILED"
AudienceGenerationJobStatusActive AudienceGenerationJobStatus = "ACTIVE"
AudienceGenerationJobStatusDeletePending AudienceGenerationJobStatus = "DELETE_PENDING"
AudienceGenerationJobStatusDeleteInProgress AudienceGenerationJobStatus = "DELETE_IN_PROGRESS"
AudienceGenerationJobStatusDeleteFailed AudienceGenerationJobStatus = "DELETE_FAILED"
)
// Values returns all known values for AudienceGenerationJobStatus. 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.
func (AudienceGenerationJobStatus) Values() []AudienceGenerationJobStatus {
return []AudienceGenerationJobStatus{
"CREATE_PENDING",
"CREATE_IN_PROGRESS",
"CREATE_FAILED",
"ACTIVE",
"DELETE_PENDING",
"DELETE_IN_PROGRESS",
"DELETE_FAILED",
}
}
type AudienceModelMetricType string
// Enum values for AudienceModelMetricType
const (
AudienceModelMetricTypeNormalizedDiscountedCumulativeGain AudienceModelMetricType = "NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN"
AudienceModelMetricTypeMeanReciprocalRank AudienceModelMetricType = "MEAN_RECIPROCAL_RANK"
AudienceModelMetricTypePrecision AudienceModelMetricType = "PRECISION"
AudienceModelMetricTypeRecall AudienceModelMetricType = "RECALL"
)
// Values returns all known values for AudienceModelMetricType. 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.
func (AudienceModelMetricType) Values() []AudienceModelMetricType {
return []AudienceModelMetricType{
"NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN",
"MEAN_RECIPROCAL_RANK",
"PRECISION",
"RECALL",
}
}
type AudienceModelStatus string
// Enum values for AudienceModelStatus
const (
AudienceModelStatusCreatePending AudienceModelStatus = "CREATE_PENDING"
AudienceModelStatusCreateInProgress AudienceModelStatus = "CREATE_IN_PROGRESS"
AudienceModelStatusCreateFailed AudienceModelStatus = "CREATE_FAILED"
AudienceModelStatusActive AudienceModelStatus = "ACTIVE"
AudienceModelStatusDeletePending AudienceModelStatus = "DELETE_PENDING"
AudienceModelStatusDeleteInProgress AudienceModelStatus = "DELETE_IN_PROGRESS"
AudienceModelStatusDeleteFailed AudienceModelStatus = "DELETE_FAILED"
)
// Values returns all known values for AudienceModelStatus. 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.
func (AudienceModelStatus) Values() []AudienceModelStatus {
return []AudienceModelStatus{
"CREATE_PENDING",
"CREATE_IN_PROGRESS",
"CREATE_FAILED",
"ACTIVE",
"DELETE_PENDING",
"DELETE_IN_PROGRESS",
"DELETE_FAILED",
}
}
type AudienceSizeType string
// Enum values for AudienceSizeType
const (
AudienceSizeTypeAbsolute AudienceSizeType = "ABSOLUTE"
AudienceSizeTypePercentage AudienceSizeType = "PERCENTAGE"
)
// Values returns all known values for AudienceSizeType. 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.
func (AudienceSizeType) Values() []AudienceSizeType {
return []AudienceSizeType{
"ABSOLUTE",
"PERCENTAGE",
}
}
type ColumnType string
// Enum values for ColumnType
const (
ColumnTypeUserId ColumnType = "USER_ID"
ColumnTypeItemId ColumnType = "ITEM_ID"
ColumnTypeTimestamp ColumnType = "TIMESTAMP"
ColumnTypeCategoricalFeature ColumnType = "CATEGORICAL_FEATURE"
ColumnTypeNumericalFeature ColumnType = "NUMERICAL_FEATURE"
)
// Values returns all known values for ColumnType. 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.
func (ColumnType) Values() []ColumnType {
return []ColumnType{
"USER_ID",
"ITEM_ID",
"TIMESTAMP",
"CATEGORICAL_FEATURE",
"NUMERICAL_FEATURE",
}
}
type ConfiguredAudienceModelStatus string
// Enum values for ConfiguredAudienceModelStatus
const (
ConfiguredAudienceModelStatusActive ConfiguredAudienceModelStatus = "ACTIVE"
)
// Values returns all known values for ConfiguredAudienceModelStatus. 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.
func (ConfiguredAudienceModelStatus) Values() []ConfiguredAudienceModelStatus {
return []ConfiguredAudienceModelStatus{
"ACTIVE",
}
}
type DatasetType string
// Enum values for DatasetType
const (
DatasetTypeInteractions DatasetType = "INTERACTIONS"
)
// Values returns all known values for DatasetType. 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.
func (DatasetType) Values() []DatasetType {
return []DatasetType{
"INTERACTIONS",
}
}
type PolicyExistenceCondition string
// Enum values for PolicyExistenceCondition
const (
PolicyExistenceConditionPolicyMustExist PolicyExistenceCondition = "POLICY_MUST_EXIST"
PolicyExistenceConditionPolicyMustNotExist PolicyExistenceCondition = "POLICY_MUST_NOT_EXIST"
)
// Values returns all known values for PolicyExistenceCondition. 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.
func (PolicyExistenceCondition) Values() []PolicyExistenceCondition {
return []PolicyExistenceCondition{
"POLICY_MUST_EXIST",
"POLICY_MUST_NOT_EXIST",
}
}
type SharedAudienceMetrics string
// Enum values for SharedAudienceMetrics
const (
SharedAudienceMetricsAll SharedAudienceMetrics = "ALL"
SharedAudienceMetricsNone SharedAudienceMetrics = "NONE"
)
// Values returns all known values for SharedAudienceMetrics. 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.
func (SharedAudienceMetrics) Values() []SharedAudienceMetrics {
return []SharedAudienceMetrics{
"ALL",
"NONE",
}
}
type TagOnCreatePolicy string
// Enum values for TagOnCreatePolicy
const (
TagOnCreatePolicyFromParentResource TagOnCreatePolicy = "FROM_PARENT_RESOURCE"
TagOnCreatePolicyNone TagOnCreatePolicy = "NONE"
)
// Values returns all known values for TagOnCreatePolicy. 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.
func (TagOnCreatePolicy) Values() []TagOnCreatePolicy {
return []TagOnCreatePolicy{
"FROM_PARENT_RESOURCE",
"NONE",
}
}
type TrainingDatasetStatus string
// Enum values for TrainingDatasetStatus
const (
TrainingDatasetStatusActive TrainingDatasetStatus = "ACTIVE"
)
// Values returns all known values for TrainingDatasetStatus. 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.
func (TrainingDatasetStatus) Values() []TrainingDatasetStatus {
return []TrainingDatasetStatus{
"ACTIVE",
}
}
|