Omics / Client / start_reference_import_job
start_reference_import_job#
- Omics.Client.start_reference_import_job(**kwargs)#
Starts a reference import job.
See also: AWS API Documentation
Request Syntax
response = client.start_reference_import_job( referenceStoreId='string', roleArn='string', clientToken='string', sources=[ { 'sourceFile': 'string', 'name': 'string', 'description': 'string', 'tags': { 'string': 'string' } }, ] )
- Parameters:
referenceStoreId (string) –
[REQUIRED]
The job’s reference store ID.
roleArn (string) –
[REQUIRED]
A service role for the job.
clientToken (string) – To ensure that jobs don’t run multiple times, specify a unique token for each job.
sources (list) –
[REQUIRED]
The job’s source files.
(dict) –
A source for a reference import job.
sourceFile (string) – [REQUIRED]
The source file’s location in Amazon S3.
name (string) – [REQUIRED]
The source’s name.
description (string) –
The source’s description.
tags (dict) –
The source’s tags.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'id': 'string', 'referenceStoreId': 'string', 'roleArn': 'string', 'status': 'SUBMITTED'|'IN_PROGRESS'|'CANCELLING'|'CANCELLED'|'FAILED'|'COMPLETED'|'COMPLETED_WITH_FAILURES', 'creationTime': datetime(2015, 1, 1) }
Response Structure
(dict) –
id (string) –
The job’s ID.
referenceStoreId (string) –
The job’s reference store ID.
roleArn (string) –
The job’s service role ARN.
status (string) –
The job’s status.
creationTime (datetime) –
When the job was created.
Exceptions
Omics.Client.exceptions.InternalServerException
Omics.Client.exceptions.ServiceQuotaExceededException
Omics.Client.exceptions.ThrottlingException
Omics.Client.exceptions.ValidationException
Omics.Client.exceptions.ResourceNotFoundException
Omics.Client.exceptions.AccessDeniedException
Omics.Client.exceptions.RequestTimeoutException