Package-level declarations

Types

Link copied to clipboard
data class AnnotationStoreReferenceItem(val referenceArn: String)
Link copied to clipboard
data class AnnotationStoreSseConfig(val keyArn: String? = null, val type: AnnotationStoreEncryptionType)
Link copied to clipboard
data class AnnotationStoreTsvStoreOptions(val annotationType: AnnotationStoreAnnotationType? = null, val formatToHeader: Map<String, String>? = null, val schema: List<Map<String, AnnotationStoreSchemaValueType>>? = null)
Link copied to clipboard
data class GetAnnotationStoreResult(val creationTime: String? = null, val description: String? = null, val id: String? = null, val status: AnnotationStoreStoreStatus? = null, val statusMessage: String? = null, val storeArn: String? = null, val storeSizeBytes: Double? = null, val updateTime: String? = null)
Link copied to clipboard
data class GetReferenceStoreResult(val arn: String? = null, val creationTime: String? = null, val referenceStoreId: String? = null)
Link copied to clipboard
data class GetRunGroupResult(val arn: String? = null, val creationTime: String? = null, val id: String? = null, val maxCpus: Double? = null, val maxDuration: Double? = null, val maxGpus: Double? = null, val maxRuns: Double? = null, val name: String? = null, val tags: Map<String, String>? = null)
Link copied to clipboard
data class GetSequenceStoreResult(val arn: String? = null, val creationTime: String? = null, val sequenceStoreId: String? = null)
Link copied to clipboard
data class GetVariantStoreResult(val creationTime: String? = null, val description: String? = null, val id: String? = null, val status: VariantStoreStoreStatus? = null, val statusMessage: String? = null, val storeArn: String? = null, val storeSizeBytes: Double? = null, val updateTime: String? = null)
Link copied to clipboard
data class GetWorkflowResult(val arn: String? = null, val creationTime: String? = null, val description: String? = null, val id: String? = null, val name: String? = null, val status: WorkflowStatus? = null, val tags: Map<String, String>? = null, val type: WorkflowType? = null)
Link copied to clipboard
data class ReferenceStoreSseConfig(val keyArn: String? = null, val type: ReferenceStoreEncryptionType)

Server-side encryption (SSE) settings for a store.

Link copied to clipboard
data class SequenceStoreSseConfig(val keyArn: String? = null, val type: SequenceStoreEncryptionType)

Server-side encryption (SSE) settings for a store.

Link copied to clipboard
data class VariantStoreReferenceItem(val referenceArn: String)
Link copied to clipboard
data class VariantStoreSseConfig(val keyArn: String? = null, val type: VariantStoreEncryptionType)
Link copied to clipboard
data class WorkflowParameter(val description: String? = null, val optional: Boolean? = null)