:doc:`ChimeSDKMediaPipelines <../../chime-sdk-media-pipelines>` / Client / get_speaker_search_task

***********************
get_speaker_search_task
***********************



.. py:method:: ChimeSDKMediaPipelines.Client.get_speaker_search_task(**kwargs)

  

  Retrieves the details of the specified speaker search task.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetSpeakerSearchTask>`_  


  **Request Syntax**
  ::

    response = client.get_speaker_search_task(
        Identifier='string',
        SpeakerSearchTaskId='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.

    

  
  :type SpeakerSearchTaskId: string
  :param SpeakerSearchTaskId: **[REQUIRED]** 

    The ID of the speaker search task.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'SpeakerSearchTask': {
              'SpeakerSearchTaskId': 'string',
              'SpeakerSearchTaskStatus': 'NotStarted'|'Initializing'|'InProgress'|'Failed'|'Stopping'|'Stopped',
              'CreatedTimestamp': datetime(2015, 1, 1),
              'UpdatedTimestamp': datetime(2015, 1, 1)
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **SpeakerSearchTask** *(dict) --* 

        The details of the speaker search task.

        
        

        - **SpeakerSearchTaskId** *(string) --* 

          The speaker search task ID.

          
        

        - **SpeakerSearchTaskStatus** *(string) --* 

          The status of the speaker search task.

          
        

        - **CreatedTimestamp** *(datetime) --* 

          The time at which a speaker search task was created.

          
        

        - **UpdatedTimestamp** *(datetime) --* 

          The time at which a speaker search task was updated.

          
    
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.NotFoundException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ServiceFailureException`

  