ez_wsi_dicomweb/patch_embedding_endpoints.py [1101:1119]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      credential_factory: Optional[
          credential_factory_module.AbstractCredentialFactory
      ] = None,
      timeout: Optional[Union[int, float]] = _DEFAULT_TIMEOUT,
  ):
    end_point: List[str] = [
        f'https://{endpoint_location}-aiplatform.googleapis.com',
        endpoint_api_version,
        'projects',
        project_id,
        'locations',
        endpoint_location,
        'endpoints',
        f'{endpoint_id}:predict',
    ]
    end_point_url = '/'.join([ep.strip('/') for ep in end_point])
    super().__init__(
        patch_width,
        patch_height,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ez_wsi_dicomweb/patch_embedding_endpoints.py [1406:1424]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      credential_factory: Optional[
          credential_factory_module.AbstractCredentialFactory
      ] = None,
      timeout: Optional[Union[int, float]] = _DEFAULT_TIMEOUT,
  ):
    end_point: List[str] = [
        f'https://{endpoint_location}-aiplatform.googleapis.com',
        endpoint_api_version,
        'projects',
        project_id,
        'locations',
        endpoint_location,
        'endpoints',
        f'{endpoint_id}:predict',
    ]
    end_point_url = '/'.join([ep.strip('/') for ep in end_point])
    super().__init__(
        patch_width,
        patch_height,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



